html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	font-family: "Antic-Regular","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Roboto,"Droid Sans",sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	overflow-x: hidden;
/*	height: 100%; */
}
body {
/*	overflow-x: hidden; */
	position: relative;
	padding-top: 0;
/*	width:100%; */
	min-width: 768px;
/*	height: 100%; */
}
a {
	color:#000000;
}
a:hover,
a:focus {
	color: #1abc9c;
	text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
nav#slide_menu {
	background-color: rgba(51, 51, 51, 1);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 170px;
}
nav#slide_menu h2 {
	background-image: url('/img/global_menu/arrow_r.png');
	background-position: 20px center;
	background-size: 14px 27px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size:18px;
	font-weight: bold;
	line-height: 60px;
	padding: 5px 0 0;
	text-align: center;
	cursor: pointer;

    transition-property:all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
	transition-delay: 0.2s;

	-moz-transition-property:all;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0.2s;

	-webkit-transition-property:all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0.2s;

	-o-transition-property:all;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0.2s;
}
nav#slide_menu h2.open {
	background-image: url('/img/global_menu/arrow_l.png');
	background-position: 135px center;
}
nav#slide_menu ul li,
nav#slide_menu ul li a,
div.event_search_navi ul li,
div.event_search_navi h4 {
	padding: 0;
	color: #ffffff;
	font-size:11px;
	font-weight: 600;
	line-height: 45px;
}
nav#slide_menu ul {
	background-color: rgba(250, 250, 250, 1);
}
nav#slide_menu ul li {
	background-color: rgba(51, 51, 51, 1);
	cursor: pointer;
	position: relative;
}
nav#slide_menu ul li.hover,
nav#slide_menu ul li.more.hover,
nav#slide_menu ul li.more:hover {
	background-color: rgba(51, 51, 51, 0.8);
}
nav#slide_menu ul li.selected,
nav#slide_menu ul li.selected a,
nav#slide_menu ul li:hover:not(#new_fnc),
nav#slide_menu ul li:hover a,
div.event_search_navi ul li.selected,
div.event_search_navi ul li:hover {
	color: #1abc9c;
	text-decoration: none;
}
span.unread {
	position: absolute;
	top: 5px;
	left: 20px;
	background-color: #FF3333;
	border-radius: 50px;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	min-width: 12px;
	padding: 0 3px;
	margin: 0 auto;
	text-align: center;
}
nav#slide_menu ul li.more {
	background-image: url("/img/global_menu/arrow_small.png");
	background-repeat: no-repeat;
	background-position: 150px center;
	background-size: auto 13px;
	position: relative;
	display: block;
}
div.event_search_navi {
	position: fixed;
	top: 65px;
	left: 53px;
	padding-bottom: 16px;
	width: 180px;
	z-index: 1000;
	background-color: rgba(51, 51, 51, 0.8);
	display: none;
}
.open div.event_search_navi {
	left: 170px;
}
div.event_search_navi h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin: 20px 0 0;
	padding: 0 0 0 10px;
	text-align: left;
}
div.event_search_navi hr {
	margin: 0 auto 10px;
}
div.event_search_navi ul li,
div.event_search_navi h4 {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 30px;
}
nav#slide_menu ul li a {
	display: block;
	text-decoration: none;
}
nav#slide_menu ul li a:hover {
	text-decoration: none;
}
nav#slide_menu ul li img {
	margin: 0 5px 0 10px;
	vertical-align: middle;
	width: 22px;
}
nav#slide_menu ul li span {
	vertical-align: middle;
	font-size: 12px;
}
nav#slide_menu hr,
div.event_search_navi hr {
	border-color: #B5B5B5;
	border-style: solid;
	border-width: 1px 0 0;
	height: 1px;
	margin: 0 auto 10px;
	width: 90%;
	visibility: visible;
}
/* header */
.navbar {
	position: relative;
	right: 0;
	left: 0;
	z-index: 1000;
	margin-bottom: 0;
	background-color: #1abc9c;
	position: relative;
	height: 64px;
}
.navbar:before,
.navbar:after {
	display: table;
	line-height: 0;
	content: "";
}
.navbar .logo,
.navbar #search_all {
	display: inline-block;
	padding: 10px 20px 15px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: top;
}
.navbar .logo img {
	width: 210px;
}
.navbar #search_all {
	position: relative;
	padding: 15px 0;
	font-size: 12px;
}
.navbar #search_all input.search_text_keyword {
	width: 200px;
	border-radius: 4px;
	border: 1px solid #c1c1c1;
	height: 21px;
	padding: 3px;
	margin: 1px;
	font-size: 14px;
}
.navbar .loginUserInfo {
	position: absolute;
	top: 10px;
	right: 28px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.navbar .loginUserInfo ul li {
	vertical-align: middle;
	float: left;
	cursor: pointer;
}
.navbar .loginUserInfo ul li.pic img {
	width: 32px;
	height: 32px;
	border-radius: 48px;
}
.navbar .loginUserInfo ul li.name {
	line-height: 48px;
	color: #ffffff;
	font-weight: bold;
}
.navbar .logOutBtn,
.navbar .logInBtn,
.navbar .signInBtn {
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 46px;
	position: absolute;
	top: 8px;
	right: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #1abc9c;
}
.navbar .signInBtn {
	right: 80px;
}
.navbar .logOutBtn:hover,
.navbar .logInBtn:hover,
.navbar .signInBtn:hover {
	font-weight: bold;
	border: 1px solid #edf9f7;
}

#main_contents {
	background-color: #ffffff;
	position: relative;
/*	left: 42px; */
/*
	min-height: 100%;
	height: auto !important;
	padding-bottom: 88px;
*/
}
body.nologin #main_contents {
	left: 0 !important;
	width: 100% !important;
}
.dashboard {
	margin: 0 auto;
}
.contentsBox {
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
}
h1 {
	position: relative;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
h2 {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 21px;
    padding: 3px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 3px;
}
.caution {
    color: #e05a5a;
}
.green_button {
	display: inline-block;
	border: 2px solid #1abc9c;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 19px;
	font-weight: 300;
	line-height: 40px;
	margin: 15px auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 250px;
	min-height: unset;
	background-color: #1abc9c;
}
.green_button:hover {
	opacity: 0.8;
}
.gray_button {
	display: inline-block;
	border: 2px solid #1abc9c;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	width: 55px;
	min-height: unset;
	background-color: #c0c0c0;
	vertical-align: middle;
	height: 29px;
	border-radius: 4px !important;
}
.blue_button {
	display: inline-block;
	border: 2px solid #1abc9c;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	width: 79px;
	min-height: unset;
	background-color: #6495ed;
	vertical-align: middle;
	height: 29px;
	border-radius: 4px !important;
}
.add_button_area {
	text-align: right;
	width: 272px;
}
.multi_area {
	margin-bottom: initial !important;
	height: 41px;
}
#parent_educational_multi_area, #parent_work_multi_area, #parent_qualification_multi_area {
	margin-bottom: initial !important;
}
.return_button {
	display: inline-block;
	border: 2px solid #696969;
	color: #ffffff;
	cursor: pointer;
	font-size: 19px;
	font-weight: 300;
	line-height: 40px;
	margin: 15px auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 250px;
	min-height: unset;
	background-color: #696969;
}
.return_button:hover {
	opacity: 0.8;
}

.mgnb0 {
	margin-bottom: 0;
}
.breadcrumb {
	padding: 8px 15px;
	margin: 0;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.breadcrumb > li:first-child {
	border-left: 5px solid #1abc9c;
}
.breadcrumb > li {
	padding-left: 5px;
	padding-right: 10px;
	display: inline-block;
	*display: inline;
	text-shadow: 0 1px 0 #ffffff;
	*zoom: 1;
	position: relative;
}
.breadcrumb > li:before {
	content: ">";
	position: absolute;
	top: 0;
	right: -3px;
}
.breadcrumb > li:last-child:before {
	content: "";
}
.breadcrumb > li > a {
	color: #1abc9c;
}
.breadcrumb > li > a:hover {
	text-decoration: underline;
}

.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb > .active {
	color: #999999;
}
.readData {
	display: none;
	text-align: center;
	padding: 10px 0;
}
.readData img {
	width: 40px;
}
.eventList {
	letter-spacing: -5px;
}
.eventList .detail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 250px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	margin: 0 15px 15px 0;
	border: 1px solid #e2e2e2;
	letter-spacing: 0;
}
.eventList .detail:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}
.eventList .detail .pic {
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
}
.eventList .detail img.thumbnail {
	width: 100%;
	height: auto;
	border: unset;
	border-radius: 0;
	margin-right: 0;
	padding: 0;
}
.eventList .detail img.new {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 100;
}
.eventList .event_finish {
	background: #e2e2e2 none repeat scroll 0 0;
	color: #535353;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	left: 0;
	line-height: 100px;
	margin: 0;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 98;
}
.eventList .event_entried {
	background: #e2e2e2 none repeat scroll 0 0;
	color: #FF3333;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	left: 0;
	line-height: 100px;
	margin: 0;
	opacity: 0.8;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}
.eventList .event_info {
	position: relative;
	padding: 10px 10px 30px;
}
.eventList .event_info .title {
	line-height: 18px;
	padding-right: 0;
	text-overflow: unset;
	white-space: unset;
	overflow: unset;
	width: 100%;
	margin: 0 0 5px;
}
.noDataMessage {
	letter-spacing: 0.5px;
}
.event_genre span {
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	border-radius: 10px;
	padding: 0px 5px;
	margin: 0 5px 5px 0;
	background-color: #a9a9a9;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
.favorite {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px auto;
}
.favorite {
	background-image: url("/img/common/favorite.png");
}
.favorite:hover {
	background-image: url("/img/common/favorite_on.png");
}
.favorite.on {
	background-image: url("/img/common/favorited.png");
}
.favorite.on:hover {
	background-image: url("/img/common/favorited_on.png");
}
.contentsBox.event {
	padding: 0 10px;
}
.contentsBox.client {
	padding: 0 10px;
	margin: 0 auto;
}
.contentsBox .more {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	color: #1abc9c;
	font-weight: 600;
	line-height: 30px;
	text-decoration: underline;
}

ul#changeCategoryList {
	text-align: center;
	margin: 30px auto;
	letter-spacing: -5px;

}
ul#changeCategoryList li {
	display: inline-block;
	text-align: center;
	padding: 3px 30px;
	border-right: 2px solid #e2e2e2;
}
ul#changeCategoryList li a {
	color: #838383;
}
ul#changeCategoryList li:last-child {
	border-right: 0 none;
}
ul#changeCategoryList li span {
	font-size: 24px;
	font-weight: 300;
	padding-left: 3px;
	letter-spacing: 3px;
}
ul#changeCategoryList li.selected span {
	border-bottom: 2px solid #1abc9c;
}
.txt_center {
	text-align: center;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
    margin: 0;
}
input[type="radio"] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
input[type="radio"]:checked + label::after {
    background: #1abc9c none repeat scroll 0 0;
    border-radius: 8px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
    width: 8px;
}
input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    padding: 0 0 0 24px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 12px;
    position: relative;
}
footer {
	text-align: center;
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
	padding: 20px;
/*
	position: absolute;
	bottom: 0;
	width: 100%;
*/
}
footer ul {
	list-style: none;
	text-align: center;
	margin: 0;
}
footer li {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
}

/* modal */
.modalWindow {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 30px;
    width: 570px;
    max-height: 80%;
    overflow-y: auto;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
#lean_overlay  {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	display: none;
	z-index: 9999;
}
.modalWindow .modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-image:url('/img/common/modalCloseIcon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 49px auto;
	border-radius: 50%;
	cursor: pointer;
	z-index: 11001;
}
#email_registration_message,
#prof_empty {
  background-color:rgba(26,188,156,0.3);
  font-size:12px;
  line-height:25px;
  color:black;
  text-align:center;
  position:relative;
  padding: 10px;
}
#prof_empty a {
	color: #0033cc;
	font-weight: 600;
	text-decoration: underline;
}

#email_registration_message {
  background-color:rgba(26,188,156,0.5);
}
#email_registration_message a {
	color: #ffffff;
	text-decoration: underline;
}
#comm {
	font-weight: bold;
}
#kaizen_icon{
	padding-top:15px;
	position:fixed !important;
	top:90%;
	right:10px;
	z-index: 100;
}
.kaizen_icon {
	width: 140px;
}
.hamburger {
	display: none;
}
::placeholder {
  color: #a9a9a9;
}
#csGUModal {
	display: none;
}
.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  transition: .3s ease-out;
  z-index: 1001;
  border-radius: 10px;
}
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-container .sub {
	line-height: 22px;
}
.modal-container .sentence {
  font-size: 14px;
}
.modal-container .link {
  color: #1abc9c;
}
.modal-container input[type="checkbox"] {
    cursor: pointer;
}
.modal-container input[type="checkbox"] + label::before {
    content: none;
}
.modal-container .confirm-area {
	display: flex;
	align-items: center;
	margin-top: 14px;
}
.modal-container .confirm-area .confirm-input {
	display: inline;
}
.modal-container .confirm-area .confirm-label {
	padding: 0;
	margin-left: 4px;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
}
.modal-content {
  background: #fff;
  border: 2px solid #a9a9a9;
  text-align: left;
  padding: 30px 20px;
  font-weight: bold;
  border-radius: 10px;
}
.new_fnc {
  background: var(--Gradient-blue-liner, linear-gradient(90deg, #1D5AF8 -0.24%, #5033FF 99.76%));
}
.new_fnc:hover {
  background: linear-gradient(90deg, rgba(29, 90, 248, 0.88) -0.24%, rgba(80, 51, 255, 0.88) 99.76%);
}
.new_fnc:hover .newf {
  color: #1ABC9C !important;
}
#new_fnc #prt .prt-head-img {
	width: 24px;
}
#new_fnc div span {
  padding-top: 2px;
  font-size: 11px !important;
}
#new_fnc div .beta_img {
  width: initial !important;
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}
#new_fnc div .open_img, #new_fnc div .close_img {
  width: initial !important;
  height: 16px;
  margin-left: 0px;
}
#new_fnc_detail {
	padding-left: 6px;
	display: none;
}
#new_fnc_detail .new_fnc_detail_menu {
	display: flex;
}
#new_fnc_detail .new_fnc_detail_menu .new_fnc_detail_menu_icon_area {
	margin-right: 4px;
}
#new_fnc_detail .new_fnc_detail_menu .new_fnc_detail_menu_icon_area .new_fnc_detail_menu_icon {
	width: 16px;
}
#new_fnc_detail .new_fnc_detail_exp {
	line-height: 15px;
	font-weight: 400;
	font-size: 10px;
	margin-top: -12px;
	width: 116px;
}
#new_fnc_detail > div:last-of-type {
  padding-bottom: 10px;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明のグレー */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000; /* 他の要素の上に表示 */
}

.modal-contents {
	background-color: white;
	border-radius: 8px;
	text-align: center;
	width: 561px;
	height: 450px;
}
.modal-contents .modal-contents-title {
	display:flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px 8px 0px 0px;
	height: 64px;
	background: var(--Gradient-blue-liner, linear-gradient(90deg, #1D5AF8 -0.24%, #5033FF 99.76%));
}
.modal-contents .modal-contents-title p {
	margin-top: 2px;
}
.modal-contents .modal-contents-title .modal-contents-title-img {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	width: 32px;
	height: 32px;
}
.modal-contents .modal-contents-title p {
	color: white;
	font-size: 18px;
	font-weight: 700;
}
.modal-contents .modal-contents-body {
	background: var(--Basic-deep-snow, #F4F5F6);
	padding: 24px 20px;
}
.modal-contents .modal-contents-body .two-block {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	height: 104px;
}
/*
.modal-contents .modal-contents-body > div:last-child {
	margin-top: 16px;
}
*/
.modal-contents .modal-contents-body .two-block .box {
	width: 50%;
	background: white;
	border-radius: 8px;
	padding: 16px;
	border: 1px solid #E7E8EB;
}
.modal-contents .modal-contents-body .two-block .box .box-title {
	display: flex;
	align-items: center;
}
.modal-contents .modal-contents-body .two-block .box .box-title .box-title-img {
	width: 20px;
	margin-right: 8px;
}
.modal-contents .modal-contents-body .two-block .box .box-title .box-title-letter {
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
}
.modal-contents .modal-contents-body .two-block .box .box-sent-block {
	text-align: left;
	margin-top: 8px;
}
.modal-contents .modal-contents-body .two-block .box .box-sent-block .box-sent {
	font-size: 14px;
	font-weight: 400;
}
.modal-contents .modal-contents-footer {
	height: 74px;
	background: var(--Basic-deep-snow, #F4F5F6);
	border-radius: 0px 0px 8px 8px;
	border-top: 1px solid var(--Basic-platinum, #E7E8EB);
}
.modal-contents .modal-contents-footer .modal-contents-footer-block {
	display: flex;
	justify-content: flex-end;
	padding: 16px 20px;
}
.modal-contents .modal-contents-footer .modal-contents-footer-block .update-button {
	display: flex;
	height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	border: 1px solid var(--Basic-lightgray, #C9CCD2);
	background: var(--Basic-white, #FFF);
	color: var(--Blue-deep-blue, #004FC5);
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	margin-right: 12px;
	cursor: pointer;
}
.modal-contents .modal-contents-footer .modal-contents-footer-block .update-button:hover {
	background: rgba(244, 245, 246, 0.88);
}
.modal-contents .modal-contents-footer .modal-contents-footer-block .go-button {
	display: flex;
	height: 40px;
	padding-left: 16px;
	padding-right: 16px;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border-radius: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background: var(--Gradient-blue-liner, linear-gradient(90deg, #1D5AF8 -0.24%, #5033FF 99.76%));
	cursor: pointer;
}
.modal-contents .modal-contents-footer .modal-contents-footer-block .go-button:hover {
	background: linear-gradient(90deg, rgba(29, 90, 248, 0.88) -0.24%, rgba(80, 51, 255, 0.88) 99.76%);
}
#mobileModal .modal-contents {
	width: 90%;
	height: 156px;
}

#mobileModal .modal-contents .modal-contents-body {
	background: #FFF;
	padding: 24px 20px;
	border-radius: 8px;
}
#mobileModal .modal-contents .modal-contents-body p {
	font-size: 14px;
	text-align: left;
}
#mobileModal .modal-contents .modal-contents-title {
	display: flex;
	justify-content: space-between;
	background: #FFF;
	border-bottom: 1px solid #E7E8EB;
	padding: 0px 0px 0px 20px;
}
#mobileModal .modal-contents .modal-contents-title p {
	color: #363B3F;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.tooltip {
	position: absolute;
	background-color: white;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.90);
	padding: 12px;
	max-width: 300px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	top: 116px;
	left: 186px;
	width: 210px;
	display: flex;
}
.tooltip p {
	font-weight: bold;
	font-size: 12px;
	width: 168px;
	text-align: left;
}
.tooltip .separator {
	border-left: 1px solid #C9CCD2;
	margin: 0 16px;
}
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	pointer-events: all;
}
.tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgba(255, 255, 255, 0.90) transparent transparent; /* 白い矢印を設定 */
}
.tooltip.acsent {
	box-shadow: 0 0 9px #a1cff4;
	background: rgba(255, 255, 255);
}
.pOverlay {
	background-color: initial;
	pointer-events: none; /* 背景がクリックできるようにする */
}

.close-button {
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #f44336;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.close-button:hover {
	background-color: #d32f2f;
}

#event_sub_navi, #profile_sub_navi {
	margin-top: 16px;
}

.head-icons {
	display: flex;
	align-items: center;
	gap: 20px;
}
.head-icons .alerm-icon {
	width: 28px !important;
	height: 28px !important;
}
.head-icons #alerm-icon {
	padding: 6px;
}
.head-icons #alerm-icon:hover {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.20);
}
.head-icons #menu-icon {
	padding: 6px;
}
.head-icons #menu-icon:hover {
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.20);
}
.icon-container {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
	position: absolute;
	top: 44px;
	right: -18px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
	width: 130px;
	height: 80px;
}
.dropdown-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
.dropdown-menu li {
	font-size: 14px;
	cursor: pointer;
	width: -webkit-fill-available;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 12px;
}

.dropdown-menu li:hover {
	background-color: #f5f5f5;
}

.head-icons span.unread {
	position: absolute;
	top: 7px;
	left: 20px;
	background-color: #FF3333;
	border-radius: 50px;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	min-width: initial;
	padding: initial;
	margin: 0 auto;
	text-align: center;
	width: 8px;
	height: 8px;
}

.entry_complete	{
	margin-top: 16px;
	margin-bottom: 16px;
}
.entry_complete .entry_complete_text p {
	height: 40px;
}
.entry_complete .entry_complete_button {
	margin-bottom: 40px;
}
.entry_complete .entry_complete_button a {
	text-decoration: none;
}
.entry_complete .entry_complete_button a p.green_button {
	height: 30px;
	font-size: 16px;
	width: 190px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-14 {
	font-size: 14px;
}
.fw-700 {
	font-weight: 700;
}
.mt-16 {
	margin-top: 16px;
}
.mt-20 {
	margin-top: 20px;
}


@media screen and (max-width:670px){
	body {min-width: initial;}
	#main_contents {
		left: 0;
		padding-top: 45px;
/*    	padding-bottom: 120px; */
	}
	.navbar {
/*		text-align: center; */
		height: auto;
		display: flex;
		justify-content: center;
		position: fixed;
		top: 0;
	}
	.navbar img {
	    padding: 0;
	    height: 25px;
	    padding: 10px;
	}
	#hamburger_area {
		position: absolute;
		right: 0;
		top: 1;
	}
	#hamburger_area img {
		height: 20px;
	}
	.sp-logout {
		position: absolute;
		right: 10px;
		padding-top: 14px;
		color: white;
		font-size: 9px;
	}
	.modalWindow {
    	width: 90% !important;
    	padding: 5% !important;
    	height: 95%;
    	max-height: 95%;
    	top: 0 !important;
    	left: 0 !important;
    	right: unset !important;
    	margin-left: 0 !important;
	}
	.modalWindow .modal_close {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background-size: 29px auto;
	}
	#email_registration_message,
	#prof_empty {
		line-height: 20px;
	}
	#prof_empty a {
	  color:#0033cc;
	  text-decoration: underline;
	}
	#email_registration_message a {
	  color:#ffffff;
	  text-decoration: underline;
	}

	#prof_empty .close {
	  position:absolute;
	  top:0;
	  right:10px;
	  text-decoration: underline;
	  cursor: pointer;
	}
	/* グローバルナビ（画面下設置） */
	#global_menu {
	    padding-top: 5px;
	    position: fixed;
	    bottom: -2px;
	    left:0;
	    width: 100%;
		z-index: 99 !important;
	    background-color: rgba(51, 51, 51, 1);
	    height: 55px;
	    overflow: hidden;
	    transition: all 300ms 0s ease;
	}
	#global_menu.open {
	    height: 110px;
	}
	#global_menu ul li {
		display: inline;
		float: left;
		width: 18%;
		height: 50px;
	    background-color: rgba(51, 51, 51, 1);
	    text-align:center;
	    vertical-align:middle;
	    position: relative;
	}
	#global_menu ul li a {
	    display: block;
	    width: 100%;
	    height: 50px;
	    position: relative;
	}
	#global_menu ul.hiddenNavi {
	    padding: 5px auto;
	}
	#global_menu ul.hiddenNavi li {
	    width: 18%;
	}
	#global_menu ul li#naviOpen {
	    width: 10%;
	    padding: 15px 0;
	    height: 20px;
	}
	#global_menu ul li#naviOpen .material-icons {
	    color: #ffffff;
	    width: 100%;
	    line-height: 20px;
	    font-size: 30px;
	    transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    transition: all 300ms 0s ease;
	}
	#global_menu.open ul li#naviOpen .material-icons {
	    transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	}
	#global_menu ul li span.title {
	    position:absolute;
	    bottom:7px;
	    left:0;
	    text-align:center;
	    width:100%;
	    font-size:8px;
	    line-height:10px;
	    font-weight:600;
	    color:#ffffff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#global_menu ul li.selected span.title {
	    color:#1abc9c;
	}
	#global_menu ul li img {
		height: 34px;
		margin: 8px 0;
	}
	#global_menu span.caution {
	    background-color: #FF3333;
	    border-radius: 50px;
	    color: #ffffff;
	    display: inline-block;
	    font-size: 9px;
	    line-height: 19px;
	    min-width: 12px;
	    padding: 0 3px;
	    position: absolute;
	    right: 12%;
	    text-align: center;
	    top: 3px;
	    left: unset;
	}
	.eventList .detail {
		width: 95%;
	}
	ul#changeCategoryList {
		margin: 15px auto;
	}
	ul#changeCategoryList li {
		padding: 3px 0;
		width: 49%;
		text-align: center;
	}
	ul#changeCategoryList li span {
		font-size: 20px;
	}
	.other_reason {
		height:100px;
		width:97%;
		resize:none;
	}
	#kaizen_icon{
		display:none;
	}

	.menu {
	    display: block;
	    width: 100%;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    margin: 0 auto;
	    text-align: center;
	    color: #000000;
	    letter-spacing: 3px;
	    font-size: 117%;
	    font-weight: 600;
	    font-family: "Hammersmith One",Verdana,Geneva,sans-serif;
	}
	li.menu  {
		border-bottom: 1px solid #a9a9a9;
		width: 85%;
		text-align: left;
	}
	.menu_list {
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.menu_list span {
		vertical-align: text-bottom;
	}
	.menu_list .not_last_child {
		border-bottom: 1px solid #dcdcdc;
	}
	.child_menu {
		margin-left:36px;
	}
	.right_arrow {
		height: 21px;
		margin-right: 10px;
		float: right;
	}
	.delete_detail {
	    margin-left: 0;
	    position: fixed;
	    top: 10px;
	    right: 10px;
	}
	#service_detail{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	.del_icon {
		width: 75%;
	}
	.address2 {
		width:80% !important;
	}
	.hamburger {
		display: inline;
	}
	.modal-container .title {
		font-size: 16px;
	}
	.modal-container .sentence {
		font-size: 12px;
	}

	.entry_complete .entry_complete_button {
		margin-top: 64px;
	}


/*
	footer {
		width: initial;
	}
*/
}
}