@charset "utf-8";

#tosa-main {
	text-align: center;
	margin-bottom: 20px;
}

#tosa-main img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

h2 img {
	width: 100%;
	height: auto;
}

.deposit-lead {
	padding-bottom: 10px;
}

.deposit-lead dt {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	background-color: #3551A2;
	padding: 4px 10px;
}

.deposit-lead dd {
	padding: 6px 0 0;
}

.close-box {
	margin-bottom: 1em;
}

.close-box img {
	width: 100%;
	height: auto;
}

.period-block {
	position: relative;
	border: #3551A2 2px solid;
	background-color: #D9F2FF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px;
	font-size: 1.3em;
  text-align: center;
}

.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: 20px;
	color: #FF0000;
}

.period-notice2 {
	font-size: 1.4rem;
	color: #FF0000;
}

#point-lead {
	margin-bottom: 1em;
	overflow: hidden;
}

#point-lead dt {
	float: left;
	clear: left;
	width: 92px;
	padding-top: 10px;
}

#point-lead dt img {
	width: 100%;
	height: auto;
}

#point-lead dd {
	padding: 16px 0 10px 100px;
	border-top: #FF9900 1px dotted;
	min-height: 70px;
}

#point-lead dt:first-child + dd {
	border-top: none;
}

#point-lead dd .point-feature {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	color: #00A040;
	margin-bottom: 5px;
}

.to-prd-detail {
	margin: 2em 0;
	font-weight: bold;
}

#schedule-block {
	background-color: #FFFCDF;
	border: #D9D9D9 1px solid;
	border-radius: 10px;
	margin: 50px 0 20px;
	padding: 20px 10px 10px;
	position: relative;
}

#schedule-tit {
	position: absolute;
	width: 280px;
	left: 50%;
	top: -10px;
	margin-left: -140px;
}

#schedule-tit img {
	width: 100%;
	height: auto;
}

#schedule-img {
	text-align: center;
}

#schedule-img img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.catalog-arc-tit {
	margin: 10px 0 5px;
}

.pdf-arc {
	border-bottom: #C8C8C8 1px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.pdf-arc .pdf-list {
	display: table;
	padding: 5px 3px;
	font-size: 1.6rem;
	letter-spacing: -.4em;
}

.pdf-arc .pdf-list a {
	display: table-row;
	text-decoration: none;
	letter-spacing: normal;
}

.pdf-arc .pdf-list span.pdf-y {
	display: table-cell;
	vertical-align: middle;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	background: url(../img/pdf_l.png) left center no-repeat;
	background-size: 12px auto;
	padding: 5px 0 5px 17px;
}
.pdf-arc .pdf-list span.pdf-m {
	display: table-cell;
	text-align: right;
	padding: 5px 0;
}

.into-topic {
	margin-bottom: 15px;
}

.into-topic h3 {
	text-align: center;
}

.into-topic img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

.btn-tosa-catalog {
	width: 240px;
	margin: 15px auto 10px;
}

.btn-tosa-catalog img {
	width: 100%;
	height: auto;
}

.set-lead {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.intro-500-block img,
.intro-300-block img {
	width: 100%;
	height: auto;
}

.intro-500-block {
	padding-bottom: 30px;
}

.bnr-blog {
	text-align: center;
	margin: 30px 0;
}

.aniv {
	margin-bottom: 5px;
}

.aniv img {
	width: 100%;
	height: auto;
}

/*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: 300px;
		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%);}

@media screen and (max-width: 374px) {
	.period-block {
		font-size: 1.1em;}
}
