.ltpc-04 {
	letter-spacing: .4em !important;
}

.page-ttl {
	font-size: 31px;
	font-weight: bold;
	color: #bbaa3c;
	text-align: left;
	border-color: #bbaa3c;
	border-style: solid;
	border-width: 5px 0 2px;
	padding: 20px 0 20px;
	margin-bottom: 40px;
}

.p-ceremony {
	text-align: left;
}

.p-ceremony-sec:not(:last-child) {
	margin-bottom: 52px;
}

.p-ceremony__tag {
	display: inline-block;
	background-color: #bbaa3c;
	color: #fff;
	position: relative;
	padding: 15px 30px 12px 12px;
	text-align: left;
	margin-bottom: 19px;
	font-size: 29px;
}

.p-ceremony__tag::after {
	right: -1px;
	top: 50%;
	border: solid rgba(0,0,0,0);
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-right-color: #fff;
	border-width: 22px 14px 22px 0;
	transform: translateY(-50%);
}

.p-ceremony__hl {
	color: #bbaa3c;
	margin-bottom: 10px;
	font-size: 29px;
}

.p-ceremony__txt {
	line-height: 1.5517241379;
	font-size: 29px;
}

.p-ceremony__txt small {
	display: block;
	font-size: 27px;
	line-height: 1.6;
}

.p-ceremony__list {
	display: flex;
	flex-flow: wrap;
	padding-bottom: 30px;
	margin: 20px 0 50px;
	border-bottom: 1px solid #bbaa3c;
}

.p-ceremony__list__item {
	width: calc(50% - 10px);
}

.p-ceremony__list__item:nth-child(even) {
	margin-left: 20px;
}

.p-ceremony__list__item img {
	width: 100%;
}

.p-ceremony__pdf {
	text-align: center;
	margin-top: 20px;
}

.p-ceremony__video {
	text-align: center;
	margin-top: 20px;
}

#topicPath {
	margin-bottom: 18px;
}

#topicPath.topicPath--index {
	margin-bottom: 30px;
}

.mv_a {
	font-size: 24px;
	letter-spacing: .4em;
}

.mv_jsba_01 {
	background-image: url(../../images/award/mv/jsba_01.jpg);
}

.mv_jsba_02 {
	background-image: url(../../images/award/mv/jsba_02.jpg);
	letter-spacing: .1em;
}

.mv_jsba_03 {
	background-image: url(../../images/award/mv/jsba_03.jpg);
}

.mv_jsba_04 {
	background-image: url(../../images/award/mv/jsba_04.jpg);
}

.l-inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

.hline03 {
	background-color: #fff;
	border-left: 5px solid #bbaa3c;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	margin-bottom: 26px;
	padding: 6px 13px;
}

.hline04 {
	background-color: #eaeadd;
	border-left: 4px solid #bbaa3c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3888888889;
	margin-bottom: 24px;
	padding: 10px 13px;
}

#award-main {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.pa-main {
	color: #fff;
	margin-bottom: 49px;
	padding: 68px 0 62px;
}

.pa-main__bg {
	background: url("../../images/award/bg01.jpg") no-repeat center/cover;
	position: absolute;
	top: 89px;
	left: 0;
	right: 0;
	z-index: -1;
}

.pa-main__content {
	width: 740px;
}

.pa-main__ttl {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 31px;
	text-align: center;
}

.pa-main__txt {
	font-size: 16px;
	line-height: 1.875;
	padding: 0 28px;
	text-align: left;
}

.l-wrapper__main {
	float: left;
	width: 740px;
}

.l-wrapper__side {
	background-color: #edede0;
	float: right;
	width: 225px;
}

.l-wrapper__ttl {
	border-bottom: 1px solid #695a2e;
	color: #695a2e;
	font-family: "Hiragino Mincho Pro",sans-serif;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .25em;
	padding-bottom: 12px;
	margin-bottom: 42px;
}

.p-side-list {
	border-top: 7px solid #bbaa3c;
	padding: 2px 12px 2px;
}

.p-side-list li {
	border-bottom: 1px dashed #bbaa3c;
	min-height: 39px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.375;
	padding-top: 20px;
	padding-bottom: 17px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.p-side-list li:last-child {
	border-bottom: 0;
}

.p-side-list li::after {
	content: "";
	background-color: #d2cfc0;
	position: absolute;
	left: -12px;
	right: -12px;
	top: 6px;
	bottom: 6px;
	opacity: 0;
	z-index: -1;
}

.p-side-list li:hover::after {
	opacity: 1;
}

.p-side-list li.active::after {
	background-color: #695a2e;
	opacity: 1;
}

.p-side-list li.active a {
	color: #fff;
}

.p-side-list li.active a::before {
	background-image: url("../../images/award/icon_arrow01.png");
}

.p-side-list li a {
	color: inherit;
	display: block;
	text-decoration: none;
	padding-left: 18px;
	position: relative;
	width: 100%;
}

.p-side-list li a::before {
	content: "";
	background: url("../../images/award/icon_arrow02.png") no-repeat center/contain;
	position: absolute;
	top: 5px;
	left: 0;
	height: 10px;
	width: 8px;
}

.p-side-list li a .char-quote {
	margin-left: -0.5em;
}

.p-article {
	margin-bottom: 50px;
}

.p-article:last-child {
	margin-bottom: 0;
}

.p-article__ttl {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: .3em;
	margin-bottom: 24px;
	text-align: center;
}

.p-article__ttl.p-article__ttl--half {
	letter-spacing: .15em;
}

.p-article__ttl::before {
	content: "";
	background: url("../../images/award/icon_flag.png") no-repeat center/contain;
	display: block;
	height: 14px;
	width: 140px;
	margin: 0 auto 13px;
}

.p-article__box {
	background-color: #edede0;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0;
	padding: 38px 28px;
	text-align: left;
}

.p-article__box>p {
	margin-bottom: 20px;
}

.p-article__box>p:last-child {
	margin-bottom: 0;
}

.p-article__box a {
	color: #5330d8;
	text-decoration: none;
	word-break: break-all;
}

.p-article__box a:hover {
	text-decoration: underline;
}

.p-article__box .txt-note {
	display: flex;
	margin-top: 13px;
}

.p-article__box .txt-note::before {
	content: "※";
	flex-shrink: 0;
}

.p-article__box .dot-ttl {
	display: flex;
	align-items: center;
	line-height: 2;
	margin-bottom: 0;
}

.p-article__box .dot-ttl::before {
	content: "";
	background-color: #bbaa3c;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	flex-shrink: 0;
	margin-right: 5px;
}

.p-article__box .sq-list {
	margin-top: 6px;
	margin-bottom: 27px;
}

.p-article__box .sq-list:last-child {
	margin-bottom: 0;
}

.p-article__box .sq-list li {
	margin-bottom: 16px;
	word-break: break-word;
}

.p-article__box .sq-list li:last-child {
	margin-bottom: 0;
}

.p-article__box .txt-number {
	display: flex;
}

.p-article__box .txt-number>span {
	flex-shrink: 0;
	margin-right: 3px;
}

.p-article__box .tbl-split {
	margin-bottom: 13px;
}

.p-article__box .tbl-split:last-child {
	margin: 0;
}

.p-article__box .tbl-split.tbl-split--nodot .tbl-split__head::before {
	display: none;
}

.p-article__box .tbl-split.tbl-split--space tr:last-child th,
.p-article__box .tbl-split.tbl-split--space tr:last-child td {
	padding-bottom: 0;
}

.p-article__box .tbl-split th,
.p-article__box .tbl-split td {
	line-height: 1.6;
	text-align: justify;
}

.p-article__box .tbl-split.tbl-split--01 th .tbl-split__head {
	min-width: 132px;
}

.p-article__box .tbl-split.tbl-split--02 th .tbl-split__head {
	min-width: 125px;
}

.p-article__box .tbl-split th .tbl-split__head {
	display: flex;
	align-items: flex-start;
	min-width: 143px;
}

.p-article__box .tbl-split th .tbl-split__head.empty {
	justify-content: flex-end;
}

.p-article__box .tbl-split th .tbl-split__head.empty::before {
	display: none;
}

.p-article__box .tbl-split th .tbl-split__head::before {
	content: "";
	background-color: #505050;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-top: 5px;
}

.p-article__box .tbl-split th .tbl-split__head::after {
	content: ":";
	margin-left: 12px;
	margin-right: 3px;
}

.p-article__box .tbl-split th .label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

.p-article__box .tbl-split th .label.no-split {
	justify-content: flex-start;
}

.p-article__box .white-box {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 20px 30px;
}

.p-article__box .white-box:last-child {
	margin-bottom: 0;
}

.p-article__box .white-box__label {
	margin-right: 15px;
	font-weight: bold;
}

.flag-award {
	background-color: #e97500;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .3em;
	margin-bottom: 40px;
	padding: 10px 20px;
	text-align: center;
}

.flag-award.flag-award--2 {
	background-color: #969696;
}

.p-tab {
	border-bottom: 2px solid #bbaa3c;
	display: flex;
	margin-bottom: 26px;
	padding-bottom: 3px;
	padding-left: 23px;
}

.p-tab>li {
	margin-right: 14px;
}

.p-tab>li:last-child {
	margin-right: 0;
}

.p-tab>li.active span {
	color: inherit;
	padding-top: 6px;
	opacity: 1 !important;
}

.p-tab>li.active span::before,
.p-tab>li.active span::after {
	opacity: 1;
	visibility: visible;
}

.p-tab>li span {
	box-sizing: border-box;
	background-color: #bbaa3c;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	height: 60px;
	width: 150px;
	position: relative;
	z-index: 1;
}

.p-tab>li span::before {
	content: "";
	background: #fff url("../../images/award/bg_icon.png") repeat-x left top;
	border: 2px solid #bbaa3c;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -5px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.p-tab>li span::after {
	content: "";
	background: url("../../images/award/icon_arrow03.png") no-repeat center/contain;
	height: 9px;
	width: 12px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -6px;
	opacity: 0;
	visibility: hidden;
}

.p-tab>li span:hover {
	opacity: .7;
}

.tab-box {
	display: none;
}

.p-dl {
	margin-bottom: 30px;
}

.p-dl:last-child {
	margin-bottom: 0;
}

.p-dl dt {
	border-bottom: 1px dashed #bbaa3c;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.38;
	margin-bottom: 21px;
	padding-bottom: 10px;
}

.p-dl dt::before {
	content: "";
	background-color: #bbaa3c;
	border-radius: 50%;
	height: 17px;
	width: 17px;
	margin-right: 4px;
	margin-top: 5px;
	flex-shrink: 0;
}

.p-dl dd {
	margin-bottom: 38px;
	text-align: justify;
}

.p-dl dd:last-child {
	margin-bottom: 0;
}

.p-dl dd p {
	margin-bottom: 17px;
}

.p-dl dd p:last-child {
	margin-bottom: 0;
}

.p-dl dd .span-label {
	padding-left: 26px;
}

.p-dl dd .span-label::after {
	content: "：";
}

.p-dl dd dl dt {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-dl dd dl dt::before {
	display: none;
}

.p-dl dd dl dt .hline03 {
	flex: 1;
}

.text-underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bigdot-list>li {
	display: flex;
	align-items: flex-start;
}

.bigdot-list>li::before {
	content: "";
	background-color: #505050;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	margin-top: 5px;
	flex-shrink: 0;
}

.num-list {
	counter-reset: numb;
}

.num-list.num-list--spacing>li {
	margin-bottom: 17px;
}

.num-list.num-list--spacing>li:last-child {
	margin-bottom: 0;
}

.num-list>li {
	display: flex;
}

.num-list>li::before {
	content: counter(numb) "．";
	counter-increment: numb;
	flex-shrink: 0;
	margin-right: -0.5em;
}

.num-quote {
	counter-reset: numq;
}

.num-quote>li {
	display: flex;
}

.num-quote>li::before {
	content: "（" counter(numq) "）";
	counter-increment: numq;
	flex-shrink: 0;
	margin-right: -0.4em;
	margin-left: -0.5em;
}

.dot-list.dot-list--spacing>li {
	margin-bottom: 17px;
}

.dot-list.dot-list--spacing>li:last-child {
	margin-bottom: 0;
}

.dot-list>li {
	display: flex;
}

.dot-list>li::before {
	content: "・";
	flex-shrink: 0;
	margin-left: -0.2em;
}

.square-list>li {
	display: flex;
	margin-bottom: 17px;
}

.square-list>li:last-child {
	margin-bottom: 0;
}

.square-list>li::before {
	content: "";
	background-color: #505050;
	height: 12px;
	width: 12px;
	flex-shrink: 0;
	margin-top: 8px;
	margin-right: 10px;
}

.scroll-tbl {
	margin-bottom: 25px;
	overflow-x: auto;
}

.tbl-award {
	min-width: 940px;
	width: 100%;
}

.tbl-award th,
.tbl-award td {
	border: 1px solid #bbaa3c;
	padding: 5px 11px;
}

.tbl-award th {
	text-align: center;
}

.tbl-award td {
	background-color: #fff;
	max-width: 382px;
}

.tbl-award td.nobg {
	background-color: #edede0;
}

.p-wrap {
	display: flex;
}

.p-wrap__label {
	flex-shrink: 0;
}

.p-flow-list li {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 36px;
	padding: 25px 30px;
	position: relative;
	padding-left: 106px;
}

.p-flow-list li:last-child {
	margin-bottom: 0;
}

.p-flow-list li:last-child::after {
	display: none;
}

/* Custom */
.p-flow-list li.p-flow-list__custom {
	padding-left: 30px;
}

.p-flow-list li.p-flow-list__custom .p-flow-step {
	padding-left: 76px;
}

.p-flow-list li.p-flow-list__custom .p-flow-label {
	left: 0;
}

.p-flow-list li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #bbaa3c rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -14px;
}

.p-flow-list li p,
.p-flow-list li>div {
	margin-bottom: 15px;
}

.p-flow-list li p:last-child,
.p-flow-list li>div:last-child {
	margin-bottom: 0;
}

.p-flow-list .p-flow-ttl {
	font-weight: bold;
}

.p-flow-list .p-flow-step {
	margin-bottom: 7px;
	position: relative;
}

.p-flow-list .p-flow-label {
	background-color: #bbaa3c;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-top: 5px;
	padding: 5px 2px;
	text-align: center;
	position: absolute;
	left: -76px;
	top: 0;
	width: 56px;
}

.p-flow-list .p-flow-tbl th {
	padding-right: 10px;
}

.tbl-style01 th {
	padding-right: 30px;
}

.nospace {
	margin-right: -0.5em;
}

.p-db-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-db-list>li {
	box-sizing: border-box;
	width: 349px;
}

.p-db-list>li+li~li {
	margin-top: 40px;
}

.p-db-list>li img {
	width: 100%;
}

.p-db-list .p-db-media {
	background-color: #bbaa3c;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: 8px;
	padding: 5px;
	position: relative;
	text-decoration: none;
}

.p-db-list .p-db-media:hover {
	opacity: .5;
}

.p-db-list .p-db-media::after {
	content: "";
	background: url("../../images/award/icon_play.png") no-repeat center/contain;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -10px;
}

.p-db-list .p-db-media__img {
	flex-shrink: 0;
	position: relative;
	width: 98px;
}

.p-db-list .p-db-media__img .mask {
	background-color: #000;
	opacity: .7;
	font-size: 10px;
	line-height: 1;
	padding: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-db-list .p-db-media__ttl {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-left: 15px;
	text-align: left;
}

.fancybox__container {
	z-index: 99999;
}

.fancybox__container .fancybox__backdrop {
	background-color: rgba(91,91,91,.7);
}

.fancybox__container .carousel__button.is-close {
	background: url("../../images/award/icon_close.png") no-repeat center/contain;
	margin: 0;
	height: 29px !important;
	width: 29px !important;
	top: -56px;
}

.fancybox__container .carousel__button.is-close svg {
	display: none;
}

.tabBox {
	display: none;
}

.p-related .p-ceremony-sec {
	margin-bottom: 60px;
}

.p-related .p-ceremony__video {
	margin-top: 40px;
}

.list-news {
	padding-left: 10px;
}

.list-news__item {
	display: flex;
}

.list-news__item:not(:last-child) {
	margin-bottom: 10px;
}

.list-news__item::before {
	content: "";
	background: url("../../images/common/i_arrow_cat08.png") no-repeat center/contain;
	flex: 0 0 8px;
	width: 8px;
	height: 10px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.list-news__item a {
	color: #505050;
	font-size: 16px;
	text-decoration: none;
}

.list-news__item .link {
	color: #5330dc;
}

.list-news__item .link:hover {
	text-decoration: underline;
}

.list-news__item .link.target::after {
	content: "";
	background: url("../../images/common/icon_blank.png") no-repeat center/contain;
	width: 28px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.p-news__box {
	border: 1px solid #b8a73c;
}

.p-news__head {
	background-color: #eaeadd;
	border-left: 6px solid #bbaa3c;
	padding: 18px 14px 23px;
}

.p-news__lbl {
	background-color: #b8a73c;
	color: #fff;
	width: 51px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 11px;
	line-height: 1;
}

.p-news__ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3636363636;
}

.p-news__body {
	padding: 40px 50px;
}

.p-news__txt {
	font-size: 16px;
	line-height: 1.875;
	text-align: justify;
}

.p-news__timg {
	display: flex;
}

.p-news__timg .p-news__txt {
	text-align: justify;
}

.p-news figure figcaption {
	color: #505050;
	font-size: 16px;
	line-height: 1.875;
}

.p-news__item {
	margin-bottom: 40px;
}

.p-news__item+.hline04 {
	margin-top: 80px;
}

.p-news__item.clearfix {
	margin-bottom: 0;
}

.p-news__col img {
	width: 100%;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.list-info li:not(:last-child) {
	margin-bottom: 60px;
}

.list-info li .ttl {
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
}

.list-info li .ttl span {
	color: #b9a83c;
}

.list-info li .sub {
	color: #505050;
	font-size: 16px;
	line-height: 1.875;
}

.list-info li .cnt {
	border-top: 1px dashed #b9a83c;
	margin-top: 21px;
	padding-top: 15px;
}

.list-info li .inf {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.list-info li .lbl {
	background-color: #b8a73c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 4px 4px 5px;
	margin-top: 6px;
	margin-right: 16px;
	line-height: 1;
	text-align: center;
}

.list-info li .txt {
	font-size: 16px;
	line-height: 1.875;
}

.list-info li .lnk {
	color: #5330d6;
	font-size: 16px;
	text-decoration: none;
}

.list-info li .lnk:hover {
	text-decoration: underline;
}

.sp-header-news {
	display: block;
}

nav ul li#gNav06>a:hover,
.award nav ul li#gNav06>a {
	color: #fff;
	background: url(../../images/common/bg_gnav_line06_on.png) no-repeat 50% 100%;
}

.mv_jsba_05 {
	background-image: url(../../images/award/mv/jsba_05.jpg);
}

.open_navi__news ul li a.target_blank::after {
	margin-left: 5px;
}

.sp {
	display: none;
}

@media (min-width: 851px) {

.page-ttl {
	border-width: 2px 0 1px;
	padding: 15px 0 13px 10px;
	font-size: 22px;
	margin-bottom: 27px;
}

.p-ceremony__tag {
	padding: 8px 15px 5px 5px;
	font-size: 16px;
}

.p-ceremony__tag::after {
	border-width: 14px 8px 14px 0;
}

.p-ceremony__hl {
	font-size: 20px;
	margin-bottom: 2px;
}

.p-ceremony__txt {
	line-height: 1.8;
	font-size: 20px;
}

.p-ceremony__txt small {
	font-size: 16px;
}

.p-ceremony__list {
	padding-top: 20px;
	margin: 10px 0 30px;
	padding-right: 140px;
}

.p-ceremony__list__item {
	width: calc(50% - 8px);
}

.p-ceremony__list__item:nth-child(even) {
	margin-left: 16px;
}

.p-ceremony__pdf {
	margin-top: 42px;
}

.p-ceremony__video {
	margin-top: 42px;
}

.p-article__box .tbl-split th[colspan="2"] .tbl-split__head::after {
	display: none;
}

.list-news__item .link.target::after {
	width: 14px;
	height: 11px;
}

.p-news__timg .img {
	position: relative;
	float: right;
	height: 100%;
	margin-left: 40px;
	display: flex;
	align-items: flex-end;
	shape-outside: inset(calc(100% - 250px) 0 0);
}

.p-news__timg .img img {
	position: relative;
	top: -30px;
}

.p-news__timg .img .p-news__txt {
	position: absolute;
	bottom: 0;
	left: 0;
}

.p-news__col {
	display: flex;
	justify-content: space-between;
}

.p-news__col>figure {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}

}

@media (max-width: 850px) {

#topicPath.topicPath--index {
	margin-bottom: 18px;
}

.mv_a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
	line-height: 1.6;
	padding-top: 0;
	height: 173px;
}

.mv_jsba_01 {
	background-image: url(../../images/award/mv/jsba_01_sp.jpg);
	letter-spacing: .2em;
}

.mv_jsba_03 {
	background-image: url(../../images/award/mv/jsba_03_sp.jpg);
}

.mv_jsba_04 {
	letter-spacing: .2em;
}

.l-inner {
	padding-left: 27px;
	padding-right: 27px;
	width: auto;
}

.hline03 {
	border-left-width: 8px;
	font-size: 27px;
	padding: 22px 25px 20px;
}

.hline04 {
	border-left-width: 7px;
	font-size: 30.72px;
	padding: 21px 21px 21px 14px;
	margin-bottom: 40px;
}

.hline04 span {
	margin-left: -13px;
}

#award-main {
	margin-top: 32px;
}

.pa-main {
	background: url("../../images/award/bg01_sp.jpg") no-repeat center/cover;
	margin: 0 -27px 100px;
	padding: 62px 71px 64px;
}

.pa-main__bg {
	display: none;
}

.pa-main__content {
	width: 100%;
}

.pa-main__ttl {
	font-size: 34px;
	line-height: 1.4117647059;
	letter-spacing: .1em;
	margin-bottom: 37px;
}

.pa-main__txt {
	font-size: 30px;
	line-height: 1.6;
	text-align: justify;
}

.l-wrapper__main {
	float: none;
	margin-bottom: 67px;
	width: 100%;
}

.l-wrapper__side {
	display: none;
	float: none;
	width: 100%;
}

.l-wrapper__ttl {
	border-width: 2px;
	font-size: 40px;
	margin-bottom: 59px;
	padding-bottom: 20px;
	margin-top: 45px;
}

.p-article {
	margin-bottom: 100px;
}

.p-article__ttl {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 45px;
}

.p-article__ttl::before {
	height: 29px;
	width: 260px;
	margin-bottom: 22px;
}

.p-article__box {
	border-radius: 20px;
	font-size: 27px;
	line-height: 1.6;
	padding: 48px 40px;
}

.p-article__box>p {
	margin-bottom: 15px;
}

.p-article__box .sq-list {
	margin-top: 0;
	margin-bottom: 45px;
}

.p-article__box .sq-list li {
	margin-bottom: 46px;
}

.p-article__box .txt-number.mb5 {
	margin-bottom: 15px !important;
}

.p-article__box .tbl-split {
	margin-bottom: 28px;
}

.p-article__box .tbl-split tr {
	float: left;
	width: 100%;
}

.p-article__box .tbl-split tr:last-child td {
	margin-bottom: 0;
}

.p-article__box .tbl-split th,
.p-article__box .tbl-split td {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.p-article__box .tbl-split td {
	padding-left: 30px;
}

.p-article__box .tbl-split.tbl-split--nodot th,
.p-article__box .tbl-split.tbl-split--nodot td {
	width: auto;
}

.p-article__box .tbl-split.tbl-split--nodot td {
	padding-left: 0;
	margin-bottom: 26px;
}

.p-article__box .tbl-split th .tbl-split__head.empty {
	display: none;
}

.p-article__box .tbl-split th .tbl-split__head::before {
	height: 24px;
	width: 24px;
	margin-right: 5px;
	margin-top: 10px;
}

.p-article__box .tbl-split th .tbl-split__head::after {
	display: none;
}

.p-article__box .tbl-split th .label {
	display: block;
	flex: 0 auto;
}

.p-article__box .tbl-split th .label::after {
	content: ":";
	margin-left: 12px;
	margin-right: 3px;
}

.p-article__box .white-box {
	border-radius: 10px;
	display: flex;
	padding: 39px 40px;
}

.p-article__box .white-box__label {
	margin-right: 0;
	flex-shrink: 0;
	width: 145px;
}

.flag-award {
	font-size: 27px;
	line-height: 1;
	margin-bottom: 52px;
	padding: 20px;
}

.p-tab {
	border-bottom-width: 4px;
	margin: 0 -30px 43px;
	padding: 0 30px 9px;
}

.p-tab>li {
	flex: 1;
}

.p-tab>li span {
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	font-size: 27px;
	line-height: 1.6;
	height: 127px;
	padding-top: 10px;
	width: 100%;
}

.p-tab>li span::before {
	border-radius: 10px 10px 0 0;
	border-width: 4px;
	bottom: -14px;
}

.p-dl dt {
	border-bottom-width: 2px;
	font-size: 29px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.p-dl dt::before {
	height: 26px;
	width: 26px;
	margin-right: 12px;
	margin-top: 6px;
}

.p-dl dd {
	margin-bottom: 52px;
}

.p-dl dd p {
	margin-bottom: 30px;
}

.p-dl dd .span-label {
	display: block;
	padding-left: 0;
}

.p-dl dd .span-label::after {
	display: none;
}

.text-underline {
	text-underline-offset: 5px;
}

.bigdot-list>li::before {
	margin-top: 10px;
	height: 27px;
	width: 27px;
}

.num-list.num-list--spacing>li {
	margin-bottom: 30px;
}

.dot-list.dot-list--spacing>li {
	margin-bottom: 30px;
}

.square-list>li {
	margin-bottom: 30px;
}

.square-list>li::before {
	margin-top: 14px;
	height: 22px;
	width: 22px;
}

.scroll-tbl {
	margin-bottom: 30px;
}

.tbl-award {
	min-width: 1476px;
}

.tbl-award th,
.tbl-award td {
	border-width: 2px;
	padding: 22px 18px;
}

.tbl-award th {
	text-align: left;
}

.p-flow-list li {
	border-radius: 10px;
	margin-bottom: 90px;
	padding: 44px 37px;
}

.p-flow-list li::after {
	border-width: 29px 28px 0 28px;
	margin-left: -28px;
	bottom: -60px;
}

.p-flow-list li p,
.p-flow-list li>div {
	margin-bottom: 20px;
}

/* Custom */
.p-flow-list li.p-flow-list__custom {
	padding-left: 37px;
}

.p-flow-list li.p-flow-list__custom .p-flow-step {
	padding-left: 0;
}

.p-flow-list .p-flow-step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.p-flow-list .p-flow-label {
	font-size: 24px;
	position: static;
	left: 0;
	width: 112px;
	flex-shrink: 0;
	margin-right: 45px;
	padding: 8px 2px 7px;
}

.p-flow-list .p-flow-tbl {
	margin-top: 15px;
}

.p-flow-list .p-flow-tbl th {
	padding-right: 33px;
}

.tbl-style01 th {
	padding-right: 20px;
}

.p-db-list {
	display: block;
	padding: 0 41px;
}

.p-db-list>li {
	width: 100%;
	margin-bottom: 62px;
	margin-top: 0;
}

.p-db-list>li:last-child {
	margin-bottom: 0;
}

.p-db-list .p-db-media {
	margin-top: 14px;
	padding: 10px;
}

.p-db-list .p-db-media::after {
	height: 37px;
	width: 37px;
	margin-top: -18px;
	right: 29px;
}

.p-db-list .p-db-media__img {
	width: 177px;
}

.p-db-list .p-db-media__ttl {
	font-size: 29px;
	margin-left: 29px;
}

.fancybox__container .carousel__button.is-close {
	height: 53px !important;
	width: 53px !important;
	top: -80px;
}

.p-related .p-ceremony-sec {
	margin-bottom: 100px;
}

.p-related .p-ceremony__txt {
	padding: 0 40px;
}

.list-news {
	padding: 0 40px;
}

.list-news__item::before {
	flex: 0 0 16px;
	width: 16px;
	height: 20px;
	top: 20px;
}

.list-news__item a {
	font-size: 30px;
	line-height: 1.8;
}

.p-news__box {
	border-width: 2px;
}

.p-news__head {
	border-left-width: 12px;
	padding-right: 0;
}

.p-news__lbl {
	font-size: 28.91px;
	width: 93px;
	height: 33px;
}

.p-news__ttl {
	font-size: 30.72px;
}

.p-news__body {
	padding: 50px;
}

.p-news__txt {
	font-size: 27.11px;
	line-height: 1.5997786795;
}

.p-news__timg .p-news__item {
	display: flex;
	flex-direction: column-reverse;
}

.p-news__timg .p-news__item .img {
	width: 540px;
	margin: 40px auto 0;
}

.p-news__timg .p-news__item .img img {
	width: 100%;
}

.p-news figure figcaption {
	font-size: 27.11px;
	line-height: 1.5997786795;
}

.p-news__item {
	margin-bottom: 50px;
}

.p-news__item+.hline04 {
	margin-top: 8rem;
}

.p-news__col {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.p-news__col>figure:not(:last-child) {
	margin-bottom: 50px;
}

.list-info li .ttl {
	font-size: 27.11px;
	line-height: 1.5997786795;
}

.list-info li .sub {
	font-size: 27.11px;
	line-height: 1.5997786795;
}

.list-info li .cnt {
	margin-top: 35px;
	padding-top: 27px;
}

.list-info li .inf {
	flex-direction: column;
}

.list-info li .lbl {
	font-size: 28.35px;
	margin-top: 0;
	margin-right: 0;
	padding: 8px;
}

.list-info li .txt {
	font-size: 27.11px;
	line-height: 1.5997786795;
	margin-top: 22px;
}

.list-info li .lnk {
	font-size: 27.11px;
	line-height: 1.5997786795;
}

.mv_jsba_05 {
	background-image: url(../../images/award/mv/jsba_05_sp.jpg);
}

.sp {
	display: block;
}

}

