.box_main {
  position: relative;
}

.mod_chiiki_group_box_menu{
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 2px;
  background-image: linear-gradient(to right top, #aed0ea 21%, #d7ebf9 73%);
  border: solid 1px #A2B7C5;
  border-bottom: none;
}

.mod_chiiki_group_box_menu--category {
  color: #0021A5;
}

.block{
  display: block;
}

table{
  width: 100%;
  border: solid 1px #A2B7C5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  border-collapse: collapse;
}

.ut {
  margin-top: 10px;
}

.ut__row>td, .ut__row>th{
  border: solid 1px #A2B7C5;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mod_chiiki_group_td_title{
  text-align: center;
  vertical-align: middle;
  width: 25%;
  background-color: rgb(175, 208, 234);
  background-color: rgba(175, 208, 234, 0.48);
  line-height: 100%;
}

/*table *{
  font-size: 13px;
}*/

/* register.css */
/*#register-contents{
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}*/

#rule-content div{
  height: 700px;
  overflow-y: scroll;
  /*padding: 15px;*/
  padding: 25px 15px 15px 15px;
  background: #F5F5F5;
  /*border: 1px solid #A8B662;*/
  border: 1px solid #aed0ea;
  line-height: 1.1em;
}

#rule-foot{
  text-align: center;
}

.mod_chiiki_group_box_menu{
  text-align: left;
}

.mod_chiiki_group_buttons {
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
}

.delRow {
  width: 100%;
}

#table-personal input{
  width: 100%;
}

.mod_chiiki_group_dept{
  width: 12%;
}

.mod_chiiki_group_dept_confirm{
  width: 12%;
}

.mod_chiiki_group_name{
  width: 23%;
}

.mod_chiiki_group_mail{
  width: 40%;
}

.mod_chiiki_group_essential_record_del{
  width: 3em;
}

.mod_chiiki_group_td_title{
  width: 23%;
  border-right: none;
  padding-right: 1em;
}

.mod_chiiki_group_balloon{
  border-left: none;
  background: rgba(175, 208, 234, 0.48);
  padding: 0 5px 0 0;
  vertical-align: middle;
}

.icon_help {
  width: 12px;
  vertical-align: middle;
}

.mod_chiiki_group_user_category{
  width: auto;
  margin: 0 1px 0 2px;
}

#postcode-1{
  width: 3em;
}

#postcode-2{
  width: 4em;
}

/* contents_regist.cssからコピペ */
label.is_disabled.is_disabled--checked {
  color: #BF6582;
  font-weight: bold;
}

.reset_pass{
  font-size:0.9em;
  border: solid 1px #cccccc;
  background-color: #dfffdf;
  float: left;
  padding:4px;
}

.bye_chiiki_group{
  font-size:0.9em;
  border: solid 1px #cccccc;
  background-color: #DDDDDD;
  float: left;
  padding:4px;
}

.profile_image {
  width: 360px;
}

#use_policy {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.loading_icon_area_wrapper {
  position: fixed;
}

.icon_help--service__wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.icon_help--service {
  vertical-align: top;
}

.icon_service_banner {
  vertical-align: top;
}

.service_connection {
  position: relative;
  width: 500px;
  border: 1px solid #A2B7C5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #D8E7F4;
}

.service_connection:before {
  content: '';
  border: 6px solid transparent;
  border-bottom-color: #A2B7C5;
  position: absolute;
  top: -12px;
  left: 24px;
  display: block;
}
.service_connection:after {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #D8E7F4;
  position: absolute;
  top: -9px;
  left: 25px;
  display: block;
}

.service_connection__body {
  margin: 5px 0 5px 5px;
}

.service_connection__body__left__inner {
  width: 120px;
}

.jst_connected {
  background-image: url('../../../images/led-icons/accept.png');
  background-repeat: no-repeat;
  padding-left: 18px;
}
.jst_disconnected {
  background-image: url('../../../images/led-icons/error.png');
  background-repeat: no-repeat;
  padding-left: 18px;
}

.service_connection__button {
  cursor: pointer;
  width: 5em;
  display: block;
}

.service_connection__button:not(:first-child) {
  margin-top: 10px;
}

.service_connection__button:disabled {
  cursor: default;
}

.service_connection__body__right__inner {
  margin-left: 10px;
  width: 5em;
  padding: 1em;
}

.service_connection__body__right__inner {
  position: relative;
  background-color: #B1D2EB;
}

.service_connection__body__right__inner:before {
  content: '';
  border: 6px solid transparent;
  border-top-color: #B1D2EB;
  border-right-color: #B1D2EB;
  position: absolute;
  top: 0;
  left: -12px;
  display: block;
}

.service_connection__description {
  margin-left: 5px;
}

.area_inputs {
  margin-left: 1em;
  margin-top: 5px;
}

.input_area {
  width: 400px;
}
.input_select[name='city'] {
  width: 10em;
}

.mod_chiiki_group_category__description {
  font-weight: bold;
}

.mod_chiiki_group_category:not(:first-child){
  margin-top: 10px;
}

.icon_service_banner {
  width: 100%;
}

.profile_image {
  width: 130px;
}

.chiiki_group_alert {
  margin-bottom: 0;
}

/*退会*/
.withdraw_link {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
}

.withdraw_link_wrapper {
  position: relative;
}

.file-text {
  width: 556px;
}
