@charset "UTF-8";
/* ====================================================
　CSS 3@ Document 2024.04
==================================================== */
main *, .control,
.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea,.label{font-size:1.4rem;}

.pt10{
    padding-top: 10px;
}
.panel-heading{
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.75em;
}
.panel-block {
    padding: 1em .75em;
}
/* ====================================================
    ログイン
==================================================== */
/* 緑色ボタン classはblue */
.pageAdmin .button.blue {
  border: 1px solid #498FCA;
  background: #498FCA;
  color: #fff;
}
.pageAdmin .button.blue.reverse {
  border: 1px solid #498FCA;
  background: #ffffff;
  color: #498FCA;
}
.pageAdmin .button.blue:not(.disabled):hover {
  border: 1px solid #498FCA;
  background: #ffffff;
  color: #498FCA;
}

/* 水色ボタン */
.pageAdmin .button.skyblue {
  border: 1px solid #00AEDA;
  background: #00AEDA;
  color: #fff;
}
.pageAdmin .button.skyblue.reverse {
  border: 1px solid #00AEDA;
  background: #ffffff;
  color: #00AEDA;
}
.pageAdmin .button.skyblue:not(.disabled):hover {
  border: 1px solid #00AEDA;
  background: #ffffff;
  color: #00AEDA;
}

/* 青ボタン */
.pageAdmin .button.deepBlue {
  border: 1px solid #3A5BC9;
  background: #3A5BC9;
  color: #fff;
}
.pageAdmin .button.deepBlue.reverse {
  border: 1px solid #3A5BC9;
  background: #ffffff;
  color: #3A5BC9;
}
.pageAdmin .button.deepBlue:not(.disabled):hover {
  border: 1px solid #3A5BC9;
  background: #ffffff;
  color: #3A5BC9;
}



/* ====================================================
    ヘッダー
==================================================== */
.pageAdmin header{
    display: flex;
    justify-content:space-between;
    z-index: 1000;
}
.pageAdmin header >  a{
    color: #2D315D;
    font-weight: bold;
}
.pageAdmin header form{
    margin-left: 1.5em;
}
.pageAdmin header form button{
    color: #2D315D;
}
.pageAdmin header form button:before{
    background: url("../img/nav/ico-logout.svg") no-repeat;
}



/* ====================================================
    表
==================================================== */
table{margin: 2em 0;}
.table th, .table td,
table th, table td{padding: 1em 0.75em; word-break: break-all;}
.table th, table th{font-size: 1.3rem; padding-bottom: 0.75em;}
table .min80{min-width: 80px;}
table .button {display: inline-block; margin: 0;}
table .p-narrow{padding: 0.5em 0.75em;}

table tr.unpaid{background:#FFF5F5; }

.has-text-centered {
    text-align:left !important;
}
.has-text-centered.date {
    width:13.5em;
}


/* ====================================================
    フォーム
==================================================== */
form .field:not(:last-child) ,
.form .field:not(:last-child) {
    margin-bottom: 1rem;
}
form .field-body,
.form .field-body{
    max-width: 80%;
    flex-grow: 4.5;
}

/* input
-------------------------------------*/
.field.is-middle input[type=text],
.field.is-middle input[type=password],
.field.is-middle input[type=mail]{
    max-width: 550px;
}

.form input[type=text],
.form input[type=password],
.form input[type=mail]{
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 0.5em;
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    min-height: 3em;
}

textarea,
.textarea{
    font-size: 1.5rem;
    padding: 0.5em;
    background-color: #FFF;
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    min-height: 3em;
}

/* select
-------------------------------------*/
.form  .select,
.form  select{
    height: 2.75em;
    font-size: 1.5rem;
}

/* 必須
-------------------------------------*/
.required{color: #f00;}

/* エラー
-------------------------------------*/
form .error,
.form .error{
    display:block;
    width:100%;
    color: #F33636;
    font-weight: normal;
    margin: 0.5em 0;
}
form p + .error,
.form p + .error{
    margin-top: -0.75em;
}
.field-body {
    flex-wrap:wrap;
}



/* マウスカーソル
-------------------------------------*/
.toggle-text input[type="checkbox"] + span, .toggle-text input[type="radio"] + span {
    cursor: pointer;
}

/* 　確認（次へ）・戻るボタン
-------------------------------------*/
.form{font-size: 0;}
.field.buttonArea{
    width: 29.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 19.5%;
    margin-top: 3em;
}
.field.buttonArea + .field.buttonArea{
    margin-left: 2%;
}
.field.buttonArea.single{
    margin-left: 34.5%;
}
.field.buttonArea .field-body{
    max-width: 100%;
}
.field.buttonArea .button{
    padding: 0.75em;
}
.field.buttonArea.next .button{
    background-color: #00d1b2;
    color: #fff;
}
.field.buttonArea.next .button:hover{
    background-color: #fff;
    color: #00d1b2;
}
.field.buttonArea.back .button:hover{
    background-color: #fff;
    color: #00d1b2;
}




/* ====================================================
    検索フォーム
==================================================== */
.searchForm .form .field:last-child {
     margin-bottom: 0;
}
.searchForm .field-label.is-normal {
    padding-top: 0em;
}
.searchForm .field-body{
    max-width: 100%;
    flex-grow: 6;
}


/*  checkbox
-------------------------------------*/
.searchForm  input[type=checkbox] {
    margin-right: .0em;
}

.searchForm  label{
    margin: 0.25em 1em 0.25em 0;
    padding: 0.5em 0;
    cursor: pointer;
    display: inline-block;
}

/* 詳細検索ボタン
-------------------------------------*/
.searchForm .form .alineC{
    text-align: center;
}
.searchForm .search-detail.active{
    margin-bottom: 10px;
}
.searchForm .form label.toggle-text {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    margin-top: 10px;
}
.searchForm .form label.toggle-text input {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.searchForm .form #search-detail-button + span{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.75em!important;
    font-size: 1.3rem!important;
    display: block;
}

/*  検索ボタン
-------------------------------------*/
.searchForm .form > .field:last-child button{
    background: #00d1b2;
    padding: 1em;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.searchForm .form > .field:last-child button span{
    color: #fff;
}
.searchForm .form > .field:last-child button:hover{
    background: #fff;
}
.searchForm .form > .field:last-child button:hover span{
    color: #00d1b2;
}



/* ====================================================
    登録・編集画面　共通
==================================================== */
.field-label.is-normal {
    padding-top: .75em;
}

/* 項目を追加する
-------------------------------------*/
.multiply-item-list .delete{
    height: 26px;
    max-height: 26px;
    max-width: 26px;
    min-height: 26px;
    min-width: 26px;
    width: 26px;
    margin-top: 8px;
}
.multiply-item-list .columns{
    margin-bottom: 8px;
}
.multiply-item-list + .button{
    padding: 0.5em 1em;
}


/*  確認画面
-------------------------------------*/
.confirm .field-label.is-normal{
    margin-right: 3em;
}
.confirm .field-body {
    padding-top: .75em;
}
.confirm .field.is-horizontal + .field.is-horizontal{
    border-top: 1px solid #eee;
}
.confirm .field.buttonArea.next,
.confirm .field.buttonArea.back{
    border-top: none!important;
}

/* ######################################################################################

　mainBloc pageContract operator detail

###################################################################################### */

.mainBloc.pageContract.operator.detail .date input {width:calc(50% - 0.75em);}
.mainBloc.pageContract.operator.detail .date input + input {margin-left:1.5em;}

/* ######################################################################################

　.graxBg

###################################################################################### */
.graxBg{background: #F6F6F6;}

@media print, screen and (min-width: 768px) {
    .graxBg{padding: 30px 20px;}
}
@media screen and (max-width: 767px) {
    .graxBg{padding: 20px 15px;}
}


/* ######################################################################################

　.pagination

###################################################################################### */
.pagination{
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .pagination ul{
    flex-direction: row;
    display: flex;
  }
  .pagination ul li + li{
    margin-left: 0.25em;
  }
  .pagination li a,
  .pagination li span{
    display: inline-block;
    text-align: center;
    padding: 7px 10px 6px;
    border: 1px solid #00d1b2;
    border-radius: 2px;
    background: #fff;
    min-width: 32px;
    font-size: 1.5rem;
    line-height: 15px;
    color: #00d1b2;
    vertical-align: bottom;
  }
  .pagination li span{
    border-color: #D5D5DF;
    background-color: #D5D5DF;
    color: #fff;
  }

  .pagination li.top span,
  .pagination li.prev span,
  .pagination li.next span,
  .pagination li.end span{
    background-color: #fff;
    color: #D5D5DF;
  }

  .pagination li.top a,
  .pagination li.prev a,
  .pagination li.next a,
  .pagination li.end a,
  .pagination li.top span,
  .pagination li.prev span,
  .pagination li.next span,
  .pagination li.end span{
    font-size: 1.1rem;
  }

  .pagination li a:hover{
    background-color: #00d1b2;
    color: #fff;
  }

/* ######################################################################################

　resultTotalBox

###################################################################################### */
.resultTotalBox{
    background: #F6F6F6;
    padding: 1.5em 0.5em;
}
.resultTotalBox__item{padding: 0 1em;}
.resultTotalBox__item dt{margin-bottom: 0.5em; color: #A3A6B4; font-size: 1.3rem;}
.resultTotalBox__item dd{
    font-weight: bold;
    font-family: "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, sans-serif;
}


@media print, screen and (min-width: 768px) {
    .resultTotalBox{display: flex;}
    .resultTotalBox__item{width: 33.3333333%; max-width: 250px;}
    .resultTotalBox__item + .resultTotalBox__item{border-left: 1px solid #E3E3EA;}
    .resultTotalBox__item dd{font-size: 2.2rem;}
    .resultTotalBox__item dd .small{font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
    .resultTotalBox{display: block;}
    .resultTotalBox__item{width: 100%;}
    .resultTotalBox__item + .resultTotalBox__item{padding-top: 1em; margin-top: 1em; border-top: 1px solid #E3E3EA;}
    .resultTotalBox__item dd{font-size: 1.8rem;}
    .resultTotalBox__item dd .small{font-size: 1.6rem;}
}
/* ######################################################################################

　couponTotalBox クーポン管理

###################################################################################### */
/* ====================================================
　input textarea 長さ
==================================================== */
@media print, screen and (min-width: 768px) {
	input.short{width: 30%;}
}
@media screen and (max-width: 767px) {
	input.short{width: 100%!important;}
}

@media print, screen and (min-width: 768px) {
	.coupon_menuList{display: flex; margin-top: -10px!important;}
	.coupon_menuList li{margin: 0 20px 0 0;}
	.buttonBox .coupon_menuList li + li{margin-top: 0;}
}
@media screen and (max-width: 767px) {
	.coupon_menuList{display: block; }
	.coupon_menuList li{margin: 0 0 10px;}
	}




/* クーポンアイコン */
.button.couponshop:before,
.button.coupon:before{
	content: "";
	width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: text-top;
}
.button.couponshop:before{
	content: "";
	background:url(../img/icon/ico-couponshop_wh.svg) center no-repeat;
	width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;}
.button.couponshop:hover:before{background:url(../img/icon/ico-couponshop_gr.svg);}
.button.couponshop.mini:before{top:0;}
.button.coupon:before{ background:url(../img/icon/ico-ticket_wh.svg) center no-repeat;}
.button.coupon:hover:before{background:url(../img/icon/ico-ticket_gr.svg);}
.button.coupon.mini:before{top:0;}


.CouponBox .shopname,
.CouponBox .couponname,
.CouponBox .adress{
	overflow: hidden;
	line-height: 1.0;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */

	}
.CouponBox .shopname{  max-width: 14em;}
.CouponBox .couponname{ max-width: 22em;}
.CouponBox .adress{ max-width: 14em;}

.couponTotalBox{
    background: #F6F6F6;
    padding: 1.5em 0.5em;
}
.couponTotalBox__item{padding: 0 1em;}
.couponTotalBox__item dt{margin-bottom: 0.5em; color: #A3A6B4; font-size: 1.3rem;}
.couponTotalBox__item dd{
    font-weight: bold;
    font-family: "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, sans-serif;
}


@media print, screen and (min-width: 768px) {
    .couponTotalBox{display: flex;}
    .couponTotalBox__item{width: 33.3333333%; overflow: hidden;}
    .couponTotalBox__item + .couponTotalBox__item{border-left: 1px solid #E3E3EA;}
    .couponTotalBox__item dd{font-size: 2.2rem;}
    .couponTotalBox__item dd .small{font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
    .couponTotalBox{display: block;}
    .couponTotalBox__item{width: 100%;}
    .couponTotalBox__item + .couponTotalBox__item{padding-top: 1em; margin-top: 1em; border-top: 1px solid #E3E3EA;}
    .couponTotalBox__item dd{font-size: 1.8rem;}
    .couponTotalBox__item dd .small{font-size: 1.6rem;}
}

/* ######################################################################################

　投稿BOX

###################################################################################### */
.pageAdmin.workBox .borderBox{
    white-space: normal;
}
.pageAdmin.workBox .appList.th-rowTable td{vertical-align: middle; padding: 10px 15px;}
.pageAdmin.workBox .appList.th-rowTable th{padding: 10px 15px;}
.pageAdmin.workBox .appList.th-rowTable tr:hover td {
	background-color: #FFF5F5;
}
.pageAdmin.workBox .appList.th-rowTable .username,
.pageAdmin.workBox .appList.th-rowTable .datetime,
.pageAdmin.workBox .appList.th-rowTable .groupname,
.pageAdmin.workBox .appList.th-rowTable .place,
.pageAdmin.workBox .appList.th-rowTable .title,
.pageAdmin.workBox .appList.th-rowTable th
{ white-space: nowrap;}


.pageAdmin.workBox .appList.th-rowTable .groupname{
    max-width: 6em;
    text-align: center;

}
.pageAdmin.workBox .appList.th-rowTable .username{
    max-width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}


.pageAdmin.workBox .appList.th-rowTable .place{
    max-width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageAdmin.workBox .appList.th-rowTable .title{
    max-width: 8em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageAdmin.workBox .appList.th-rowTable .datetime{
    max-width: 13em;
}
.pageAdmin.workBox .appList.th-rowTable .message{
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageAdmin.workBox .appList.th-rowTable .image{text-align: center;}
.pageAdmin.workBox .appList.th-rowTable .image img{ width: 50px; height: 40px;}

/* ######################################################################################

　投稿BOX詳細

###################################################################################### */
.pageAdmin.workBox.detail .borderBox th{width: 100px;}
.pageAdmin.workBox.detail .borderBox .img a{
    display: inline-block;
    margin-bottom: 0.5em;
}
.pageAdmin.workBox.detail .borderBox .img a img{
    width: 100%;
    height: auto;
    max-width: 100px;
}
.pageAdmin.workBox.detail .appList.th-columnTable th{
    font-weight: bold;
    color: #A3A6B4;
    padding: 10px;
    min-width: 150px;
    background: #F6F6F6;
}
.pageAdmin.workBox.detail .appList.th-columnTable td{padding: 13px 10px}

.pageAdmin.workBox.detail .contents .subTitle{
    margin-top: 30px;
    font-weight: bold;
}

.pageAdmin.workBox.detail .appList.th-rowTable .image a:not(:first-child){ display:none;}

/*画像・送信ボタン*/
.pageAdmin.workBox.detail .contents .button{padding: 0 0; font-size: 1.4rem;}
.pageAdmin.workBox.detail .contents .button.ico:before{margin-right: 8px;}
.pageAdmin.workBox.detail .contents .button.images.mini{min-width: 120px;}
.pageAdmin.workBox.detail .contents .buttonBox{
    display: flex;
    justify-content: flex-start;
}

.pageAdmin.workBox.detail .contents .buttonBox .button {
    font-size: 1.4rem;
    padding: 0.7em 1.55em;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.pageAdmin.workBox.detail .contents button{
    border: none;
    background: none;
    padding: 0 0;
}

@media screen and (max-width: 768px) {
    .pageAdmin.workBox.detail .contents .buttonBox {
        display: flex;
        flex-direction: column;
    }

    .pageAdmin.workBox.detail .contents .buttonBox .button{
        margin-bottom: 10px;
    }
}


/* ######################################################################################

　BOXMSG投稿

###################################################################################### */
.pageAdmin.workBox.boxmsg .wallBelt.boxmsg{
    margin-top: 2em;
    margin-bottom: 2em;
}
.pageAdmin.workBox.boxmsg .wallBelt.boxmsg button{
    border: none;
    background: none;
    padding: 0 0;
}
.pageAdmin.workBox.boxmsg .wallBelt.boxmsg .button.send:before{
    top: 0.05em;
}
.pageAdmin.workBox.boxmsg .wallBelt.boxmsg .appList .img + .img{
    margin-top: 0.5em;
}

@media print, screen and (min-width: 768px) {
    .pageAdmin.workBox.boxmsg .wallBelt.boxmsg .appList th{
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .pageAdmin.workBox.boxmsg .wallBelt.boxmsg .appList th{
        width: 100px;
    }
}



/* ######################################################################################

　デジタル納付

###################################################################################### */
.noBorderTable.payment td:nth-child(1){min-width: 122px;}

.contents.paymentlog .numberTable{margin-bottom: 0;}
.contents.paymentlog .numberTable th,
.contents.paymentlog .numberTable td{
    font-size: 1.2rem;
    padding: 0.25em;
    border: none;
    border-bottom: 1px solid #E0E3EE;
}
.contents.paymentlog .numberTable tr:last-child th,
.contents.paymentlog .numberTable tr:last-child td{
    border-bottom: none;
}

/* ######################################################################################

　トピックス一覧

###################################################################################### */
.contents.topics .topicList td:nth-of-type(2){
    max-width: calc(100vw - 120px);
}




/* ######################################################################################

　DM送信

###################################################################################### */
.contents.dmCreate .scrollTable table{
    width: 100%;
    min-width: 1000px;
}


/* ######################################################################################

　回覧板

###################################################################################### */
.contents.kairanban .topicList.appList td:nth-of-type(2){max-width: calc(100vw - 120px);}




/* ######################################################################################

　クーポンキャンペーン一覧

###################################################################################### */
.contents.CouponBox .topicList.appList td:nth-of-type(2){max-width: calc(100vw - 135px);}
.contents.CouponBox .topicList.appList td .meta{width: calc(100% + 70px);}





/* ######################################################################################

　マニュアル一覧

###################################################################################### */
.contents.manual .appList th,
.contents.manual .appList td{display: block; width: 100%;}
.contents.manual .appList td:nth-of-type(1){padding-bottom: 0.25em; border-bottom: none;}
.contents.manual .appList td:nth-of-type(2){
    border-top: none;
    padding-top: 0;
}
.contents.manual .appList td:nth-of-type(2) a{
    display: block;
    width: calc(100vw - 3.5em);
    text-overflow: ellipsis;
    white-space: nowrap;
}


.contents.manual .th-columnTable th,
.contents.manual .th-columnTable td{
    display: block;
    width: 100%;
    border-right: 1px solid #E0E3EE;
    border-left: 1px solid #E0E3EE;
}
.contents.manual .th-columnTable th{
    font-size: 1.3rem;
    font-weight: bold;
}
.contents.manual .th-columnTable td{
    font-size: 1.5rem;
    line-height: 1.7333;
}








/* ######################################################################################

　会員名簿一覧

###################################################################################### */
.contents.memberList *  + .color2Title{margin-top: 40px;}

/* 所属別世帯数テーブル */
.contents.memberList .borderBox.bloc{table-layout: fixed; white-space: break-spaces;}
.contents.memberList .borderBox.bloc th,
.contents.memberList .borderBox.bloc td{vertical-align: middle; font-size: 1.3rem; padding: 0.5em;}
.contents.memberList .borderBox.bloc th{font-size: 1.2rem; padding: 0.5em 0.25em;}
/*.contents.memberList .borderBox.bloc tr:nth-of-type(2n + 1) td:first-child{border-left: none;}*/
.contents.memberList .borderBox.bloc .tr td[rowspan]:nth-child(1){
  background-color: aqua;
}

/* 検索結果テーブル */
@media print, screen and (min-width: 768px) {
    .contents.memberList .allScrollTable{max-height: 65vh;}
}
.contents.memberList .borderBox.member th,
.contents.memberList .borderBox.member td{position: relative; font-size: 1.3rem;}
.contents.memberList .borderBox.member td label.check{margin-right: 0;}
.contents.memberList .borderBox.member th{font-size: 1.2rem; padding: 0.5em 0.25em; vertical-align: middle; white-space: nowrap;}
.contents.memberList .borderBox.member th:nth-child(1),
.contents.memberList .borderBox.member td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
    width: 38px;
}
.contents.memberList .borderBox.member th:nth-child(2),
.contents.memberList .borderBox.member td:nth-child(2){
    width: 100px;
    position: sticky;
    left: 38px;
    z-index: 1;
}
.contents.memberList .borderBox.member th:nth-child(1):before,
.contents.memberList .borderBox.member td:nth-child(1):before,
.contents.memberList .borderBox.member th:nth-child(2):before,
.contents.memberList .borderBox.member td:nth-child(2):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.memberList .borderBox.member th:nth-child(1):before,
.contents.memberList .borderBox.member th:nth-child(2):before{
    background: #F6F6F6;
}
.contents.memberList .borderBox.member td:nth-child(1):before,
.contents.memberList .borderBox.member td:nth-child(2):before{
    background: #fff;
}

/* 検索結果 */
.contents.memberList .borderBox.member.search th,
.contents.memberList .borderBox.member.search td{
    white-space: nowrap;
}
.contents.memberList .borderBox.member.search th:nth-child(1),
.contents.memberList .borderBox.member.search td:nth-child(1){
    width: 55px;
    min-width: 55px;
}
.contents.memberList .borderBox.member.search th:nth-child(2),
.contents.memberList .borderBox.member.search td:nth-child(2){
    left: 55px;
    white-space: break-spaces;
    min-width: 110px;
}


.contents.memberList .borderBox.member tr.select th,
.contents.memberList .borderBox.member tr.select td,
.contents.memberList .borderBox.member tr.select td:nth-child(1):before,
.contents.memberList .borderBox.member tr.select td:nth-child(2):before{background: #f2f9ff;}

/* ######################################################################################

　会員一覧・追加編集

###################################################################################### */
/* 履歴 */
.contents.userhistory .scrollTable table td:nth-of-type(1),
.contents.userhistory .scrollTable table td:nth-of-type(3),
.contents.userhistory .scrollTable table td:nth-of-type(5){white-space: nowrap;}



/* ######################################################################################

　メンバー一覧

###################################################################################### */
/* 履歴 */
.contents.yakuin .topicList th:nth-of-type(1),
.contents.yakuin .topicList td:nth-of-type(1),
.contents.yakuin .topicList th:nth-of-type(2),
.contents.yakuin .topicList td:nth-of-type(2){
    padding-left: 0;
    width: 48px;
}
.contents.yakuin .topicList th:nth-of-type(3),
.contents.yakuin .topicList td:nth-of-type(3){
    width: 44px;
}
.contents.yakuin .topicList th:nth-of-type(3) label.check,
.contents.yakuin .topicList td:nth-of-type(3) label.check{
    padding-left: 0;
}


/* ######################################################################################

　みまもり機能 mimamoriList

###################################################################################### */
.contents.mimamoriList .cardBlock__item__button{margin-top: 0.5em;}
.contents.mimamoriList .cardBlock__item__button{max-width: 600px;}

.contents.mimamoriList .appList th{font-size: 1.1rem;}
.contents.mimamoriList .appList th:nth-child(1),
.contents.mimamoriList .appList td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
    width: 40px;
}
.contents.mimamoriList .appList th:nth-child(1):before,
.contents.mimamoriList .appList td:nth-child(1):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.mimamoriList .appList th:nth-child(1):before{
    background: #F6F6F6;
}
.contents.mimamoriList .appList td:nth-child(1):before{
    background: #fff;
}
.contents.mimamoriList .appList th:nth-child(3),
.contents.mimamoriList .appList td:nth-child(3){
    width: 80px;
}
.contents.mimamoriList .appList th:nth-child(4),
.contents.mimamoriList .appList td:nth-child(4){
    width: 80px;
}




/* ######################################################################################

　みまもり機能 mimamoriLog

###################################################################################### */
.contents.mimamoriLog .scrollTable{margin-top: 2em;}
.contents.mimamoriLog .scrollTable table{width: 600px;}
.contents.mimamoriLog .scrollTable th:nth-child(1),
.contents.mimamoriLog .scrollTable td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
    width: 150px;
}
.contents.mimamoriLog .scrollTable th:nth-child(1):before,
.contents.mimamoriLog .scrollTable td:nth-child(1):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.mimamoriLog .scrollTable th:nth-child(1):before{
    background: #F6F6F6;
}
.contents.mimamoriLog .scrollTable td:nth-child(1):before{
    background: #fff;
}


/* ######################################################################################

　グループ名一覧 groupList

###################################################################################### */
.contents.groupList .scrollTable{margin-top: 2em;}
.contents.groupList .scrollTable th:nth-child(1),
.contents.groupList .scrollTable td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
    width: 80px;
}
.contents.groupList .scrollTable th:nth-child(2),
.contents.groupList .scrollTable td:nth-child(2){
    width: 100px;
    position: sticky;
    left: 80px;
    z-index: 1;
}
.contents.groupList .scrollTable th:nth-child(1):before,
.contents.groupList .scrollTable td:nth-child(1):before,
.contents.groupList .scrollTable th:nth-child(2):before,
.contents.groupList .scrollTable td:nth-child(2):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.groupList .scrollTable th:nth-child(1):before,
.contents.groupList .scrollTable th:nth-child(2):before{
    background: #F6F6F6;
}
.contents.groupList .scrollTable td:nth-child(1):before,
.contents.groupList .scrollTable td:nth-child(2):before{
    background: #fff;
}



/* ######################################################################################

　グループ会員情報編集

###################################################################################### */
.contents.groupUpdate .scrollTable table{width: 700px;}


/* ######################################################################################

　イベント・行事

###################################################################################### */
.contents.eventDetail .appList{margin-top: 30px;}
.contents.eventDetail .appList td:first-child{width: 150px; min-width: 150px; max-width: 150px;}
@media screen and (max-width: 767px) {
    .contents.eventDetail .appList td .button + .button{margin-top: 0.5em;}
}

.contents.eventDetail .borderBox{
    table-layout: fixed;
}
.contents.eventDetail .eventDetail__button{
    text-align: center;
}
.contents.eventDetail .eventDetail__button .button{
    display: inline-block;
    width: auto;
    min-width: 140px;
    padding: 0.5em 0.25em;
}
.contents.eventDetail .eventDetail__button + .eventDetail__button{
    margin-top: 0.75em;
}


/* ######################################################################################

　イベント・行事　日付詳細・変更

###################################################################################### */
.contents.calendardatePrint .dmTable{
    width: 800px;
    white-space: normal;
}
.contents.calendardatePrint .dmTable th:first-child,
.contents.calendardatePrint .dmTable td:first-child{
    position: sticky;
    left: 0;
    z-index: 1;
    width: 55px;
}
.contents.calendardatePrint .dmTable th:nth-child(2),
.contents.calendardatePrint .dmTable td:nth-child(2){
    position: sticky;
    left: 55px;
    z-index: 1;
    width: 100px;
}

.contents.calendardatePrint .dmTable th:nth-child(1):before,
.contents.calendardatePrint .dmTable td:nth-child(1):before,
.contents.calendardatePrint .dmTable th:nth-child(2):before,
.contents.calendardatePrint .dmTable td:nth-child(2):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.calendardatePrint .dmTable th:nth-child(1):before,
.contents.calendardatePrint .dmTable th:nth-child(2):before{
    background: #F6F6F6;
}
.contents.calendardatePrint .dmTable td:nth-child(1):before,
.contents.calendardatePrint .dmTable td:nth-child(2):before{
    background: #fff;
}
.contents.calendardatePrint .dmTable td:nth-child(3),
.contents.calendardatePrint .dmTable td:nth-child(3){
    white-space: nowrap;
}

.contents.calendardate_print .appList.th-rowTable .msg{
    position: relative;
    min-width: 8em;
    max-width: 8em;
}
.contents.calendardate_print .appList.th-rowTable .msg .pop{
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contents.calendardate_print .appList.th-rowTable .msg .pop:hover,
.contents.calendardate_print .appList.th-rowTable .msg:hover .pop,
.contents.calendardate_print .appList.th-rowTable .msg:hover .pop.active{
    position: absolute;
    min-width: auto;
    display: block;
    max-width: 125%;
    width: 125%;
    height: auto;
    overflow: hidden;
    white-space: break-spaces;
    text-overflow: inherit;
    top: -1px;
    left: 0;
    background: #fff;
    padding: 1em;
    border: 1px solid #ddd;
    z-index: 10;
}

/* ######################################################################################

　ライブラリー表示

###################################################################################### */
.contents.library .borderBox th{
    width: 100px;
}
.contents.library .file-upload img{
    max-width: 100%;
    height: auto;
}


/* ######################################################################################

　アクセスカウント一覧

###################################################################################### */
.contents.accesscount .scrollTable table{
    width: 800px;
}
.contents.accesscount .scrollTable table th,
.contents.accesscount .scrollTable table td{
    vertical-align: middle;
    padding: 0.75em 0.25em;
}
.contents.accesscount .scrollTable table th{
    font-size: 1.1rem;
}
.contents.accesscount .scrollTable table th.total{
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal;
}
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) th:nth-child(1),
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
    width: 140px;
}
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) th:nth-child(1):before,
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) td:nth-child(1):before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #D5D5DF;
    z-index: -1;
}
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) th:nth-child(1):before{
    background: #F6F6F6;
}
.contents.accesscount .scrollTable tr:not(:nth-of-type(2)) td:nth-child(1):before{
    background: #fff;
}



/* ######################################################################################

　みんなの投票箱 vote

###################################################################################### */
.button.vote:before {
    content: "";
    background: url(../img/icon/ico-vote_wh.svg) center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.button.vote:hover:before{background:url(../img/icon/ico-vote_blue.svg);}


@media print, screen and (min-width: 768px) {
	.buttonBox .buttonList{display: flex; margin: 0 auto 20px;justify-content: center;}
	.buttonBox .buttonList li{margin: 0 20px 0 0;}
}
@media screen and (max-width: 767px) {
	.buttonBox .buttonList{display: block; }
	.buttonBox .buttonList li{margin: 0 0 10px;}
	}

/* =======================================================
　投票テスト
========================================================== */
/* 投票選択ラジオボタン */
.voteSelect{ margin-bottom: 30px;}
.voteSelect .voteSelect__item{
	margin-bottom: 10px;
	display: block;
}
.voteSelect .voteSelect__item label{
	display: block;
    cursor: pointer;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 16px 8px 14px 8px;
    border: 2px solid #B3C7D9;
    border-radius: 6px;
    background: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
	box-shadow: 0 2px 6px rgba(44, 40, 40, 0.11);
	transition: background-color 1s;
}
.voteSelect .voteSelect__item input{
	display: none;
}

.voteSelect__item label::after input[type="radio"]:checked{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #0171bd;
  border-radius: 50%;
}
.voteSelect__item input[type="radio"] + span:before {
    background-image: url(../img/icon/form-radio.svg)!important;
	content: ""!important;
    display: inline-block!important;
    position: absolute!important;
    left: 0!important;
    background-size: 100%!important;
    width: 24px!important;
    height: 24px!important;
    vertical-align: middle!important;
}

.voteSelect__item input[type="radio"]:checked + span:before {
    background-image: url(../img/icon/form-radio_select2.svg)!important;
}
.voteSelect__item input[type="radio"]:checked + span{
	color: #4065E0;
}

.voteData__title{
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 0.5em;
    line-height: 1.44;
    border-bottom: 2px solid #ECB700;
}


/* ====================================================
投票質問の作成
==================================================== */
.voteadd .questions{margin-top: 2em; width: 100%;}
.voteadd .selectColumn{margin-bottom: 20px;}
.voteadd .selectColumn_title{
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    color: #333333;
    font-weight: bold;
}
.voteadd .selectColumn input,.selectColumn textarea{margin-bottom: 10px;}
.voteadd .selectColumn textarea{display: block;margin-left: 0!important;}

.voteadd .noBorderTable > tbody > tr > th{
    font-size: 1.5rem;
    font-weight: bold;
    color: #4D4F5C;
}
.voteadd .th-columnTable > tbody > tr > th{
    font-size: 1.4rem;
    font-weight: bold;
    color: #4D4F5C;
	background: none;

}

@media print, screen and (min-width: 768px) {
	.voteadd .selectColumn input{max-width: 80%;}
	.voteadd .th-columnTable > tbody > tr > th,
	.voteadd .th-columnTable > tbody > tr > th{ max-width:250px;}
}
@media screen and (max-width: 767px) {
	.voteadd .selectColumn input{width: 100%;margin-left: 0!important;}
}

/* ====================================================
投票結果
==================================================== */
.voteInfo{
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    position: relative;
    border-bottom: 2px solid #62646F;
}
.voteInfo .voteType{
    background: #4D4F5C;
    color: #fff;
    padding: 0.4em 1.25em;
    text-align: center;
    margin-bottom: 1.25em;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 4px;
}
.voteInfo .voteTitle{
    font-size: 1.6rem;
    font-weight: bold;
}
.voteMemo{
    font-size: 1.5rem;
    line-height: 1.733333;
}
.voteTable{
    margin-top: 1.5em;
}
.voteTable th,
.voteTable td{
    display: block;
    width: 100%;
    border-right: 1px solid #E0E3EE;
    border-left: 1px solid #E0E3EE;
}
.voteTable th{
    font-size: 1.3rem;
    font-weight: bold!important;
}
.voteTable td{
    font-size: 1.5rem;
    line-height: 1.733333;
}


/* =======================================================
　投票グラフ
========================================================== */
.chart-wrap {
  max-width: 750px;
  margin: 3em auto 1.5em;
}
.chart-wrap .chart-title {
  margin-bottom: 1.25em;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ECB700;
}
.chart-wrap .chart-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.chart-wrap .row {
  position: relative;
  height: 70px;
  margin: 0 0 15px;
}

.chart-wrap .row.hidden{display: none;}


.chart-wrap .bar-wrap {
  position: relative;
  background: #EAEAEA;
  width: 100%;
  height: 100%;
  overflow: hidden;
	border-radius: 6px;
}
.chart-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFEA9E;
  transition: all 1s;
  transform: translateX(-100%);
}
/* __自分自身のグラフ色_*/
.chart-wrap .bar-wrap .bar.myself {
     background: #ffc600!important;
}
.chart-wrap .bar-wrap .bar.in {
  transform: translateX(0%);
}
.chart-wrap ) .bar {
  transition: 1s 400ms;
}
.chart-wrap ) .bar {
  transition: 1s 600ms;
}
.chart-wrap ) .bar {
  transition: 1s 800ms;
}
.chart-wrap ) .bar {
  transition: 1s 1000ms;
}
.chart-wrap ) .bar {
  transition: 1s 1200ms;
}
.chart-wrap ) .bar {
  transition: 1s 1400ms;
}
.chart-wrap ) .bar {
  transition: 1s 1600ms;
}
.chart-wrap .label {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 10px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  z-index: 10;
  width : calc(100% - 70px) ;
  color: #111111;
}
.chart-wrap .number {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
  text-align: right;
  z-index: 10;
  color: #111111;
}
.chart-wrap .number {
	width: 55px;
    padding-right: 10px;
  }
@media screen and (min-width: 800px) {
  .chart-wrap .row {
    padding: 0;
  }
  .chart-wrap .label {
    padding-left: 10px;
  }

}

.color2Title.voteNameTitle{font-size: 1.6rem; margin-bottom: 0.5em;}
.voteName{font-size: 1.4rem;line-height: 1.4;}
.voteName .list{ padding: 10px 0; border-bottom: 1px solid #ddd; }
.voteName .list .title{ font-weight: bold;margin: 0 0 5px;}
.voteName .list .name{}
