.P-tit {
	width: 250px;
	margin-top: 3em;
	padding-left: 35%;
	text-align: center;
	font-size: 2em;
}
.c-c {
	text-align: center;
	position: relative;
    padding: .5em .7em;
    border: 3px solid #967a64;
    color: #967a64;
}

.c-c::before,
.c-c::after {
    position: absolute;
    border: solid #967a64;
    content: '';
}

.c-c::before {
    top: 3px;
    right: -16px;
    transform: skewY(45deg);
    width: 10px;
    height: 100%;
    border-width: 4px 3px 3px 0;
	background: #F0EBE8;
}

.c-c::after {
    bottom: -16px;
    left: 4px;
    transform: skewX(45deg);
    width: 100%;
    height: 10px;
    border-width: 0 2px 3px 4px;
	background: #F0EBE8;
}

.box-00 {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 1em calc(1.5em + 9px);
    border-top: 1px solid #e49aa9;
    border-bottom: 1px solid #e49aa9;
	color: #333;
	line-height: 1.5;
	background: #FFFCF0;
}

.box-00::before,
.box-00::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #e49aa9;
    content: '';
}

.box-00::before {
    left: 9px;
}

.box-00::after {
    right: 9px;
}


/*===============================
  賞ブロック
================================*/

.ribbon-box,
.ribbon-box-02,
.ribbon-box-03 {
  background: #EBA0AF;
  border-radius: 5px;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.2);
  display: block;
  padding: 7px 10px 10px;
  position: relative;
  margin: 50px 20px;
}
.ribbon-box-02 {
  background: #9FA0CF;
}
.ribbon-box-03 {
  background: #F0EBE8;
}
.ribbon {
  background: #D84E69;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  box-sizing: border-box;
  font-size: 135%;
  color: #fff;
  display: block;
  left: 2px;
  margin: 10px 0 10px -20px;
  padding: 15px 100px;
  position: relative;
  width: calc(100% + 28px);
}
.ribbon::before {
  border-bottom: 10px solid transparent;
  border-right: 8px solid #9B576B;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
}
.ribbon img {
  position: absolute;
  top: -10px;
  left: 0;
  matgin-right: 1em;
}

.pic-01 {
  margin: 3em 3em 2em;
  padding: 15px;
  text-align: center;
}

.pic-02 {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 3em 3em 2em;
  padding: 15px;
  text-align: center;
}
.col {
  text-align: center;
}


/*===============================
  写真 （最優秀賞・優秀賞）
================================*/

.photo-container {
  position: relative;
  display: block;
  width: 50%;
  margin-inline: auto;
  line-height: 0;
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.caption {
  padding: 10px 0 0;
  font-family: cursive;
}
.caption p {
  font-size: 14px;
  color: #555;
  padding: 7px 0 0;
}
.caption p.tit {
  font-size: 18px;
  color: #6F3737;
  border-bottom: 1px solid #AD7E4B;
  padding: 0 0 7px;
}

.img_pt {
  width: 100%;
  /*aspect-ratio: 1 / 1;*/
  object-fit: cover;
}

/*===============================
  写真 （その他）
================================*/

.photo-container-ot {
  position: relative;
  width: 70%;
  display: block;
  margin-inline:auto;
  line-height: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.photo-container-ot::before,
.photo-container-ot::after {
  content: '';
  position: absolute;
  transform: rotate(-35deg);
  width: 26px;
  height: 7px;
  background-color: #fff;
  z-index: 1;
}

.photo-container-ot::before {
  top: 7px;
  left: 3px;
  border-bottom: solid 1px #a9a9a9;
}

.photo-container-ot::after {
  bottom: 7px;
  right: 4px;
  border-top: solid 1px #a9a9a9;
}

.img-ot {
  width: 100%;
}