.f_awards h3 {
	margin-bottom: 0px;
}
#index section div.onbg {
	margin-bottom: 46px;
}
#index section .block {
	width: 940px;
	margin: 0 auto 26px;
	border-top: solid 1px #E9DCD6;
}

span.mark {
	font-family: ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
a.down {
	background: url(../img/icon_02.png) no-repeat right center;
    padding-right: 12px;
}
.separator {
	display: inline-block;
	width: 36px;
	color: #cccccc;
	text-align: center;
}
#index.f_awards .padding10 { padding-top: 10px }
#index.f_awards .padding20 { padding-top: 20px }
/* #content_01 2
------------------------------------------------------------ */
#content_01 {
	margin-bottom: 60px;
}
#content_01 h3 {
	width: 940px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-weight: 500;
}
#content_01 .block p {
	padding-top: 18px;
	font-size: 14px;
}
#content_01 dl {
	width: 940px;
	clear: both;
	margin-top: 28px;
}
#content_01 .block dt,
#content_01 .block dd {
	float: left;
	display: block;
	margin-top: 9px;
	margin-bottom: 4px;
	font-size: 12px;
}
#content_01 .block dl dt { min-width: 60px; clear: both; }
#content_01 .block dl dd { width: 800px; }

/* #content_02
------------------------------------------------------------ */
#content_02 dl dt {
	float: left;
	width: 118px;
}
#content_02 dl dd {
	float: left;
	width: 822px;
	padding-top: 20px;
}
#content_02 h4 {
	color: #8a6455;
	font-size: 16px;
	font-weight: 700;
	padding-top: 18px;
}
#content_02 .localPagetop {
	float: right;
	width: 65px;
	line-height: 13px;
}
#content_02 .localPagetop a {
	font-size: 10px;
}
#content_02 .localPagetop img {
	padding-left: 4px;
}
#content_02 h4 span {
	font-weight: 400;
	font-size: 12px;
}
#content_02 h4 span.bold {
	font-weight: 700;
}
#content_02 .box.left {
	width: 386px;
}
#content_02 .box.right {
	padding-left: 34px;
	width: 401px;
}
#content_02 dl dd p.lead {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 4px;
}
#content_02 dl dd p {
	font-size: 12px;
}
#content_02 dl dd p.attention {
	font-size: 10px;
}
#content_02 dl.notelist dt {
	float: left;
	width: 60px;
	font-size: 12px;
}
#content_02 dl.notelist dd {
	float: left;
	width: 320px;
	padding-top: 0px;
	font-size: 12px;
}


.step li:before {
    top: -12px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1rem;
    z-index: 10;
  }

  .step li:after {
    top: -12px;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #DBB96B;
    border-width: 40px 0 40px 1rem;
    z-index: 10;
  }

/* 中デバイス（タブレット, 768px 以上 992px 未満）
============================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .step li:before {
    top: -.6rem;
    right: -1rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 50px 0 50px 1rem;
    z-index: 10;
  }

  .step li:after {
    top: -.6rem;
    right: -.9rem;
    border-style: solid;
    border-color: transparent transparent transparent #DBB96B;
    border-width: 50px 0 50px 1rem;
    z-index: 10;
  }
}

/* 中デバイス（タブレット, 768px 以上）
============================================== */
@media (min-width: 768px) {

  .step {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
	  font-size: 16px;
  }

  .step li {
    display: table-cell;
    position: relative;
    background: #DBB96B;
    padding: 1.2em 0.5em 1.2em 2em;
    color: #fff;
  }

  .step li:last-child {
    padding-right: 1em;
  }

  .step li:last-child:before,
  .step li:last-child:after {
    display: none;
  }

  .step li:before,
  .step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
  }

  .step li.is-current {
    background-color: #8F6F29;
    font-weight: bold;
  }

  .step li.is-current:after {
    border-color: transparent transparent transparent #8F6F29;
  }
}

/* END */


/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media (max-width: 767.98px) {

  .step {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .step li {
    position: relative;
    width: 100%;
    background-color: #DBB96B;
    padding: 1em;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #fff;
  }

  .step li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #DBB96B transparent transparent transparent;
    border-width: 20px 170px 0 170px;
    z-index: 1;
  }

  .step li.is-current {
    background: #8F6F29;
    font-weight: bold;
  }

  .step li.is-current:after {
    border-color: #8F6F29 transparent transparent transparent;
  }
}

/* #content_03
------------------------------------------------------------ */
.dot {
	background: url(../img/icon_dot.gif) no-repeat left center;
    padding-left: 8px;
	margin-left: 4px;
	font-size: 10px;
}
#content_03 {

}
#content_03 dl {
}
#content_03 dl dt,
#content_03 dl dd {
	float: left;
}
#content_03 dl dt {
	width: 110px;
	padding: 5px 20px;
}
#content_03 dl dd {
	width: 818px;
	padding: 6px 6px;
}
#content_03 table {
	margin-bottom: 60px;
	margin-top: 0px;
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
}
#content_03 table th {
	width: 110px;
	vertical-align: top;
}
#content_03 table td {
	width: 818px;
	padding: 6px 6px;
}
section #content_03 table tr td a {
	color:#0000FF;
}
#content_03 .block06 {
	position: relative;
}
#content_03 div.photos {
	position: absolute;
	top: 0;
	left: 782px;
}
#content_03 .photos ul {
	position: relative;
}
#content_03 .photos ul li {
	position: absolute;
	left: 159px;
}
#content_03 .photos ul li.even {
	left: 0px;
}
#content_03 .photos ul li.no2 { top: 68px; }
#content_03 .photos ul li.no3 { top: 130px; }
#content_03 .photos ul li.no4 { top: 223px; }
#content_03 .photos ul li.no5 { top: 316px; }
#content_03 .photos ul li.no6 { top: 378px; }

/* add 20221012 */
#content_03 .content_03__title{
	margin-bottom: 28px;
}

#content_03 .content_03__title-txt{
	display: block;
	margin-top: 19px;
	color:#8A6455;
	font-size: 12px;
}

#content_03 .content_03__btn{
	padding-top: 30px;
	padding-bottom: 80px;
}

#content_03 .content_03__btn-inner{
	background-color: #846657;
	display: block;
	position: relative;
	max-width: 500px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 50px;
	text-decoration: none;
	font-size: 20px;
	color:#fff;
	text-align: center;
}

#content_03 .content_03__btn-inner:hover{
	opacity: 0.8;
}

#content_03 .content_03__btn-inner::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% + 2px);
	right: 11px;
	border-right: solid 2px;
	border-top: solid 2px;
	transform-origin: center center;
	transform: rotate(45deg) translate(-50%,-50%);
	letter-spacing: 0.05em;
}

/* フォント */
.font_summary01 {
	font-size: 2.3rem;
	font-weight:600;
	color: #333;
	letter-spacing: 0.10rem;
	text-align: center;
}

.font_summary02 {
	font-size: 1.3rem;
	font-weight:200;
	color: #333;
	letter-spacing: 0.5rem;
	text-align: center;
}