@charset "UTF-8";
/*!
### health_note PC ###
*/

*, * :after, * :before{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
img{
  vertical-align: bottom;
}
[v-cloak] {
  display: none!important;
}
.sp_only{
  display: none!important;
}

/* =========================================================
 * 共通
 * ====================================================== */
/* メインコンテンツ */
.health_note-main,
.health_note-cat{
  display: flex;
}

.health_note-main{
  margin: 10px 0 0;
}
.health_note-detail{
  width: 650px;
}


.health_note .select_day{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}
.health_note .select_inner{
  position: relative;
  padding: 0 30px;
}
.health_note .select_day h2{
  width: auto;
  min-width: 170px;
  padding: 0;
  margin: 0 12px;
  border: none;
  box-shadow: none;
  font-size: 18px;
  text-align: center;
}
.health_note .select_day h2::before{
  content: "\f073";
  margin-right: 8px;
  font-size: 1rem;
  font-family: FontAwesome;
}
.health_note .select_day .select_prev,
.health_note .select_day .select_next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #2ba6d1;
  line-height: 1;
  padding: 15px;
}
.health_note .select_day a:hover{
  opacity: .8;
}
.health_note .select_day .select_prev{
  left: 0;
}
.health_note .select_day .select_next{
  right: 0;
}
.health_note .select_day .fa{
  font-size: 20px;
}

/* カレンダーコンテンツ */
.health_note-calendar{
  width: 297px;
  margin-left: 15px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}

/* ラジオボタン */
.radio{
  margin-right: 1em;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #707070;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0;
  margin-right: 0.5em; 
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #3197EE;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #fff;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/* 選択中猫情報 */
.health_note-cat .theme_wrap{
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
.health_note-cat .theme_wrap .theme_box-selectPet{
  width: 297px;
  margin-left: 15px;
}
.health_note-cat .theme_wrap .theme_box-petList{
  width: 650px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
  overflow-x: auto;
}
.health_note-cat .theme_wrap .theme_box-petList h2{
  border: none;
  display: block;
  margin: 0;
  padding: 0 0 2px;
  border-bottom: 1px solid #a35b5b;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.3;
}
.health_note-cat .theme_wrap .theme_box-petList h2 .fa{
  color: #a35b5b;

}
.health_note-cat .theme_wrap .theme_box-petList .petList_box{
  display: flex;
  align-items: stretch;
  margin-top: 8px;
}
.health_note-cat .theme_wrap .theme_box-petList .petList_box > div{
  min-width: 53px;
  max-width: 53px;
  line-height: 1;
}
.health_note-cat .theme_wrap .theme_box-petList .petList_box > div + div{
  margin-left: 10px;
}
.health_note-cat .theme_wrap .theme_box-petList a{
  display: inline-block;
  width: 100%;
}
.health_note-cat .theme_wrap .theme_box-petList a:hover{
  opacity: .8;
}
.health_note-cat .theme_wrap .theme_box-petList img{
  width: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: bottom;
}
.health_note-cat .theme_wrap .theme_box-petList .is-active img{
  border-color: #17b2e8;
}
.health_note-cat .theme_wrap .theme_box-petList span{
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}

.cat_info{
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  overflow: hidden;
}
.cat_info .info_top{
  display: flex;
  padding: 10px;
}
.cat_info .cat_data{
  width: calc(100% - 95px);
  padding: 4px 0 0;
  font-size: 17px;
  line-height: 1;
}
.cat_info .cat_name{
  display: block;
  padding: 4px 10px;
  background: #a35b5b;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.cat_info .cat_img{
  width: 74px;
  height: 74px;
  margin: 0 15px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
.cat_info .cat_img img{
  max-width: 100%;
}
.cat_info .cat_data p{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.cat_info .cat_data .cat_age{
  margin-top: 0;
}
.cat_info .cat_data .cat_death{
  margin-top: 8px;
}
.cat_info .cat_data .fa-birthday-cake{
  color: #dd2d78;
  font-size: 12px;
}
.cat_info .cat_data img{
  width: 12px;
}
.cat_info .cat_data span + span{
  margin-left: 0.5em;
}




/* =========================================================
 * 今日の体調
 * ====================================================== */
.condition_list{
  padding: 0 20px;
}
.condition_list li:nth-child(n + 2){
  margin-top: 26px;
}
.condition_list .list_item{
  position: relative;
  padding-left: 40px;
}
.condition_list .list_item:nth-child(n + 2){
  position: relative;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px dashed #ccc;
}



/* =========================================================
 * 猫情報
 * ====================================================== */
/* いない場合 */
.noCat_box{
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}

/* フォーム */
.input_box{
  display: block;
}
.input_box div + div{
  margin-top: 12px;
} 





.input_box + .input_box{
  margin-top: 25px;
}
.input_box .input_ttl{
  width: 150px;
  margin-bottom: 3px;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}
.input_box .input_area{
  width: 100%;
}
.input_box .input_area p{
  color: #555;
  font-size: 14px;
  margin: 5px 0;
}
.input_box .input_area input:not([type="radio"]),
.input_box .input_area select,
.input_box .input_area textarea{
  width: 100%;
  padding: 5px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
}
.input_box .input_area-amount{
  display: flex;
  align-items: flex-end;
}
.register_ttl.water + .register_input input,
.input_box .input_area-weight input{
  width: 100px!important;
  text-align: right;
}
.input_box .input_area-amount span{
  width: 2em!important;
  padding-left: .5em!important;
}
.input_box .input_area-weight span{
  width: 1em!important;
  padding-left: .5em!important;
}
.input_box .input_area-time{
  display: flex;
  align-items: center;
}
.input_box .input_area-time select{
  width: 20%;
}
.input_box .input_area-time span{
  width: 5%;
  text-align: center;
}

/* 登録ボタン */
.btn_box{
  margin-top: 20px;
}

/* カレンダーエリア */
.calendar_area{
  position: relative;
  margin: 20px 10px;
}
.calendar_area .calendar_head{
  text-align: center;
  font-size: 18px;
}
.calendar_area .calendar_head .selected-month{
  display: inline-block;
  min-width: 105px;
}
.calendar_area .calendar_head .head_item{
  display: inline-block;
  width: 21px;
}
.calendar_area .calendar_head a{
  color: #247493;
}
.calendar_weekName{
  display: flex;
  margin: 10px 0 0;
  font-size: 18px;
}
.calendar_week{
  display: flex;
  font-size: 18px;
}
.calendar_weekName .week_name,
.calendar_week .week_item{
  width: calc(100% / 7);
  text-align: center;
}
.calendar_weekName .week_name span,
.calendar_week .week_item a,
.calendar_week .week_item span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 3px;
  width: 28px;
  height: 28px;
}
.calendar_week .week_item .icon_recorded{
  background: url(/health_note/inc/images/icon_calendar.png) no-repeat top center / contain;
}
.calendar_week .week_item .is-today{
  background: #2ba6d1;
  border-radius: 50%;
  color: #fff;
}


.moveToday_btn{
  position: absolute;
  top: 0;
  right: 0;
}
.moveToday_btn a,
span.moveToday_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-radius: 100vh;
  background: #f0f0f0;
  color: #666;
  font-size: 14px;
}

/* 詳細 */
.calendar_detail .list_item{
  display: flex;
  padding: 5px 10px;
}
.calendar_detail .list_item:nth-child(odd){
  background-color: #f8f8f8;
}

.calendar_detail .list_item .item_day{
  width: 75px;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.calendar_detail .list_item .item_icon{
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.calendar_detail .list_item .item_icon::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
.calendar_detail .list_item .item_icon-1::before{
  background: url(/health_note/inc/images/icon_health01-on.png) no-repeat top -3px center / contain;
}
.calendar_detail .list_item .item_icon-2::before{
  background: url(/health_note/inc/images/icon_health02-on.png) no-repeat top -3px center / contain;
}
.calendar_detail .list_item .item_icon-3::before{
  background: url(/health_note/inc/images/icon_health03-on.png) no-repeat center center / contain;
}
.calendar_detail .list_item .item_text{
  width: calc(100% - 105px);
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* =========================================================
 * 健康ノート詳細
 * ====================================================== */
.detail_area{
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
.detail_area .condition_list{
  margin-top: 20px;
}
.detail_area .condition_list .list_item{
  padding-left: 0;
}
.detail_area .condition_list .list_item:nth-child(n + 2){
  margin-top: 10px;
  padding-top: 25px;
  border-style: solid;
}
.detail_area .condition_list .list_item .item_heading{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 31px;
}
.detail_area .condition_list .list_item .item_heading::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.detail_area .condition_list .list_item.weight .item_heading::before{
  background: url(/health_note/inc/images/icon_weight.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.food .item_heading::before{
  background: url(/health_note/inc/images/icon_food.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.water .item_heading::before{
  background: url(/health_note/inc/images/icon_water.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.poop .item_heading::before{
  background: url(/health_note/inc/images/icon_poop.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.pee .item_heading::before{
  background: url(/health_note/inc/images/icon_pee.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.medicine .item_heading::before{
  background: url(/health_note/inc/images/icon_medicine.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.vomiting .item_heading::before{
  background: url(/health_note/inc/images/icon_vomiting.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item.note .item_heading::before{
  background: url(/health_note/inc/images/icon_note.png) no-repeat center center / contain;
}
.detail_area .condition_list .list_item .item_heading .item_ttl{
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 18px;
}
.detail_area .condition_list{
  line-height: 1.5;
}
.detail_area .condition_list .item_text{
  margin-top: 10px;
  font-size: 16px;
}

.detail_area .condition_list .item_text + .item_text{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}
.detail_area .condition_list .item_text a div{
  display: flex;
  pointer-events: none;
}
.detail_area .condition_list .item_text .time{
  display: inline-block;
  min-width: 55px;
}
.detail_area .condition_list .item_text .amount{
  margin-left: 10px;
  font-size: 24px;
  line-height: 1.1;
}
.detail_area .condition_list .item_text .amount i{
  margin-left: 3px;
  font-size: 18px;
}
.detail_area .condition_list .list_item.food .time span{
  width: calc(100% - 123px);
}
.detail_area .condition_list .list_item.note span,
.detail_area .condition_list .list_item.weight span,
.detail_area .condition_list .list_item.water span{
  width: 90px;
}
.detail_area .condition_list .list_item.note span + span,
.detail_area .condition_list .list_item.weight span + span,
.detail_area .condition_list .list_item.water span + span{
  width: calc(100% - 160px);
  padding-left: 15px;
}
.detail_area .condition_list .list_item.note span + span{
  margin-top: 4px;
  font-size: 16px;
}
.detail_area .condition_list .list_item.weight span + span,
.detail_area .condition_list .list_item.water span + span{
  font-size: 28px;
  line-height: 1.1;
}
.detail_area .condition_list .list_item.weight .item_links{
  width: auto;
  padding: 0;
}
.detail_area .condition_list .list_item.note span + span i,
.detail_area .condition_list .list_item.weight span + span i,
.detail_area .condition_list .list_item.water span + span i{
  margin-left: 5px;
  color: #888;
  font-size: 16px;
}



.detail_area .condition_list .list_item .item_heading .item_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 100vh;
  color: #666;
  font-size: 14px;
}
.detail_area .condition_list .list_item .item_heading .item_btn i{
  color: #2ba6d1;
  font-size: 16px;
  pointer-events: none;
}
.detail_area .condition_list .list_item .item_heading .item_btn:hover{
  opacity: .8;
}

.detail_area .condition_list .list_item .item_text .btn_area{
  display: flex;
  width: 18px;
  margin: 0 0 0 15px;
}
.detail_area .condition_list .list_item .item_text .close_btn{
  position: relative;
  top: 50%;
  border: 2px solid #888;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}
.detail_area .condition_list .list_item .item_text .close_btn::before,
.detail_area .condition_list .list_item .item_text .close_btn::after{
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #888;
}
.detail_area .condition_list .list_item .item_text .close_btn::before{
  transform: rotate(45deg);
}
.detail_area .condition_list .list_item .item_text .close_btn::after{
  transform: rotate(-45deg);
}

/* 入力部分 */
.register_area{
  position: relative;
  padding: 15px;
  min-width: 300px;
  min-height: 50px;
}
.register_area .register_ttl{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
}

.register_area .register_ttl::before{
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.register_area .register_ttl.weight::before{
  background: url(/health_note/inc/images/icon_weight.png) no-repeat center center / contain;
}
.register_area .register_ttl.food::before{
  background: url(/health_note/inc/images/icon_food.png) no-repeat center center / contain;
}
.register_area .register_ttl.water::before{
  background: url(/health_note/inc/images/icon_water.png) no-repeat center center / contain;
}
.register_area .register_ttl.poop::before,
.register_area .register_ttl.excretion::before{
  background: url(/health_note/inc/images/icon_poop.png) no-repeat center center / contain;
}
.register_area .register_ttl.pee::before{
  background: url(/health_note/inc/images/icon_pee.png) no-repeat center center / contain;
}
.register_area .register_ttl.medicine::before{
  background: url(/health_note/inc/images/icon_medicine.png) no-repeat center center / contain;
}
.register_area .register_ttl.vomiting::before{
  background: url(/health_note/inc/images/icon_vomiting.png) no-repeat center center / contain;
}
.register_area .register_ttl.note::before{
  background: url(/health_note/inc/images/icon_note.png) no-repeat center center / contain;
}

.register_area .register_input{
  margin: 5px 0 0;
}


.register_area .error_area{
  color: #b22222;
  min-height: 20px;
}
.btn_delete{
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  background: #b22222;
  color: #fff!important;
  font-size: 14px;
  line-height: 1;
}
.btn_delete .fa{
  margin-right: 3px;
  font-size: 16px;
}

/* 健康ノートのバロメータ */
.register_ttl.note + .register_input{
  margin-top: 10px;
}
.register_ttl.note + .register_input .input_box > p{
  font-size: 18px;
  text-align: center;
}
.input_barometer + .input_area{
  margin-top: 20px;
}
.input_barometer .radio_select{
  display: flex;
  justify-content: center;
}
.input_barometer input[type='radio']{
  display: none;
}
.input_barometer .b_icon{
  display: inline-block;
  width: 80px;
  height: 70px;
  padding: 0 5px;
  color: #D2D2D2;
  font-size: 30px;
  cursor: pointer;
}
.input_barometer .b_icon::before{
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
}
.radio_select li{
  position: relative;
  margin: 0 5px;
}
.radio_select li label:hover{
  cursor: pointer;
}
.radio_select li label{
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.input_barometer .b_icon-01::before{
  background: url(/health_note/inc/images/icon_health01-off.png) no-repeat center center / contain;
}
.input_barometer .b_icon-02::before{
  background: url(/health_note/inc/images/icon_health02-off.png) no-repeat center center / contain;
}
.input_barometer .b_icon-03::before{
  background: url(/health_note/inc/images/icon_health03-off.png) no-repeat center center / contain;
}

/* バロメータ */
/* 一番左 */
.input_barometer .b_icon-01:hover::before,
.radio_select input[type="radio"]:checked + label + .b_icon-01::before{
  background: url(/health_note/inc/images/icon_health01-on.png) no-repeat center center / contain;
}
/* 真ん中 */
.input_barometer .b_icon-02:hover::before,
.radio_select input[type="radio"]:checked + label + .b_icon-02::before{
  background: url(/health_note/inc/images/icon_health02-on.png) no-repeat center center / contain;
}
/* 一番右 */
.input_barometer .b_icon-03:hover::before,
.radio_select input[type="radio"]:checked + label + .b_icon-03::before{
  background: url(/health_note/inc/images/icon_health03-on.png) no-repeat center center / contain;
}


/* 体重グラフ */
.weight_chart{
  margin-top: 15px;
}
.weight_chart canvas{
  margin-top: 15px;
  width: 628px;
  height: 314px;
}




/* =========================================================
 * howto用
 * ====================================================== */
.columnList.columnRule h2{
  width: 100%;
  background: #825442;
}
#columnAttenBox div + h3{
  margin-top: 10px;
}
.columnRule .item_btn{
  width: 67px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 100vh;
  color: #666;
  font-size: 12px;
  line-height: 1;
}
.columnRule .item_btn i{
  color: #2ba6d1;
  font-size: 16px;
  pointer-events: none;
}
.columnRule .inner_txt{
  margin-top: 15px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.columnRule .inner_txt dt:not(:first-of-type){
  margin-top: 10px;
}
.columnRule .icon_list li{
  text-indent: calc(-2rem + -3px);
  margin-left: calc(2rem + 3px);
}
.columnRule .icon_list li span{
  text-indent: 0;
}
.columnRule .icon_blue,
.columnRule .icon_img{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 3px;
  vertical-align: middle;
}
.columnRule .icon_blue{
  background: #2ba6d1;
  border-radius: 50%;
}
.columnRule .icon_img img{
  width: 100%;
  vertical-align: top;
}
.columnRule .btn_delete{
  position: relative;
  top: 0;
  right: 0;
  display: inline;
}
.columnRule span.moveToday_btn{
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}
