@charset "utf-8";
/***************************************************
information
  filename : app_user.css;
***************************************************/
.borderBox{
	padding:1em 1em;
	margin: 2em auto;
}


.borderBox p:last-child{
	padding-bottom:0;
}
.brdT{
	border-top:4px solid;
}
.brdL{
	border-left:4px solid;
}
.brdTBW{
	border-top: 5px double;
	border-bottom: 5px double;
}
.brdRLW{
	border-left: 5px double;
	border-right: 5px double;
}
.brd{
	border: 2px solid;
}
.brdW{
	border: 5px double;
}
.boxShadow{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
/* 線色 */
.brdClr1{
	border-color: var(--app-glnv-cr);/*グローバルナビの色*/
}
.brdClr2{
	border-color: var(--app-main-txt-ub);/*差し色*/
}
.brdClr3{
	border-color: var(--app-main-cr-c);/*フォーカス色*/
}
.brdClr4{
	border-color: #ff0000;
}
.brdClr5{
	border-color: #00ff00;
}
.brdClr6{
	border-color: #0000ff;
}
/* 背景色 */
.bgClr1{
	background-color: var(--app-main-cr-ar);
}
.bgClr2{
	background-color: rgba(120,120,120,0.3);
}
.bgClr3{
	background-color: rgba(255, 72, 0,0.3);
}
.bgClr4{
	background-color: rgba(120,0,0,0.3);
}
.r4{
	border-radius: 4px;
}
.r10{
	border-radius: 10px;
}
.r16{
	border-radius: 16px;
}
.r20{
	border-radius: 20px;
}
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100％;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #FFFFFF;
    font-weight: bold;
    background: #00BFFF;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#DFF1F6;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #DFF1F6;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/**************************************************
WebSPロゴ表示調整
***************************************************/
#spheader p.logo {
    max-width: calc(100% - 160px);
}
.spview #spheader p.logo {
    padding: 8px 0;
    width: auto;
    height: auto;
    max-width: calc(100% - 160px);
    max-height: 40px;
}
.spview #spheader p.logo img {
    max-height: 40px;
}
/* **********************************************
  V3継承
********************************************** */
.articleBox .gray-box {
  background-color: #e5e5e5;
  padding: 20px;
  margin: 30px 0;
  font-weight: bold;
}

.photo-caption {
  color: #1B4871;
  font-size: 13px;
  margin: 0 0 30px;
}

.tag-icon {
  background-color: #a8a8a8;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px 5px;
  line-height: 1em;
  margin-right: 5px;
}

.template {
  margin-bottom: 25px;
}

.template img {
  max-width: 100%;
}

.template .heading {
  border-left: 3px solid #173258;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  padding-left: calc( 20px - 3px);
}

.template .heading + .tmpEditer {
  padding: 20px;
}

.template .detail {
  padding: 0 20px;
}

.template .heading-frame {
  color: #173258;
  padding: 10px 10px 10px calc(20px - 3px);
  margin-bottom: 0;
  border: solid #173258;
  border-width: 1px 1px 1px 10px;
  border-left: 10px solid #173258;
  background: #e3e6ea;
}

.template .detail-frame {
  padding: 15px;
  border: solid #173258;
  border-width: 0px 1px 1px 10px;
  border-left: 10px solid #173258;
}

.detail-frame ol {
  padding-left: 15px;
}

.template.tmpEditer h1 {
  font-size: 2em;
  margin-bottom: 25px;
  font-weight: normal;
}

.template.tmpEditer h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: normal;
}

.template.tmpEditer h3 {
  font-size: 1.17em;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.template.tmpEditer h4 {
  margin-bottom: 10px;
  font-weight: normal;
}

.template.tmpEditer p {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

.template.tmpEditer ul, .template.tmpEditer ol {
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.template.tmpEditer ul {
  list-style-type: disc;
}

.template.tmpEditer blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.template.tmpEditer blockquote p {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0;
  position: relative;
  z-index: 3;
}

.tmpEventMap iframe {
  -webkit-box-sizing: border-box;
  background: #FFF;
  border: 1px solid #E0E0E0 !important;
  box-sizing: border-box;
  max-height: 400px;
  padding: 10px;
  width: 100%;
}

.tmpMovie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.tmpMovie iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.tmpCaption {
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}

.tmpGallery + .tmpCaption {
  padding: 10px;
}

.tmpGallery + .tmpCaption:before {
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -20px;
}

.tmpSummary {
  background: #fdfdfd;
  border: 1px solid #f3f3f3;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.tmpGallery {
  text-align: center;
}

.tmpGallery img {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow .1s ease-in;
  -webkit-transition: -webkit-box-shadow .1s ease-in;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  max-height: 600px;
  padding: 10px;
  transition: -webkit-box-shadow .1s ease-in;
  transition: box-shadow .1s ease-in;
  transition: box-shadow .1s ease-in, -webkit-box-shadow .1s ease-in;
}

.tmpIntroWrap {
  display: table;
  width: 100%;
}

.tmpIntroWrap .introPhoto {
  display: table-cell;
  font-size: 0;
  height: 220px;
  line-height: 0;
  padding-right: 20px;
  vertical-align: top;
  width: 240px;
}

.tmpIntroWrap .introPhoto img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
  font-family: 'object-fit: cover;';
}

.tmpIntroWrap .introInfo {
  display: table-cell;
  vertical-align: top;
}

.tmpIntroWrap .introInfo .introCatch {
  color: #173258;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 20px;
}

.tmpIntroWrap .introInfo .introName {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
}

.tmpIntroWrap .introInfo .introTxt {
  background: #f8fafd;
  border: 3px solid #e2e9f3;
  padding: 20px;
}

.tmpIntroWrap .introInfo p + .introTxt {
  margin-top: 10px;
}

.tmpIntroSpace .introHeading {
  background: #173258;
  color: #FFF;
  font-weight: bold;
  padding: 10px 20px;
}

.tmpIntroSpace .tmpIntroWrap {
  background: #e2e9f3;
  padding: 20px;
}

.tmpIntroSpace .tmpIntroWrap .introInfo .introCatch,
.tmpIntroSpace .tmpIntroWrap .introInfo .introName {
  padding-left: 0;
}

.tmpIntroSpace .introTxtHeading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.tmpIntro + .tmpIntro,
.tmpIntroSpace + .tmpIntroSpace {
  border-top: 2px dotted #e0e0e0;
  margin-top: 27px;
  padding-top: 22px;
}

.dropcap {
  overflow: hidden;
}

.dropcap:first-letter {
  float: left;
  line-height: 1;
  font-size: 310%;
  color: #CCCCCC;
  padding-right: 5px;
}

.ttl_wr {
  line-height: 1;
  color: #555555;
  text-align: center;
}

.ttl_wr.pk {
  color: #FFDDDD;
}

.box_wr {
  padding: 0em 0em;
  margin: 0em 0;
  border: solid 3px #ccc;
  border-width: 4px 0 4px 0;
}

.box_wr p {
  margin: 0;
  padding: 0;
}

.mark4 {
  background: linear-gradient(transparent 60%, #ccc 80%);
}

.mark5 {
  background: linear-gradient(transparent 80%, #99DDFF 30%);
}

.mark6 {
  background: linear-gradient(transparent 80%, #FFCC77 30%);
}

.mark7 {
  background: linear-gradient(transparent 60%, #B9D9C3 80%);
}

.mark8 {
  background: linear-gradient(transparent 60%, #FBCB7B 80%);
}

.pink-line {
  background: linear-gradient(transparent 80%, #dd9dbf 0%);
}

.gray-line {
  background: linear-gradient(transparent 80%, #e7e7e7 0%);
}

.under {
  border-bottom: dashed 1px #ccc;
}

.under_dash {
  border-bottom: dashed 1px #A5DEE5;
}

/* 2021/9/30_SafariUpdate対応 */
.spview .dialogue .text{
  width:calc(75% - 1em);
}

/* ログイン画面のメッセージ用 */
.addcom .login_area {
    margin-top: 0px;
}

.login_addcom {
    color: #333;
    font-weight: bold;
    width: 640px;
    max-width: 95%;
    margin: 30px auto 0;
    line-height:1.2;
}

.login_addcom h2 {
    color: #f00;
    font-size: 30px;
    display: block;
    text-align: center;
}
.login_addcom h2 span{
    color: #f00;
    font-size: 30px;
    border-bottom: 1px solid;
    display: inline-block;
    text-align: center;
}
.login_addcom p span{color: #f00;}

/*　↓ログイン画面の注釈窓の高さを若干狭めます↓↓　*/
.login_rules_area{height: 10em;}

/*　↓必読カテゴリ投稿日非表示↓↓　*/
.c-mustList .rank_date_area {
  display: none;
}