@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #BA9156;
}

.montserrat-<uniquifier> {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

@media print,
screen and (max-width: 990px) {
	body {
		min-width: 100%;
	}
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0031c7;
	text-decoration: underline;
	word-break: break-all;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

ul {
	margin: 0;
	list-style: none;
}

em {
	font-style: normal;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}


.bold {
	font-weight: bold;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.fs32 {
	font-size: 32px;
}


.red {
	color: #d71518;
}

.blue {
	color: #027abf;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through 1px solid #d71518;
}

.under {
	text-decoration: underline;
}

.under.double {
	text-decoration-style: double;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

.indent1.join {
	padding-left: 4em;
	text-indent: -4em;
}

.pagetop {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -9990px;
	background-image: url(../img/btn_pagetop.png);
	background-repeat: no-repeat;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	overflow: hidden;
	opacity: 0.8;
	cursor: pointer;
}

.pagetop:hover {
	opacity: 1;
}

.pc_none {
	display: none;
}

.pc_none2 {
	display: none;
}

.sp_none {
	display: block;
}

.iblock {
	display: inline-block;
}

@media print,
screen and (max-width: 990px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}
}


@media print,
screen and (max-width: 500px) {
	.pc_none2 {
		display: block;
	}
}

/* --------------- common --------------- */


#contents {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 0;
}



#rightcontents {
	width: calc(100% - 260px);
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}



#rightcontents::after {
	content: "";
	width: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg_rightcontents.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
}



/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	background-color: #231815;
}

footer .col_footer {
	width: 100%;
	margin: 0 auto;
	padding: 17px 0 18px 50px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 45px 0 15px;
	line-height: 1.4;
}

footer .col_footer dl dt {
	margin: 0;
	padding: 0;
}

footer .col_footer dl dd {
	margin: 0;
	padding: 0;

}

footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

.copy {
	max-height: 36px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	background-color: #6F5C36;
}

@media print,
screen and (max-width: 990px) {
	footer .col_footer {
		margin: 0;
		padding: 20px 0;
		display: block;
		text-align: center;

	}

	footer .col_footer dl {
		width: 95%;
		margin: 0 auto 20px;
		padding: 0;
	}

	footer .col_footer dl:last-of-type {
		margin: 0 auto;
	}

	footer .col_footer dl dt {
		max-width: 100px;
		margin: 0 auto 0.5%;
		padding: 0;
	}

	footer .col_footer dl:first-of-type dt {
		max-width: 70px;
	}

	footer .col_footer.en dl dt {
		max-width: 150px;
	}

	footer .col_footer.en dl:first-of-type dt {
		max-width: 120px;
	}


}


/* --------------- contents --------------- */

.mds1 {
	width: 100%;
	min-height: 45px;
	margin: 0 0 25px;
	padding: 5px 0 5px 22px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	background-color: #6F5C36;
}

.mds2 {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0 5px 6px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: solid 2px #6F5C36;
}

.mds3 {
	margin: 0 0 13px;
	padding: 3px 0 3px 10px;
	color: #231815;
	font-size: 17px;
	font-weight: bold;
	border-left: 5px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
}

@media print,
screen and (max-width: 990px) {
	.mds1 {
		text-align: center;
		padding: 5px 0;
	}
}

.btn1 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #ed6b04;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(180deg, #fff, #eaeaea);
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn1:hover {
	background: linear-gradient(0deg, #fff, #eaeaea);
}

a.btn1::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ed6b04;
	border-right: solid 2px #ed6b04;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.btn1.pdf {
	padding-right: 35px;
}

.btn1.pdf::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}



.btn1.word {
	padding-right: 35px;
}

.btn1.word::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_word.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1.ppt {
	padding-right: 35px;
}

.btn1.ppt::before {
	content: "";
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_ppt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: calc(50% - 16px);
	right: 10px;
}

.btn1>span {
	padding: 0 0 2px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.btn2 {
	width: 300px;
	min-height: 56px;
	padding: 5px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #ed6b04;
	border: solid 2px #ed6b04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

a.btn2:hover {
	background-color: #f59346;
}

a.btn2::before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}


.col_content {
	max-width: 850px;
	padding: 0 5px;
}

@media print,
screen and (max-width: 990px) {
	.col_content {
		width: 100%;
		max-width: 100%;
	}
}


.col_prepare {
	padding: 80px 0;
	text-align: center;
	font-size: 15px;
}


/* --------------- leftcontents --------------- */

#leftcontents {
	width: 260px;
	padding: 0;
	background-color: #6F5C36;
	position: relative;
}


#navi {
	width: 220px;
	margin: 30px auto 15px;
	padding: 0 0 0;
}

#navi li {
	margin: 0 0 2px;
	padding: 0;
	position: relative;
	z-index: 0;
	background-color: #fff;
}

#navi li:last-of-type {
	margin: 0;
}

#navi li.active::after,
#navi li:hover::after {
	content: none;
}

/* #navi li.active,
#navi li:hover {
	background-color: #a8ce48;
} */

#navi li.active a,
#navi li:hover a {
	background-image: none;
}

#navi li a {
	width: 100%;
	min-height: 40px;
	padding: 11px 20px 0 19px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #231815;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

@media print,
screen and (max-width: 990px) {
	#navi li a {
		background-image: url(../img/arrow.png);
		background-repeat: no-repeat;
		background-size: 7px auto;
		background-position: right 15px center;
	}
}

#navi li a.big {
	font-size: 14px;
	padding: 11px 20px 11px 19px;

}


#navi li.active a,
#navi li:hover a {
	color: #fff;
	background-color: #BA9156;
}

@media print,
screen and (max-width: 990px) {

	#navi li.active a,
	#navi li:hover a {

		background-image: url(../img/arrow_on.png);
		background-repeat: no-repeat;
		background-size: 7px auto;
		background-position: right 15px center;
	}

}


#navi li.nolink:hover a {
	color: #231815;
	background-color: transparent;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: right 15px center;
}

#navi li.nolink:hover a:after {
	content: "";
	width: 230px;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #dcdddd;
	position: absolute;
	left: 10px;
	bottom: 0;
}

#navi li a.pdf {
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 10px center;
}

#navi li.adjust a {
	padding-bottom: 11px;
}

#navi li a .fix {
	position: relative;
}

#navi li a .upset {
	font-weight: bold;
	color: #ef0000;
	font-size: 14px;
	display: inline-block;
	margin-top: 3px;
}


#navi li:hover .upset {
	color: #ffff00;
}

#navi li.adjust.active .upset {
	color: #ffff00;
}


#navi li a .label {
	margin: 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	background-color: #df0000;
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	animation: label_blink 2s linear 0s infinite normal none;
	position: absolute;
	top: 3px;
	left: 5.5em;
}


@keyframes label_blink {
	0% {
		opacity: 1;
	}

	15% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}





ul.list_bnr {
	margin: 0;
	padding: 0;
}

ul.list_bnr li {
	width: 250px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	background-color: #fff;
}

ul.list_bnr li a {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.list_bnr li a:hover {
	opacity: .8;
}

@media print,
screen and (max-width: 990px) {
	#leftcontents {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}



	.col_navi {
		width: 100%;
		height: calc(100vh - 60px);
		top: 60px !important;
		background-color: #fff;
		overflow-y: scroll;


	}

	#navi {
		width: 100%;
		margin: 0 auto 32px;
	}

	#navi li {
		margin: 0;
	}



	#navi li::after {
		content: "";
		width: 100%;
		height: 1px;
		margin: 0;
		padding: 0;
		background: #d8d9d9;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#navi li a {
		text-align: left;
	}

	#navi li.active a,
	#navi li:hover a {
		background-color: #6F5C36;
	}


	#rightcontents {
		width: 100%;
		margin: 0;
		padding: 0;
	}

}


/* --------------- top --------------- */

.wrap_top {
	width: 100%;
}

.header {
	width: 100%;
	height: 118px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header h1 img.pc_none {
	display: none;
}

#menubtn {
	display: none;
}

@media (max-width: 990px) {}

@media print,
screen and (max-width: 990px) {
	.header {
		width: 100%;
		height: 70px;
		padding: 0 1% 0 3%;
		display: flex;
		align-items: center;
		position: fixed;
		z-index: 10000;
		background-color: #BA9156;
	}

	.header h1 {
		width: 80%;
		text-align: left;
		max-width: 546px;
	}

	.header h1 img {
		width: 100%;
	}

	.header h1 img.sp_none {
		display: none;
	}

	.header h1 img.pc_none {
		width: 100%;
		max-width: 325px;
		margin: 0;
		display: block;
	}

	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0 0 0 auto;
		padding: 0;
		display: block;
		background-color: #231815;
		position: relative;
		z-index: 2;
	}

	#menubtn.active {
		background-color: #231815;
	}

	#menubtn .btn {
		width: 36px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #fff;
		display: inline-block;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn span:nth-child(1) {
		top: 11px;
	}

	#menubtn span:nth-child(2) {
		top: 24px;
	}

	#menubtn span:nth-child(3) {
		top: 37px;
	}


	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		transform: translateY(20px) rotate(-45deg);
		top: 3px;
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		transform: translateY(-20px) rotate(45deg);
		top: 43px;
	}

	#menubtn .btn {
		width: 33px;
	}

}

.img_topinfo1 {
	width: 27%;
	max-width: 258px;
	padding: 12.4% 0 0 9%;
	margin: 0 0 20px;
}

.img_topinfo1 img {
	width: 100%;
}

.col_topmain {
	max-width: 971px;
	height: calc((100vw - 260px) * (343 / 971));
	max-height: 343px;
	margin: 0 auto 12px;
	padding: 0 0 0;
	background-image: url(../img/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

@media (max-width: 990px) {
	.col_topmain {
		background-size: 100%;
		height: 35vw;
	}

}

@media print,
screen and (max-width: 750px) {
	.img_topinfo1 {
		width: 63%;
		max-width: 466px;
		padding: 9.5% 0 0 40%;
	}

	.img_topinfo1 img {
		width: 100%;
	}

	.col_topmain {
		width: 100%;
		height: 135.3vw;
		max-height: 100%;
		background-image: url(../img/sp/bg_topmain.jpg);
		background-position: center top;
		background-size: 100%;
		margin: 0 auto;
	}
}

.img_topinfo2 {
	width: 98%;
	max-width: 946px;
	padding: 0 0 1% 36%;
}

.img_topinfo2 img {
	width: 100%;
}

.img_topinfo2.pc_none {
	display: none;
}

.img_topinfo3 {
	padding: 0 0 0 45%;
}

@media print,
screen and (max-width: 990px) {

	.img_topinfo2.sp_none {
		display: block;
	}



	.img_topinfo3.sp_none {
		display: none;
	}
}


@media (max-width: 750px) {
	.img_topinfo2 {
		width: 90%;
		max-width: 671px;
		padding: 4.5% 0 0 3%;
	}

	.img_topinfo2.sp_none {
		display: none;
	}

	.img_topinfo2.pc_none {
		display: block;
	}
}

@media (max-width: 450px) {
	.img_topinfo2 {
		padding: 3% 0 0 3%;
	}
}

.box_topnews {
	width: 100%;
	max-width: 970px;
	margin: 0 0 25px auto;
	padding: 24px 0;
	background-color: #FDF2E2;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.inner_topnews {
	width: 95%;
	max-width: 913px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.mds_topnews {
	width: 90%;
	max-width: 112px;
	margin: 0 28px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	background-color: #6F5C36;
	/* ← ここに背景色 */
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;


}

.box_topnews .mds {
	padding: 7px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #FFFFFF;
	background-color: #6F5C36;
}

.col_topnews {
	width: 847px;
	margin: 0;
	padding: 0 25px 0 0;
	box-sizing: border-box;
}

.sns_info {
	display: flex;
	line-height: 1.4;
	background-color: #ffffff;
	color: #000;
	align-items: center;
	justify-content: center;
	padding: 15px 17px;
	border: solid 1px #000;
}

.sns_info p {
	margin: 0 40px 0 0;
}

.sns-icons a {
	margin: 0 10px 0 0;
	display: inline-block;
}

.sns-icons a:last-of-type {
	margin: 0;
}

.sns-icons a:hover {
	opacity: .8;
}

.scroll_topnews {
	max-height: 119px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 5px 2px;
	color: #000;
	border-bottom: dotted 1px #231815;
	box-sizing: border-box;
	display: flex;
}

.col_topnews dl:first-of-type {
	border-top: dotted 1px #231815;
}

.col_topnews dl dt {
	width: 160px;
	margin: 0;
	padding: 0 0 0 12px;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 1px 9px 2px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #E60012;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 1px;
	z-index: 0;
}

@media print,
screen and (max-width: 990px) {
	.col_topnews dl.new dt:before {
		right: 25px;
	}

}

.col_topnews dl dd {
	width: calc(100% - 160px);
	margin: 0;
	padding: 0 0 0 45px;
	line-height: 1.6;
}

ul.col_topbnr {
	max-width: 844px;
	margin: 20px auto 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.col_topbnr li {
	width: 256px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}



ul.col_topbnr li a {
	transition: opacity .3s;
	display: inline-block;

}

ul.col_topbnr li.border a {
	border: solid 0.5px #888888;
}

ul.col_topbnr li a:hover {
	opacity: 0.7;
}

@media print,
screen and (max-width: 990px) {
	.wrap_top {
		width: 100%;
	}

	.inner_topnews {
		display: block;
	}

	.box_topnews {
		width: 100%;
		max-width: 2000px;
		margin: 0;
		padding: 1.4% 2.2%;
		display: block;
	}

	.mds_topnews {
		width: 100%;
		max-width: 660px;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		background-color: #6F5C36;
		color: #fff;
	}

	.box_topnews .mds {
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}

	.col_topnews {
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
		padding: 0 0 5px 0;
	}

	.col_topnews dl {
		display: block;
		border-bottom: solid 1px #b9b9b9;
	}

	.col_topnews dl:first-child {
		border-top: none;
		padding-top: 5px;
		padding-bottom: 2.1%;
	}

	.col_topnews dl dt {
		padding: 0 0 0 5px;
	}

	.col_topnews dl dd {
		width: 100%;
		padding: 0 0 0 5px;
	}

	ul.col_topbnr {
		width: 100%;
		max-width: 660px;
		margin: 0 auto 20px;
	}

	ul.col_topbnr li {
		margin: 0 auto 20px
	}

	.sns-info {
		margin: 20px auto;
	}

}

.box_topinfo {
	max-width: 971px;
	margin: 0 0 0 auto;
	position: relative;
}


@media (max-width: 990px) {
	.box_topinfo {
		max-width: 100%;
		margin: 0;
		padding: 70px 0 0;
	}
}

@media (max-width: 770px) {
	.box_topnews {
		padding: 4.4% 2.2% 2%;
	}



}



/* --------------- rightcontents sub --------------- */

.wrap_subcontents {
	width: 96%;
	max-width: 970px;
	min-height: 980px;
	margin: 0 0 27px auto;
	padding: 6.5% 6%;
	background-color: #FDF2E2;
}

@media print,
screen and (max-width: 990px) {
	.wrap_subcontents {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 95px 2.1% 5.5%;
		box-sizing: border-box;
	}
}

/* --------------- link --------------- */

.list_link {
	margin: 0;
	padding: 0;
}

.list_link li {
	margin: 0 0 10px;
	padding: 0 0 0 17px;
	position: relative;
	z-index: 0;
}

.list_link li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #BA9156;
	position: absolute;
	top: 8px;
	left: 0;
}



/* --------------- sponsor --------------- */

.btn1.sponsor {
	margin: 0 auto;
	width: 360px;
}

ul.list_disc {
	margin-left: 1em;
}

ul.list_disc li {
	position: relative;
}

.list_disc {
	margin: 20px 0 0 0;
	padding: 0;
}

.list_disc li {
	margin: 0;
	padding: 0;
}

ul.list_disc li:after {
	display: block;
	background-color: #666;
	content: '';
	position: absolute;
	top: .65em;
	left: -0.75em;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.flow_sponsor {
	display: flex;
	margin: 1em 0 0 0;
	justify-content: space-between;
}

.flow_sponsor dl {
	width: 30%;
	position: relative;
	border: 1px solid #333;
}

.flow_sponsor dt {
	height: 4.75em;
	background: #BA9156;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	padding: 0.5em 0.75em;
	padding-left: 1.75em;
	text-indent: -1em;
}

.flow_sponsor dd {
	padding: 0.5em 0.75em;
	margin: 0;
	line-height: 1.5;
}

.flow_sponsor dl:after {
	content: "";
	display: inline-block;
	width: 2em;
	height: calc(tan(60deg) * 1em / 2);
	position: absolute;
	top: 55%;
	right: -13%;
	transform: rotate(90deg) translate(-50%, -50%);
	background: #BA9156;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.flow_sponsor dl:last-of-type:after {
	display: none;
}



.btn2.sponsor2 {
	margin: 20px auto;
}

dl.list_faq {
	margin: 0 0 10px;
	padding: 8px 5px 18px;
	border-bottom: dashed 1px #ddd;
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	color: #135eb0;
	font-weight: 600;
	display: flex;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq .mds {
	width: 30px;
	margin: 0;
	padding: 0;
}

dl.list_faq dd .mds {
	padding-left: 7px;
	color: #ed3434;
	font-weight: 600;
}

dl.list_faq .txt {
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
}

.indent.sponsor {
	text-indent: -16px;
	padding-left: 16px;
}

.txt_sponsor1 {
	line-height: 1.5;
}

@media(max-width:768px) {
	.flow_sponsor {
		flex-direction: column;
	}

	.flow_sponsor dl {
		width: 100%;
		margin-bottom: 3em;
	}

	.flow_sponsor dl:last-of-type {
		margin-bottom: 0;
	}

	.flow_sponsor dt {
		height: auto;
		padding: 1em 1em 1em 2em;
		line-height: 1.2;
	}

	.flow_sponsor dl:after {
		content: "";
		display: inline-block;
		width: 2em;
		height: calc(tan(60deg) * 1em / 2);
		position: absolute;
		top: auto;
		right: auto;
		left: 50%;
		bottom: -2em;
		transform: rotate(180deg) translate(50%, 0);
		background: #BA9156;
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
	}
}

@media(max-width:450px) {
	.btn1.sponsor {
		margin: 0 auto;
		width: 100%;
	}

	.btn2.sponsor2 {
		width: 100%;
	}
}

/*---------------greeting-------------*/
.col_greeting {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 15px 20px;
	border-bottom: solid 1px #000;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.col_greeting .txt {
	margin: 0 25px 0 0;
	padding: 0;
	text-align: right;
	padding: 0;
}

@media print,
screen and (max-width: 500px) {
	.col_greeting {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.col_greeting .txt {
		margin: 5px 0 0;
		text-align: center;
		order: 2;
	}

	.col_greeting.img {
		order: 1;
	}

}
