@charset "utf-8";
.p86_head {
  text-align: center;
}
.p86_headcatch {
  width:100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, メイリオ, Meiryo, serif;
  transform: rotate(.02deg);
  font-size: 2em;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  text-indent:0 !important;
}

.p86_headcatch > span {
  display: inline-block;
  padding: 0 !important;
}

.p86_img {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.p86_head img {
  width: 100%;
  height: auto;
}

.p86_body{
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, メイリオ, Meiryo, serif;
  transform: rotate(.02deg);
}

.p86_body > p{
  text-align:center;
  font-size:1.25rem;
  display:flex;
  justify-content: space-around;
  width:50%;
  margin:16px auto;
}

.p86_body > p.p86_catch{
  width: 100%;
	background: none;
	color:#113285;
	font-size: clamp(22px, calc(100% / 18), 40px);
	font-weight: bold;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,HiraMinProN-W3,メイリオ,Meiryo,serif;
  transform: rotate(.02deg);
	text-align: center;
  line-height:1.35;
  margin: 3em auto;
}

.p86_body > div:not([class]) {
  margin: 1em 0;
  padding: 1em 0 0.5em;
}
.p86_body > div:not([class]) > p:not([class]){
  line-height: 1.75;
  margin: 0.8em 0;
  padding: 1em;
  text-align: left;
}
.p86_body h3, .p86_footer h3 {
  text-align: left;
  padding: 1em 1em 0;
  line-height: 1.5;
}
.p86_body h3:first-of-type {
  padding: 1em ;
}
.p86_flexbox {
  display: flex;
  align-items: center;
  padding: 0 1.6em;
  gap:1.5em;
}
.p86_flexbox-top {align-items: flex-start;}

.p86_flexbox:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width: 74%;
  padding: 1em 0;
}
.p86_flexbox > div:first-of-type {
  width: 26%;
}

.p86_flexbox > div img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}


h2.p86_h2 {
  position: relative;
  background-color: #fff !important;
  text-align: left;
  margin: 4em 0 2em;
}
h2.p86_h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
}
h2.p86_h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
.p86_photobox, .p86_photobox50{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1.5em auto;
}
.p86_photobox > div {
  width: 25%;
}

.p86_photobox50 > div{
  width:48%;
}

.p86_photobox img, .p86_photobox50 img{
  width: 100%;
  height: auto;
}
.p86_linkbox {
  display: inline-block;
  margin: 0.5em 2em;
}

.p86_photobox50 > div figure{
  display: block;
  width:92%;
  margin: 1em auto;
  text-align: center;
}

.p86_photobox50 > div figcaption{
  font-size: 0.875em;
  padding: 1em;
  line-height: 1.5;
}
.p86_body p > span{color: #FF0004; font-weight: bold; text-decoration: underline;}
.p86_body dl{
  width: 92%;
  margin: 1em auto 0;
}

.p86_staff{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.p86_staff dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width:inherit;
  margin: 0 0 0.5em;
}

.p86_body dt, .p86_body dd{
  display: block;
  line-height: 1.5;
}

.p86_body dt::after{
  content: ":";
}

.p86_body dd::after{
  content: " 　／　";
}


.p86_linkarea {
  width:80%;
  position: relative;
  padding: 1em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 0.875em;
  margin:40px auto 40px;
  border:solid 1px #7EBBE3;
}

.p86_linkarea h2{
  position: relative;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.p86_linkarea h2 span{
  display: block;
  width:12em !important;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  margin: -3.5em 1em 0;
  padding: 1em 0.5em 0.75em 1em;
  border:solid 1px #7EBBE3;
}

div.p86_linkarea::after{
  position: absolute;
  bottom:0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.p86_linkarea a{
	display: block;
  padding: 1em;
  max-width: fit-content;
  margin: 0 auto;
	color:#001B4B;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(9,75,130,0.40);
}

.p86_video_play a{
  position: relative;
  display: block;
  text-decoration: none;
}
.p86_video_play a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #FFF;
  width: 4em;
  height: 4em;
  box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  transition: 0.3s;
}
.p86_video_play a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 1em 0 1em 1.4em;
  drop-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
  transition: 0.3s;
}

.p86_mg_t{padding-top: 1em;}
.p86_pd_t{
  display: block;
  padding-top: 1em;
  font-size: 0.875em;
  line-height: 1.4;
}
.p86_peace-tanka{
  margin-top: 2em;
  border-top:solid 1px #CCCccc;

}

.p86_peace-tanka h2{
  background: #FFF;
  text-align:center;
  font-weight: bold;
  font-size: 1.125em;
  padding: 1em;
  line-height: 1.4;
}



@media screen and (min-width:801px) {
  
  .p86_linkarea a:hover{box-shadow: none;color:#1983C7;text-decoration: none;}
  
  .p86_video_play a:hover{opacity: 0.7;}
  .p86_video_play a:hover::before{  transform: translate(-50%, -50%) scale(1.5);}
  .p86_video_play a:hover::after{  transform: translate(-40%, -50%) scale(1.5);}
}


@media screen and (max-width:800px) {
.tss_body {
  font-size: calc(1vw + 12px) !important;
}
.tss_body span {
  display: inline-block;
}

.p86_oa {
  font-size: 1.25em;
}
.p86_nar {
  background-size: 120px auto;
  text-align: left;
  font-size: 1em;
}
  
.p86_body > p{
  width:100%;
  font-size:0.875rem;
  display:block;
  text-indent:inherit;
}
  
  .p86_body > div:not([class]) > p:not([class]){
    padding:1em 0;
  }
  
	
.p86_body > h2{
	font-size: 1.25em;
	}
	
.p86_body > div:not([class]) > p{
  padding: 1em 0.5em;
}  
  
.p86_flexbox {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.p86_flexbox > div:first-of-type:not([class]) {
  width: 100%;
  padding: 1em;
}
.p86_flexbox > div:last-of-type {
  width: 100%;
}
.p86_flexbox:nth-of-type(even) {
  flex-direction: row;
}
  
  .p86_flexbox > div.PRS_sepbox_photo{width:96%;}  
  
.p86_headcatch {
  font-size: 1.5em;
}
h2.p86_h2 span {
  margin: 0 1em;
  line-height: 1.5;
}
.p86_headcatch > span {
  white-space: nowrap;
}
  
  
  
.p86_photobox50 > div{
  width:96%;
}  
  .p86_body dl{
  width: 100%;
	  }
	
.p86_body dl div{
	display: block;
  white-space: wrap;
	margin-bottom: 0.5em;
}

  .p86_body h3:first-of-type{
    padding: 0 0 1em;
  }
  
 .p86_linkarea h3 {
  text-align: left;
  padding: 1em 0 0;
}
.p86_linkarea{
  width:96%;
}
  
  .PRS_sepbox_photo{gap:1em;}
  .PRS_sepbox_photo > div[class="PRS_photo"] {width: 44%;}
  .PRS_sepbox_photo > div[class="PRS_photo"] {margin: 0;}
  
  .p86_linkarea h3{
    padding: 1em 0 0 !important;
  }
	
.p86_linkbox {
  display: inline;
	white-space: normal;
}

.p86_staff dl{
  width:100%;
  flex-wrap: wrap;
}

.p86_body dt, .p86_body dd{
  display: block;
  line-height: 1.5;
  width:100%;
}
.p86_body dt::before{
  content: " 《";
  margin-left: -0.75em;
}
  
.p86_body dt::after{
  content: " 》";
}
  
  
.p86_body dd::after{
  content: "";
}  

.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width:96%;
}

.p86_body > p.p86_catch{
  font-size:clamp(18px, calc(100% / 20), 22px);
  text-align:left;
}
  
  .p86_photo_sp_s{width:46% !important;margin:0 auto;}

}
