@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}
/* **********************************************
  V3継承
********************************************** */
.articleBox .gray-box {
  background-color: #e5e5e5;
  padding: 20px;
  margin: 30px 0;
  font-weight: bold;
}
.box_grn {
    padding: 0.2em 0.2em;
    margin: 0.2em 0;
    color: #000000;
    background: #edffdb;
    font-weight: bold;
}
.box_aka {
    padding: 0.2em 0.2em;
    margin: 0.2em 0;
    color: #000000;/*⽂字⾊*/
    background: #ffe6e6;/*背景⾊*/
}
.box_ao {
    padding: 0.2em 0.2em;
    margin: 0.2em 0;
    color: #000000;/*⽂字⾊*/
    background: #D3EDFB;/*背景⾊*/
    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;
}

.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 .introTxt p{
	padding: 0;
}
.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;
}

.innvideo iframe{max-height:95%;}


.tmpGallery + .tmpCaption {
  padding: 10px;
}

.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;
}

/**************************
Ver.3継承　spview（ココカラ）
**************************/
.spview  .template {
    margin-bottom: 20px;
  }
  .spview  .template .heading {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .spview  .template .heading + .tmpEditer {
    padding: 10px;
  }
  .spview  .template .detail {
    padding: 0 10px;
  }
  .spview  .template .heading-frame {
    padding: 7px 7px 7px calc(20px - 3px);
  }
  .spview  .template .detail-frame {
    padding: 10px;
  }
  .spview  .tmpEventMap iframe {
    max-height: 300px;
  }
  .spview  .tmpCaption {
    padding: 10px;
  }
  .spview  .tmpSummary {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
  .spview  .tmpIntroWrap {
    display: block;
  }
  .spview  .tmpIntroWrap .introPhoto {
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .spview  .tmpIntroWrap .introInfo {
    display: block;
  }
  .tmpIntroWrap .introInfo .introCatch {
    padding-left: 10px;
  }
  .spview  .tmpIntroWrap .introInfo .introName {
    padding-left: 10px;
  }
  .spview  .tmpIntroWrap .introInfo .introTxt {
    padding: 10px;
  }
  .spview  .tmpIntroSpace .introHeading {
    padding: 10px 10px;
  }
  .spview  .tmpIntroSpace .tmpIntroWrap {
    padding: 10px;
  }
  .spview  .tmpIntroSpace .tmpIntroWrap .introInfo .introCatch,
  .spview  .tmpIntroSpace .tmpIntroWrap .introInfo .introName {
    padding-left: 10px;
  }
  .spview  .tmpIntro + .tmpIntro,
  .spview  .tmpIntroSpace + .tmpIntroSpace {
    margin-top: 17px;
    padding-top: 20px;
  }
/**************************
Ver.3継承　spview（↑ココマデ↑）
**************************/

/*★★単記事本文タイトル文字Q下げ★★*/
h1.det_ti{
margin: 0;
padding: 76px 0 15px 0;
font-size: 28px;
line-height: 1.4em;
}

.spview .dialogue .text{
  width:calc(75% - 1em);
}