@charset "utf-8";
/* ######################################################################################

　button

###################################################################################### */
.button,
.button_reverse {
    -webkit-appearance: none;
    opacity: 1;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 0.85em 0.5em;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
}

/* サイズ */
.button.mini {
    width: auto;
    padding: 0.5em 0.65em 0.3em;
    font-size: 1.4rem;
    font-weight: normal;
}
.button.fz-s{
    font-size: 1.6rem;
    padding-top: 1em;
    padding-bottom: 1em;
}
.button.button-small{
    padding: 0.95em 0.5em;
    font-size: 1.4rem;
}

/* アイコン */
.button.ico{
    position: relative;
}
.button.ico:before{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: -0.1em;
    margin-right: 0.25em;
    width: 1em;
    height: 1em;
}
.button.ico.calendar:before{
    background-image: url(../img/ico_calendar_white.svg);
}
.button.ico.calendar2:before{
    background-image: url(../img/ico_calendar_white_2.svg);
}

.button.ico.send:before{
    background-image: url(../img/ico_send.svg);
}
.button.ico.arrow-l{padding-left: 2em; padding-right: 2em;}
.button.ico.arrow-l:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    background-image: url(../img/arrow_left.svg);
    width: 0.8em;
    height: 0.8em;
}
.button.ico.arrow-l:hover:before{
    background-image: url(../img/arrow_left_w.svg);
}
.button.ico.plus:before{
    background-image: url(../img/ico_plus.svg);
}
.button.gold.ico.plus:before{
    background-image: url(../img/ico_plus_gold.svg);
}
.button.brown.ico.plus:before{
    background-image: url(../img/ico_plus_brown.svg);
}
.button.ico.vote:before{
    background-image: url(../img/ico_vote.svg);
}


/* 色 緑ボタン */
.button.yellow {
    background: #1C8D4F;
    border: 2px solid #1C8D4F;
    color: #ffffff;
}
/* 色 青ボタン */
.button.blue {
    background: #2680EB;
    border: 2px solid #2680EB;
    color: #ffffff;
}
/* 色 赤ボタン */
.button.red {
    background: #FF4D4D;
    border: 2px solid #FF4D4D;
    color: #ffffff;
}
/* 色 ゴールドボタン */
.button.gold {
    background: #B8B32D;
    border: 2px solid #B8B32D;
    color: #ffffff;
}
/* 色 茶色ボタン */
.button.brown {
    background: #B48925;
    border: 2px solid #B48925;
    color: #ffffff;
}
.button.yellow.reverse {
    border-color: #1C8D4F;
    background:#ffffff;
    color: #000;
}

.button.yellow.reverse.font-green {
    color: #1C8D4F;
}

.button.gray {
    background: #bbb;
    border: 2px solid #bbb;
    color: #ffffff;
}
.button.gray.reverse {
    border-color: #bbb;
    background:#ffffff;
    color: #000;
}

.button.bluegray {
    background: #656F8A;
    border: 2px solid #656F8A;
    color: #ffffff;
}
.button.bluegray.reverse {
    border-color: #656F8A;
    background:#ffffff;
    color: #000;
}

.button.black {
    background: #000;
    border: 2px solid #000;
    color: #ffffff;
}

.button.disabled {
    background:#cccccc;
    cursor:no-drop;
}

.button.yellow {
    background: #FFF700;
    border: 2px solid #7F7F87;
    color: #000000;
}

.button.wh {
    background: #FFFFFF;
    border: 2px solid #7F7F87;
    color: #000000;
}
.button.orangeBorder {
    background: #FFFFFF;
    border: 2px solid #FF7110;
    color: #000000;
}
.button.blueGray {
    background: #BFC8D1;
    border: 2px solid #BFC8D1;
    color: #ffffff;
}



.button.yellow.reverse:hover{
    background: #1C8D4F;
    border: 2px solid #1C8D4F;
    color: #ffffff;
}

.button.gray.reverse:hover{
    background: #7F7F87;
    border: 2px solid #7F7F87;
    color: #ffffff;
}

/*after*/
.button.after.ico:after{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: -0.1em;
    margin-right: 0.25em;
    width: 1em;
    height: 1em;
}

.button.after.ico.arrow:after{background-image: url("../img/arrow_right.svg");}
.button.after.ico.arrow.orange:after{background-image: url("../img/arrow_right_w.svg");}
.button.after.ico.arrow.orange:hover:after{background-image: url("../img/arrow_right.svg");}

/* ====================================================
	詳細ページ用アイコン
==================================================== */
.detail.ico:before{
    content: "";
    position: relative;
    top: -0.1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.detail.ico.human:before{background-image: url(../img/ico_human.svg);}
.detail.ico.calender:before{background-image: url(../img/ico_calendar_sp.svg);}
.detail.ico.time:before{background-image: url(../img/ico_clock_sp.svg);}
.detail.ico.facility:before{background-image: url(../img/ico_event_facilityname.svg);}
.detail.ico.place:before{background-image: url(../img/ico_map_sp.svg);}
.detail.ico.clock:before{background-image: url(../img/ico_clock_sp.svg);}
.detail.ico.smile:before{background-image: url(../img/ico_smile.png);}
.detail.ico.messege:before{background-image: url(../img/ico_messege.svg);}
.detail.ico.messege.bk:before{background-image: url(../img/ico_messege_bk.svg);}
.detail.ico.cost:before{background-image: url("../img/ico_sallary.png");}
.detail.ico.rest:before{background-image: url("../img/ico_cap.png");}
.detail.ico.carfare:before{background-image: url("../img/ico_coin.png");}
.detail.ico.access:before{background-image: url("../img/ico_train.png");}
.detail.ico.clothes:before{background-image: url("../img/ico_clothes.png");}
.detail.ico.cation:before{background-image: url("../img/ico_cation.png");}
.detail.ico.document:before{background-image: url("../img/ico_document_sp.svg");}
.detail.ico.check:before{background-image: url("../img/ico_check.png");}
.detail.ico.setting:before{background-image: url("../img/ico_setting.svg");}



/* ====================================================
	ボタンボックス
==================================================== */
.buttonBox .button,
.buttonBox .button_reverse {
    margin-left:0;
    margin-right:0;
    width:100%;
}
.buttonBox p {text-align:center; margin-top:2em;}
.buttonBox a:not(.button):not(.button_reverse){
    text-decoration:underline;
    text-align:center;
    font-size:1.3rem;
    color:#2490D0;
}

.buttonBox ul li + li{margin-top: 1em;}

.formItem + .buttonBox{margin-top:30px;}

.flexButtonBox{display: flex; justify-content: space-between;padding-top: 0.5em;}
.flexButtonBox.column3 .flexButtonBox__item{width: 32%;}
.flexButtonBox.column2 .flexButtonBox__item{width: 48%;}

.flexButtonBox__item__link.button{
    font-size: 1.5rem;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

/* ====================================================
    topLinkButton
==================================================== */
.topLinkButton{display: flex; justify-content: space-between;}
.topLinkButton li{width: calc(100% / 4 - 9px * 3 / 4);}
.topLinkButton a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 1em 0.25em 0.5em;
  border: 1px solid #ECB700;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(44, 40, 40, 0.11);
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.topLinkButton .icon{margin-bottom: 0.5em;}

.topLinkButton a:hover{
    background: #FDF6E0;
    color: #000;
}




/* ######################################################################################

　フォームパーツ

###################################################################################### */

/* ====================================================
　必須アイコン
==================================================== */
.ico_required {
    border:1px solid #FF001F;
    border-radius:3px;
    background:#ffffff;
    padding:0.1em 0.5em;
    font-size:1.0rem;
    color:#FF001F;
}
.solidTitle .ico_required {margin-left:0.75em;}
/* ====================================================
　タイトル
==================================================== */
.titleTxt{
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}


/* ====================================================

/* ====================================================
　入力サンプル
==================================================== */
.sampleTxt {
    display:block;
    margin:0.5em 0 0;
    padding-left:1.2em;
    text-indent:-1.2em;
    line-height:1.6;
    font-size:1.0rem;
    color:#BFC8D1;
    margin-bottom: -0.5em;
}
.sampleTxt:before {
    content:"※";
    margin-right:0.2em;
}
.sampleTxt_red {color:#FF0033;}

.sampleTxt_green {
    margin-top:1em;
    font-size:1.2rem;
    color:#03B8CB;
}

.sampleTxt_black {
    margin-top:1em;
    color:#333333;
    font-size:1.1rem;
}
.solidTitle .sampleTxt {
    display:inline-block;
    margin-left:0.5em;
}
.solidTitle .sampleTxt.red {color:#FF0033;}

/* ====================================================
　ヒントリンク
==================================================== */
.hintTxt {
    margin-top:1em;
    text-align:right;
    font-size:1.1rem;
}
.hintTxt:after{
    content:"";
    display:inline-block;
    background:url(../img/form-hint.svg) center no-repeat;
    background-size:0.909em 0.8181em;
    margin-left:1.5em;
    width:1em;
    height:1em;
    vertical-align:middle;
    
}
.hintTxt a {
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
    color:#2490D0;
}

/* ====================================================
　エラーテキスト
==================================================== */
.errorTxt {
    display:block;
    margin:0.25em 0 0;
    line-height:1.6;
    font-size:1.3rem;
    color:#FF0033;
}

/* ====================================================
　フォーム基本整形
==================================================== */
* + .formItem,
.row + .flex,
.formItem + .flex,
.formItem + .row {margin-top: 0.75em;}

/* タイトル付き */
.formItem dt {
    margin-bottom:0.25em;
    font-size:1.5rem;
}
.formItem dl.inline {
    display:flex;
    align-items:center;
}
.formItem dl.inline dt {margin:0 1em 0 0;}
.formItem dl.inline dd + dd {margin-left:0.5em;}

.flex:not(.row) {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
}
.flex .formItem {margin-top:0;}
.flex .sampleTxt {width:100%;}

.formItem + .formItem .formItemTitle{margin-top: 1.25em;}
.formItemTitle{
    margin-bottom:0.35em;
    font-size:1.5rem;
}

.formAttention{
    margin: 0.5em 0;
    font-size: 1.3rem;
}


/* ====================================================
　フォームパーツ基本
==================================================== */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
label.select select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #AAC1D5;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0.645em 0.6em;
  width: 100%;
  height:auto;
  font-size: 1.6rem;
  color:#333333;
  font-family: Arial, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ","Meiryo", sans-serif;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"] {height:2.75em; line-height:1.6;}

label.select select {height:2.75em; line-height:1.25; box-shadow:0 0 4px rgba(0,0,0,0.1);}

textarea {min-height:5.6em; line-height:1.2;}

.unit input[type="text"],
.unit input[type="password"],
.unit input[type="search"],
.unit input[type="tel"],
.unit input[type="url"],
.unit input[type="email"],
.unit input[type="datetime"],
.unit input[type="datetime-local"],
.unit input[type="date"],
.unit input[type="month"],
.unit input[type="week"],
.unit input[type="time"],
.unit input[type="number"],
.unit label.select,
.unit textarea {width:calc(100% - 2em); margin-right:0.5em;}

/* ====================================================
　select
==================================================== */
label.select {
  display:inline-block;
  position: relative;
  width:100%;
  line-height: 0;
}
label.select select {
  padding-right: 1.8em;
}
label.select:after {
  display: inline-block;
  position: absolute;
  font-size: 50%;
}
label.select:after {
  content: "";
  background:url(../img/dropdown.svg) no-repeat;
  top: 50%;
  right: 1em;
  width:2em;
  height:1em;
  transform: translateY(-50%);
  line-height: 1;
  color: #777777;
  pointer-events: none;
}
label.select select::-ms-expand {display: none;}
label.select option[disabled="disabled"] {background: #f0f0f0; color: #cccccc;}

/* ====================================================
　placeholder：個別に書かないと効かない
==================================================== */
input-placeholder {color: #BFC8D1 !important;}
::-webkit-input-placeholder {color: #BFC8D1 !important;}
::-moz-placeholder {color: #BFC8D1 !important;}
::-ms-input-placeholder {color: #BFC8D1 !important;}
-webkit-input-placeholder {color: #BFC8D1 !important;}
input:-ms-input-placeholder {color: #BFC8D1 !important;}
-moz-placeholder {color: #BFC8D1 !important;}
:-ms-input-placeholder {color: #BFC8D1 !important;}

/* ====================================================
　フォーカス
==================================================== */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
label.select select:focus,
textarea:focus {
    border-color: #2490d0;
    box-shadow: 0 0 4px rgba(36,144,208,0.5);
}

/* android　のオレンジ枠を消す */
label.select select:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

/* ====================================================
　エラー時
==================================================== */
input[required],
.select select[required],
textarea[required]{
    border-color:#FF4D4D !important;
    border-width: 2px !important;
}

/* ====================================================
　ラジオ・チェックボックス
==================================================== */
label {position:relative;}

input[type="checkbox"],
input[type="radio"]{display:none;}

input[type="checkbox"] + span,
input[type="radio"] + span {
    position:relative;
    display:block;
    padding-left:2.2em;
    cursor:pointer;
}
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    position:absolute;
    top:-0.25em;
    left:0;
    background:center no-repeat;
    background-size:100%;
    width:1.785em;
    height:1.785em;
    vertical-align: middle;
}

/* check */
input[type="checkbox"] + span:before {background-image:url(../img/form-check.svg);}
input[type="checkbox"]:checked + span:before {background-image:url(../img/form-check_select.svg);}
/* radio */
input[type="radio"] + span:before {background-image:url(../img/form-radio.svg);}
input[type="radio"]:checked + span:before {background-image:url(../img/form-radio_select.svg);}

/* 理解できました */
.understand label {
    border-top:1px solid #E8E8E8;
    border-bottom:1px solid #E8E8E8;
    width:100%;
    text-align:center;
}
.understand label span {
    padding-top:1em;
    padding-bottom:1em;
}
.understand label span:before {
    top:50% !important;
    left:50% !important;
    transform:translate(-4.7em,-50%); /* 文字数に応じて */
}
.understand input:checked + span {background:#F5F6F8;}

/*二択 */
.alternative label {
    width:50%;
    text-align:center;
    border-left:1px solid #E8E8E8;
}
.alternative label + label {border-right:1px solid #E8E8E8;}
.alternative span {
    padding-top:0.6em;
    padding-bottom:0.35em;
    padding-left:0 !important;
}
.alternative label span:before {
    position:relative !important;
    top:-0.1em !important;
    margin-right:0.5em;
}

/* ====================================================
　ファイル選択
==================================================== */
label.file input[type=file] {display:none;}
label.file:before {
    content:"";
    display:inline-block;
}
label.file input[type=file] + span {
    display:inline-block;
    border:1px solid #e18700;
    border-radius:5px;
    background:#ff9900;
    min-width:150px;
    margin-right:0.5em;
    padding: 0.57em 1em;
    font-size:1.3rem;
    color:#ffffff;
    cursor:pointer;
}
label.file input[type=file] + span:before {
    content: "";
    display: inline-block;
    position:relative;
    top:-1px;
    background:url(../img/form-file.svg) center no-repeat orange;
    background-size:100%;
    margin-right:0.5em;
    width:15px;
    height:14px;
    vertical-align:middle;
    color: #ffffff;
}
label.file  *[class*="filePath"] {
  display: inline-block;
  vertical-align:middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
 }

/* ====================================================
　写真選択
==================================================== */
label.photo input[type=file] {display:none;}
label.photo:before {
    content:"";
    display:inline-block;
}
.flex.photo {align-items:stretch;}
label.photo,
.photoFile {
    display:flex;
    justify-content:center;
    align-items:center;
    width:50%;
    text-align:center;
}
label.photo {
    order:2;
    cursor:pointer;
    text-decoration:underline;
    color:#2490D0;
}
.photoFile {
    order:1;
    background:#DEE6EE;
    height:45.734vw;
    color:#989898;
}

/* ====================================================
　同意して送信
==================================================== */
.formItem.agreement {
    background:#f5f6f8;
    margin:20px -15px 10px;
    padding:20px 10px 20px;
}
.formItem.agreement p {line-height:1.333;}
.formItem.agreement p.alignC {font-size:1.5rem;}
.formItem.agreement .rule {
    border-radius:5px;
    background:#ffffff;
    margin-top:2em;
    margin-bottom:2em;
    padding:30px 10px 30px 30px;
    font-size:1.2rem;
	}
.formItem.agreement .pledge p{
    text-align:center;
	padding-bottom:1em;
	font-size:1.3rem;
	font-weight:bold;
	}
.formItem.agreement .pledge ol li{
    padding-left:2em;
	text-indent:-2em;
	font-size:1.3rem;
	line-height:1.9;
	}
.formItem.agreement .scroll {
    padding-right:20px;
    height:100px;
    overflow-y:scroll;
}
.formItem.agreement .attention {
    text-align:center;
    line-height:1.66;
    font-size:1.2rem;
    color:#888888;
}
.formItem.agreement p a {
	color:#2490D0;
	text-decoration: none;
	}

.formItem.agreement label {
    display:flex;
    justify-content:center;
    width:8em;
    margin-top:2em;
    margin-left:auto;
    margin-right:auto;
}
.formItem.agreement label span {
    position:relative;
    margin:0 auto;
}
.formItem.agreement label span:before {top:-0.3em;}




/* ######################################################################################

　ラベル　labelItem

###################################################################################### */
/* labelItem */
.labelItem{
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0.25em 0.2em 0.25em;
    font-size: 1.1rem;
    background: #333333;
    color: #fff;
    border-radius: 1px;
    line-height: 1;
    font-weight: normal;
}
.labelItem + .labelItem{
    margin-top: 1px;
}

.labelItem.event_paln{background: #9F76C7;}
.labelItem.event_plans{background: #9F76C7;}
.labelItem.event_request{background: #8B8B8B;}
.labelItem.event_confirmed{background: #FF0211;}

.labelItem.clothes{background: #FFAC54;}
.labelItem.burnable{background: #00bfff;}
.labelItem.plastic{background: #F96D9D;}
.labelItem.cans{background: #4169e1;}
.labelItem.bottle{background: #B88645;}
.labelItem.plasticBottle{background: #FFAC54;}
.labelItem.oversized{background: #00bfff;}


.labelItem.gomi1{background: #FFAC54;}
.labelItem.gomi2{background: #00bfff;}
.labelItem.gomi3{background: #F96D9D;}
.labelItem.gomi4{background: #4169e1;}
.labelItem.gomi5{background: #B88645;}
.labelItem.gomi6{background: #8a2be2;}
.labelItem.gomi7{background: #32cd32;}
.labelItem.gomi8{background: #8b0000;}
.labelItem.gomi9{background: #d2691e;}
.labelItem.gomi10{background: #483d8b;}
.labelItem.gomi11{background: #FFAC54;}
.labelItem.gomi12{background: #00bfff;}
.labelItem.gomi13{background: #F96D9D;}
.labelItem.gomi14{background: #4169e1;}
.labelItem.gomi15{background: #B88645;}
.labelItem.gomi16{background: #8a2be2;}
.labelItem.gomi17{background: #32cd32;}
.labelItem.gomi18{background: #8b0000;}
.labelItem.gomi19{background: #d2691e;}
.labelItem.gomi20{background: #483d8b;}




.labelItem.calendartype10{background: #2DCE98;}





/* ######################################################################################

　リンク

###################################################################################### */
/* ====================================================
    underLineLinkList
==================================================== */
.underLineLinkList{
    box-shadow: 0 2px 6px rgba(44, 40, 40, 0.16);
  }
  .underLineLinkList li{
      display: flex;
      position: relative;
    }
  .underLineLinkList li + li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    border-top: 1px solid #E5E5E5;
  }
  .wideContents .underLineLinkList li + li:before{
    width: calc(100% - 30px);
  }
  .underLineLinkList li a{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.75em 15px 0.65em;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.22;
    min-height: 60px;
  }

.underLineLinkList li a:hover{color: #8B8B8B;}



  /* arrow */
  .underLineLinkList.arrow li a{position: relative; padding-right: 2.5em;}
  .underLineLinkList.arrow li a:after{
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0.9em;
      height: 0.9em;
      background-image: url(../img/arrow_right.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
  }
  .wideContents .underLineLinkList.arrow li a:after{
    right: 15px;
  }

  .underLineLinkList.arrow li a:hover:after{background-image: url(../img/arrow_right_gray.svg); }






/* ######################################################################################

　表

###################################################################################### */
/* ====================================================
　基本設定
==================================================== */
table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
}
td, th {
    border-color: #EBEBEB;
    border-style: solid;
  }


/* ====================================================
    月間カレンダー　calendarMonthTable
==================================================== */
.calendarMonthTable{width: 100%; display: flex; flex-wrap: wrap;padding: 5px 0 0 0;}
.calendarMonthTable tbody{display: flex; flex-direction: column; width: 100%;}
.calendarMonthTable tr{display: flex; width: 100%;}
.calendarMonthTable td.thisMonth a{
	display: block!important;
	height: 100%!important;
	padding: 2px;
}
.calendarMonthTable td.thisMonth a:hover{background: #fff;}

/* today */
.calendarMonthTable td.thisMonth a span.today{
    background-color:#eeff00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	padding: 3px;
	display: inline-block;
	margin-bottom: 1px;
	text-align: center;
	}
td.thisMonth.today {
    border: 4px solid #eeff00!important;
}

.calendarMonthTable th,
.calendarMonthTable td {
    display: block;
    position: relative;
    width: 14.2857142%;
    vertical-align: top;
    font-size: 1.6rem;
    font-weight: bold;
}
.calendarMonthTable td{
    min-height: 74px;
}
.calendarMonthTable th.sat,
.calendarMonthTable td.sat {color: #2376C8;}
.calendarMonthTable th.sun,
.calendarMonthTable td.sun {color: #D20A1E;}

.calendarMonthTable td.lastMonth{
    padding: 4px;
    font-size: 1.2rem;
    color: #BBBBBB;
    font-weight: normal;
}

/* caption */
.calendarMonthTable caption{
    display: block;
    width: 100%;
    margin-bottom: 0.75em;
	padding-top: 0.2em;
    font-size: 2.8rem;
    font-weight: bold;
    color: #172B4D;
}
.calendarMonthTable caption small{
    display: inline-block;
    margin: 0 0.25em;
    font-size: 1.5rem;
}

/* 線 */
.calendarMonthTable td {
    border-width: 1px;
  }
  .calendarMonthTable tr:not(:first-child) + tr td{
    border-top-width: 0;
  }
  .calendarMonthTable th + th,
  .calendarMonthTable th + td,
  .calendarMonthTable td + td,
  .calendarMonthTable td + td,
  .calendarMonthTable th:first-child,
  .calendarMonthTable td:first-child {
    border-left-width: 0;
  }
  .calendarMonthTable th:last-child,
  .calendarMonthTable td:last-child {
    border-right-width: 0;
  }


/* icon */
.calendarMonthTable .icon{
    position: absolute;
    bottom: 0.1em;
    right: 0.1em;
}
.calendarMonthTable .icon img{
    width: 15px;
    height: auto;
}

/* monthSwitch */
.monthSwitch{position: absolute; top: 35px; left: 0; width: 100%;}
.monthSwitch .prev,
.monthSwitch .next{
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
	border: 1px solid #ececec;
    background: #fff;
    border-radius: 4px;
}
.monthSwitch .prev{left: 10px;}
.monthSwitch .next{right: 10px;}
.monthSwitch .prev a,
.monthSwitch .next a{
    display: block;
    width: 100%;
    height: 100%;
}
.monthSwitch .prev a:before,
.monthSwitch .next a:after{
    content: "";
    position: relative;
    display: block;
    top: 13px;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 2px;
    transform: rotate(45deg);
}
.monthSwitch .prev a:before{left: 15px; border-color:  transparent transparent #000 #000;}
.monthSwitch .next a:after{right: -10px; border-color: #000 #000 transparent transparent;}


/* ====================================================
    週間カレンダー　calendarWeeklyTable
==================================================== */
.calendarWeeklyTable{}
.calendarWeeklyTable th,
.calendarWeeklyTable td {
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 0 0 1px;
}
.calendarWeeklyTable th{
    padding-left: 15px;
    width: 72px;
}
.calendarWeeklyTable td {
    padding-left: 15px;
    padding-right: 15px;
}

.calendarWeeklyTable th p{margin-bottom: 0;}
.calendarWeeklyTable th .date{margin-bottom: 0.15em; font-size: 2.4rem; line-height: 1;}
.calendarWeeklyTable th .dayofweek{font-size: 1.2rem;}

.calendarWeeklyTable th.sat .date,
.calendarWeeklyTable th.sat .dayofweek{color: #2376C8;}
.calendarWeeklyTable th.sun .date,
.calendarWeeklyTable th.sun .dayofweek{color: #D20A1E;}

.calendarWeeklyTable td .schedule{display: flex;}
.calendarWeeklyTable td .schedule + .schedule{margin-top: 0.5em;}
.calendarWeeklyTable td .schedule dt{
    position: relative;
    padding-top: 1px;
    padding-left: 0.5em;
    width: 55px;
    font-size: 1.5rem;
    font-weight: bold;
}
.calendarWeeklyTable td .schedule dt:before{
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 3px;
    height: 15px;
    border-radius: 3px;
    background: #000;
}
.calendarWeeklyTable td .schedule dd{font-size: 1.6rem;}

.calendarWeeklyTable td .schedule.plan dt,
.calendarWeeklyTable td .schedule.plan dd{color: #bbb;}
.calendarWeeklyTable td .schedule.plan dt:before{background: #bbb;}

.calendarWeeklyTable td .schedule.rubbishday{align-items: center; padding-left: 8px;}
.calendarWeeklyTable td .schedule.rubbishday span + span{margin-left: 0.25em;}
.calendarWeeklyTable td .schedule.rubbishday .labelItem {font-size: 1.2rem; padding: 0.5em 0.75em; border-radius: 3px;}
.calendarWeeklyTable td .schedule.rubbishday .icon img{width: 24px; height: 24px;}



/* ====================================================
    水平罫線　borderHorizonTable
==================================================== */
.borderHorizonTable th,
.borderHorizonTable td{
    border-style: solid;
    border-width: 1px 0;
    padding: 1.25em 0.25em;
    font-size: 1.3rem;
    font-weight: bold;
}
.borderHorizonTable tr + tr th,
.borderHorizonTable tr + tr td {
    border-top-width: 0;
}
.borderHorizonTable tr th:first-child,
.borderHorizonTable tr td:first-child {
    text-align: left;
    padding-left: 0;
}
.borderHorizonTable tr th:last-child,
.borderHorizonTable tr td:last-child {
    text-align: right;
    padding-left: 0;
}



/* ######################################################################################

　テキスト

###################################################################################### */
.text-gray{color: #7F7F87;}
.text-blue{color: #2376C8;}
.text-small{font-size: 1.4rem;}
.text-bold{font-weight: bold;}

.text.green{color: #1C8D4F;}

/*リンクテキストカラー*/
.linkBlue a:link{color: #2376C8;}

/* テキスト */
.textOrange{
    margin-bottom: 1.5em;
    text-align: center;
    color: #FF7110;
    font-size: 1.4rem;
}


/* ######################################################################################

　タイトル

###################################################################################### */
/* ====================================================
    太字タイトル
==================================================== */
.titleBold {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.5rem;
}


.titleBold.ico:before{
    content: "";
    position: relative;
    top: -0.05em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.titleBold.ico.news:before{background-image: url(../img/ico_news.svg);}
.titleBold.ico.document:before{background-image: url(../img/ico_document.svg);}
.titleBold.ico.heart:before{background-image: url(../img/ico_heart.svg);}
.titleBold.ico.calendar:before{width: 1.2em; height: 1.2em; top: -0.1em; background-image: url(../img/ico_calendar.svg);}
.titleBold.ico.mail:before{background-image: url(../img/ico_mail.svg);}
.titleBold.ico.human:before{background-image: url(../img/ico_human.svg);}
.titleBold.ico.yen:before{background-image: url(../img/ico_yen.svg);}
.titleBold.ico.check:before{background-image: url(../img/ico_check.svg); width: 1.15em; height: 1.15em;}
.titleBold.ico.setting:before{background-image: url(../img/ico_setting_yellow.svg);}



/* ====================================================
    ノーマルタイトル
==================================================== */
.titleNomal{font-size: 1.3rem; font-weight: normal;}
.titleNomal.gray{color: #7F7F87;}


/* ====================================================
    titleLeftBorder
==================================================== */
.titleLeftBorder{
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.75em;
    font-size: 1.8rem;
    font-weight: normal;
}
.titleLeftBorder:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #ECB700;
    border-radius: 3px;
}
.titleLeftBorder.yellow:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #FFD33A;
    border-radius: 3px;
}
.titleLeftBorder.yellow{
	font-weight: bold;
}




/* ====================================================
　ベタ塗りタイトル
==================================================== */
.solidTitle {
    background:#cccccc;
    margin-bottom:1em;
    padding:0.9em;
    line-height:1;
    font-weight:bold;
    font-size:1.6rem;
}
.solidTitle small {font-size:1.1rem;}
* .solidTitle {margin-top:1.5em;}
.solidTitle_gray {background:#f4f5f7;}


/* ====================================================
　ベタ塗りタイトル（白背景）
==================================================== */
.solidTitle.wh {
    background:#FFFFFF;
    margin-bottom:1em;
    padding:0.9em;
    line-height:1;
    font-weight:bold;
    font-size:1.5rem;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}


/* ====================================================
    titleBg
==================================================== */
.titleBg{
    margin-bottom: 0.5em;
    padding: 0.35em 0.5em 0.25em;
    background: #FF4D4D;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
}
.titleBg:after{
    content: "";
    display: block;
    clear: both;
}
.titleBg .tag{
    float: right;
    padding: 0.1em 0.5em;
    border: 1px solid #F53C56;
    background: #fff;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #F53C56;
    line-height: 1.5;
}


/* ====================================================
    titleBalloon
==================================================== */
* + .titleBalloon{
    margin-top: 0.5em;
}
.titleBalloon{
    position: relative;
    font-size: 1.7rem;
    border-style: solid;
    border-width: 2px;
    padding: 0.25em 0.5em 0.15em;
    margin-bottom: 0.5em;
    text-align: center;
    border-radius: 5px;
	border-color: #dddddd;
	background: #f7f8fa;
}
.titleBalloon:after{
    content: "";
    position: absolute;
    background: #f7f8fa;
    width: 0.5em;
    height: 0.5em;
    left: calc(50% - 0.25em);
    top: calc(100% - 0.15em);
    transform: rotate(45deg);
	border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
	
}

.titleBalloon.orange{
    border-color: #FFAC54;
}
.titleBalloon.orange:after{
    border-right: 2px solid #FFAC54;
    border-bottom: 2px solid #FFAC54;
}
.titleBalloon.green{
    border-color: #83B421;
}
.titleBalloon.green:after{
    border-right: 2px solid #83B421;
    border-bottom: 2px solid #83B421;
}
.titleBalloon.skyBlue{
    border-color: #0DAFAF;
}
.titleBalloon.skyBlue:after{
    border-right: 2px solid #0DAFAF;
    border-bottom: 2px solid #0DAFAF;
}






/* ######################################################################################

　wallBelt

###################################################################################### */
.wallBelt {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wallBelt.narrow {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wallBelt.wide {
    padding-top: 30px;
    padding-bottom: 30px;
}
.wallBelt.extra {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wallBelt.topNarrow {padding-top: 10px;}
.wallBelt.topWide {padding-top: 30px;}
.wallBelt.topExtra {padding-top: 50px;}

.wallBelt.bottomNarrow {padding-bottom: 10px;}
.wallBelt.bottomWide {padding-bottom: 30px;}
.wallBelt.bottomExtra {padding-bottom: 50px;}

.wallBelt.zero {padding-top: 0; padding-bottom: 0;}
.wallBelt.topZero {padding-top: 0;}
.wallBelt.bottomZero {padding-bottom: 0;}

.wallBelt.gray{background: #F8F8F8;}
.wallBelt.lightBlue{background: #f7f8fa;}

/* ====================================================
　検索 
==================================================== */
.searchFormBox{
    padding: 10px 10px;
}
.searchFormBox{
    background: #ffd700;
}

.searchFormBox form input{
    display: block;
    background: url("../img/ico_search.svg") no-repeat scroll 0 0;
    background-color: #FFFFFF;
    background-position: left 18px center;
    padding: 0.8em 10px 0.5em 40px;
    border-radius: 40px;
    border: none;
    font-size: 1.6rem;

}

.searchFormBox form input::placeholder {
    position: relative;
    bottom: 2px;
}

.searchFormBox form {
    display: block;
    position: relative;
}
.searchFormBox form button {
    border: none;
    background: none;
    position: absolute;
    left: 8px;
    top: 10px;

}

/* ====================================================
　新規投稿ボタン
==================================================== */

.newData{
    position: fixed;
    right: 15px;
    bottom: 100px;
}

/* ====================================================
　数字リスト
==================================================== */
.numList{counter-reset: item;}
.numList > li{padding-left: 1em; text-indent: -1em; line-height: 1.66;}
.numList > li + li{margin-top: 0.5em;}
.numList > li:before{
  counter-increment: item;
  content: counter(item)'.';
  margin-right: 0.25em;
}

@media print, screen and (min-width: 768px) {
  .numList:not(:last-child){margin-bottom: 28px;}
  * + .numList{margin-top: 10px;}
}
@media screen and (max-width: 767px) {
  .numList:not(:last-child){margin-bottom: 28px;}
  * + .numList{margin-top: 10px;}
}

/* ====================================================
　リスト（頭文字▶）
==================================================== */
.arrowList{margin-bottom: 1.75em;}
.arrowList__item{position: relative; padding-left: 1em;}
.arrowList__item::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 10px #000000;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.arrowList > li + li{margin-top: 10px;}

/* ====================================================
　arrowのみ
==================================================== */
/* arrow right */
.link.arrow li{display: flex; position: relative;}
.link.arrow li a:after{
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 0.9em;
      height: 0.9em;
      background-image: url(../img/arrow_right.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      margin-right: 0.5em;
}

.link.arrow li a:hover:after{background-image: url(../img/arrow_right_gray.svg); }






















/* ====================================================
　デジタル納付をおこなう・みる 
==================================================== */
.contents.yellow{
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #FFFAE2;
}
.contents + .contents.yellow{margin-top: 0;}

.titleBold.ico.yen:before{background-image: url(../img/ico_yen.svg);}
.titleBold.ico.yen-gray:before{background-image: url(../img/ico_yen_gray.svg);}

.button.orange{border: 2px solid #FF7110; background-color: #FF7110; color: #fff;}
.button.orange:hover{color: #272727; background-color: #fff;}

.button.orange.reverse{color: #272727; background-color: #fff;}
.button.orange.reverse:hover{background-color: #FF7110; color: #fff;}

.button.cashless{
    background-image: url(../img/illust_yen.svg);
    background-repeat: no-repeat;
    background-position: calc(50% + 107px) 100%;
    padding-right: 1.75em;
    padding-left: 0.25em;
}
.button.cashless2{
    background-position: calc(50% + 120px) 100%;
}

.contents.narrow .wideContents{margin-left: -35px; margin-right: -35px;}
.contents.narrow .wideContents__inner{padding-left: 35px; padding-right: 35px;}
.wideContents.white.border + .wideContents.white.border{border-top-width: 0;}
.wideContents.gray{background: #F3F3F3;}









/* ====================================================
　dataRowList
==================================================== */
.confirmItem{margin: 0.75em 0 1.5em; }
.confirmItem > div{display: flex;}
.confirmItem .title,
.confirmItem .date{padding-top: 0.25em; padding-bottom: 0.25em; text-align: left; font-size: 1.5rem;}
.confirmItem .title{font-weight: normal; width: 130px;}
.confirmItem .date{font-weight: bold; width: calc(100% - 130px);}










/* ##################################################

　popup

################################################## */
.popupOverlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    z-index: 99998;
}
.popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: auto;
}
.popup_coupon{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items:start;
    justify-content: center;
	overflow: auto;
}
.popup__inner{
    position: relative;
    padding: 3% 2%;
    width: 92%;
    background: #fff;
    border-radius: 6px;
	margin-bottom: 50px!important;
}
.popup__close{
    position: absolute;
    margin-top: 2em;
    left: 50%;
    transform: translateX(-50%);
    text-indent: -99999px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #000;
    cursor: pointer;
}
.popup__close:before,
.popup__close:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 2px;
    background: #000;
}
.popup__close:before{
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after{
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* ######################################################################################

　button 

###################################################################################### */
.button {
    background: #F7D560;
    border: 2px solid #F7D560;
    color: #000000;
}
.button.reverse {
    border-color: #F7D560;
    background:#ffffff;
    color: #000;
}
.button.reverse:hover{
    background: #F7D560;
    border: 2px solid #F7D560;
    color: #ffffff;
}

.button.yellow.reverse.font-green {color: #F7D560;}
.searchFormBox {background: #F7D560;}
.topLinkButton a {border: 1px solid #ECB700;}
.topLinkButton a:hover{background: #FFFAEC;}


.button.blue {
    border-color: #297CC2;
    background:#ffffff;
    color: #000;
}
.button.blue:hover{
    background: #297CC2;
    border: 2px solid #297CC2;
    color: #ffffff;
}


.button.green {
    background: #F7D560;
    border: 2px solid #F7D560;
    color: #000000;
}
.button.green.reverse {
    border-color: #F7D560;
    background:#ffffff;
    color: #000;
}
.button.green.reverse:hover{
    background: #F7D560;
    border: 2px solid #F7D560;
    color: #ffffff;
}



/*end*/
