@charset "utf-8";
.p86_head {
  text-align: center;
  margin-bottom: 3em
}

.p86_body{
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, メイリオ, Meiryo, serif;
  transform: rotate(.02deg);
}

.p86_body > h3{
  font-family: "Hiragino Mincho ProN", HiraMinProN-W3, メイリオ, Meiryo, serif;
  text-align:center;
  color: #005a66;
  font-size:1.25em;
  font-weight: bold;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  line-height: 1.4;
}

.p86_body > p{
  text-align:center;
  font-size:1.25rem;
  display:flex;
  justify-content: space-around;
  width:50%;
  margin:16px auto;
}
.p86_txts{font-size: 0.75em;}

/*.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_flexbox {
  display: flex;
  align-items: center;
  padding: 0 0.8em;
  gap:1.5em;
  margin-bottom: 2em;
}
.p86_flexbox-top {align-items: flex-start;}

.p86_flexbox:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width: 54%;
  padding: 1em 0;
}
.p86_flexbox > div:first-of-type {width: 46%;}

.p86_flexbox > div img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.p86_flexbox100{
  display: flex;
  justify-content: center;}

h2.p86_h2 {
  position: relative;
  background-color: #fff !important;
  text-align: center;
  margin: 1em 0 1.5em
}
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;
  margin: 0 auto;
  gap:2%;
  width: 100%;
}
.p86_photobox > div {width: 25%;}

.p86_photobox50 > div{
  width:48%;
  margin-bottom: 0.5em;
}

.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:100%;
  text-align: center;
}

.p86_body div figcaption{
  font-size: 0.875em;
  padding: 1em 0 0;
  line-height: 1.5;
  text-align: center;
}
.p86_classlist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:1em 0 2em;
  border-bottom: 1px solid;
  border-image:  linear-gradient(90deg, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 10%, rgba(204,204,204,1) 90%, rgba(204,204,204,0) 100%);  
  border-image-slice:1;
  margin-bottom: 1.6em;
}
.p86_classlist li{
  white-space:nowrap;
  padding-right: 1em;
  margin-bottom: 1em;
}
.p86_classlist li:nth-last-child(5){width: 100%;margin-bottom: 0;}

.p86_body p > span{color: #FF0004; font-weight: bold; text-decoration: underline;}



.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 p{margin-bottom: 2em;}

.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_mg_t{padding-top: 1em;}
.p86_pd_t{
  display: block;
  padding-top: 1em;
  font-size: 0.875em;
  line-height: 1.4;
}


@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: calc(1vw + 12px) !important;
}
.tss_body span {
  display: inline-block;
}

  
.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.125em;
	}
	
.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 {width: 80%;}
/*.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_flexbox100 > div,
.p86_photobox50 {
    width: 82%;
}
  
.p86_flexbox > div.PRS_sepbox_photo{width:96%;}  
.p86_photobox50 > div{width:96%;}  

/*.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_linkbox {
  display: inline;
	white-space: normal;
}

.p86_flexbox > div:last-of-type, .p86_flexbox > p{
  width:96%;
}

  .p86_classlist li{display: block;}
  
}
