@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;
  margin: 16px auto;
  width: 400px;
  height: auto;
}
.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.5;
}
.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;
}
.p86_body h3:first-of-type {
  padding: 1em 1em 0;
}
.p86_flexbox {
  display: flex;
  align-items: center;
}
.p86_flexbox:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width: 75%;
  padding: 1em 0.5em;
}
.p86_flexbox > div:first-of-type {
  width: 25%;
}
.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: center;
}
.p86_photobox > div {
  width: 48%;
}

.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 dl{
  width: 92%;
  margin: 1em auto 0;
}

.p86_staff{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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;
}

.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: 80%;
    text-align: center;
    margin: 0 auto;
    color: #001B4B;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(9, 75, 130, 0.40);
}

.p86_comment {padding: 0 3em;}
.p86_comment .p86_flexbox{align-items: flex-start;}
.p86_comment .p86_flexbox > div:last-of-type{padding: 0 1em 1em;}

.p86_comment .p86_flexbox > div:only-of-type{width:100%;}




.p86_photosmall > div:first-of-type{
   width:25%;
}
.p86_photosmall > div:last-of-type{
   width:75%;
}

@media screen and (min-width: 801px) {
    .p86_linkarea a:hover {
        box-shadow: none;
        color: #1983C7;
        text-decoration: none;
    }
}

@media screen and (max-width:800px) {
.tss_body {
  font-size: clamp(16px,calc(12px + 1vw),18px) !important;
}
.tss_body span {
  display: inline-block;
}

  .p86_body{font-family:serif;}
  
.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.875em;
  display:block;
  text-indent:inherit;
}
	
.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;
}
.p86_flexbox > div:first-of-type {
  width: 40%;
  padding: 1em;
}
.p86_comment {
    padding: 0 ;
}
.p86_flexbox > div:last-of-type {
  width: 100%;
}
.p86_flexbox:nth-of-type(even) {
  flex-direction: row;
}
.p86_headcatch {
  font-size: 1.5em;
}
h2.p86_h2 span {
  margin: 0 1em;
}
.p86_headcatch > span {
  white-space: nowrap;
}
  .p86_photobox{flex-wrap: wrap;}
  .p86_photobox > div {  width:50%;}  
  
.p86_photobox50 > div{
  width:96%;
}  
  .p86_body dl{
  width: 100%;
	  }
	
.p86_body dl div{
	display: block;
  white-space: wrap;
	margin-bottom: 0.5em;
}

 .p86_linkarea h3 {
  text-align: left;
  padding: 1em 0 0;
}
.p86_linkarea{
  width:96%;
}
  
  .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{margin-bottom: 1em;}  
  
.p86_body dd::after{
  content: "";
}  

.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width:100%;
  padding:0.5em 0;
}

.p86_body > p.p86_catch{
  font-size:clamp(18px, calc(100% / 20), 22px);
  text-align:left;
}
  .p86_body > div:not([class]) > p:not([class]){padding:0;}
  .p86_comment .p86_flexbox > div:last-of-type{padding:0 0.5em 1em;}
  .p86_body > p.p86_catch{font-size:clamp(16px, calc(100% / 22), 22px);}
  .p86_comment p.PRS_ft_bld{text-indent: 0;}
  
  
}
