@charset "utf-8";
/* CSS Document */
/*font*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(/common/fonts/NotoSans_Thin.woff2) format('woff2'), url(/common/fonts/NotoSans_Thin.woff) format('woff'), url(/common/fonts/NotoSans_Thin.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(/common/fonts/NotoSans_Light.woff2) format('woff2'), url(/common/fonts/NotoSans_Light.woff) format('woff'), url(/common/fonts/NotoSans_Light.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(/common/fonts/NotoSans_DemiLight.woff2) format('woff2'), url(/common/fonts/NotoSans_DemiLight.woff) format('woff'), url(/common/fonts/NotoSans_DemiLight.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans_Regular.otf'), url(/common/fonts/NotoSans_Regular.woff2) format('woff2'), url(/common/fonts/NotoSans_Regular.woff) format('woff'), url(/common/fonts/NotoSans_Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/NotoSans_Medium.woff2) format('woff2'), url(/common/fonts/NotoSans_Medium.woff) format('woff'), url(/common/fonts/NotoSans_Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/NotoSans_Bold.woff2) format('woff2'), url(/common/fonts/NotoSans_Bold.woff) format('woff'), url(/common/fonts/NotoSans_Bold.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(/common/fonts/NotoSans_black.woff2) format('woff2'), url(/common/fonts/NotoSans_black.woff) format('woff'), url(/common/fonts/NotoSans_black.otf) format('opentype')
}
/*END===font*/
body {
  font-family: 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
}
img {
	vertical-align: -moz-middle-with-baseline;
}
.fb {
	font-weight: bold;
}
.fs22 {
	font-size: 2.2rem;
}
.general-p {
	font-size: 1.6rem;
	line-height: 1.4;
}
.indent-1 {
	max-width: 734px;
  margin: 1.5rem auto 0;
}
.bold {
    font-weight: bold;
}
@media screen and (max-width:659px) {
img {
	vertical-align: inherit;
}
	.fs22 {
		font-size: 1.6rem;
	}
	.general-p {
		font-size: 1.4rem;
	}
	.indent-1 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
/*メインビジュアル*/
.main_visu_box {
  text-align: center;
}
.main_visu_logo {
  text-align: center;
  background-color: #fff;
  padding: 1rem;
}
.main_visu {
  padding: 0 2rem;
	background-color: #fff;
}
.main_visu img {
  vertical-align: middle;
}
@media screen and (max-width:659px) {
  .main_visu_logo {
    padding: .5rem;
  }
  .main_visu {
    padding: 0;
  }
}
/*END===メインビジュアル*/

/*タブ*/
.tab_label {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
.tab_label > li {
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  padding: 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #c2c2c2;
  border: 3px solid #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.tab_label > li + li {
  margin-left: 10px;
}
.tab_label > li a {
  color: #333;
  display: block;
}
.tab_label > li.select {
  position: relative;
  color: #fff;
  background: #023273;
}
@media screen and (max-width:659px) {
  .tab_label {
  display: block;
  justify-content: center;
  padding: 1rem 0 0;
  margin-top: 1.5rem;
}
  .tab_label > li {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    border: none;
    border-radius: 0;
  }
  .tab_label > li + li {
  margin-left: 0;
}
    .tab_label > li:nth-of-type(n+2) {
  border-top: 1px solid #fff;
}
}
/*タブ*/
/*タブ切替*/
.flex-wrapper {
  max-width: 944px;
  margin: 0 auto;
  justify-content: space-around;
  padding: 0;
}
.flex-box {
  width: calc(96% / 4);
  display: block;
  background: #fff;
  padding: 1rem 1rem 10rem;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: .6rem .6rem 0 0 #c40915;
}
.flex-box2 {
  width: calc(95% / 3);
  display: block;
  background: #fff;
  padding: 1rem 1rem 10rem;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: .6rem .6rem 0 0 #c40915;
}
.flex-wrapper .plus {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  margin: auto;
}
.flex-box::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 46%;
  width: 30px;
  height: 30px;
  background-color: #d70c19;
  border-radius: 50px;
}
.flex-box2::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 46%;
  width: 30px;
  height: 30px;
  background-color: #d70c19;
  border-radius: 50px;
}
.flex-box::after {
  content: "";
  position: absolute;
  bottom: 2.1rem;
  left: 50%;
  width: 8px;
  height: 7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
}
.flex-box2::after {
  content: "";
  position: absolute;
  bottom: 2.2rem;
  left: 49%;
  width: 8px;
  height: 7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
}
.flex-box .head {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #d70c19;
  margin-bottom: 2rem;
  background: linear-gradient(transparent 50%, #fff4a9 0%);
}
.flex-box2 .head {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #d70c19;
  margin-bottom: 2rem;
  background: linear-gradient(transparent 50%, #fff4a9 0%);
}
.flex-box .text {
  font-size: 1.6rem;
}
.flex-box2 .text {
  font-size: 1.6rem;
}
.flex-box .tokuten {
  font-weight: bold;
  position: absolute;
  bottom: 5.5rem;
  vertical-align: middle;
  text-align: center;
  left: 0;
  right: 0;
}
.flex-box2 .tokuten {
  font-weight: bold;
  position: absolute;
  bottom: 5.5rem;
  vertical-align: middle;
  text-align: center;
  left: 0;
  right: 0;
}
@media screen and (max-width:659px) {
  .bgred {
    padding: 2rem 0 1rem;
  }
  .flex-box {
    width: 100%;
    background: #fff;
    padding: 1rem 1rem;
    position: relative;
    box-shadow: .6rem .6rem 0 0 #c40915;
  }
  .flex-box:nth-child(-n+3) {
    margin-bottom: 1rem;
  }
  .flex-box2 {
    width: 100%;
    background: #fff;
    padding: 1rem 1rem;
    position: relative;
    box-shadow: .6rem .6rem 0 0 #c40915;
  }
  .flex-box2:nth-child(-n+2) {
    margin-bottom: 1rem;
  }
  .flex-wrapper .plus {
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
    margin: auto;
  }
  .flex-box::before {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: .5rem;
    left: auto;
    top: 45%;
    width: 26px;
    height: 26px;
    background-color: #d70c19;
    border-radius: 50px;
  }
  .flex-box2::before {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: .5rem;
    left: auto;
    top: 45%;
    width: 26px;
    height: 26px;
    background-color: #d70c19;
    border-radius: 50px;
  }
  .flex-box::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 1.2rem;
    left: auto;
    top: 50%;
    width: 8px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
  }
  .flex-box2::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 1.2rem;
    left: auto;
    top: 50%;
    width: 8px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
  }
  .flex-box .head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .flex-box2 .head {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .flex-box .text {
    font-size: 1.3rem;
  }
  .flex-box2 .text {
    font-size: 1.3rem;
  }
  .flex-box .tokuten {
    position: inherit;
    bottom: 0;
  }
  .flex-box2 .tokuten {
    position: inherit;
    bottom: 0;
  }
}
/*タブ切替*/

/*tab-content*/
.tab-content {
	border-top: 5px solid #023273;
}
.content-wrapper {
	position: relative;
  background-color: #e9f2ff;
}
.content-wrapper .inner {
	padding: 2rem 0;
	max-width: 840px;
	position: relative;
}
@media screen and (max-width:659px) {
  .content-wrapper:nth-of-type(1) .inner {
	padding: 1.5rem;
}
	.content-wrapper .inner {
		padding: 1.5rem 1rem;
	}
	.mb15 .spOnly {
		max-width: 320px;
	}
}
h2 {
	text-align: center;
	margin-bottom: 2.5rem;
}
.catch_text {
    font-size: 2.3rem;
    font-weight: bold;
  line-height: 1.3;
    color: #023273;
}
.date {
	font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
	margin-top: 2rem;
}
.date dt {
	width: 30%;
}
.date dd {
	width: 70%;
    font-size: 2rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width:659px) {
	h2 {
		max-width: 55%;
		margin: 0 auto 1.5rem;
    padding: 0;
		line-height: 1;
	}
  .catch_text {
    font-size: 1.7rem;
}
	.date {
		flex-direction: column;
		font-size: 1.4rem;
	}
	.date dt {
	  width: 100%;
		margin-bottom: .8rem;
	}
	.date dd {
		width: 100%;
		padding-left: 1.5rem;
		font-size: 1.6rem;
	}
}
/*END===tab-content*/
/*accordion内*/
.accordion {
  margin: 0 0 3rem;
}
.accordion_title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0168b7;
  padding: 1.7rem 1rem 1.7rem 8rem;
  margin-top: 5rem;
  position: relative;
  background: url("/info/campaign/2508sbi/images/icon+.png")no-repeat top 50% right 2rem/2% auto #023273;
}
.accordion_title:nth-of-type(1) {
	margin-top: 3rem;
}
.accordion_title.active {
  background-image: url("/info/campaign/2508sbi/images/icon-.png");
}
.accordion_title::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -33px;
  top: -1.5rem;
  width: 85px;
  height: 85px; 
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion .accordion_title:nth-of-type(1)::before {
  background-image: url("/info/campaign/2508sbi/images/step01.png");
}
.accordion .accordion_title:nth-of-type(2)::before {
  background-image: url("/info/campaign/2508sbi/images/step02.png");
}
.accordion .accordion_title:nth-of-type(3)::before {
  background-image: url("/info/campaign/2508sbi/images/step03.png");
}
.accordion .accordion_title:nth-of-type(4)::before {
  background-image: url("/info/campaign/2508sbi/images/step04.png");
}
.accordion_contents {
  background-color: #fbfdff;
  padding: 2rem;
  display: none;
  border: 1px solid #0b53a2;
}
.accordion_contents .flex-wrapper {
  justify-content: space-around;
  padding: 0;
  margin: auto;
  align-items: start;
}
.accordion_contents .flex-wrapper .text {
  width: 85%;
}
.accordion_contents .flex-wrapper .icon {
  width: fit-content;
}
.accordion_contents .general_p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.accordion .arrow {
  display: flex;
  align-items: flex-start;
  margin-bottom: .5rem;
}
.accordion .arrow.spOnly {
  display: none;
}
.accordion .arrow .title {
  width: 40%;
  background-color: #e6e6e7;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: .5rem 0;
}
.accordion .arrow .title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 0 1.8rem 1rem;
  border-color: transparent transparent transparent #e6e6e7;
  position: absolute;
  top: -.1rem;
  right: -1rem;
  margin: auto;
}
.accordion .arrow .text {
  width: 60%;
  padding-left: 2rem;
  font-size: 2rem;
}
.accordion .arrow .text span {
  font-size: 1.6rem;
}
.btn_flex {
  display: flex;
  justify-content: space-between;
}
.btn_flex .btn_wrapper {
  width: 48%;
  text-align: center;
}
.btn_wrapper {
  text-align: right;
  width: 98%;
  margin: 2.5rem auto 0;
}
.btn_wrapper a {
  color: #fff;
  background-color: #ca222f;
  display: inline-block;
  padding: 1.5rem 4rem 1.5rem 2rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 90%;
  max-width: 420px;
  border-radius: 25px;
  box-shadow: 3px 3px #bf1926;
}
.btn_wrapper a::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 3rem;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.btn_flex .btn_wrapper .caption {
  max-width: 420px;
  width: 90%;
}
.btn_wrapper .caption {
  text-align: right;
  margin-top: 1rem;
  max-width: 98%;
  display: block;
}
.plus {
  margin: 4rem auto;
  display: block;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 0.3em;
  background:currentColor;
  border-radius: 0.1em;
  position: relative;
}
.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.moreplus {
    width: 25%;
    margin: 0 auto;
}
.flex-wrapper.flexplus {
  margin-top: 2rem;
  justify-content: center;
  width: 95%;
}
.flex-wrapper .textplus {
  font-weight: bold;
  width: 50%;
  line-height: 1.3;
  text-align: center;
}
.flex-wrapper.flexplus .btn_wrapper {
  width: 50%;
}
.sub_heading {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
  color: #e9464d;
  text-align: center;
  padding: 0.5rem 2rem 1rem;
  margin-top: 10rem;
  border-bottom: #e9464d 3px solid;
}
.sub_heading::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-40deg);
  height: 20px;
  width: 10px;
  border-right: 4px solid #e9464d;
  background-color: #eaf7ff;
  content: "";
  z-index: 2;
}
.sub_heading .decoration {
  position: relative;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #ffe2e3;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
  top: -7rem;
  left: 49%;
}
.sub_heading .decoration::before, .sub_heading .decoration::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: 1rem;
  border-top: 4px solid #e9464d;
  border-right: 4px solid #e9464d;
  transform: rotate(135deg);
  margin-top: -4px;
}
.sub_heading .decoration::before {
  top: 20%;
}
.sub_heading .decoration::after {
  top: -18%;
}
@media screen and (max-width:750px) {
  .accordion_title::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width:659px) {
  .accordion {
    margin: 1.5rem .2rem 1rem;
  }
  .accordion_title {
    margin-top: 2rem;
    font-size: 1.4rem;
    padding: 1rem 2rem 1rem 4.5rem;
    background: url("/info/campaign/2508sbi/images/icon+.png")no-repeat top 50% right 1rem/3% auto #023273;
    line-height: 1.3;
  }
  .accordion_title.active {
    background: url("/info/campaign/2508sbi/images/icon-.png")no-repeat top 50% right 1rem/3% auto #023273;
  }
  .accordion_title::before {
    top: -.5rem;
    left: -1rem;
    width: 57px;
    height: 57px;
  }
  .accordion_contents {
    padding: 1rem;
  }
  .accordion_contents .flex-wrapper {
    width: 100%;
    flex-direction: inherit;
    align-items: flex-start;
	  margin-bottom: .5rem;
  }
  .accordion_contents .flex-wrapper .text {
    width: 75%;
  }
  .accordion_contents .general_p {
    font-size: 1.2rem;
  }
  .accordion_contents .flex-wrapper .text .general-list li {
    font-size: 1rem;
  }
  .accordion_contents .flex-wrapper .icon {
    max-width: 23%;
    width: auto;
  }
  .accordion_contents .flex-wrapper .icon img {
    max-height: 80px;
  }
  .accordion .arrow .title {
    font-size: 1.1rem;
    width: 100%;
  }
  .accordion .arrow .title::before {
    border-width: .8rem 1rem 0 1rem;
    border-color: #e6e6e7 transparent transparent transparent;
    bottom: -2.8rem;
    right: 44%;
  }
  .accordion .arrow .text {
    font-size: 1.1rem;
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
    text-align: center;
  }
  .accordion .arrow .text span {
    font-size: .8rem;
  }
  .accordion .arrow {
    display: block;
  }
  .accordion .arrow.pcOnly {
    display: none;
  }
  .accordion .arrow.spOnly {
    display: block;
  }
  .btn_flex {
    flex-direction: column;
  }
  .btn_flex .btn_wrapper {
    width: 100%;
  }
  .btn_wrapper + .btn_wrapper {
    margin-top: .5rem;
  }
  .btn_wrapper {
    margin-top: 1.5rem;
  }
  .btn_wrapper a {
    font-size: 1.2rem;
    max-width: 100%;
    width: 100%;
    padding: .8rem 2rem .8rem 1rem;
    border-radius: 50px;
    line-height: 1.3;
  }
  .btn_wrapper a::before {
    right: 1.2rem;

  }
  .btn_flex .btn_wrapper .caption {
    max-width: 100%;
    width: 100%;
  }
  .btn_wrapper .caption {
    font-size: 1rem;
    margin-top: .7rem;
  }
 .plus {
  margin: 2.5rem auto;
  width: 1.5em;
  height: 0.2em;
}

  .moreplus {
    width: 50%;
    margin: 0 auto;
}
.flex-wrapper.flexplus {
  display: block;
  margin: 1rem auto;
}
.flex-wrapper .textplus {
  width: 100%;
}
.flex-wrapper.flexplus .btn_wrapper {
  width: 100%;
  margin-top: .5rem;
}
  .sub_heading {
    font-size: 1.8rem;
    border-bottom: #e9464d 2px solid;
    margin-top: 7rem;
    padding: .5rem 0 .5rem;

  }
  .sub_heading::before {
    border-right: 3px solid #e9464d;
    height: 12px;
  }
  .sub_heading .decoration {
    width: 3rem;
    height: 3rem;
    top: -5rem;
    left: 46%;
  }
  .sub_heading .decoration::before, .sub_heading .decoration::after {
    width: 15px;
    height: 15px;
    right: .6rem;
    border-top: 3px solid #e9464d;
    border-right: 3px solid #e9464d;
  }
  .sub_heading .decoration::before {
    top: 30%;
  }
  .sub_heading .decoration::after {
    top: -8%;
  }
}
/*END===accordion内*/


/*presentエリア*/
.inner.present {
	margin: 3rem auto;
}
@media screen and (max-width:659px) {
  .inner.present {
	margin: 1.5rem auto 1.5rem;
}
	.present h2 {
    max-width: 100%;
	}
}
/*END===presentエリア*/

.contents03 {
    padding: 2.5rem 0 0!important;;
}

.contents03 p {
    font-size: 1.8rem;
}

.contents03 p span {
    color: #023273;
    font-size: 2.8rem;
}

@media screen and (max-width:659px) {
.contents03 p {
    font-size: 1.4rem;
}

.contents03 p span {
    font-size: 2.2rem;
}
}

/*btn_main*/
.btn_bg {
	background-color: #023273;
	padding: 3rem 0;
	text-align: center;
}
.btn_bg .btn_caption {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.btn_bg .btn_caption::before,
.btn_bg .btn_caption::after {
    position: absolute;
    height: 20px;
    width: 5px;
    border-right: 3px solid #fff;
    content: "";
    top: .5rem;
}
.btn_bg .btn_caption::before {
    transform: translateX(-250%) skew(25deg);
}
.btn_bg .btn_caption::after {
    transform: translateX(100%) skew(-25deg);
}
.btn_entry {
	max-width: 500px;
	width: 100%;
	margin: 1rem auto 1.5rem;
}
.btn_entry a {
	font-size: 2.6rem;
	font-weight: bold;
	color: #023273;
	background-color: #fff;
	padding: .8rem 2rem .8rem 2rem;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}
.btn_entry a::before {
	content: "";
	position: absolute;
	top: 48%;
	right: 3rem;
	width: 8px;
	height: 8px;
	border-top: 3px solid #023273;
	border-right: 3px solid #023273;
	transform: rotate(45deg);
	margin-top: -4px;
}
.btn_bg .general-list {
	text-align: left;
	color: #fff;
	max-width: 33rem;
	margin: auto;
}
@media screen and (max-width:659px) {
	.btn_bg .btn_caption {
		font-size: 1.6rem;
	}
	.btn_bg .btn_caption::before,
	.btn_bg .btn_caption::after {
		border-right: 2px solid #fff;
		top: 0;
	}
	.btn_bg {

		padding: 1.5rem 0;
	}
	.btn_entry {
		margin: .5rem auto 1rem;
	}
	.btn_entry a {
		font-size: 1.8rem;
	}
}

.general-p.mt15 {
    max-width: 604px;
    margin: 0 auto;
    margin-top: 2rem;
}

/*ご注意事項*/
.atten_wrapper {
    padding: 3rem 0 2rem;
    background-color: #e9f2ff;
}
h3 {
  color: #3e3e3e;
  font-size: 1.8rem;
}
.atten_box ul li {
  line-height: 1.4;
}
.nisa_atten_title {
  margin-top: 3rem;
}
#footer {
  margin: 0 auto;
  padding: .5rem 0 0;
  color: #666;
}
#footer .inner {
  width: auto;
}
#footer .item {
  margin-bottom: 2.4rem;
}
#footer .item:last-child {
  margin-bottom: 0;
}
#footer .item .ft-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.3rem;


}
#footer .item .ft-content, #footer p {
  line-height: 1.7;
  color: #666;
  font-size: 1.1rem;
}
#footer .link {
  text-decoration: underline;
  background: url("../images/ic_link.png") 100% 50% no-repeat;
  background-size: auto;
  background-size: auto .8em;
  -webkit-background-size: auto .8em;
  padding-right: .8em;
  color: #282828;
}
@media screen and (max-width:659px) {
  .atten_wrapper {
    padding: 1rem 0;
}
  .atten_box ul li {
    font-size: 1.2rem;
  }
}
/*アコーディオン*/
.atten_box {
  max-width: 800px;
  margin: 0 auto 0;
}
.atten_box .accordion {
  margin: 0 auto;
}
.atten_box .accordion dt {
  background: url("/info/campaign/2508sbi/images/icon+2.png")no-repeat top 50% right 2rem/2% auto #fff;
}
.atten_box .accordion h2 {
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 2rem;
}
.atten_box .accordion h2::after, .atten_box .accordion h2::before {
  content: none;
}
.atten_box .accordion dt.active {
  background-image: url("/info/campaign/2508sbi/images/icon-2.png");
}
.atten_box .accordion dd {
  padding: 2rem;
  display: none;
  text-align: left;
  background-color: #fff;
}
.atten_box .link a, .link a {
  background: rgba(0, 0, 0, 0) url("/common/images/icon/ic_arrow-r-rd02.png") no-repeat scroll 100% 50% / auto 0.6em;
  color: #282828;
  margin-right: .2em;
  padding-right: 0.8em;
  text-decoration: underline;
}
@media screen and (max-width:659px) {
  .atten_box {
    padding: 0 1rem;
    margin: 1.5rem auto 0;
  }
    .atten_box .mb10 {
    font-size: 1.2rem;
  }
  .atten_box .accordion dt {
    background: url("/info/campaign/2508sbi/images/icon+2.png")no-repeat top 46% right 1.5rem/4% auto #fff;
  }
  .atten_box .accordion dt.active {
    background: url("/info/campaign/2508sbi/images/icon-2.png")no-repeat top 50% right 1.5rem/4% auto #fff;
  }
  .atten_box .accordion h3 {
    margin-left: 0;
    margin-bottom: .5rem;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .atten_box .accordion dd {
    padding: 1rem;
  }
  .atten_box .accordion h2 {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
/*ENDアコーディオン*/

/*popup*/
.address {
  max-width: 100%;
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 9998;
}
.popBox {
  position: relative;
  display: inline-block;
}
.popBox.close {
  display: none;
}
.close_btn {
  position: absolute;
  top: -.7rem;
  right: -.7rem;
  z-index: 9999;
}
@media screen and (max-width:659px) {
  .close_btn {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
  }
}
/*END===popup*/