@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  color: #333;
  background-color: #FFF;
  background-size: cover;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: auto; }

p {
  margin-bottom: 1.5em; }

.small {
  font-size: 10px;
  line-height: 14px; }

.medium {
  font-size: 16px; }

.text_green {
  color: #78D75C; }

.text_yellow {
  color: yellow; }

.sp_floatL {
  float: left; }

.sp_floatR {
  float: right; }

.sp_mgb0 {
  margin-bottom: 0 !important; }

#main {
  width: 100%; }

.main_content {
  padding: 40px; }

#main.user_content {
  width: auto;
  padding: 30px 4% 0; }

@media (max-width: 767px) {
  .main_content {
    padding: 0; }

  .sp_container {
    width: 92%;
    margin: 0 auto; } }
@media (min-width: 768px) {
  .tb_right {
    text-align: right; } }
.container {
  padding-left: 4% !important;
  padding-right: 4% !important; }

.sp_none {
  display: none !important; }

.sp_noWrap {
  display: block !important;
  white-space: nowrap; }

.xsm_section {
  margin-bottom: 10px; }

.sm_section {
  margin-bottom: 30px; }

.md_section {
  margin-bottom: 40px; }

.sp_md_section {
  margin-bottom: 40px; }

.sp_section {
  margin-bottom: 50px; }

.section {
  margin-bottom: 60px; }

.lg_section {
  margin-bottom: 60px; }

.sp_xlg_section {
  margin-bottom: 80px; }

.common_section {
  padding: 60px 0; }

.line_height_large {
  line-height: 24px;
  line-height: 2.4rem; }

.d_table {
  display: table; }

.d_table_cell {
  display: table-cell; }

.vertical_align_middle {
  vertical-align: middle; }

.d_flex {
  display: flex; }

.sp_d_flex {
  display: flex; }

@media (min-width: 768px) {
  .tb_d_flex {
    display: flex; }

  .tb_flex_wrap {
    flex-wrap: wrap; }

  .tb_justify_content_between {
    justify-content: space-between; } }
.align_items_center {
  align-items: center; }

.justify_content_between {
  justify-content: space-between; }

.sp_justify_content_between {
  justify-content: space-between; }

.align_self_center {
  align-self: center; }

.sp_align_self_center {
  align-self: center; }

.sp_align_items_center {
  align-items: center; }

.sp_floatR {
  float: right; }

.img_w_100 {
  width: 100%;
  height: auto; }

.w_100 {
  width: 100%; }

/* -------------------------------

header

------------------------------- */
#hdr {
  border-bottom: 3px solid #78D75C;
  height: 70px;
  position: relative; }

#logo {
  width: 182px;
  height: 22px;
  margin: 0 auto;
  padding-top: 10px; }

#site_title {
  color: #65C44D;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center; }
  #site_title .hdr_icon {
    width: 26px;
    height: 27px;
    margin-bottom: -5px; }
  #site_title a {
    margin: auto; }
    #site_title a:hover {
      background: rgba(255, 255, 255, 0.5); }
  #site_title a:link, #site_title a:visited {
    color: #65C44D !important; }

@media (max-width: 425px) {
  #hdr {
    height: 64px; }

  #logo {
    width: 120px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px; }

  #site_title {
    color: #65C44D;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 15px;
    text-align: center; }
    #site_title .hdr_icon {
      width: 12px;
      height: auto;
      margin-bottom: -1px; } }
.drawer-nav {
  line-height: 24px; }
  .drawer-nav .nav_title {
    background-color: #78D75C;
    color: #FFF;
    font-weight: bold;
    text-align: center; }
  .drawer-nav .drawer-menu-item {
    border-bottom: 1px solid #EBE7E7;
    color: #333;
    display: block;
    padding: 20px 20px 20px 50px;
    position: relative;
    vertical-align: middle;
    text-decoration: none; }
    .drawer-nav .drawer-menu-item:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 7px;
      height: 7px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .drawer-nav .nav_member {
    position: relative; }
    .drawer-nav .nav_member:before {
      background: url("../../images/coaches/nav_icon_member.png") bottom left no-repeat;
      background-size: 24px 48px;
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 20px;
      left: 20px; }
  .drawer-nav .nav_all {
    position: relative; }
    .drawer-nav .nav_all:before {
      background: url("../../images/coaches/nav_icon_all.png") bottom left no-repeat;
      background-size: 24px 48px;
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 20px;
      left: 20px; }
  .drawer-nav .nav_on {
    background-color: #E6F0E5;
    color: #65C44D; }
    .drawer-nav .nav_on:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 7px;
      height: 7px;
      border-top: 1px solid #65C44D;
      border-right: 1px solid #65C44D;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .drawer-nav .nav_on.nav_member:before {
      background-position: top; }
    .drawer-nav .nav_on.nav_all:before {
      background-position: top; }

.login_name {
  padding: 20px 20px 10px; }

.nav_logout {
  padding: 0 20px; }
  .nav_logout a {
    text-decoration: underline; }

/* --------------------------------------------------------------
--------------------------------------------------------------

footer

--------------------------------------------------------------
-------------------------------------------------------------- */
#ftr {
  background-color: #FFF;
  border-top: 1px solid #ddd;
  color: #999999;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: -20px;
  text-align: center;
  padding: 30px 20px 80px; }

#btn_pagetop {
  background-color: #333;
  position: relative;
  display: block;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 40px;
  height: 40px;
  margin: 30px auto 0; }

#btn_pagetop::before,
#btn_pagetop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

#btn_pagetop::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7a0; }

#btn_pagetop::after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* --------------------------------------------------------------
--------------------------------------------------------------

contents

--------------------------------------------------------------
-------------------------------------------------------------- */
#login {
  background-color: #F8F7F0;
  border-radius: 10px;
  margin: 40px auto 10px;
  width: 90%;
  max-width: 320px;
  padding-bottom: 20px; }

.tit_login {
  border-bottom: 1px solid #DDD;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px !important;
  padding: 20px 10px;
  text-align: center; }

.login_dl {
  padding: 0 15px; }
  .login_dl dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .login_dl dd {
    margin-bottom: 20px; }
    .login_dl dd input {
      background-color: #EFEFEF;
      border: 1px solid #D9D9D9;
      border-radius: 3px;
      box-sizing: border-box;
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 1px;
      outline: none;
      padding: 8px;
      width: 100%; }

input, button, select, textarea {
  -webkit-appearance: none; }

.use_icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.login_text {
  margin: 0 auto 10px;
  width: 90%;
  max-width: 320px;
  padding-bottom: 20px;
  width: 90%; }

/* table */
.table_set {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 14px;
  line-height: 1.4rem; }
  .table_set th {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    padding: 3px;
    text-align: center;
    vertical-align: middle; }
  .table_set td {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    padding: 3px;
    text-align: center;
    vertical-align: middle; }
  .table_set a {
    text-decoration: underline; }

.list_style_none li {
  list-style: none; }

.link_color_gray a {
  color: #333; }

/* pankuzu */
#pankuzu {
  font-size: 13px;
  font-size: 1.3rem;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px; }
  #pankuzu li {
    color: #999999;
    float: left; }
    #pankuzu li:after {
      content: ">";
      padding: 0 10px; }
    #pankuzu li:last-child:after {
      content: ""; }
    #pankuzu li a {
      color: #999; }

/* title */
.left_border_tit {
  border-left: 6px solid #333;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 30px;
  padding-left: 15px; }

@media (max-width: 425px) {
  /* title */
  .left_border_tit {
    border-left: 4px solid #333;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 22px;
    padding-left: 12px; } }
.tit_large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }

.tit_user {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0 4% 10px; }

.tit_small_gray {
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 3px 4%; }

.tit_small {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 5px; }

/* button */
.btn_submit {
  background-color: #333333;
  border-radius: 30px;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 5px auto 0;
  padding: 10px 0;
  outline: none;
  text-align: center; }
  .btn_submit:hover {
    opacity: 0.7; }

.btn_login {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 82px; }

/* pagination */
.pagination {
  display: inline-block;
  padding: 0;
  margin: 30px 0 0; }
  .pagination li {
    display: inline; }
    .pagination li a {
      color: black;
      float: left;
      padding: 5px 12px;
      text-decoration: none; }
      .pagination li a.active {
        background-color: #65C44D;
        color: white;
        border: 1px solid #4CAF50; }

/* --------------------------------------------------------------

会員⼀覧

-------------------------------------------------------------- */
/* -------------------

タイムライン

-------------------*/
/* タブ */
.tabs_container {
  position: relative; }

.tab_content {
  display: none; }

.tab_content.is_show {
  display: block; }

.tabs {
  margin: 10px 0 0; }
  .tabs li {
    display: inline-block;
    list-style: none;
    padding: 0; }
    .tabs li a {
      border-radius: 10px 10px 0 0;
      color: #FFF;
      display: block;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      opacity: 0.5;
      padding: 8px 8px 5px;
      position: relative;
      text-align: center;
      text-decoration: none; }
      .tabs li a:hover {
        opacity: 1; }
      .tabs li a.tab_child {
        background-color: #78D75C;
        min-width: 38px; }
        .tabs li a.tab_child.is_active {
          border-top: 6px solid #4fb435;
          opacity: 1; }

.tab_content {
  border-top: 8px solid #78D75C;
  padding-top: 10px; }

.timeline_container {
  border: 1px solid #E5E5E5;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.timeline_tit {
  background-color: #444;
  color: #FFF;
  font-size: 16px;
  text-align: lefdt;
  padding: 10px 10px 0; }

.timeline_table {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .timeline_table tbody {
    width: 100%;
    display: table; }
  .timeline_table tr th {
    font-size: 16px;
    font-weight: normal; }
  .timeline_table tr td:last-child {
    border-right: none !important; }

.timeline_table th:first-child {
  /* 横スクロール時に固定する */
  background-color: #FFF;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2; }

.timeline_table th.timeline_table_count_tit {
  background-color: #444;
  z-index: 2; }

tr.timeline_tbl_dtil th {
  border-bottom: 3px solid #EDEDED;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 13px;
  line-height: 1.3rem;
  padding: 8px;
  white-space: nowrap; }
tr.timeline_tbl_dtil td {
  border-right: 1px solid #EDEDED;
  border-bottom: 3px solid #EDEDED;
  min-width: 4px; }
  tr.timeline_tbl_dtil td:nth-child(6n+1) {
    border-right: 1px dashed #AAA; }
  tr.timeline_tbl_dtil td:nth-child(18n+1) {
    border-right: 1px solid #444;
    position: relative; }
    tr.timeline_tbl_dtil td:nth-child(18n+1):after {
      background-color: #444;
      content: "";
      display: block;
      width: 1px;
      height: 3px;
      position: absolute;
      right: -1px;
      bottom: -3px; }
  tr.timeline_tbl_dtil td:last-child {
    border-right: none; }
    tr.timeline_tbl_dtil td:last-child:nth-child(18n+1):after {
      background-color: transparent; }
tr.timeline_tbl_dtil .flight_dtil {
  line-height: 0;
  max-width: 82px;
  padding: 3px;
  white-space: pre-wrap; }
  tr.timeline_tbl_dtil .flight_dtil img {
    border: 1px solid #DDD;
    line-height: 0;
    margin: 1px;
    height: 21px !important;
    width: auto; }

/* 黒バック */
.timeline_table_count {
  background-color: #444;
  color: #FFF; }
  .timeline_table_count .count_no {
    font-size: 10px;
    padding: 8px 0; }
    .timeline_table_count .count_no .count_no_01 {
      margin-left: -0.25em; }
      .timeline_table_count .count_no .count_no_01.count_no_01_sp {
        margin: 0; }
    .timeline_table_count .count_no .count_no_02 {
      margin-left: -0.5em; }
  .timeline_table_count .count_no_large {
    font-size: 15px;
    font-weight: bold;
    position: relative; }
    .timeline_table_count .count_no_large:before {
      background-color: #FFF;
      content: "";
      display: block;
      height: 10px;
      width: 1px;
      position: absolute;
      left: 0;
      bottom: 0; }

.border_rt_black {
  border-right: 1px solid #444 !important;
  position: relative; }
  .border_rt_black:after {
    background-color: #444;
    content: "";
    display: block;
    width: 1px;
    height: 3px;
    position: absolute;
    right: -1px;
    bottom: -3px; }

th.border_rt_black:after {
  background-color: #444;
  content: "";
  display: block;
  width: 1px;
  height: 300px;
  position: absolute;
  right: -1px;
  top: 0px;
  z-index: 4; }
th.border_rt_black:before {
  background-color: #EDEDED;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 3; }

.border_rt_none {
  border-radius: none; }

.bg_sleep {
  background-color: #93B5FF; }

.bg_milk {
  background-color: #FF6157; }

.bg_breast_milk {
  background-color: #FF86E9; }

.bg_pee {
  background-color: #FFB300; }

.sv_pnl_dtil_container {
  padding-top: 50px;
  position: relative; }

.sv_pnl_tit {
  position: absolute;
  top: 0;
  right: 0; }

.btn_more {
  box-sizing: border-box;
  color: #007AFF;
  cursor: pointer;
  padding: 0 22px 0 0;
  margin: 10px 0;
  position: relative; }
  .btn_more:after {
    background-image: url("../../images/coaches/icon_arrow.png");
    background-size: 18px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.active .btn_more:after {
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.dtil_history_table {
  background-color: #FFF;
  border-collapse: collapse;
  border: 1px solid #DDD;
  width: 100%; }

.sv_pnl_dtil_container {
  margin: 0 10px; }

.sv_pnl_dtil {
  margin-top: -10px; }

.dtil_his_table {
  background-color: #FFF;
  margin-bottom: 40px;
  width: 100%; }
  .dtil_his_table tr:nth-child(even) {
    background: #F4F9FF; }
  .dtil_his_table th {
    background-color: #AAA;
    border-collapse: collapse;
    border: 1px solid #DDD;
    color: #FFF;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 13px;
    line-height: 1.3rem;
    font-weight: normal;
    padding: 3px;
    vertical-align: middle; }
  .dtil_his_table td {
    border-collapse: collapse;
    border: 1px solid #DDD;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    padding: 3px;
    vertical-align: middle; }

.dtil_his_icon {
  width: 70px;
  height: auto;
  line-height: 0;
  margin: 1px auto 0;
  text-align: center; }

.sv_pnl_icon {
  box-sizing: border-box;
  color: #FFF;
  display: block;
  margin: 0 auto;
  max-width: 88px;
  width: 100%;
  white-space: nowrap;
  padding: 3px 5px; }

.icon_breast_milk {
  background-color: #FF86E9; }

.icon_sleep {
  background-color: #5B8DFF; }

.icon_milk {
  background-color: #FF6157; }

.icon_pee {
  background-color: #FFB300; }

.icon_diapers {
  background-color: #FFB300; }

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type="checkbox"] + label:last-child {
  margin-bottom: 0; }

input[type="checkbox"] + label:before {
  background-color: #F5F5F5;
  border-radius: 3px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9F9F9F;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  background-color: transparent;
  width: 10px;
  top: -10px;
  left: 5px;
  border-radius: 3px;
  opacity: 1;
  border: 3px solid #65C44D;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon_q {
  height: auto;
  line-height: 0;
  margin: 2px 0 -2px;
  width: 18px; }

.bloon_set {
  position: relative; }

.baloon {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: none;
  width: 180px;
  position: absolute;
  bottom: 30px;
  right: -10px;
  padding: 16px;
  border-radius: 5px;
  background: #FFF;
  color: #FF4A4A;
  font-weight: bold;
  text-align: left; }

.baloon:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  bottom: -20px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #FFF;
  border-width: 10px;
  pointer-events: none;
  content: " "; }

.bloon_set:hover .baloon {
  display: block; }
