.font-en {
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.font-jp {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/*/// ボタンスタイル上書き ///*/
a.btn-default, a.btn-success, a.btn-warning, a.btn-danger, a.btn-darkgray{
  text-decoration: none;
}
a.btn-success, a.btn-warning, a.btn-danger,
a.btn-success:visited, a.btn-warning:visited, a.btn-danger:visited{
  color: #fff !important;
}

a.btn-default, a.btn-default:visited {
  color: #333;
}

a.btn-primary, a.btn-primary:visited {
  text-decoration: none;
  color: #fff;
}
a.btn-default.btn-info, a.btn-default.btn-warning,
a.btn-default.btn-info:visited, a.btn-default.btn-warning:visited{
  color: #fff;
  font-weight: bold;
}

/*/// カスタムボタン ///*/

.btn.btn-green{
  color: #fff;
  text-decoration: none;
  background-color: #3B9521;
}

.btn.btn-green2{
  color: #fff;
  text-decoration: none;
  background-color: #1D8465;
}

.btn.btn-green2:hover{
  background-color: #0f7355;
}

.btn.btn-grey{
  background-color: #EFEFEF;
  color: #3B9521;
  text-decoration: none;
}

.btn-darkgray, a.btn-darkgray{
  background-color: #666;
  border-color: #555;
  color: #fff;
}

.btn-darkgray:hover, a.btn-darkgray:hover{
  background-color: #444;
  border-color: #333;
  color: #fff;
}

.btn-darkgrey2{
  background-color: #444;
  color: #fff;
}

.btn-darkgrey2:hover{
  background-color: #4f4f4f;
  color: #fff;
}

.btn-premium{
  width: 570px;
}

a.btn-premium{
  border-radius: 5px;
  border: 1px solid #d3a300;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background-image: -moz-linear-gradient(top, #eba732, #e69406);
  background-image: -ms-linear-gradient(top, #eba732, #e69406);
  background-image: -webkit-linear-gradient(top, #eba732, #e69406);
  background-image: linear-gradient(top, #eba732, #e69406);
  background-clip: padding-box;
  color: #fff;
  padding: 13px;
  font-size: 20px;
}

a.btn-premium:hover{
  background: #e69406;
  color: #fff;
  box-shadow: none;
}

.link_arrow {
  color: #333;
  background: url("../img/arrow_circle_green_right.svg") no-repeat left center;
  padding-left: 16px;
}

/*/// もっと見るボタン ///*/

.more{
  line-height: 120%;
  text-align: right;
}

.more a{
  padding: 5px 8px;
  padding-left: 22px;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  background: url('../img/arrow01.png') no-repeat #eeeeee 7px 8px;
  margin-left: 10px;
}

.more a:visited{
  color: #333;
}

.more.sm a{
  font-size: 0.7em;
}

/*/// 記録、計画作成画面用ボタン ///*/

body.fullsize .btn-black{
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  border-color: #fff;
}

body.fullsize .btn-black:hover{
  opacity: 0.7;
}

/*/// ボタンスタイル ///*/

.btn-m{
  padding: 10px 16px;
}

.btn.btn-rounded{
  border-radius: 100px;
}

.btn-arrow{
  padding-right: 38px;
  background-image: url("../img/arrow06.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.btn.has_arrow{
  align-items: center;
  display: flex;
}

.arrow_line{
  background-repeat: no-repeat;
  background-position: center right 8px;
}

.arrow_gray_left, .arrow_gray_left:active{
  background-image: url(../img/arrow_line_gray_left.svg);
  background-position: center left 8px;
}

.arrow_gray_right, .arrow_gray_right:active{
  background-image: url(../img/arrow_line_gray_right.svg);
}

.arrow_gray_up, .arrow_gray_up:active{
  background-image: url(../img/arrow_line_gray_up.svg);
}

.arrow_gray_down, .arrow_gray_down:active{
  background-image: url(../img/arrow_line_gray_down.svg);
}

.arrow_green_left, .arrow_green_left:active{
  background-image: url(../img/arrow_line_green_left.svg);
  background-position: center left 8px;
}

.arrow_green_right, .arrow_green_right:active{
  background-image: url(../img/arrow_line_green_right.svg);
}

.btn-general {
  display: inline-flex;
  text-decoration: none;
  border-radius: 50px;
  padding: 0 16px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition-property: opacity, background, border;
  transition-duration: 200ms;
  border: none;
	white-space: nowrap;
}
.btn-general-xs {
  padding: 0 12px;
  min-height: 24px;
  font-size: 85.71%;
}
.btn-general-sm {
  padding: 0 16px;
  min-height: 32px;
  font-size: 85.71%;
}
.btn-general-md {
  padding: 0 20px;
  min-height: 40px;
  font-size: 100%;
}
.btn-general-lg {
  padding: 0 24px;
  min-height: 46px;
  font-size: 114.28%;
}
.btn-general-pulldown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
  margin: 1px -4px 0 8px;
}
.btn-general-pulldown.btn-general-gray:after {
  border-top: 5px solid #333;
}
.btn-general-pulldown.btn-general-white:after {
  border-top: 5px solid #333;
}
.btn-general.has-icon {
  gap: 4px;
}
.btn-general.has-icon:before, .btn-general.has-icon:after {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-general.has-icon:not(.icon-left):after {
	content: "";
  margin-right: -4px;
}
.btn-general.has-icon.icon-left:before {
  content: "";
  display: block;
  margin-left: -4px;
}
.btn-general.has-icon.opennew:before, .btn-general.has-icon.opennew:after {
  background-image: url(../img/common/icon/open-new.svg);
}
.btn-general.has-icon.opennew.btn-general-black:before, .btn-general.has-icon.opennew.btn-general-black:after {
  filter: brightness(5);
}
.btn-general.has-icon.pulldown:before, .btn-general.has-icon.pulldown:after {
  background-image: url(../img/common/icon/pull-down.svg);
}
.btn-general.has-icon.pulldown.btn-general-black:before, .btn-general.has-icon.pulldown.btn-general-black:after {
  filter: brightness(5);
}
.btn-general.has-icon.edit:before, .btn-general.has-icon.edit:after {
  background-image: url(../img/common/icon/pencil.svg);
}
.btn-general.has-icon.edit.btn-general-black:before, .btn-general.has-icon.edit.btn-general-black:after {
  filter: brightness(5);
}
.btn-general, a.btn-general {
  color: #333;
}
.btn-general:hover, .btn-general:focus, a.btn-general:hover, a.btn-general:focus {
  text-decoration: none;
}
.btn-general-black, a.btn-general-black {
  background-color: #333;
  color: #fff !important;
}
.btn-general-black:hover, a.btn-general-black:hover {
  opacity: 0.7;
	color: #fff;
}
.btn-general-black:visited, a.btn-general-black:visited {
  color: #fff;
}
.btn-general-black:active, a.btn-general-black:active {
  opacity: 1;
  background-color: #111;
	color: #fff;
}
.btn-general-green, a.btn-general-green {
  background-color: #3B9521;
  color: #fff;
}
.btn-general-green:hover, a.btn-general-green:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-general-green:visited, a.btn-general-green:visited {
  color: #fff;
}
.btn-general-green:active, a.btn-general-green:active {
  color: #fff;
  opacity: 1;
  background-color: #34a314;
}
.btn-general-gray, a.btn-general-gray {
  background-color: #F5F5F5;
}
.btn-general-gray:hover, a.btn-general-gray:hover {
  background-color: #e5e5e5;
}
.btn-general-gray:active, a.btn-general-gray:active {
  opacity: 1;
  background-color: #cccccc;
}
.btn-general-white, .btn-general-white-red, a.btn-general-white, a.btn-general-white-red {
  background-color: #fff;
  border: 1px solid #ccc;
}
.btn-general-white:hover, .btn-general-white-red:hover, a.btn-general-white:hover, a.btn-general-white-red:hover {
	color: #333;
  border-color: #aaa;
  background-color: rgba(255, 255, 255, 0.7);
}
.btn-general-white:active, .btn-general-white-red:active, a.btn-general-white:active, a.btn-general-white-red:active {
	color: #333;
  opacity: 1;
  background-color: #f5f5f5;
}
.btn-general-white:visited, .btn-general-white-red:visited, a.btn-general-white:visited, a.btn-general-white-red:visited {
	color: #333;
}
.btn-general-white-red, a.btn-general-white-red {
  color: var(--sub-red, #FE3B30);
}

a.text-link {
  color: #333;
}
a.text-link.no-line {
  text-decoration: none;
}
a.text-link.no-line:hover {
  text-decoration: underline;
}
a.text-link.has-icon {
  align-items: center;
  display: inline-flex;
  vertical-align: bottom;
  gap: 4px;
}
a.text-link.has-icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
a.text-link.has-icon.opennew:after {
  background-image: url(../img/common/icon/open-new.svg);
  opacity: 0.74;
}
a.text-link.has-icon.pulldown:after {
  background-image: url(../img/common/icon/pull-down.svg);
}
a.text-link.has-arrow {
  align-items: center;
  display: inline-flex;
  vertical-align: bottom;
  gap: 4px;
}
a.text-link.has-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
a.text-link.has-arrow.arrow-circle:before {
  background-image: url(../img/common/arrow/arrow-circle-right.svg);
}
a.text-link.has-arrow-right {
  align-items: center;
  display: inline-flex;
  vertical-align: bottom;
  gap: 4px;
}
a.text-link.has-arrow-right:after {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
a.text-link.has-arrow-right.arrow-circle:after {
  background-image: url(../img/common/arrow/arrow-circle-right.svg);
}

.text-red, a.text-red {
  color: #FE3B30 !important;
}

.anker-md {
  padding-top: 80px;
  margin-top: -80px;
}

/*/// 見出しタイル ///*/
#pagetitle {
  border-left: 6px solid #3b9521;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  overflow: hidden;
  clear: both;
}
#pagetitle h2 {
  padding: 16px 0 16px 12px;
  margin: 0;
}
#pagetitle .btn_area {
  height: 53px;
  padding: 11px 12px;
  border-radius: 6px 6px 0 0;
  font-size: 0;
  background-color: #efefef;
}
#pagetitle .btn_area form {
  display: inline-block;
}
#pagetitle .btn_area a {
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
#pagetitle .btn_area a:first-child {
  margin: 0;
}

#centercolumn .guide_detail #pagetitle {
  display: flex;
  justify-content: space-between;
}
#centercolumn .guide_detail #pagetitle h2 {
  padding-right: 20px;
}
h2.pagetitle {
  border-left: 6px solid #3b9521;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 20px;
  padding: 16px 12px;
  font-size: 20px;
}
h2.pagetitle.premium {
  border-left-color: #1D8465;
}

.sec-title-wrap {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 32px;
}
.sec-title-wrap-div {
  display: flex;
  gap: 16px;
}
.sec-title-wrap-md {
  margin-bottom: 24px;
}

.sec-title, h3.sec-title.reset {
  font-size: 171.42%;
  margin-bottom: 32px;
}
.sec-title-wrap .sec-title, .sec-title-wrap h3.sec-title.reset {
  margin-bottom: 0;
}
.sec-title a, h3.sec-title.reset a {
  color: inherit;
  text-decoration: none;
}
.sec-title a:hover, h3.sec-title.reset a:hover {
  text-decoration: underline;
}

.sec-title-md, h3.sec-title-md.reset {
  font-size: 142.85%;
  margin-bottom: 24px;
}

.sec-title-sm {
  font-size: 128.57%;
  font-weight: 600;
  padding: 4px 12px;
  border-left: 4px solid var(--Green, #3B9521);
  margin: 0 0 24px;
}

/*/// フォーム new ///*/
.form-text {
  display: inline-flex;
  height: 40px;
  padding: 0px 16px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--line-line-1, #CCC);
  background: var(--White, #FFF);
  font-size: 114.28%;
}
.form-text-code {
  border: none;
  background: var(--Black, #333);
  color: #fff;
  word-break: break-all;
}
.form-text.rounded {
  border-radius: 50px;
}
textarea.form-text {
  height: inherit;
  padding: 12px 16px;
  line-height: 150%;
  display: block;
}
.form-block-select {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
}
.form-block-select:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}
.form-block-select select {
  width: 100%;
  height: 34px;
  padding: 0 24px 0 8px;
  line-height: 1;
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-appearance: none;
}
.form-block-select select::-ms-expand {
  display: none;
}
.form-block-select.md:before {
  right: 16px;
}
.form-block-select.md select {
  height: 40px;
  padding: 0 32px 0 16px;
}

.form-block-select.rounded select {
  border-radius: 50px;
}

.form-block-check input[type=checkbox] {
  display: none;
}

.form-block-check label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: inherit;	
}

.form-block-check label:before {
  content: "";
  display: inline-block !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  background-image: url(../img/check01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  font-weight: inherit;	
}

.form-block-check input[type=checkbox]:checked + label:before {
  background-image: url(../img/check02.svg);
}
.form-block-check input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-block-check-md label {
  gap: 8px;
}
.form-block-check-md label:before {
  margin: 0;
}
.form-block-check-sm label {
  gap: 8px;
}
.form-block-check-sm label:before {
  width: 16px;
  height: 16px;
  margin: 0;
}

/*/// ラベル new ///*/
.label3, a.label3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  color: #333;
  text-decoration: none;
  padding: 0 8px;
  height: 20px;
  border-radius: 3px;
  font-size: 85.71%;
}
.label3-wrap, a.label3-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.label3-black, a.label3-black {
  background-color: #333;
  color: #fff;
}
.label3-gray, a.label3-gray {
  background-color: #666;
  color: #fff;
}
.label3-white, a.label3-white {
  border: 1px solid #ccc;
  background-color: #fff;
}
.label3.genre0, a.label3.genre0 {
  background-color: #7c7c7c;
  color: #fff;
}
.label3.genre1, a.label3.genre1 {
  background-color: #da84b5;
  color: #fff;
}
.label3.genre2, a.label3.genre2 {
  background-color: #5e59a0;
  color: #fff;
}
.label3.genre3, a.label3.genre3 {
  background-color: #6080c4;
  color: #fff;
}
.label3.genre4, a.label3.genre4 {
  background-color: #3994c0;
  color: #fff;
}
.label3.genre5, a.label3.genre5 {
  background-color: #d57e39;
  color: #fff;
}
.label3.genre6, a.label3.genre6 {
  background-color: #48b094;
  color: #fff;
}
.label3.genre7, a.label3.genre7 {
  background-color: #2554b9;
  color: #fff;
}
.label3.genre8, a.label3.genre8 {
  background-color: #69a5ea;
  color: #fff;
}
.label3.genre9, a.label3.genre9 {
  background-color: #bba069;
  color: #fff;
}
.label3.genre10, a.label3.genre10 {
  background-color: #865cc7;
  color: #fff;
}
.label3.genre11, a.label3.genre11 {
  background-color: #65a0bf;
  color: #fff;
}
.label3.genre20, a.label3.genre20 {
  background-color: #a6c655;
  color: #fff;
}
.label3.genre100, a.label3.genre100 {
  background-color: #a8a8a8;
  color: #fff;
}
.label3-sm, a.label3-sm {
  height: 20px;
  font-size: 78.57%;
  padding: 0 4px;
}
.label3-md, a.label3-md {
  height: 24px;
  font-size: 100%;
}
.label3-lg, a.label3-lg {
  height: 32px;
  font-size: 114.28%;
  padding: 0 12px;
	color: #333;
}
.label3-wrap a:visited, .label3-wrap a:link{
	color: #333 !important;
}
.label3-rounded, a.label3-rounded {
  border-radius: 50px;
}

a.label3:hover {
  opacity: 0.7;
}

.label-pace {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0 6px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid;
  font-size: 100%;
}
.label-pace.pace1 {
  color: #31D3B9;
  border-color: #31D3B9;
}
.label-pace.pace2 {
  color: #5BE155;
  border-color: #5BE155;
}
.label-pace.pace3 {
  color: #FFE620;
  border-color: #FFE620;
}
.label-pace.pace4 {
  color: #FF4A2F;
  border-color: #FF4A2F;
}

/* ユーザーアイコン */
.usericon-wrap, a.usericon-wrap {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  color: #333;
  text-decoration: none;
}
.usericon-wrap:visited {
  color: black;
}
.usericon-wrap:not(.no-line):hover, a.usericon-wrap:not(.no-line):hover {
  text-decoration: underline;
}

.usericon-wrap {
  font-weight: 600;
}
.usericon-wrap .usericon-img {
  border-radius: 50%;
}
.usericon-wrap .groupe-icon {
  color: #fff;
  background-color: #888;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 28px;
  user-select: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.usericon-wrap .groupe-icon.color1 {
  background-color: #E5B9B9;
}
.usericon-wrap .groupe-icon.color2 {
  background-color: #BCD8AF;
}
.usericon-wrap .groupe-icon.color3 {
  background-color: #A1D1D8;
}
.usericon-wrap .groupe-icon.color4 {
  background-color: #A69DDD;
}
.usericon-wrap .groupe-icon.color5 {
  background-color: #DECA96;
}
.usericon-wrap.sm {
  gap: 4px;
  font-weight: 400;
  font-size: 85.71%;
}
.usericon-wrap.sm .usericon-img, .usericon-wrap.sm .groupe-icon {
  width: 24px;
  height: 24px;
}
.usericon-wrap.md .usericon-img, .usericon-wrap.md .groupe-icon {
  width: 32px;
  height: 32px;
}
.usericon-wrap.md .groupe-icon {
  font-size: 18px;
}
.usericon-wrap.lg .usericon-img, .usericon-wrap.lg .groupe-icon {
  width: 48px;
  height: 48px;
}
.usericon-wrap.lg .groupe-icon {
  font-size: 24px;
}
.usericon-wrap.xlg .usericon-img, .usericon-wrap.xlg .groupe-icon {
  width: 64px;
  height: 64px;
}

/*/// プルダウンメニュー ///*/
.pulldown-menu {
  display: none;
  position: absolute;
  z-index: 2000;
  min-width: 240px;
  width: max-content;
  user-select: none;
}
.pulldown-menu .inner {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.pulldown-menu .inner .block {
  padding: 8px 0;
  border-bottom: 1px solid #e1e1e1;
}
.pulldown-menu .inner .block:last-child {
  border-bottom: none;
}
.pulldown-menu .inner .block .head {
  padding: 4px 16px;
  font-weight: 600;
  font-size: 85.71%;
}
.pulldown-menu .inner .block .item {
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  display: block;
}
.pulldown-menu .inner .block .item.has-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.pulldown-menu .inner .block .item.has-icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.74;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
}
.pulldown-menu .inner .block .item.has-icon.opennew:after {
  background-image: url(/themes/bootstrap3/img/common/icon/open-new.svg);
}
.pulldown-menu .inner .block .item.has-icon.download:after {
  background-image: url(/themes/bootstrap3/img/common/icon/download.svg);
}
.pulldown-menu .inner .block a.item:hover {
  background-color: #f9f9f9;
}
.pulldown-menu.black .inner {
  background-color: #333;
}
.pulldown-menu.black .inner .block {
  border-bottom: 1px solid #666666;
}
.pulldown-menu.black .inner .block:last-child {
  border-bottom: none;
}
.pulldown-menu.black .inner .block .head {
  color: #fff;
}
.pulldown-menu.black .inner .block .item {
  color: #fff;
}
.pulldown-menu.black .inner .block a.item:hover {
  background-color: #444;
}

/** モーダル **/
.modal-general {
  line-height: 150%;
}
.modal-general .modal-dialog {
  margin-top: 80px;
}
.modal-general .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 12px;
}
.modal-general .modal-header {
  padding: 16px 16px 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-general .modal-header:before, .modal-general .modal-header:after {
  content: none;
}
.modal-general .modal-title {
  font-size: 114.28%;
  font-weight: 600;
  margin-top: 0;
}
.modal-general .modal-body {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-general .modal-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
}
.modal-general .modal-footer .btn-general {
  min-width: 144px;
}
.modal-general .modal-footer.vertical {
  flex-direction: column;
  padding: 16px 40px;
}
.modal-general .modal-footer.vertical:before, .modal-general .modal-footer.vertical:after {
  content: none;
}
.modal-general.sm .modal-dialog {
  width: 400px;
}

.alert-wrap {
  width: 100%;
  justify-content: center;
  /*display: flex;*/
  transition-property: all;
  transition-duration: 400ms;
  padding: 0 24px;
}
.alert-wrap .alert {
  width: 100%;
  max-width: 1000px;
  margin: 16px 0;
}
.top .alert-wrap .alert {
  margin-top: 0;
}
/** テーブル **/
#centercolumn table {
  width: 100%;
  border-collapse: collapse;
}
#centercolumn table th {
  background: #937952;
  font-weight: bold;
  padding: 5px 15px;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
#centercolumn table th a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  float: right;
}
#centercolumn table td {
  padding: 10px;
  vertical-align: top;
}
#centercolumn table.unstyled {
  border-collapse: separate;
}
#centercolumn table.unstyled th {
  background: none;
  color: inherit;
  min-width: 80px;
  font-size: 12px;
  vertical-align: top;
  padding: 10px;
}
#centercolumn table.border th, #centercolumn table.border td {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
#centercolumn table.border tr:first-child th, #centercolumn table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
#centercolumn table.border th {
  border-left: 1px solid #ccc;
}
#centercolumn table.border tr td:last-child {
  border-right: 1px solid #ccc;
}
#centercolumn table.border tr:first-child th {
  border-radius: 4px 0 0 0;
}
#centercolumn table.border tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
#centercolumn table.border tr:last-child th:first-child {
  border-radius: 0 0 0 4px;
}
#centercolumn table.border tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
#centercolumn table.reset th {
  background-color: #efefef;
  color: #333;
  font-weight: normal;
  border-radius: 0;
}
#centercolumn table.lined {
  border-top: 1px solid #e1e1e1;
}
#centercolumn table.lined th {
  background-color: transparent;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0;
  min-width: 160px;
  vertical-align: top;
  border-radius: 0;
}
#centercolumn table.lined td {
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0;
}

/** リスト **/
.list-general .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.list-general .item-center {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.list-general .item-center .gap-sm {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list-general .item-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-general .item-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.list-general .item-thumbnail.md {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.list-general .item-thumbnail.round img {
  border-radius: 6px;
}
.list-general .item-title {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.list-general .item-title:hover {
  text-decoration: underline;
}
.list-general .item-sm {
  font-size: 85.71%;
}
.list-general.sm a.item {
  text-decoration: none;
  color: inherit;
  transition-property: opacity;
  transition-duration: 400ms;
}
.list-general.sm a.item:hover {
  opacity: 0.7;
}
.list-general.sm .item {
  padding: 12px 0;
}
.list-general.has-arrow .item {
  background-image: url(../img/common/arrow/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  padding-left: 24px;
}
.list-general-routelevel {
  display: flex;
  gap: 8px;
}
.list-general-routelevel > div {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: var(--bg-light-gray, #F9F9F9);
  border-radius: 6px;
  font-weight: 600;
  min-width: 88px;
}
.list-general-routelevel > div .head {
  font-size: 78.57%;
  color: #666;
}
.list-general-routelevel > div .level {
  font-weight: 700;
}
.list-general-routelevel > div .level span {
  font-size: 171.42%;
}
.list-general-routelevel > div .level1 {
  color: #426AB1;
}
.list-general-routelevel > div .level2 {
  color: #EC6877;
}

/*/// ヘッダー new ///*/
.header {
  min-width: 1024px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header:not(.noborder) {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 16px;
}
.header-hd {
  background-color: #3B9521;
  color: #fff;
  padding: 4px 24px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-size: 92.85%;
}
.header-hd a {
  color: #fff;
  text-decoration: none;
}
.header-hd a:hover {
  text-decoration: underline;
	color: #fff;
}
.header-hd a:hover, .header-hd a:visited, .header-hd a:active{
	color: #fff;
}
.header-hd-link {
  display: flex;
  gap: 24px;
}
.header-hd-link a {
  white-space: nowrap;
  align-items: center;
  display: flex;
  gap: 4px;
}
.header-hd-link a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  filter: brightness(5);
}
.header > .inner {
  padding: 0 24px;
  max-width: 1164px;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 2fr auto;
}
.premium .header > .inner {
  grid-template-columns: 62px 1fr 2fr auto;
}
.header > .inner01 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 64px;
}
.header > .inner02 {
  height: 56px;
}
/* ToDo: 要確認 */
.top.header > .inner02 {
  width: 100%;
  max-width: 1050px;
  height: auto;
  display: grid;
  grid-template-columns: 200px 1fr 116px;
  grid-template-rows: 40px 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 12px;
}
.top .header > .inner02 .div1 {
  grid-area: 1/1/3/2;
}
.top .header > .inner02 .div2 {
  grid-area: 1/2/2/3;
}
.top .header > .inner02 .div3 {
  grid-area: 1/3/2/4;
}
.top .header > .inner02 .div4 {
  grid-area: 2/2/3/4;
}
.header-toplogo {
  margin: 0;
  padding-bottom: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 126px;
}
.header-toplogo-premium {
  transform: translateX(16px);
}
.header-logo {
  margin: 0;
}
.header-logo-sm {
  margin: 0 12px 0 0;
}
.header-logo-sm-img {
  display: block;
  max-width: 100%;
}
.header-search {
  display: flex;
  align-items: center;
  position: relative;
}
.header-search .form {
  display: flex;
  margin-right: 8px;
  width: 100%;
}
.header-search .form-input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 18px 0 0 18px;
  height: 36px;
  padding: 0 16px;
  width: 100%;
}
.header-search .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header-search .form-btn.submit {
  height: 36px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0 18px 18px 0;
  padding: 0 12px 0 8px;
}
.header-search .form-btn.black {
  height: 26px;
  border: none;
  background-color: #333;
  border-radius: 50px;
  padding: 0 8px 0 8px;
  color: #fff;
  font-size: 85.71%;
}
.header-menu {
  width: 100%;
  height: 100%;
  padding: 0 24px;
}
.top .header-menu {
  padding: 0;
}
.header-menu > ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.top .header-menu > ul > li {
  border-left: 1px solid #e1e1e1;
}
.top .header-menu > ul > li:last-child {
  border-right: 1px solid #e1e1e1;
}
.top .header-menu > ul > li > a {
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: bottom;
  background-size: auto 77px;
  padding-top: 32px;
  font-size: 92.85%;
}
.top .header-menu > ul > li.menu_record > a {
  background-image: url("../img/menu01@2x.png");
}
.top .header-menu > ul > li.menu_plan > a {
  background-image: url("../img/menu02@2x.png");
}
.top .header-menu > ul > li.menu_data > a {
  background-image: url("../img/menu03@2x.png");
}
.top .header-menu > ul > li.menu_diary > a {
  background-image: url("../img/menu04@2x.png");
}
.top .header-menu > ul > li.menu_note > a {
  background-image: url("../img/menu05@2x.png");
}
.top .header-menu > ul > li.menu_question > a {
  background-image: url("../img/menu06@2x.png");
}
.top .header-menu > ul > li.menu_insurance > a {
  background-image: url("../img/menu08@2x.png");
}
.top .header-menu > ul > li.menu_others > a {
  background-image: url("../img/menu07@2x.png");
}
.header-menu > ul > li > a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 0 8px;
  font-size: 100%;
  white-space: nowrap;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.header-menu > ul > li > a:hover {
  background-color: #f9f9f9;
}
.header-menu > ul > li.has-child {
  position: relative;
}
.header-menu > ul > li.has-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
}
.header-menu > ul > li.current {
  position: relative;
}
.header-menu > ul > li.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #3B9521;
}
.header-menu-child {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2000;
}
.top .header-menu-child {
  top: 80px;
}
.header-menu-child .inner {
  min-width: 640px;
  background-color: #fff;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-start;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.header-menu-child .inner ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-child .inner ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  background-image: url(../img/common/arrow/arrow-circle-right.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  background-position: left center;
  white-space: nowrap;
}
.header-menu-child .inner ul li a:hover {
  text-decoration: underline;
}
.header-right {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 24px;
  height: 100%;
}
.header-right > div {
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.header-right-notification {
  width: 28px;
  height: 28px;
  background-image: url(../img/common/icon/bell-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.header-right-notification.has-unread {
  position: relative;
}
.header-right-notification.has-unread:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -4px;
  right: -4px;
  background-color: #FE3B30;
  border-radius: 50%;
}
.header-right-notification-menu {
  top: 60px;
  right: -24px;
  width: 430px;
}
.top .header-right-notification-menu {
  top: 44px;
}
.header-right-notification-menu .inner .block .item img {
	border-radius: 6px;
}
.header-right-notification-menu .inner .block .item {
  font-size: 85.71%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-weight: 600;
}
.header-right-notification-menu .inner .block.head, .header-right-notification-menu .inner .block.foot {
  padding: 4px 0;
  font-weight: 600;
}

.header-right-notification-menu .inner .block.head .item, .header-right-notification-menu .inner .block.foot .item {
  font-size: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-right-notification-menu .inner .block.body {
  padding: 0;
}
.header-right-notification-menu .inner .block.body .item {
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 16px;
}
.header-right-notification-menu .inner .block.body .item img {
	border-radius: 6px;
}
.header-right-notification-menu .inner .block.body .item:last-child {
  border-bottom: none;
}
.header-right-notification-menu .inner .block.body a:link{
  background-color: #ffffff !important;
	color: #000 !important;
}
.header-right-notification-menu .inner .block.body a:visited {
  background-color: #f9f9f9 !important;
	color: #666 !important;
}
.header-right-notification-menu .inner .block.foot .item {
  justify-content: center;
}
.header-right-notification-menu .inner .block.body a:hover{
  background-color: #f9f9f9 !important;
}
.header-right-user {
  cursor: pointer;
  align-items: center;
  display: flex;
  padding-right: 5px;
}
.header-right-user:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
  margin-left: 9px;
}
.header-right-user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header-right-usermenu {
  top: 60px;
  right: 0;
}
.top .header-right-usermenu {
  top: 44px;
}
.header-right-usermenu-item01 {
  font-weight: 600;
}
.header-right-usermenu-item01 a {
  color: #333;
  text-decoration: none;
}
.header-right-usermenu-item01 a:hover {
  text-decoration: underline;
}
.header-right-usermenu-item01 .id {
  font-size: 12px;
  margin-top: 4px;
}
.header-right-login {
  width: 120px;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
山行記録検索候補ポップアップ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.suggest-mt-popup {
  display: none;
  width: 440px;
  color: #333;
  z-index: 1040;
  position: absolute;
  top: 42px;
  left: 0;
  min-height: 45px;
  max-height: 444px;
  box-sizing: border-box;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
  background-color: white;
  border-radius: 10px;
  border: 2px solid #fff;
  overflow-y: scroll;
}
#header_small .suggest-mt-popup {
  top: 49px;
}
.suggest-mt-popup ul.list {
  padding: 0;
  margin: 0;
}
.suggest-mt-popup ul.list li {
  padding: 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}
.suggest-mt-popup ul.list li:hover {
  background-color: #f9f9f9;
}
.suggest-mt-popup ul.list li > div {
  align-items: center;
  display: flex;
}
.suggest-mt-popup ul.list li > div .spr_icon {
  margin-right: 5px;
}
.suggest-mt-popup ul.list li .area {
  min-width: 130px;
  font-size: 12px;
  float: right;
  color: #888;
  /* margin-left: 20px; */
  text-align: right;
}

/** 新規作成ボタン **/
.ft-create {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  z-index: 1040;
}
.ft-create-draft {
  font-size: 114.28%;
  font-weight: 600;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333 !important;
  text-decoration: none;
  transition-property: transform;
  transition-duration: 300ms;
}
.ft-create-draft:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.ft-create-draft span {
  border-radius: 12px;
  background: #F00;
  display: flex;
  height: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 4px;
}
.ft-create-btn {
  width: 80px;
  height: 80px;
  background-image: url(../img/common/icon/ft-create-btn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #3B9521;
  border-radius: 40px;
  border: none;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  transition-property: transform;
  transition-duration: 300ms;
}
.ft-create-btn:hover {
  transform: scale(1.1);
}
.ft-create-menu {
  font-weight: 600;
  bottom: 88px;
  right: 0;
}

/*//// FOOTER ///*/
#footer {
  clear: both;
  background: #F5F5F5;
  min-height: 200px;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 90px;
  position: relative;
}
#footer:before {
  content: "";
  display: block;
  width: 958px;
  height: 50px;
  background-image: url(../img/common/footer-mountain.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
#footer .box01 {
  width: 1000px;
  margin: 0 auto;
}
#footer .box01 .link {
  color: #888;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 104px;
}
#footer .box01 .link a {
  color: #333;
}
#footer .box01 .block01 {
  clear: both;
}
#footer #copyright {
  font-size: 0.9em;
  color: #777;
  margin-top: 20px;
}
#footer .box02 {
  text-align: left;
  margin-bottom: 30px;
}
#footer .box02 .app {
  background: #fbfbf9;
  border: 1px solid #fff;
  display: table;
  padding: 10px;
  border-radius: 4px;
  margin: 0;
}
#footer .box02 .app dt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  color: #379615;
}
#footer .box02 .app dd {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
#footer .box02 .app dd:last-child {
  padding-right: 0px;
}
#footer .box02 .btn-group {
  float: right;
  padding: 10px;
  background: #e1e1e1;
  border-radius: 8px;
  overflow: visible;
}

#ft_sitemap {
  text-align: left;
  font-size: 92.85%;
  margin-bottom: 50px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 48px;
}
#ft_sitemap ul, #ft_sitemap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ft_sitemap li {
  overflow: hidden;
  margin-bottom: 7px;
}
#ft_sitemap li.item01 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
#ft_sitemap .ft_sitemap-guide {
  display: flex;
  gap: 48px;
}
#ft_sitemap a {
  text-decoration: none;
  color: #333;
  display: block;
  padding-left: 16px;
  background: no-repeat left center;
  background-image: url(../img/common/arrow/arrow-right.svg);
  background-size: 12px 12px;
}
#ft_sitemap ul ul a {
  font-weight: normal;
  background: none;
  padding: 0;
  text-indent: -1em;
  margin-left: 1em;
}

.ft_app_info h4 {
  text-align: center;
  font-size: 114.28%;
  font-weight: bold;
  margin: 16px 0;
}
.ft_app_info ul {
  margin: 0;
  padding: 0;
  background-color: #ececec;
  padding: 10px 0;
  display: table;
  width: 100%;
  border-radius: 20px;
}
.ft_app_info ul li {
  list-style: none;
  display: table-cell;
  padding: 10px 20px;
}
.ft_app_info ul li:nth-child(2) {
  border-left: 1px solid #f8f7f6;
  border-right: 1px solid #f8f7f6;
}
.ft_app_info img.appicon {
  float: left;
  margin-right: 13px;
}
.ft_app_info ul div {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.ft_app_info ul li p {
  font-size: 12px;
  margin-bottom: 8px;
}
.ft_app_info a.btn {
  background-color: #333;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  padding: 0;
  line-height: 22px;
  width: 84px;
  margin-right: 5px;
}
.ft_app_info a.btn:hover {
  opacity: 0.7;
}
.ft_app_info a.btn.disabled {
  opacity: 0.3;
}

.ft_sns_area {
  background: #FFF;
  width: 760px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 56px;
  position: relative;
  align-items: center;
  display: flex;
}
.ft_sns_area > div {
  position: relative;
  width: 50%;
  height: 100%;
  align-items: center;
  display: flex;
  padding-left: 16px;
}
.ft_sns_area > div:first-child {
  border-right: 1px solid #e1e1e1;
}
.ft_sns_area > div .fb_iframe_widget span {
  width: 220px !important;
  height: 20px !important;
}
.ft_sns_area > div .fb_iframe_widget span iframe {
  width: 220px !important;
}
.ft_sns_area > div .x_widget {
  height: 20px !important;
}
.ft_sns_area .ft_sns_label {
  position: absolute;
  top: -30px;
  top: -25px;
  left: 7px;
}
.ft_sns_area .ft_sns_icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.ft_sns_area .ft_sns_icon:hover {
  opacity: 0.7;
}

/* /// 山行記録用サイドバー /// */
.sidebar-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
	width: 300px; /* 要確認 */
	/*border: 1px dashed #000;*/
}
.sidebar-right a:visited, 
.sidebar-right a:hover,
.sidebar-right a:active
{
 color: #333;
}

.sidebar-right-heading, .sidebar-right-heading.reset {
  font-size: 128.57%;
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
}
#sidebar_right .sidebar-right-block {
  padding-top: 0;
	margin-bottom: 32px;
  border-top: 0;
}

.f-right .sidebar-right-block {
  border-top: 0;
}

.sidebar-right-block {
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
}
.sidebar-right-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sidebar-right-grid .thumb {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 8px;
  object-fit: cover;
  object-position: center center;
}
.sidebar-right-grid a {
  color: #333;
  text-decoration: none;
}
.sidebar-right-grid a:hover {
  text-decoration: underline;
}
.sidebar-right-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#diary_right .sidebar-right-list{
	gap: 1px;
	margin-bottom: 16px;
}
#diary_right .sidebar-right-list.recently{
  gap: 16px;
}
#diary_right .sidebar-right-list.each-month{
	flex-direction: row;
	flex-wrap: wrap;
}
.sidebar-right-list .thumb {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center center;
}
.sidebar-right-list a {
  color: #333;
  text-decoration: none;
}
.sidebar-right-list a:hover {
  text-decoration: underline;
}
.sidebar-right-list .item {
  display: flex;
  gap: 8px;
}
.sidebar-right-list.each-month .item {
	width: 33%;
	display: inline-block;
}
.sidebar-right-list .item .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.sidebar-right-list .item .title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sidebar-right-list .item .txt {
  font-size: 85.71%;
  color: #666;
}
.sidebar-right-list .item-text .title {
  font-weight: inherit;
  align-items: flex-start;
  display: inline-flex;
  gap: 4px;
}
.sidebar-right-list .item-text .comment {
  font-weight: inherit;
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.sidebar-right-list .item-text .emonth{
  font-weight: inherit;
  align-items: center;
  display: inline-flex;
  gap: 4px;
}


.sidebar-right-list.each-month .item-text{
  font-weight: inherit;
  align-items: center;
  display: inline-flex;
	font-size: 13px;
  gap: 4px;
}
.sidebar-right-list .item-text .title:before, .sidebar-right-list .item-text .comment:before {
  content: "";
  display: block;
  min-width: 20px;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-image: url(/themes/bootstrap3/img/common/arrow/arrow-right.svg);
}
.sidebar-right-list .item-text .emonth:before {
  content: "";
  display: block;
  min-width: 10px;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  background-image: url(/themes/bootstrap3/img/common/arrow/arrow-right.svg);
}

.sidebar-right-list .item-text .txt {
  padding-left: 24px;
}
.sidebar-right-owner {
  align-items: center;
  display: flex;
  gap: 16px;
  font-weight: 600;
}
.sidebar-right-owner-usericon {
  display: block;
}
.sidebar-right-owner-usericon img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.sidebar-right-owner a {
  text-decoration: none;
  color: #333;
}
.sidebar-right-owner a:not(.no-line):hover {
  text-decoration: underline;
}

.sidebar-right-owner-heading {
  font-size: 85.71%;
  color: #666666;
}
.sidebar-right-owner-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 4px 0 2px;
}
.sidebar-right-owner-name.groupe {
  -webkit-line-clamp: 2;
}
.sidebar-right-owner-id {
  font-size: 85.71%;
}
.sidebar-right-photo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}
.sidebar-right-photo-list img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  object-position: center center;
}
.sidebar-right-photo-bottom {
  text-align: center;
  padding-top: 16px;
}
.sidebar-right-neighborhood-map {
  height: 184px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.sidebar-right-neighborhood .title {
  font-weight: 600;
}
.sidebar-right-neighborhood .title-kana {
  font-size: 71.42%;
  color: #666;
}
.sidebar-right-neighborhood .height {
  font-weight: 600;
  font-size: 85.71%;
}
.sidebar-right-neighborhood .thumb {
  height: 80px;
}
.sidebar-right-myitem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-right-myitem-bg {
  border-radius: 8px;
  background: var(--bg-light-gray, #F9F9F9);
  padding: 16px;
  font-size: 85.71%;
  position: relative;
}
.sidebar-right-myitem-bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 16px;
  bottom: -16px;
  left: 24px;
  background-color: var(--bg-light-gray, #F9F9F9);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}