
.content-main {
	padding: 0 0 30px;
}

#tosa-main {
	background: url(../img/head_bg.png) 0 0 no-repeat;
	padding: 15px 15px 30px;
}

#tosa-main h1 {
	text-align: center;
}

.tosa-cnt {
	margin: 0 29px;
}

.deposit-lead {
	overflow: hidden;
	*zoom: 1;
	padding-bottom: 10px;
}

.deposit-lead dt {
	float: left;
	width: 6.0em;
	text-align: center;
	font-size: 114.3%;
	font-weight: bold;
	color: #FFF;
	background-color: #3551A2;
	padding: 6px 10px 4px;
}

.deposit-lead dd {
	font-size: 114.3%;
	font-weight: bold;
	margin-left: 8.0em;
	padding: 6px 0;
}

.close-box {
	margin-bottom: 11px;
}

.period-block {
	position: relative;
	border: #3551A2 2px solid;
	background-color: #D9F2FF;
	font-size: 157.1%;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-bottom: 32px;
}

.period-block.end::after {
	position: absolute;
	content: "";
	width: 78px;
	height: 78px;
	background: url(../img/icon_end.png) left top no-repeat;
	top: 50%;
	left: 50%;
	margin: -39px 0 0 -39px;
}

.period-notice {
	font-size: 90%;
	margin-bottom: 31px;
	color: #FF0000;
}

.period-notice2 {
	font-size: 114.3%;
	color: #FF0000;
}

#point-lead {
	margin: 0 40px 1em 27px;
	overflow: hidden;
	*zoom: 1;
}

#point-lead dt {
	float: left;
	clear: left;
	width: 121px;
	padding-top: 16px;
}

#point-lead dd {
	margin: 0 0 0 15px;
	padding: 24px 0 28px 120px;
	border-top: #FF9900 1px dotted;
	font-size: 114.3%;
}

#point-lead dt:first-child + dd {
	border-top: none;
}

#point-lead dd .point-feature {
	font-size: 150%;
	font-weight: bold;
	color: #00A040;
	margin-bottom: 2px;
}

.to-prd-detail {
	margin: 2em 0;
	font-weight: bold;
}

#schedule-block {
	width: 564px;
	margin: 30px auto;
}

#schedule-cnt {
	padding: 0 30px 20px 45px;
	background-color: #FFFCDF;
	border-left: #D9D9D9 1px solid;
	border-right: #D9D9D9 1px solid;
	border-bottom: #D9D9D9 1px solid;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	zoom: 1;
    position:relative\9;
}

.text-space {
	padding-top: 15px;
}

.catalog-arc-tit {
	margin: 26px 0 13px;
}

.pdf-arc {
	border-bottom: #C8C8C8 1px solid;
	margin-bottom: 10px;
	padding: 0 0 40px 10px;
	overflow: hidden;
}

.pdf-arc li {
	padding: 0;
	font-size: 114.3%;
	float: left;
	width: 48%;
	box-sizing: border-box;
	letter-spacing: -.4em;
}

.pdf-arc li:first-child {
	margin-right: 48%;
}

.pdf-arc li a {
	display: inline-block;
	vertical-align: middle;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	background: url(../../../common/img/icon_pdf.gif) left center no-repeat;
	padding-left: 17px;
	letter-spacing: normal;
}

.pdf-arc li span {
	display: inline-block;
	margin-left: 0.6em;
}

.into-topic {
	position: relative;
	margin-bottom: 13px;
}

.into-topic .btn-catalog {
	position: absolute;
	right: 2px;
	top: 19px;
}

.set-lead {
	font-size: 114.3%;
	font-weight: bold;
	margin-bottom: 20px;
}

.intro-500-block {
	/*padding-bottom: 62px;*/
}

.intro-300-block {
	padding-bottom: 30px;
}

.aniv {
	margin-bottom: 7px;
}

/*20241125add*/
.flex-c{display:flex;justify-content:center;width: 672px;margin:0 auto;}
.flex-item{padding:10px;width: 50%;}
.btn_more_green {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #009C92;
    border: 2px solid #009C92;
    color: #fff!important;
    font-weight: 700;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 40px;
    line-height: 1;
    margin: 1em auto;
    max-width: 320px;
	letter-spacing: .1em;
    box-shadow: 0 5px 0 0 #097069;
}

.btn_more_green:before{content: normal
}

.btn_more_green:hover {
    background: #47ba7d;
    color: #fff!important;
		text-decoration: none;
	}

	.btn_more_green img {
    width: 15px;
    vertical-align: middle;
    margin-right: 15px
}
.h3_app{
	background: #f90;
	padding: 5px 10px;
	color: #fff;
}
.h3_app_p{padding: 5px 10px;}
.h3_app_p ul{padding-left:1em;list-style:disc;}
.h3_app_p ul li{margin-bottom:0.5em;}
.h3_app_p b{background: linear-gradient(transparent 65%, #fff174 65%);}


/*20250129 add*/
.btn_previous_page {
	margin-bottom: 35px;
}

.btn_previous_page_link {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #3f5aa1;
	border: 2px solid #3f5aa1;
	color: #fff!important;
	font-weight: 700;
	padding: 15px 10px;
	font-size: 16px;
	border-radius: 40px;
	line-height: 1;
	margin: 1em auto;
	max-width: 646px;
	letter-spacing: .1em;
	box-shadow: 0 5px 0 0 #213770;
}

.btn_previous_page_link:before{content: normal
}

.btn_previous_page_link:hover {
	background: #5a7fe0;
	color: #fff!important;
	text-decoration: none;
}

.btn_previous_page_link span {
	padding-right: 21px;
	position: relative;
}

.btn_previous_page_link span::before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url("../img/icon_btn_arrow.png") left top / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	translate: 0 -50%;
}