@charset "shift_jis";
/* =============================================================== 
	common
=============================================================== */
.sd {
		display: none;
}
.td {
		display: block;
	}
.pd{
		display: block;
}
main section:nth-child(odd) {
	background-color: #e3eff6;
}
main section:last-child {
	background-color: #FFF;
}
#top_message>div, #eliminating-discounts>div, #btn>div, #about_dalton>div, #philosophy>div, #process>div, #disclaimer>div, #company>div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 90px 0;
}
#top_message p, #eliminating-discounts p, #about_dalton p, #philosophy p, #process p {
	font-size: 1.7rem;
	line-height: 1.5;
}
ul li {
	font-size: 1.7rem;
	line-height: 1.5;
}
h2 {
	font-size: 5rem!important;
	margin: 20px 0 30px;
}
h3 {
	font-size: 2rem!important;
	margin: 30px 0 20px;
}
figure {
	text-align: center;
	
}
figure img {
	width: 100%;
	margin-bottom: 15px;
}
.annotation {
	text-align: right;
	font-size: 1.4rem!important;
}
.annotation02 {
	margin: 5px 0;
}
p.sttl {
	font-weight: 600;
    font-size: 2.4rem!important;
	text-align: center;
	margin: 3rem 0;
}
table tbody {
	border: 3px solid #215f9a;
}
table, th, td {
border:1px solid #333;
border-collapse: collapse;
background: #fff;
padding: 10px;
}
th {
	background: #3b7abf;
	color: #fff;
	width: 45%;
	vertical-align: middle; 
}
th:nth-child(1) {
	width: 10%;
}
td:nth-child(1) {
	text-align: center;
}
.triangle{
  width: 0;
  height: 0;
  margin: 40px auto 15px;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 60px solid #3b7abf;
  transform: scaleY(1.1);
}
/* =============================================================== 
	main_visual 
=============================================================== */
#main_visual .main_visual {
    position: relative;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbi_dalton_bg_main.jpg);
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
	text-align: center;
}

#main_visual .main_visual h1 img {
    margin: 0;
    padding: 0;
	vertical-align: bottom;
	width: 100%;
	max-width: 1000px;
    height: auto;
}
/* =============================================================== 
	top_message 
=============================================================== */
#top_message .movie {
	text-align: center;
}
#top_message .movie img {
	width: 760px;
	max-width: 100%
}
#top_message .btn a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background-color: #2f2e4e;
	padding: 15px;
	margin: 20px auto 10px;
	width: 30%;
}
#top_message p {
	text-align: center;
}
/* =============================================================== 
	eliminating-discounts 
=============================================================== */
#eliminating-discounts h3 {
	color: #fff;
	background: #215f9a;
	text-align: center;
	border-radius: 10px;
	width: 160px;
	padding: 20px;
	margin: 0;
}
#eliminating-discounts .triangle02{
  width: 0;
  height: 0;
  margin: 0 0 0 30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 30px solid #215f9a;
  transform: scaleY(1.1);
}
.japan {
	border: 3px solid #215f9a;
	padding: 16px;
	margin:15px 0 40px 0;
}
.japan figure {
	margin-top: 2.3rem;
}
table.asia {
	margin: 15px auto;
	font-size: 1.7rem;
	line-height: 1.5;
}
#eliminating-discounts ul{
	list-style-type: disc;
	padding-left: 2rem;
}
#eliminating-discounts dt{
	text-decoration-line: underline;
}
#eliminating-discounts dd{
	display: list-item;
	margin-left: 3.5rem;
}
/* =============================================================== 
	btn
=============================================================== */
#btn {
	background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbi_dalton_bg_btn.jpg);
	background-size:cover;

}
#btn ul.btn {
	display: flex;
	justify-content: center;
}
#btn ul.btn li:first-child {
	margin-right: 20px;
}

#btn .btn a {
	display: block;
	width: 400px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background-color: #2f2e4e;
	padding: 30px 15px;
	margin: 40px auto 0;
	border-radius: 50px;
}
#btn .btn a:hover {
	opacity: 0.8;
	transition-duration: 0.9s;
}
/* =============================================================== 
about_dalton
=============================================================== */
#about_dalton div.introduction {
	display: flex;
	font-weight: 600;
	color: #2f2e4e;
	background: #FFF;
	border: 4px solid #2f2e4e;
	box-sizing: border-box;
	border-radius: 20px;
	width: 90%;
	margin: 30px auto 0;
	padding: 30px 40px;
}
#about_dalton div.introduction li {
	font-size: 2.4rem !important;
	margin-bottom: 2rem;
}
#about_dalton div.introduction li:last-child {
	margin-bottom: 0;
}
#about_dalton div.introduction span {
	color: #D50306;
}
#about_dalton ul li {
	list-style: disc;
	margin-left: 20px;
}
#about_dalton h3 {

	margin-top: 60px;
	background: #2f2e4e;padding: 7px 7px 5px;
	color: #fff;
}
.profile {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 80%;
	margin: 0 auto 2rem;
	
}
.profile img {
	width: 280px;
	margin-right: 3rem;
}
.profile div p.name {
	line-height: 1.5 !important;
	margin-bottom: 1rem;
	color: #2f2e4e;
}
.profile div p.name span {
	font-size: 4rem!important;
	border-bottom: #2f2e4e 2px solid;
}
.profile div p.career {
	margin-bottom: 2.5rem;
	font-size: 1.5rem!important;
}
/* =============================================================== 
philosophy
=============================================================== */
#philosophy p:last-child {
	color: #3b7abf;
    font-weight: 600;
    font-size: 2.4rem !important;
    text-align: center;
    margin: 2.5rem 0 0 0;
}
/* =============================================================== 
process
=============================================================== */
#process figure {
	margin-top: 60px;
}
/* =============================================================== 
disclaimer
=============================================================== */
#disclaimer h2 {
	font-size: 2.5rem !important;
}
#disclaimer h3 {
	margin: 20px 0 10px;
	font-size: 1.6rem !important;
}
#disclaimer h4 {
	margin: 20px 0 10px;
}
#disclaimer h5 {
	margin: 20px 0 5px;
}
#disclaimer .specialized {
	border: 1px solid #000;
	padding: 0 20px 20px 10px;
	margin: 20px 0;
}
.disc_area {
  word-break: break-all;
}
.disc_area dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 1.3;
}
.disc_area dt {
	background-color: #c5dcff;
	width: 150px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
.disc_area dd {
	width: calc(100% - 150px);
	padding: 10px;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}

.disc_area span {
	color: #e70a00;
	text-decoration: underline;
	font-weight: 700;
}

#disclaimer .disc_area ul {
    list-style-type: disc;
    padding-left: 2rem;
}
#disclaimer .disc_area li {
	font-size: 14px;
}
#disclaimer table {
	font-size: 14px;
	margin: 5px 0 10px;

}

