/*
Author: eases
Description: eases
Version: 1.0
*/
/*
 * 初期化
 */
*, *::before, *::after {
    box-sizing: border-box; }
* {
    margin: 0;
}
html, body {
    height: 100%; }
body {
    line-height: 1.8;
    -webkit-font-smoothing: antialiased; }
input, button, textarea, select {
    font: inherit; }
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word; }
#root, #__next {
    isolation: isolate; }
ul, dl {
    padding: 0;
    list-style: none; }
a {
    text-decoration: none;
    color: #2d6bb1; }
img { max-width: 100%; }
input { cursor: pointer; }
select { padding: 5px; }
body {
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fafafa;/* iPhone 横表示用 */
    -webkit-text-size-adjust:100%;/* iPhone 横表示用 */
    color: #555; }
:focus {/* remember to define focus styles! */
    outline: 0; }
/* ■ セレクタ
-------------------------------------------------------------- */
#wrap {
    width: 100%;
    min-width: 320px;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff; }

/* ■ ヘッダー
-------------------------------------------------------------- */
#header {
    position: fixed;
    width: 100%;
    margin: 0;
    background: #6cace4;
    text-align: left;
    z-index: 9; }
#header #hgroup {
    width: 100%;
    padding: 0; }
#header #hgroup #logo {
    float: left;
    width: 50px; }
    @media screen and (min-width: 768px) {
        #header #hgroup #logo {
            margin-left: 5px; } }
/* ■ ページボディ
-------------------------------------------------------------- */
#wrap #pagebody {
    width: 100%;
    padding: 60px 0 0; 
    text-align: left;
    _zoom: 1;
    overflow: hidden; }
/* ■ メイン
-------------------------------------------------------------- */
#wrap #main {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 90px 0;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left; }
#main article {
 }
#main p {
    margin-bottom: 20px;
    padding: 0 20px; }
#main a {
    color: #006ab7; }
#main .content {
    padding: 0 20px; }
/* ■ main h1 - h5
-------------------------------------------------------------- */
h1 {
    padding: 10px 50px 10px 0;
    font-size: 20px;
    text-align: center;
    color: #fff; }
h1 span { padding: 3px 0 3px 35px; }
h1.logo span { background: url(images/logo_icon.svg) top left no-repeat; }
h1.information span { background: url(images/info_h_w.svg) top left no-repeat; }
h1.history-day span { background: url(images/history_d_w.svg) top left no-repeat; }
h1.history-week span { background: url(images/history_w_w.svg) top left no-repeat; }
h1.history-month span { background: url(images/history_m_w.svg) top left no-repeat; }
h1.history-year span { background: url(images/history_y_w.svg) top left no-repeat; }
h1.mypage span { background: url(images/person_h_w.svg) top left no-repeat; }
h1.userlist span { background: url(images/user_list_w.svg) top left no-repeat; }
h1.datadownload span { background: url(images/file_download_white.svg) top left no-repeat; }
h1.glcosetting span { background: url(images/pin_white.svg) top left no-repeat; }
h1.infoedit span { background: url(images/info_edit_w.svg) top left no-repeat; }
h1.infolist span { background: url(images/info_list_w.svg) top left no-repeat; }
#main h2{
    margin: 0 0 30px;
    padding: 0 10px;
    line-height: 1.4;
    font-size: 20px; }
#main h2.new-date {
    padding-left: 40px;
    background: url(images/new.svg) top left no-repeat; }
#main h2.schedule {
    padding-left: 40px;
    background: url(images/calendar.svg) top left no-repeat; }
#main h2.information {
    padding-left: 40px;
    background: url(images/info.svg) top left no-repeat; }

.login_box h2,
.user-regist h2,
.pass-reset h2{
    margin-bottom: 40px;
    padding: 15px;
    background-color: #006ab7;
    text-align: center;
    color: #fff;
}

/* ■ フッター
-------------------------------------------------------------- */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    text-align: center; }
/* ■ table
-------------------------------------------------------------- */
table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #ccc;
    text-align: left; }
th {
    padding: 3px 5px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px; }
td {
    padding: 3px 5px;
    border: solid 1px #ccc;
    vertical-align: middle; }
th,
td {
    width: auto; }       /* 列幅: 自動調整 */

.infolist tr:nth-child(odd) td {    /* odd:奇数行のみ適用 */
    background-color: #EFFBF5; }

.datalist {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.glco th {
    padding: 3px 5px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px;
    width:200px;
}

.glco td {
    padding: 3px 5px;
    background-color: #f2f2f2;
    border: solid 1px #ccc;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 16px;
    width: auto;
}


/* ログイン
-------------------------------------------------------------- */
.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    text-align: center; }
.login_box .inner {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc; }
.login_box h2 {
    width: 100% !important;
    font-size: 16px !important;
}
@media screen and (min-width: 400px) {
    .login_box h2 {
    width: 100% !important;
    font-size: 20px !important;
    }
}
.login_box label {
    margin: 0 0 0 10px; }
.login_box dt label {
    margin: 0 20px 0 0; }
.login_box dl {
    width: 100%;
    margin: 0 auto;
    text-align: left; }
    @media screen and (min-width: 400px) {
        .login_box dl {
            display: flex;
            flex-wrap: wrap; } }
.login_box dt {
    width: 110px; }
.login_box dd {
    width: 200px;
    margin-bottom: 20px; }
.login_box dd input {
    border: 1px solid #707070;
    padding: 3px;
}
.login_box p {
    margin-bottom: 20px; }
.login_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
.btn_m input {
    width: 100px;
    height: 30px; }
    @media screen and (min-width: 400px) {
    .btn_m input {
        width: 130px;
        height: 50px; } }
/* ■ ログイン情報表示
-------------------------------------------------------------- */
.login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    padding-top: 20px; }
.user {
    padding: 5px 0 0 5px; }
.user:before {
    position: relative;
    content: url('images/person_h.svg');
    top: 7px;
    left: -5px; }
.logout {
    margin: 0;
    padding: 0;
}
.logout input {
    margin: 0;
    padding: 10px 0 10px 35px;
    border: none;
    background: url(images/logout.svg) center left no-repeat transparent;
    color: #555; }
/* ■ トップページ
-------------------------------------------------------------- */
.new {
    margin-bottom: 40px; }
/* ■ 測定履歴
-------------------------------------------------------------- */
/* グラフ表示 */
.value-photo:after {
    position: relative;
    content: url('images/photo_camera.svg');
    top: 4px;}
.graph {
    position: relative;
    margin: 0 0 20px; }
.graph img {
    width: 100%; }
ul.period {
    position: absolute;
    top: 5px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    color: #fff; }
/* 条件選択 */
ul.term,
ul.conditions {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
ul.term li {
    margin: 0 10px 10px 0; }
ul.term button {
    margin: 0;
    padding: 5px 20px;
    border: none;
    background-color: transparent;
    color: #555; }
    @media screen and (min-width: 500px) {
        ul.term button {
            padding: 5px 40px; } }
ul.term button.current {
    border-bottom: 3px solid #6cace4; 
    color: #6cace4; }
ul.conditions label {
    display: inline-block;
    width: 55px;
    margin-right: 10px; }
ul.conditions li {
    margin: 0 40px 10px 0; }
/*ul.conditions select {
    width: 100px; }*/
/* データ一覧 日*/
.day-list {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
#main .day-list a {
    display: block;
    color: #555; }
.day-list dl {
    display: flex;
    flex-wrap: wrap;
    background: url(images/arrow_right.svg) center right no-repeat; }
.day-list dd {
    margin-right: 10px; }
.day-list dt.date {
    width: 100%; }
/* データ一覧 最小最大*/
.minimax {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; }
#main .minimax a {
    display: block;
    color: #555; }
.minimax dl {
    display: flex;
    flex-wrap: wrap;
    background: url(images/arrow_right.svg) center right no-repeat; }
.minimax dt {
    width: 100%; }
.minimax dd {
    padding-right: 20px; }
.minimax dd label:first-child {
    padding-right: 10px; }
.minimax dd label:nth-of-type(2) {
    padding-left: 10px; }
/* ■ データ詳細
-------------------------------------------------------------- */
.detail {
    padding: 10px 0; }
.detail dl {
    display: flex;
    flex-wrap: wrap; }
.detail dt {
    width: 100px;
    font-weight: bold; }
.detail dd {
    width: calc(100% - 100px);
    margin-bottom: 10px; }
.detail dd.timing {
    width: 50px; }
.detail dd.time {
    width: calc(100% - 150px); }
/* ■ お知らせ
-------------------------------------------------------------- */
.info dl {
    width: 98%;
    margin: 0 auto 10px;
    text-align: left; }
    @media screen and (min-width: 1000px) {
        .info dl {
            display: flex;
            flex-wrap: wrap; } }
.info dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 1000px) {
        .info dt {
            width: 20%;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc; } }
.info dd {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 1000px) {
        .info dd {
            width: 80%; } }

#main .info a {
    display: block;
    color: #555;
}

itemsetting {
    width: 400px;
    height: 100px;
}

itemsettinginner {
    padding-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
/* ■ マイページ・編集
-------------------------------------------------------------- */
dl.mypage,
dl.mypage-edit {
    margin-bottom: 40px; }
dl.mypage {
    display: flex;
    flex-wrap: wrap; }
dl.mypage dt,
dl.mypage-edit dt {
    width: 270px;
    font-weight: bold; }
dl.mypage dd,
dl.mypage-edit dd {
    width: calc(100% - 100px);
    margin-bottom: 10px; }
dl.mypage dd.timing {
    width: 50px; }
dl.mypage dd.time {
    width: calc(100% - 150px); }
dl.mypage-edit {
    display: block; }
    @media screen and (min-width: 450px) {
        dl.mypage-edit {
            display: flex;
            flex-wrap: wrap; } }
dl.mypage-edit dl {
    display: flex;
    flex-wrap: wrap; }
@media screen and (max-width: 450px) {
    dl.mypage-edit dd {
        width: 320px;
        margin-bottom: 20px; } }
dl.mypage-edit dd dt {
    width: 50px;
    font-weight: normal; }
dl.mypage-edit dd dd {
    width: calc(100% - 50px);
    margin-bottom: 10px; }
dl.mypage-edit label {
    padding: 0 10px 0 5px; }
.btn-menu { text-align: center; }
.button {
    -webkit-appearance: none;/* iPhone対策 */
    padding: 5px 40px;
    border-radius: 20px;
    background-color: #ffa042;
    color: #fff; }
dl.mypage-edit textarea {
    width: 100%;
    max-width: 800px; }
/* ■ お知らせ登録
-------------------------------------------------------------- */
dl.info-edit {
    margin-bottom: 40px; }
dl.info-edit input[type="text"] {
    width: 100%;
    max-width: 800px; }
dl.mypage {
    display: flex;
    flex-wrap: wrap; }
dl.info-edit dt {
    width: 100px;
    font-weight: bold; }
dl.info-edit dd {
    width: calc(100% - 100px);
    margin-bottom: 10px; }
dl.mypage dd.timing {
    width: 50px; }
dl.mypage dd.time {
    width: calc(100% - 150px); }
dl.info-edit {
    display: block; }
    @media screen and (min-width: 450px) {
        dl.info-edit {
            display: flex;
            flex-wrap: wrap; } }
dl.info-edit dl {
    display: flex;
    flex-wrap: wrap; }
@media screen and (max-width: 450px) {
    dl.info-edit dd {
        width: 320px;
        margin-bottom: 20px; } }
dl.info-edit dd dt {
    width: 50px;
    font-weight: normal; }
dl.info-edit dd dd {
    width: calc(100% - 50px);
    margin-bottom: 10px; }
dl.info-edit label {
    padding: 0 10px 0 5px; }
.btn-menu { text-align: center; }
.button {
    -webkit-appearance: none;/* iPhone対策 */
    padding: 5px 40px;
    border-radius: 20px;
    background-color: #ffa042;
    color: #fff; }
dl.info-edit textarea {
    width: 100%;
    max-width: 800px;
    height: 40vh; }

/* ■ ユーザー登録
-------------------------------------------------------------- */
.user-regist {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 40px; }

.user-regist dl {
    margin: 0 20px 40px; }
    @media screen and (min-width: 650px) {
		.user-regist dl {
    		display: flex;
    		flex-wrap: wrap; } }

.user-regist dt {
     width: 270px;
}
    @media screen and (min-width: 650px) {
		.user-regist dt {
    		width: 80%; } }

.user-regist dd {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 650px) {
		.user-regist dd {
    		width: 80%; } }

.user-regist label {
    margin: 0 10px; }

/* ■ パスワード再設定
-------------------------------------------------------------- */
.pass-reset {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

    .pass-reset dl {
        margin: 0 20px 40px;
    }

@media screen and (min-width: 650px) {
    .pass-reset dl {
        display: flex;
        flex-wrap: wrap;
    }
}

.pass-reset dt {
    width: 100%;
}

@media screen and (min-width: 650px) {
    .pass-reset dt {
        width: 100%;
    }
}

.pass-reset dd {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 650px) {
    .pass-reset dd {
        width: 100%;
    }
}

.pass-reset label {
    margin: 0 10px;
}

/* ■ jquery.scrollUp.min.js用
-------------------------------------------------------------- */
#scrollUp {
    bottom: 20px;
    right: 5%;
    width: 38px;
    height: 38px;
    background: url(../js/scrollup/top.png) no-repeat; }
 /* ■ Slideメニュー
-------------------------------------------------------------- */
/*
 * 以下 Spin の最後までがSlidebars用
 */
.sb-toggle-left {
    display: block;
    margin-right: 15px; }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 20px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    z-index: 1030;
    overflow: visible; }
    .hamburger:hover {
    opacity: 0.7; }
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ededed;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
    .hamburger-inner::before {
    top: -10px; }
    .hamburger-inner::after {
    bottom: -10px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #555555; }
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
html.sb-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    html.sb-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
    html.sb-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/* スクロールロック対策（長いコンテンツの時用） */
html.sb-scroll-lock.sb-active:not(.sb-static), html.sb-scroll-lock.sb-active:not(.sb-static) body { overflow: hidden; height: 100%; }
/* ■ Slideメニュー
-------------------------------------------------------------- */
nav ul { display: none; }
nav h3 { position: relative; }
nav h3.parent2 span,
nav h3.parent6 span { cursor: pointer;  }
nav h3.parent2:after,
nav h3.parent6:after {
    content: url('images/arrow_right.svg');
    position: absolute;
    top: 15px;
    right: 20px;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out  }
nav h3.selected:after {
    transform: rotate( 90deg );
    top: 15px;
    right: 20px;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out; }
nav h3.parent2.selected,
nav h3.parent5.selected {
    border: none; }
.sb-slidebar h3 {
    margin: 0;
    border-bottom: 1px solid #555;
    font-size: 20px;
    font-weight: normal; }
.sb-slidebar h3 span,
.sb-slidebar h3 a {
    display: block;
    padding: 10px 25px;
    color: #555; }
h3 a:before,
h3 span:before,
.child1 a:before,
.child2 a:before {
    position: relative;
    top: 5px;
    left: -5px; }
h3.parent1 a:before { content: url('images/home.svg'); }
h3.parent2 span:before { content: url('images/history.svg'); }
h3.parent3 a:before { content: url('images/history.svg'); }
h3.parent4 a:before { content: url('images/person.svg'); }
h3.parent5 a:before { content: url('images/info.svg'); }
.child1 li:nth-of-type(1) a:before { content: url('images/history_d.svg'); }
.child1 li:nth-of-type(2) a:before { content: url('images/history_w.svg'); }
.child1 li:nth-of-type(3) a:before { content: url('images/history_m.svg'); }
.child1 li:nth-of-type(4) a:before { content: url('images/history_y.svg'); }
h3.parent6 span:before { content: url('images/settings.svg'); }
.child2 li:nth-of-type(1) a:before { content: url('images/user_list.svg'); }
.child2 li:nth-of-type(2) a:before { content: url('images/file_download_black.svg'); }
.child2 li:nth-of-type(3) a:before { content: url('images/pin_black.svg'); }
.child2 li:nth-of-type(4) a:before { content: url('images/info_list.svg'); }
.child2 li:nth-of-type(5) a:before { content: url('images/info_edit.svg'); }
.sb-slidebar {
    background-color: #f3f3f3!important;}
.sb-slidebar ul {
    margin: 0!important;
    padding: 0!important; }
.sb-slidebar li {
    margin-bottom: 0!important; }
.sb-slidebar li:nth-last-of-type(1) {
    border-bottom: 1px solid #555; }
.sb-slidebar li a {
    display: block;
    padding: 10px 20px 10px 60px;
    color: #555!important;
    font-size: 20px; }
.open {
    cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
    display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
    display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.window {
    width: 90vw;
    max-width: 380px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text {
    font-size: 18px;
    margin: 0;
}
.close {
    cursor:pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 20px;
}
/*
 * iPhone風スイッチボックス
 */
.mobiswitch {
    position: relative;
    margin: 0;
    width: 48px;
    background: #fff; }
.mobiswitch input[type="checkbox"] {
    display: none; }
.mobiswitch label {
    display: block;
    box-sizing: border-box;
    height: 26px;
    border: 2px solid #999999;
    border-radius: 13px; }
.mobiswitch input[type="checkbox"]:checked +label {
    border-color: #78bd78; }
.mobiswitch .sw {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #999999;
    top: 4px;
    left: 4px;
    border-radius: 9px;
    transition: .2s; }
.mobiswitch input[type="checkbox"]:checked ~ .sw {
    transform: translateX(22px);
    background: #78bd78; }
