@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap');

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}


body {
	/* min-width: 1200px; */
	margin: 0;
	padding: 0;
	color: #231815;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	background-color: #f9d0d5;

}

body.top {
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: 56% -1.8vw;
	position: relative;
}

/* @media screen and (max-width: 1260px) {
	body.top {
		background-size: 160vw auto;
		background-position: center -1.8vw;
	}
} */


@media screen and (max-width: 991px) {
	body.top {
		background-image: url(../img/top/bg_top.png);
		background-size: 105%;
		background-position: 3.4vw 6.9vw;
	}

	body.sub {
		background-color: #254a70;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center top;
		background-image: url(../img/bg_main_sp.jpg);
		background-attachment: fixed;
	}

}

@media screen and (max-width: 720px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}

	body.top {
		background-image: url(../img/top/sp/bg_main.jpg);
		background-size: 100%;
		background-position: center 70px;
	}

}

@media screen and (max-width: 450px) {
	/* body.top::after {
		background: #f2cfdf;
		top: 50%;
		height: 50vh;
	} */
}

* {
	-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;
}

.w100 {
	width: 100%;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0055bd;
	text-decoration: underline;
	word-break: break-all;
}

a:hover {
	text-decoration: none;
}

a.opacity {
	transition: opacity .2s;
}

a.opacity:hover {
	opacity: 0.75;
}

a img.opacity {
	transition: .2s;
}

a img.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;
}

.mb50 {
	margin-bottom: 50px;
}

.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;
}


.note {
	font-size: 0.8em;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.bold {
	font-weight: bold;
}

.red {
	color: #ef0000;
}

.iblock {
	display: inline-block;
}

.marker1 {
	padding: 0 3px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f9f924 60%);
}

.strike {
	text-decoration: line-through solid #ef0000;
}

.under {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

p.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;
}

p.pagetop:hover {
	opacity: 1;
}


.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>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;
	border: solid 2px #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;
}

/* --------------- header --------------- */


header {
	width: 100%;
	background-color: #f3aabd;
	border-bottom: 1px solid #eb6890;
}

.col_header {
	width: auto;
	max-width: 1400px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_header.sub {
	height: 130px;
}

h1.logo_header {
	max-width: 1134px;
	width: 96%;
	margin: 0 auto;
}

h1.logo_header img.pc_none {
	display: none;
}

@media screen and (max-width: 991px) {

	header {
		height: 70px;
		background-color: #f3aabd;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		border-bottom: 1px solid #eb6891;
	}

	h1.logo_header {
		width: 80vw;
		text-align: left;
		max-width: 457px;
	}

	h1.logo_header img.pc_none {
		display: block;
	}

	h1.logo_header img.sp_none {
		display: none;
	}


	.col_header {
		width: 100%;
		height: 100%;
		padding: 0 0 0 3%;
		display: flex;
		align-items: center;
	}

	.col_header.sub {
		height: 100%
	}

	.col_header img {
		margin: 0;
	}

	#menubtn {
		width: 50px;
		height: 50px;
		margin: 0 6.5px 0 auto;
		padding: 0;
		display: block;
		background-color: #000;
		position: relative;
		z-index: 2;
	}

	#menubtn.active {
		background-color: #000;
	}

	#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;
	}


}

/* --------------- footer --------------- */


footer {
	margin: 0;
	padding: 0;
	background-color: #eb6891;
}

footer .col_footer {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	gap: 8.2vw;
	justify-content: center;
}

footer .col_footer dl {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.4;

}

footer .col_footer dl:first-of-type {
	margin-right: 20px;
}

footer .col_footer dl dt {}

footer .col_footer dl dd {
	margin: 0;
}

footer .col_footer dl dd a {
	color: #ffffff;
	text-decoration: none;
}

footer .col_footer dl dd a:hover {
	text-decoration: underline;
}

footer .col_footer .pc_none {
	display: none;
}


.copy {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #231815;
}

@media screen and (max-width: 991px) {
	footer .col_footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.col_footer .sp_none {
		display: none;
	}

	footer .col_footer dl {
		width: 100%;
		flex-direction: column;
		text-align: center;
		margin: 0;
	}

	footer .col_footer dl:first-of-type {
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .col_footer dl dt {
		text-align: center;
		width: 100%;
	}

	footer .col_footer dl dd {
		width: 100%;
	}

	footer .col_footer .pc_none {
		display: block;
	}
}


/* --------------- contents --------------- */


#contents {
	max-width: 1260px;
	width: auto;
	margin: 0 auto;
	padding: 0 0 0;
	display: flex;
}

@media screen and (max-width: 991px) {
	#contents_top {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: colum;
		display: block;
		padding: 0;
	}

	#contents {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: colum;
		display: block;
	}
}

#rightcontents {
	width: calc(100% - 260px);
	margin: 0;
	padding: 0 4.33%;
}

#rightcontents.sub {
	margin: 24.5px 0 0 0;
}

@media screen and (max-width: 991px) {
	#rightcontents {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#rightcontents.sub {
		margin: 70px 0 0 0;
	}

}

.bg_content {
	width: auto;
	min-height: 600px;
	margin: 0 0 25px;
	padding: 7% 6.5% 5.5%;
	background-color: #fff;
}

.pagettl {
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
}

@media screen and (max-width: 991px) {
	.bg_content {
		width: 100%;
		padding: 2.8% 2.1% 5.5%;
		margin: 0;
	}
}

.mds1 {
	width: 100%;
	height: 44px;
	margin: 0 0 20px;
	padding: 6px 20px 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #eb6891;
	box-sizing: border-box;
}

.mds2 {
	margin: 0 0 15px 0;
	padding: 0 0 8px 7px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: solid 2px #eb6891;
}


.mds3 {
	margin: 0 0 12px 0;
	padding: 4px 15px 4px 15px;
	color: #eb6891;
	font-size: 17px;
	line-height: 1.4;
	background-color: #efeeee;
	border-left: solid 6px #eb6891;
}

.col_content {
	width: 100%;
	padding: 0 10px 0;
}

.col_prepare {
	padding: 100px 0;
	text-align: center;
}


@media screen and (max-width: 991px) {
	.mds1 {
		width: auto;
	}
}

@media screen and (max-width: 500px) {
	.mds1 {
		font-size: 20px;
		padding: 10px 20px;
	}
}


/* --------------- leftcontents --------------- */


#leftcontents {
	width: 260px;
	margin: 24.5px 0 0 0;
}

#leftcontents_sub {
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 5.55%;
}



@media screen and (max-width: 991px) {

	#leftcontents,
	#leftcontents_sub {
		position: static;
		margin: 0;
	}

	.btn_1_poster {
		width: 92%;
		padding: 8px 0 5px 135px;
		margin: 120px auto 120px;
		max-width: 300px;
	}

	.btn_1_poster:before {
		content: "";
		bottom: 7px;
		left: 5%;
	}
}


#navi {
	width: 260px;
	margin: 0 0 30px 0;
	padding: 0 0 0;
}

#navi li {
	margin: 0 0 3px 0;
	padding: 0;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	background-color: #fff;
}



#navi li.active,
#navi li:hover {
	background-color: #eb6891;
}

#navi li:hover span.small.red {
	color: #fff;
}

#navi li a {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px 9px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #231815;
	text-align: left;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#navi li.navi_program a {
	display: block;
}

#navi li.seminar {
	background-color: #d6f5e5;
}

#navi li.seminar.active,
#navi li.seminar:hover {
	background-color: #237349;
}



span.small.red {
	padding: 5px 0 0 1em;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	display: inline-block;
	text-indent: -1em;
}

#navi li a .label {
	margin: 0;
	padding: 2px 4px;
	color: #fff;
	font-size: 13px;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
	animation: label_blink 2s linear 0s infinite normal none;
	position: absolute;
	top: calc(50% - 12px);
	right: 7px;
}

#navi li.active a .label,
#navi li:hover a .label {
	background-color: #fff;
	color: #df0000;
}

@keyframes label_blink {
	0% {
		opacity: 1;
	}

	15% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	85% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}


#navi li.txt_small a {
	font-size: 13px;
}

#navi li.txt_small a span.fs15 {
	display: contents;
}

#navi li.active a,
#navi li:hover a {
	color: #fff;
}

#navi li a.pdf::before {
	content: '';
	width: 27px;
	height: 32px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 15px);
	right: 6px;
}

#navi li a span.label_led {
	margin: 0 0 0 10px;
	padding: 1px 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	background-color: #df0000;
	border-radius: 3px;
	display: inline-block;
}



ul.list_bnr {
	width: 260px;
	margin: 0 auto 30px;
	padding: 0;
}

ul.list_bnr li {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}

ul.list_bnr li a {
	vertical-align: bottom;
	display: inline-block;
	background-color: #fff;
}

ul.list_bnr li a img {
	vertical-align: bottom;
	transition: opacity .2s;
}

ul.list_bnr li a img:hover {
	opacity: 0.6;
}

.btn_1_poster {
	width: 250px;
	margin: 120px auto 25px;
	padding: 8px 0 5px 115px;
	color: #fff;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	border: solid 1px #d32e77;
	text-decoration: none;
	background-color: #d32e77;
	display: block;
	position: relative;
	box-sizing: border-box;
}

.btn_1_poster:before {
	content: "";
	width: 96px;
	height: 136px;
	background-image: url(../img/img_poster.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	border: solid 1px #fff;
	position: absolute;
	bottom: 7px;
	left: 5px;
}

.btn_1_poster:hover {
	opacity: 0.8;
}

.poster_sp .btn_1_poster {
	display: none;
}



@media screen and (max-width: 991px) {
	nav {
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		background-color: #fff;
		position: fixed;
		top: 70px;
		right: 0;
		z-index: 100;
		display: none;
		box-shadow: none;
		overflow: auto;
	}

	#navi {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		overflow: auto;
	}

	#navi li {
		margin: 0;
		border-radius: 0;
		border-bottom: 2px solid #dcdddd;
		position: relative;
	}

	#navi li::before {
		content: '';
		position: absolute;
		right: 30px;
		top: 17px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000000;
		border-right: 2px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#navi li.noarow::before {
		display: none;
	}

	#navi li.active::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	#navi li.txt_small::before {
		display: none;
	}

	#navi li a {
		justify-content: flex-start
	}

	#navi li a.pdf::before {
		right: 20px;
	}


	#overlay {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		display: none;
	}

	span.small.red {
		margin: 0 0 0 10px;
	}

	.poster_sp .btn_1_poster {
		display: block;
	}

	.poster_sp {
		max-width: 360px;
		margin: 0 auto;
	}

	.btn_1_poster {
		width: 92%;
		padding: 8px 0 5px 135px;
		margin: 120px auto 120px;
		max-width: 300px;
	}

	.btn_1_poster:before {
		content: "";
		bottom: 7px;
		left: 5%;
	}
}

@media screen and (max-width: 500px) {
	span.small.red {
		margin: 0 0 0 0;
	}
}

/* --------------- top --------------- */

.col_topmain {
	width: 100%;
	height: 462px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.top_info1 {
	width: 35.2vw;
	max-width: 492px;
	min-width: 238px;
	margin: 4.7% 0 0% 0.7%;
}



.wrap_topnews {
	max-width: 890px;
	max-height: 147px;
	padding: 0;
	margin: 0 0 30px 2%;
	background-color: #fff;
}

.box_topnews {
	width: 100%;
	margin: 0;
	padding: 10px 10px 15px 0;
	display: flex;
}

.mds_topnews {
	width: 160px;
	margin: 0;
	padding: 3px 0 0 0;
	color: #231815;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
}

.col_topnews {
	width: calc(100% - 160px);
	max-height: 125px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
	overflow: auto;
}

.col_topnews dl:first-of-type {
	border-top: dotted 1px #231815;
}

.col_topnews dl {
	width: 100%;
	margin: 0;
	padding: 3px 0 4px;
	color: #231815;
	font-size: 15px;
	border-bottom: dotted 1px #231815;
	display: flex;
}

.col_topnews dl dt {
	width: 200px;
	margin: 0;
	padding: 2px 75px 0 15px;
	box-sizing: border-box;
	font-size: 15px;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
}

.col_topnews dl.new dt:before {
	content: "NEW";
	padding: 3px 5px 3px;
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	background-color: #e60012;
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 50px;
}

.col_topnews dl dd {
	width: calc(100% - 200px);
	margin: 0;
	padding: 2px 10px 0 0;
	box-sizing: border-box;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 991px) {

	.col_topmain {
		margin: 69px 0 0 0;
		height: 42vw;
	}

	.top_info1 {
		width: 46vw;
		margin: 0;
		position: absolute;
		top: 3%;
		left: 7%;
		max-width: 645px;
	}

	.wrap_topnews {
		max-width: 890px;
		max-height: none;
		margin: 0 auto 30px;
		background-color: transparent;
	}

	.box_topnews {
		width: 92%;
		margin: 16px auto 40px;
		padding: 0 0 3.4%;
		display: block;
		background-color: #fff;
	}

	.box_topnews .mds_topnews {
		width: 100%;
		margin: 0 auto 2.1%;
		padding: 10px 0 10px 0;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		background-color: #eb6891;
		color: #fff;
	}

	.col_topnews {
		max-width: 660px;
		max-height: 188px;
		margin: 0 auto;
		overflow: auto;
		padding: 0;
		width: 92%;
	}

	.col_topnews dl {
		flex-direction: column;
	}

	.col_topnews dl:first-of-type {
		border-top: none;
	}

	.col_topnews dl {
		border-bottom: 1px solid #c9caca;
	}

	.col_topnews dl dt {
		width: 100%;
		padding: 0;
	}

	.col_topnews dl.new dt:before {
		right: auto;
		left: 90px;
		top: 4.6px;
	}

	.col_topnews dl dd {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {

	.col_topmain {
		/* height: auto; */
		height: calc(80vw * (1260 / 720));
		margin: 0;
		min-height: 485px;
	}

	.top_info1 {
		width: 89.7vw;
		margin: 0;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 7%;
		max-width: 645px;
	}

	.wrap_topnews {
		background-color: #fef3f6;
		padding: 25px 0;
		margin: 15px 0 0 0;
	}

	.box_topnews {
		width: 92%;
		margin: 0 auto;
		padding: 0 0 0;
		display: block;
		background-color: transparent;
	}


	.col_topnews {
		width: 100%;
	}


}








/* --------------- greeting --------------- */

.col_greeting {
	margin: 0 0 20px;
	padding: 5px 13px 15px;
	border-bottom: 1px solid #231815;
	box-sizing: border-box;
}

.name_greeting {
	margin: 128px 0 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 28px;
	float: left;
}


.name_greeting2 {
	margin: 128px 0 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 28px;
	text-align: right;
	float: right;
}

.name_greeting span.name,
.name_greeting2 span.name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
}

.name_greeting .shozoku,
.name_greeting2 .shozoku {
	line-height: 1.7;
}

.img_greeting1 {
	margin: 0 22px 0 0;
	float: left;
}

.img_greeting1 img {
	width: 160px;
}

.txt_greeting {
	padding: 0 13px;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}


@media screen and (max-width: 550px) {

	.img_greeting1 {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.name_greeting {
		margin: 10px 0 0 0;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}


}


/* --------------- sponsor --------------- */


.btn1.sponsor1 {
	width: 380px;
	margin: 0 auto 30px;
}

ul.list_sponsor1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsor1 li {
	margin: 0 0 6px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.5;
}

ul.list_sponsor1 li *:not(.indent1) {
	text-indent: 0;
}

.cont_flow_sponsor {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
}

.cont_flow_sponsor dl {
	width: calc((100% - 378px)/2);
	margin: 0 24px 0 0;
	padding: 0;
	border: solid 1px #d32e77;
	position: relative;
	z-index: 0;
}

.cont_flow_sponsor dl:last-child {
	width: 330px;
	margin-right: 0;
}

.cont_flow_sponsor dl::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 10px #d32e77;
	border-top: solid 8px rgba(255, 255, 255, 0);
	border-bottom: solid 8px rgba(255, 255, 255, 0);
	position: absolute;
	top: calc(50% - 8px);
	right: -18px;
}

.cont_flow_sponsor dl:last-child::before {
	content: none;
}

.cont_flow_sponsor dl dt {
	margin: 0;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #d32e77;
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 8px 12px;
}

.btn2.sponsor2 {
	margin: 0 auto 40px;
}

dl.list_faq_sponsor {
	width: 100%;
	margin: 0 0 15px;
	padding: 5px 0 20px;
	border-bottom: dashed 1px #ddd;
}

dl.list_faq_sponsor dt {
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	color: #0c8d1d;
	font-weight: 600;
	display: flex;
}

dl.list_faq_sponsor dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq_sponsor .icon {
	width: 30px;
	margin: 0;
	padding: 0;
}

dl.list_faq_sponsor dd .icon {
	color: #eb4baa;
	font-weight: 600;
	text-align: center;
}

dl.list_faq_sponsor .txt {
	width: calc(100% - 30px);
	margin: 0;
	padding: 0;
}

.note_contact {
	margin: 0;
	padding: 6px 0 0 1em;
	font-size: 13px;
	text-indent: -1em;
	line-height: 1.5;
}

.note_contact *:not(.indent1) {
	text-indent: 0;
}

@media screen and (max-width: 991px) {
	.cont_flow_sponsor dl dt {
		height: 55px;
	}
}

@media screen and (max-width: 1140px) {

	.cont_flow_sponsor {
		display: block;
	}

	.cont_flow_sponsor dl {
		width: 90%;
		margin: 0 auto 30px;
	}

	.cont_flow_sponsor dl:last-child {
		width: 90%;
		margin: 0 auto;
	}

	.cont_flow_sponsor dl::before {
		content: "";
		margin: 0;
		padding: 0;
		border: 12px solid transparent;
		border-top: 12px solid #d32e77;
		border-bottom-width: 0;
		position: absolute;
		top: 110%;
		right: calc(50% - 12px);
	}
}

.cont_flow_sponsor dl dd {
	margin: 0;
	padding: 10px 12px;
}

.btn2.sponsor1 {
	margin: 0 auto 30px;
}


@media screen and (max-width: 550px) {
	.btn1.sponsor1 {
		width: 85%;
		margin: 0 auto 30px;
		font-size: 16px;
	}

	.btn2.sponsor2 {
		width: 80%;
		margin: 0 auto 40px;
		font-size: 16px;
	}
}


