@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background: #fff;
	padding-bottom: 80px;
}

@media (min-width: 1000px) {
	body {
		padding-bottom: 120px;
	}
}

.pc {
	display: none;
}
@media (min-width: 750px) {
	.pc {
		display: block;
	}
}

.sp {
	display: block;
}
@media (min-width: 750px) {
	.sp {
		display: none;
	}
}

/*--container--*/
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
	background: #fff;
	text-align: center;
}

@media (min-width: 750px) {
	.container {
		width: 100%;
	}
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html { }
body {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #082986; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600; }

p { padding: 0; margin: 0; }

a { text-decoration: none; }
a:link { color: #279CD2; }
a:visited { color: #5E6063; }
a:hover { color: #0A3E86; }
a:active { color: #FEDC0D; }

.red {
	color: #E4004B;
	font-weight: 600;
}

.emphasis {
	font-weight: 600;
}

.text-l {
	text-align: left;
}

.center {
	text-align: center;
}


/* Self Clearing Goodness */
.container:after {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1025px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/* contents
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*--flex--*/
.flex {
  display: flex;
  align-items: center;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-end {
  justify-content: flex-end;
}

/*--固定CV--*/
.cv-btn-fix{
	z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
	width: 100%;
  padding: 10px 0 0;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.on{
  opacity: 1;
  visibility: visible;
}

/*--header--*/
header {
  z-index: 10;
  position: relative;
  background: #fff;
  border-bottom: 5px solid #0A3E86;
}

header:before {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #FC121C;
  content: "";
}

@media (min-width: 750px) {
  header {
    border-bottom: 10px solid #0A3E86;
  }
  
  header:before {
    bottom: -14px;
    border-bottom: 4px solid #FC121C;
  }
}

/*--.header--*/
.header {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  margin: 0 auto;
}

.header_logo {
  position:relative;
  width: 75px;
  height: 43px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_logo_230925.png") no-repeat center center;
  background-size: contain;
}

.header_logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.header_logo:hover {
  cursor : pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media (min-width: 750px) {
  .header {
    max-width: 1025px;
    height: 75px;
  }

  .header_logo {
    width: 150px;
    height: 43px;
  }
}

.header_btn-login {
  position:relative;
  width: 80px;
  height: 30px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_head-btn-login-sp_230925.png") no-repeat center center;
  background-size: contain;
}

.header_btn-application {
  position:relative;
  width: 105px;
  height: 30px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_head-btn-application-pc_230925_231209.png") no-repeat center center;
  background-size: contain;
}

.header_btn-login a,
.header_btn-application a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.header_btn-login:hover,
.header_btn-application:hover {
  cursor : pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media (min-width: 750px) {
  .header_btn-login {
    width: 160px;
    height: 50px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_head-btn-login-pc_230925.png") no-repeat center center;
    background-size: contain;
  }
  
  .header_btn-application {
    width: 160px;
    height: 50px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_head-btn-application-pc_230925_231209.png") no-repeat center center;
    background-size: contain;
  }
}

/*--cv btn--*/
.cv-btn {
  margin: 0 auto;
  width: 350px;
  height: 80px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_cv-btn-sp_230925_231209.png") no-repeat center center;
  background-size: contain;
  position:relative;
}

.cv-btn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.cv-btn:hover {
  cursor : pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media (min-width: 750px) {
  .cv-btn {
    width: 600px;
    height: 100px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_cv-btn-pc_230925_231209.png") no-repeat center center;
    background-size: contain;
  }
}

@media (min-width: 1025px) {
  .cv-btn {
    width: 700px;
    height: 120px;
  }
}

/*--simulation btn--*/
.simulation-btn {
  margin: 0 auto 30px;
  width: 350px;
  height: 80px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_simulation-btn-sp_230925.png") no-repeat center center;
  background-size: contain;
  position:relative;
}

@media (min-width: 750px) {
	.simulation-btn {
		margin: 40px auto;
	}
}

.simulation-btn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.simulation-btn:hover {
  cursor : pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media (min-width: 750px) {
  .simulation-btn {
    width: 600px;
    height: 100px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_simulation-btn-pc_230925.png") no-repeat center center;
    background-size: contain;
  }
}

@media (min-width: 1025px) {
  .simulation-btn {
    width: 700px;
    height: 120px;
  }
}

/*--hero--*/
.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 575px;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_hero_back-sp_230925.png") repeat-x top center;
  background-size: auto 575px;
}

@media (min-width: 750px) {
  .hero {
    height: 570px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_hero_back-pc_230925.png") repeat-x top center;
    background-size: auto 570px;
  }
}

@media (min-width: 1025px) {
  .hero {
    height: 800px;
    background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_hero_back-pc_230925.png") repeat-x top center;
    background-size: auto 800px;
  }
}

.hero_box {
  position: absolute;
  top: 0;
  width: 100%;
}

.hero_img {
  margin: 14px auto 0;
  width: 100%;
  height: 450px;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/hero_img-sp-2_240529_250307.png") no-repeat top center;
  background-size: auto 440px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 750px) {
  .hero_img {
    margin: 26px auto 0;
    height: 430px;
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/hero_img-pc-2_240529_250307.png") no-repeat top center;
    background-size: auto 430px;
  }
}

@media (min-width: 1025px) {
  .hero_img {
    margin: 26px auto 0;
    height: 610px;
    background: url("https://sbisec.akamaized.net/sbisec/images/static/2025/hero_img-pc-2_240529_250307.png") no-repeat top 10px center;
    background-size: auto 610px;
  }
}

.hero_cv-btn {
  margin: -50px auto 0;
}

@media (min-width: 750px) {
  .hero_cv-btn {
    margin: -40px auto 0;
  }
}

@media (min-width: 1025px) {
  .hero_cv-btn {
    margin: -40px auto 10px;
  }
}

.note {
  margin: 0 auto;
  width: 100%;
	padding: 0 20px;
  list-style-type: none;
  font-size: 10px;
  color: #0A3E86;
}

@media (min-width: 750px) {
  .note {
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .note {
    font-size: 12px;
		max-width: 600px;
  }
}

.note-item {
	counter-increment: number;
  margin-left: 30px;
  margin-bottom: 0.5rem;
}

.note-item::before {
	content: "※ " counter(number);
	padding: 0;
  margin-right: 10px;
  margin-left: -24px;
	display: inline-block;
}

.note-item2 {
  margin-left: 30px;
  margin-bottom: 0.5rem;
}

.note-item2::before {
	content: "※ ";
	padding: 0;
  margin-right: 10px;
  margin-left: -24px;
	display: inline-block;
}

@media (min-width: 750px) {
  .note-item::before {
    margin-left: -30px;
  }
}

.note2 {
  width: 100%;
	padding: 0 20px;
	margin-top: 10px;
  list-style-type: none;
  font-size: 10px;
  color: #0A3E86;
	counter-reset: number 2;
	text-align: left;
}

@media (min-width: 750px) {
	.note2 {
		margin-top: 10px;
		font-size: 12px;
	}
}

@media (min-width: 1025px) {
	.note2 {
		margin-top: 30px;
	}
}

.note2-item {
	counter-increment: number;
  margin-left: 30px;
  margin-bottom: 0.5rem;
}

.note2-item::before {
	content: "※ " counter(number);
	padding: 0;
  margin-right: 10px;
  margin-left: -24px;
	display: inline-block;
}

@media (min-width: 750px) {
  .note2-item::before {
    margin-left: -30px;
  }
}

/*--sec01--*/
.sec01 {
}

.sec01_inner {
	padding: 30px 0;
}

@media (min-width: 750px) {
	.sec01_inner {
		padding: 60px 0;
	}
}

.sec01_heading {
	font-weight: 500;
	color: #082986;
	letter-spacing: 0.05em;
	font-size: 18px;
}

.sec01_heading span {
	display: block;
	text-decoration: underline;
	text-decoration-thickness: 6px;
	text-decoration-color: #FEDC0D;
	text-underline-offset: -0.15em;
	text-decoration-skip-ink: none;
}

@media (min-width: 750px) {
	.sec01_heading {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.sec01_heading span {
		text-decoration-thickness: 12px;
	}
}

.sec01_img {
	width: 90%;
	max-width: 280px;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 30px auto 0;
  height: 0;
	padding-top: 130px;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/lp_ideco_230925_sp_260119.png") no-repeat top center;
  background-size: contain;
}

@media (min-width: 750px) {
	.sec01_img {
		width: 80%;
		max-width: 920px;
		padding-top: 100px;
		background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/lp_ideco_230925_pc_260119.png") no-repeat top center;
		background-size: contain;
	}
}

/*--sec02--*/
.sec02 {
	background: #EBF0F6;
}

.sec02_inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 60px 0;
}

@media (min-width: 750px) {
	.sec02_inner {
		padding: 90px 0;
	}
}

.sec02_heading {
	color: #082986;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.sec02_heading span {
	display: block;
	font-size: 24px;
}

@media (min-width: 750px) {
	.sec02_heading {
		font-size: 20px;
	}
	.sec02_heading span {
		display: initial;
		font-size: 36px;
		margin-left: 10px;
	}
}

.sec02_lead {
	margin: 30px auto 0;
	text-align: left;
	width: 90%;
}

@media (min-width: 750px) {
	.sec02_lead {
		text-align: center;
	}
}

.sec02_img {
	margin: 30px auto 0;
	width: 90%;
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px;
}

@media (min-width: 750px) {
	.sec02_img {
		width: 80%;
		max-width: 800px;
		padding: 40px 80px;
	}
}

@media (min-width: 1025px) {
	.sec02_img {
		width: 800px;
		padding: 40px 80px;
	}
}

.sec02_img img {
	width: 100%;
}

/*--sec03--*/
.sec03 {

}

.sec03_inner {
	margin: 0 auto;
	width: 90%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec03_inner {
	}
}

@media (min-width: 1025px) {
	.sec03_inner {
		width: 100%;
		max-width: 1000px;
	}
}

/*--sec03　heading--*/
.sec03_heading-wrap {
	width: 360px;
	height: 170px;
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_heading-img_230925.png") no-repeat top left;
  background-size: contain;
	padding-left: 140px;
	margin: 0 auto;
}

@media (min-width: 750px) {
	.sec03_heading-wrap {
		width: 100%;
		height: 300px;
		padding-left: 250px;
		padding-top: 50px;
	}
}

@media (min-width: 1025px) {
	.sec03_heading-wrap {
		height: 337px;
		padding-left: 320px;
		display: flex;
		align-items: flex-start;
	}
}

.sec03_heading-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 500px) {
	.sec03_heading-inner {
		width: 200px;
	}
}

@media (min-width: 750px) {
	.sec03_heading-inner {
		width: 100%;
		padding-top: 0;
	}
}

@media (min-width: 1025px) {
	.sec03_heading-inner {
		width: 100%;
		flex-direction: row-reverse;
	}
}

.sec03_heading {
	width: 100%;
	color: #082986;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	padding-top: 20px;
}

.sec03_heading span {
	width: 100%;
	display: block;
	font-size: 24px;
}

@media (min-width: 750px) {
	.sec03_heading {
		font-size: 20px;
	}
	.sec03_heading span {
		font-size: 36px;
	}
}

@media (min-width: 1025px) {
	.sec03_heading {
		width: calc( 100% - 345px);
		font-size: 20px;
		padding-top: 50px;
	}
	.sec03_heading span {
		display: initial;
		font-size: 36px;
		margin-left: 10px;
	}
}

.sec03_heading-sub {
  width: 100%;
  height: 60px;
	margin: 0;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_heading-sub-pc_230925.png") no-repeat top center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 750px) {
	.sec03_heading-sub {
		width: 100%;
		height: 100px;
	}
}

@media (min-width: 1025px) {
	.sec03_heading-sub {
		width: 345px;
	}
}

/*--sec03　BTN--*/
.sec03_btn-wrap {
  margin: 0 auto 70px;
	width: 98%;
	max-width: 380px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

@media (min-width: 750px) {
	.sec03_btn-wrap {
		margin: 20px auto 70px;
		width: 100%;
		max-width: 550px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

@media (min-width: 1025px) {
	.sec03_btn-wrap {
		margin-top: -140px;
    margin-left: 340px;
	}
}

.sec03_btn {
  position:relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	width: 33%;
  height: 130px;
	margin: 0;
}

@media (min-width: 750px) {
	.sec03_btn {
		height: 180px;
	}
}

.sec03_btn a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.sec03_btn:hover {
  cursor : pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sec03_btn1 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn1-sp_230925.png") no-repeat center center;
	background-size: contain;
}

.sec03_btn2 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn2-sp_230925.png") no-repeat center center;
	background-size: contain;
}

.sec03_btn3 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn3-sp_230925.png") no-repeat center center;
	background-size: contain;
}

@media (min-width: 750px) {
	.sec03_btn1 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn1-pc_230925.png") no-repeat center center;
		background-size: contain;
	}

	.sec03_btn2 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn2-pc_230925.png") no-repeat center center;
		background-size: contain;
	}

	.sec03_btn3 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_btn3-pc_230925.png") no-repeat center center;
		background-size: contain;
	}
}

/*--sec03　point--*/
.sec03 .note {
	text-align: left;
	max-width: 100%;
	margin-top: 10px;
}

@media (min-width: 750px) {
	.sec03 .note {
		margin-top: 10px;
	}
}

@media (min-width: 1025px) {
	.sec03 .note {
		margin-top: 30px;
	}
}

.sec03_point {
	margin: 50px auto 70px;
	width: 100%;
	max-width: 1000px;
	background: #E7F3FF;
	padding: 60px 20px 30px;
	position: relative;
	line-height: 1.6;
}

.sec03_point.last {
	margin: 50px auto 30px;
}

@media (min-width: 750px) {
	.sec03_point {
		padding: 50px 30px 30px;
	}
}

@media (min-width: 1025px) {
	.sec03_point {
		margin: 50px auto 100px;
		padding: 100px 60px 60px;
	}
}

.sec03_point-heading-wrap {
	position: absolute;
	top: -40px;
	left: 0;
	display: flex;
	border-radius: 40px;
	border: 2px solid #083D84;
	background: #fff;
	width: 80%;
}

@media (min-width: 750px) {
	.sec03_point-heading-wrap {
		top: -25px;
		left: 0;
	}
}

@media (min-width: 1025px) {
	.sec03_point-heading-wrap {
		top: -40px;
		left: -30px;
	}
}

.sec03_point-heading {
	color: #0A3E86;
	font-size: 18px;
	height: 70px;
	line-height: 1.6;
	text-align: left;
	padding: 6px 0 6px 20px;
}

@media (min-width: 750px) {
	.sec03_point-heading {
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		padding: 0 0 0 20px;
	}
}

@media (min-width: 1025px) {
	.sec03_point-heading {
		font-size: 28px;
		line-height: 80px;
		height: 80px;
	}
}

.sec03_point-heading span {
	color: #E4004B;
}

.sec03_point-heading-point {
	width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	border-radius: 35px;
}

@media (min-width: 750px) {
	.sec03_point-heading-point {
		width: 130px;
		border-radius: 25px;
	}
}

@media (min-width: 1025px) {
	.sec03_point-heading-point {
		width: 200px;
		border-radius: 38px;
	}
}

.sec03_point-heading-point.point01 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-sp_230925.png") no-repeat center center #083D84;
  background-size: 45px auto;
}

.sec03_point-heading-point.point02 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point2-sp_230925.png") no-repeat center center #083D84;
  background-size: 45px auto;
}

.sec03_point-heading-point.point03 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-sp_230925.png") no-repeat center center #083D84;
  background-size: 45px auto;
}

@media (min-width: 750px) {
	.sec03_point-heading-point.point01 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-pc_230925.png") no-repeat center center #083D84;
		background-size: 100px auto;
	}
	
	.sec03_point-heading-point.point02 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point2-pc_230925.png") no-repeat center center #083D84;
		background-size: 100px auto;
	}
	
	.sec03_point-heading-point.point03 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-pc_230925.png") no-repeat center center #083D84;
		background-size: 100px auto;
	}
}

@media (min-width: 1025px) {
	.sec03_point-heading-point.point01 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-pc_230925.png") no-repeat center center #083D84;
		background-size: 140px auto;
	}
	
	.sec03_point-heading-point.point02 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point2-pc_230925.png") no-repeat center center #083D84;
		background-size: 140px auto;
	}
	
	.sec03_point-heading-point.point03 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-pc_230925.png") no-repeat center center #083D84;
		background-size: 140px auto;
	}
}

.sec03_point-lead {
	font-size: 14px;
}

.sec03_point-lead.emphasis,
.sec03_point-lead .emphasis,
.sec03_point-lead .red {
	font-size: 16px;
}

@media (min-width: 750px) {
	.sec03_point-lead {
		font-size: 16px;
	}

	.sec03_point-lead.emphasis,
	.sec03_point-lead .emphasis,
	.sec03_point-lead .red {
		font-size: 16px;
	}
}

@media (min-width: 1025px) {
	.sec03_point-lead {
		font-size: 18px;
	}

	.sec03_point-lead.emphasis,
	.sec03_point-lead .emphasis,
	.sec03_point-lead .red {
		font-size: 18px;
	}
}

/*--sec03　point 1--*/
.sec03_point1-text-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	font-size: 14px;
	width: 70%;
}

@media (min-width: 750px) {
	.sec03_point1-text-wrap {
		width: 80%;
		font-size: 16px;
		flex-wrap: nowrap;
	}
}

@media (min-width: 1025px) {
	.sec03_point1-text-wrap {
		font-size: 20px;
	}
}

.sec03_point1-text {
	width: 100%;
	font-size: 14px;
}

@media (min-width: 750px) {
	.sec03_point1-text {
		width: 50%;
	}
}

@media (min-width: 1025px) {
	.sec03_point1-text {
		font-size: 18px;
		width: 50%;
	}
}

.sec03_point1-list {
	text-align: left;
	list-style-type: none;
	width: 100%;
	font-size: 12px;
}

@media (min-width: 750x) {
	.sec03_point1-list {
		font-size: 14px;
	}
}

@media (min-width: 1025px) {
	.sec03_point1-list {
		width: 50%;
		font-size: 18px;
	}
}

.sec03_point1-img {
  text-indent: 100%;
	white-space: nowrap;
  overflow: hidden;
	margin-top: 10px;
}

.sec03_point1-img.img1 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-img1-sp_230925.png") no-repeat center center;
  background-size: 100% auto;
	height: 0;
	padding-top: 86%;
}

.sec03_point1-img.img2 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-img2-sp_230925.png") no-repeat center center;
  background-size: 100% auto;
	height: 0;
	padding-top: 108%;
}

@media (min-width: 750px) {
	.sec03_point1-img {
		margin-top: 10px;
	}
	.sec03_point1-img.img1 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-img1-pc_230925.png") no-repeat center center;
		background-size: 100% auto;
		height: 0;
		padding-top: 30.07%;
	}
	.sec03_point1-img.img2 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point1-img2-pc_230925.png") no-repeat center center;
		background-size: 100% auto;
		height: 0;
		padding-top: 38.2%;
	}
}

@media (min-width: 1025px) {
	.sec03_point1-img {
		margin-top: 30px;
	}
}

/*--sec03　point 2--*/
.sec03_point2-box {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 750px) {
	.sec03_point2-box {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.sec03_point2-text-wrap {
	width: 100%;
	margin-top: 20px;
}

@media (min-width: 750px) {
	.sec03_point2-text-wrap {
		width: 50%;
		margin-top: 0;
	}
}

.sec03_point2-img {
	width: 100%;
  text-indent: 100%;
	white-space: nowrap;
  overflow: hidden;
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point2-img1-sp_230925.png") no-repeat top center;
  background-size: 100% auto;
	height: 0;
	padding-top: 80%;
}

@media (min-width: 750px) {
	.sec03_point2-img {
		width: 45%;
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point2-img1-pc_230925.png") no-repeat top center;
		background-size: 100% auto;
		padding-top: 33%;
	}
}

/*--sec03　point 3--*/
.sec03_point3-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

@media (min-width: 750px) {
	.sec03_point3-box {
		flex-wrap: nowrap;
		margin-top: 30px;
	}
}

@media (min-width: 1025px) {
	.sec03_point3-box {
		margin-top: 50px;
	}
}

.sec03_point3-img.img1 {
	width: 100%;
  text-indent: 100%;
	white-space: nowrap;
  overflow: hidden;
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-img1-sp_230925.png") no-repeat center center;
  background-size: 100% auto;
	height: 0;
	padding-top: 168%;
}

.sec03_point3-img.img2 {
	width: 100%;
  text-indent: 100%;
	white-space: nowrap;
  overflow: hidden;
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-img2-sp_230925.png") no-repeat center center;
  background-size: 100% auto;
	height: 0;
	padding-top: 157%;
}

@media (min-width: 750px) {
	.sec03_point3-img.img1 {
		width: 49%;
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-img1_230925.png") no-repeat center center;
		background-size: 100% auto;
		padding-top: 65%;
	}
	
	.sec03_point3-img.img2 {
		width: 49%;
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec03_point3-img2_230925.png") no-repeat center center;
		background-size: 100% auto;
		padding-top: 65%;
	}
}

/*--sec04--*/
.sec04 {
	background: #E7F3FF;
}

.sec04_inner {
	margin: 0 auto;
	width: 95%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec04_inner {
		width: 90%;
	}
}

@media (min-width: 1025px) {
	.sec04_inner {
		width: 100%;
		max-width: 1000px;
		padding: 50px 0 90px;
	}
}

/*--sec04　heading--*/
.sec04_heading-wrap {
	width: 360px;
	height: 170px;
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_heading-img_230925.png") no-repeat top left;
  background-size: contain;
	padding-left: 140px;
	margin: 0 auto;
}

.sec04_heading-block {
	display: block;
}

@media (min-width: 750px) {
	.sec04_heading-wrap {
		width: 100%;
		height: 280px;
		padding-left: 250px;
		padding-top: 50px;
	}
}

@media (min-width: 1025px) {
	.sec04_heading-wrap {
		height: 302px;
		padding-left: 320px;
	}

	.sec04_heading-block {
		display: initial;
	}
}

.sec04_heading-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

@media (min-width: 500px) {
	.sec04_heading-inner {
		width: 200px;
	}
}

@media (min-width: 750px) {
	.sec04_heading-inner {
		width: 100%;
		padding-top: 0;
	}
}

@media (min-width: 1025px) {
	.sec04_heading-inner {
		flex-wrap: nowrap;
		width: 100%;
	}
}

.sec04_heading {
	width: 100%;
	color: #082986;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	padding: 30px 0 0 30px;
}

.sec04_heading-emphasis {
	width: 100%;
	font-size: 24px;
}

@media (min-width: 750px) {
	.sec04_heading {
		font-size: 20px;
		padding-top: 50px;
		padding: 50px 0 0 0;
	}
	.sec04_heading-emphasis {
		font-size: 36px;
	}
}

@media (min-width: 1025px) {
	.sec04_heading {
		width: 100%;
		font-size: 20px;
		padding-top: 0;
		text-align: left;
	}
	.sec04_heading-emphasis {
		display: initial;
		font-size: 36px;
		margin: 0 10px;
	}
}

/*--sec04　BTN--*/
.sec04_btn-wrap {
  margin: 0 auto 40px;
	width: 98%;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

@media (min-width: 750px) {
	.sec04_btn-wrap {
		width: 100%;
		max-width: 700px;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

@media (min-width: 1025px) {
	.sec04_btn-wrap {
		margin-top: -150px;
    margin-left: 300px;
	}
}

.sec04_btn {
  position:relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	width: 25%;
  height: 130px;
	margin: 0;
}

@media (min-width: 750px) {
	.sec04_btn {
		height: 180px;
	}
}

.sec04_btn a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.sec04_btn:hover {
  cursor : pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sec04_btn1 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn1-sp_230925.png") no-repeat center center;
	background-size: contain;
}

.sec04_btn2 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn2-sp_230925.png") no-repeat center center;
	background-size: contain;
}

.sec04_btn3 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn3-sp_230925.png") no-repeat center center;
	background-size: contain;
}

.sec04_btn4 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn4-sp_230925.png") no-repeat center center;
	background-size: contain;
}

@media (min-width: 750px) {
	.sec04_btn1 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn1-pc_230925.png") no-repeat center center;
		background-size: contain;
	}

	.sec04_btn2 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn2-pc_230925.png") no-repeat center center;
		background-size: contain;
	}

	.sec04_btn3 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn3-pc_230925.png") no-repeat center center;
		background-size: contain;
	}

	.sec04_btn4 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_btn4-pc_230925.png") no-repeat center center;
		background-size: contain;
	}
}

/*--sec04　attract--*/
.sec04_attract {
	background: #fff;
	box-shadow: 0px 0px 6px #00000029;
	padding: 20px 20px 30px;
	margin-bottom: 30px;
}

@media (min-width: 750px) {
	.sec04_attract {
		padding: 40px 60px 60px;
		margin-bottom: 30px;
	}
}

/*--sec04　attract-heading--*/
.sec04_attract-heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin: 0 0 20px 0;
	width: 100%;
	height: 94px;
}

.sec04_attract-heading.attract1 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract1-heading-sp_230925.png") no-repeat left center;
	background-size: contain;
}

.sec04_attract-heading.attract2 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract2-heading-sp_230925.png") no-repeat left center;
	background-size: contain;
}

.sec04_attract-heading.attract3 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract3-heading-sp_230925.png") no-repeat left center;
	background-size: contain;
}

.sec04_attract-heading.attract4 {
	background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract4-heading-sp_230925.png") no-repeat left center;
	background-size: contain;
}

@media (min-width: 750px) {
	.sec04_attract-heading.attract1 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract1-heading-pc_230925.png") no-repeat left center;
		background-size: contain;
	}

	.sec04_attract-heading.attract2 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract2-heading-pc_230925.png") no-repeat left center;
		background-size: auto 94px;
	}

	.sec04_attract-heading.attract3 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract3-heading-pc_230925.png") no-repeat left center;
		background-size: auto 94px;
	}

	.sec04_attract-heading.attract4 {
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_sec04_attract4-heading-pc_230925.png") no-repeat left center;
		background-size: auto 94px;
	}
}

/*--sec04　attract-text--*/
.sec04_attract-text {
	text-align: left;
}

@media (min-width: 750px) {
	.sec04_attract-text {
		padding-left: 90px;
	}
}

@media (min-width: 1025px) {
	.sec04_attract-text2 {
		padding-left: 0;
	}
}

.sec04_attract-text .mute {
	font-size: 12px;
	display: block;
	color: #221914;
	margin-top: 10px;
}

/*--sec04　attract-box--*/
.sec04_attract-box {
	display: flex;
	flex-wrap: wrap;
}

.sec04_attract2-box-inner,
.sec04_attract3-box-inner {
	width: 100%;
}

.sec04_attract2-img {
	margin-top: 20px;
	width: 100%;
}

.sec04_attract3-img {
	margin-bottom: 20px;
	width: 100%;
}

@media (min-width: 750px) {
	.sec04_attract2-img {
		padding-left: 90px;
	}
	.sec04_attract3-img {
		padding-left: 90px;
	}
}

.sec04_attract2-img img {
	width: 100%;
}

.sec04_attract3-img img {
	width: 50%;
	max-width: 200px;
}

@media (min-width: 1025px) {
	.sec04_attract-box {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sec04_attract2-box-inner {
		width: 50%;
	}
	.sec04_attract3-box-inner {
		width: 65%;
	}
	.sec04_attract2-img {
		margin-top: 30px;
		width: 46%;
		padding-left: 0;
	}
	.sec04_attract3-img {
		margin-top: 0;
		width: 30%;
	}
	.sec04_attract3-img img {
		width: 100%;
	}
}

.sec04_attract3-function {
	margin-top: 30px;
	background: #F5FAFF;
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
}

.sec04_attract3-function-inner {
	width: 100%;
}

.sec04_attract3-function-heading {
	font-weight: 600;
	line-height: 3;
}

.sec04_attract3-function-list {
	text-align: left;
	color: #221914;
	font-size: 11px;
	line-height: 2.6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -20px;
}

.sec04_attract3-function-list li {
	width: 50%;
}

.sec04_attract3-function-img {
	margin-top: 20px;
	width: 100%;
}

.sec04_attract3-function-img img {
	width: 100%;
}

@media (min-width: 750px) {
	.sec04_attract3-function {
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 20px;
	}
	.sec04_attract3-function-inner {
		width: 45%;
	}
	.sec04_attract3-function-heading {
		text-align: left;
	}
	.sec04_attract3-function-list {
		font-size: 14px;
	}
	.sec04_attract3-function-list li {
		width: 100%;
	}
	.sec04_attract3-function-img {
		margin-top: 0;
		width: 55%;
	}
}

@media (min-width: 1025px) {
	.sec04_attract3-function {
		padding: 40px;
	}
	.sec04_attract3-function-inner {
		width: 60%;
	}
	.sec04_attract3-function-heading {
		text-align: center;
	}
	.sec04_attract3-function-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec04_attract3-function-list li {
		width: 50%;
	}
	.sec04_attract3-function-img {
		margin-top: 0;
		width: 40%;
	}
}

.sec04_attract-box {
}

.sec04_attract4-box-inner {
}

.sec04_attract4-img {
	width: 100%;
	text-align: center;
}

.sec04_attract4-img img {
	margin-top: 30px;
	width: 100%;
	max-width: 329px;
}

@media (min-width: 750px) {
	.sec04_attract4-img {
		margin-top: 50px;
		padding-left: 90px;
	}
}

@media (min-width: 1025px) {
	.sec04_attract-box {
		display: flex;
		justify-content: space-between;
	}
	.sec04_attract4-box-inner {
		width: 60%;
	}
	
	.sec04_attract4-img {
		width: 40%;
		padding-left: 0;
	}
}

/*--sec05--*/
.sec05 {
}

.sec05_inner {
	margin: 0 auto;
	width: 95%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec05_inner {
		width: 90%;
		padding: 90px 0;
	}
}

@media (min-width: 1025px) {
	.sec05_inner {
		width: 100%;
		max-width: 1000px;
	}
}

/*--sec05　heading--*/
.sec05_heading {
	font-size: 24px;
}

@media (min-width: 750px) {
	.sec05_heading {
		font-size: 36px;
	}
}

/*--sec05　case--*/
.sec05_case-wrap {
	margin-top: 60px;
}

.sec05_case-wrap img {
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 750px) {
	.sec05_case-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sec05_case-wrap img {
		width: 50%;
	}
}

/*--sec06--*/
.sec06 {
	background: #EBF0F6;
}

.sec06_inner {
	margin: 0 auto;
	width: 95%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec06_inner {
		width: 90%;
		padding: 90px 0;
	}
}

@media (min-width: 1025px) {
	.sec06_inner {
		width: 100%;
		max-width: 1000px;
	}
}

/*--sec06　heading--*/
.sec06_heading {
	font-size: 24px;
}

@media (min-width: 750px) {
	.sec06_heading {
		font-size: 36px;
	}
}

.sec06_img {
	width: 90%;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 60px auto 30px;
  height: 0;
	padding-top: 33%;
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_sec06_img-sp_230925_231206.png") no-repeat top center;
  background-size: contain;
}

@media (min-width: 750px) {
	.sec06_img {
		width: 80%;
		margin: 60px auto;
		padding-top: 20%;
		background: url("https://sbisec.akamaized.net/sbisec/images/base02/g_sec06_img-pc_230925_231209.png") no-repeat top center;
		background-size: contain;
	}
}

/*--sec07--*/
.sec07 {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.sec07_inner {
	margin: 0 auto;
	width: 95%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec07_inner {
		width: 90%;
		padding: 90px 0;
	}
}

@media (min-width: 1025px) {
	.sec07_inner {
		width: 100%;
		max-width: 1000px;
	}
}

.sec07_heading-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec07_img {
	width: 130px;
}

.sec07_img img {
	width: 110px;
	height: auto;
}

@media (min-width: 750px) {
	.sec07_img {
		width: 240px;
	}
	.sec07_img img {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.sec07_img {
		width: 280px;
	}
	.sec07_img img {
		width: 100%;
	}
}

.sec07_text-wrap {
	width: calc( 100% - 130px );
}

@media (min-width: 750px) {
	.sec07_text-wrap {
		width: calc( 100% - 240px );
	}
}

@media (min-width: 1025px) {
	.sec07_text-wrap {
		width: calc( 100% - 300px );
	}
}

.sec07_heading {
  font-size: 20px;
	color: #083D84;
	font-weight: 500;
	margin-bottom: 20px;
}

@media (min-width: 750px) {
	.sec07_heading {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

.sec07_text {
	line-height: 2;
	font-size: 12px;
}

@media (min-width: 750px) {
	.sec07_text {
		font-size: 14px;
	}
}

@media (min-width: 1025px) {
	.sec07_text {
		font-size: 16px;
	}
}

/*--sec07　FAQ--*/
.faq {
  width: 100%;
	margin-bottom: 60px;
}

/* input非表示 */
.faq-hidden {
  display: none;
}

/* ボタン */
.faq-open {
  display: block;
  padding: 0 80px 0 0;
  cursor: pointer;
  position: relative;
	border-bottom: 1px solid #707070;
	height: 80px;
	color: #0A3E86;
  font-size: 14px;
  font-weight: 600;
	line-height: 1.4;
	display: flex;
  align-items: center;
}

@media (min-width: 750px) {
	.faq-open {
		height: 100px;
		padding: 0 80px 0 30px;
		font-size: 18px;
	}
}

/* ＋アイコン */
.faq-open::before,
.faq-open::after {
  content: '';
  width: 16px;
  height: 3px;
  background: #0A3E86;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

@media (min-width: 750px) {
	.faq-open::before,
	.faq-open::after {
		width: 20px;
	}
}

/* ーアイコン */
.faq-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* 開いたらー */
.faq-hidden:checked+.faq-open:after {
  transform: translateY(-50%) rotate(0);
}

/* 開いたらborder削除 */
.faq-hidden:checked+.faq-open {
	border-bottom: 0;
}

/* アコーディオン内容部分 */
.faq-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;  /* 表示速度の設定 */
  cursor: pointer;
}

/* 内容表示 */
.faq-hidden:checked+.faq-open+.faq-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* 内容枠 */
.faq-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 0;
  opacity: 0;
  transition: 1s;
	border-bottom: 1px solid #707070;
}

.faq-hidden:checked+.faq-open+.faq-box {
  height: auto;
  opacity: 1;
  padding: 0;
}

@media (min-width: 750px) {
	.faq-hidden:checked+.faq-open+.faq-box {
		padding: 10px;
	}
}

/* 内容 */
.faq-content {
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 2;
	color: #000000;
}

@media (min-width: 750px) {
	.faq-content {
		padding: 0 100px 0 20px;
		font-size: 14px;
	}
}

.faq-content p {
	margin-bottom: 5%;
}

.faq-content .mute {
	font-size: 12px;
}

.faq-content-big {
	font-size: 32px;
	font-weight: 600;
}

.faq-content-cap {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color:#082986;
	margin-bottom: 1%;
}

@media (min-width: 750px) {
	.faq-content-cap {
		font-size: 16px;
	}
}

/*--sec08--*/
.sec08 {
	background: #E7F3FF;
}

.sec08_inner {
	margin: 0 auto;
	width: 95%;
	padding: 50px 0;
}

@media (min-width: 750px) {
	.sec08_inner {
		width: 90%;
		padding: 90px 0;
	}
}

@media (min-width: 1025px) {
	.sec08_inner {
		width: 100%;
		max-width: 1000px;
	}
}

.sec08_img {
	width: 80%;
	margin: 0 auto;
}

.sec08_img img {
	width: 100%;
}

@media (min-width: 750px) {
	.sec08_img {
		max-width: 690px;
		width: 90%;
	}
}

.sec08_text {
	font-size: 12px;
	text-align: center;
}

/*--sec09--*/
.sec09 {
}

.sec09_inner {
	margin: 0 auto;
	width: 90%;
	padding: 60px 0;
}

@media (min-width: 1025px) {
	.sec09_inner {
		width: 70%;
		max-width: 1025px;
	}
}

.sec09_text {
	text-align: left;
	color: #221914;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 30px;
}

.sec09_cap {
	display: block;
	font-weight: 600;
}

/*--sec10--*/
.sec10 {
	background: #F5F6F8;
}

.sec10_inner {
	margin: 0 auto;
	width: 90%;
	padding: 60px 0;
	text-align: center;
}

@media (min-width: 1025px) {
	.sec10_inner {
		width: 70%;
		max-width: 1000px;
	}
}

.sec10_heading {
	font-size: 18px;
}

.sec10_tel {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 20px 0;
}

.sec10_text {
	font-size: 14px;
	padding: 0 0 20px;
}

.sec10_text.mute {
	font-size: 12px;
}

/*--sec11--*/
.sec11 {
	background: #082986;
}

.sec11_inner {
	margin: 0 auto;
	width: 90%;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}

@media (min-width: 1025px) {
	.sec11_inner {
		width: 70%;
		max-width: 1000px;
	}
}

.sec11_text {
	font-size: 12px;
	line-height: 2.6;
}

@media (min-width: 750px) {
	.sec11_text {
		font-size: 14px;
	}
}

/*--footer--*/
.footer {
	color: #082986;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}