@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;
	word-break: break-all;
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}

.flex-wrapper {
	padding: 0;
  text-align: left;
}
.main_contents {
  padding-bottom: 0;
}

/*共通*/

.main_wrapper {
	background-color: #fff;
}
.bg_wrapper {
	background-color: #13395a;
	padding: 2rem 0 6rem;
}
.main_wrapper h1 {
	max-width: 75%;
	margin: auto;
}
.inner {
	max-width: 1046px;
	width: 96%;
	margin: 0 auto;
}
.li-dots > .dot {
  padding-left: 1.4em;
  position: relative;
}
.li-dots > .dot::before {
    display: block;
    content: "●";
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
}

.contents {
	max-width: 980px; 
	margin: 2rem auto;
	padding: 3rem 2rem;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 0px rgb(0 0 0 / 16%);
	text-align: center;
	font-size: 1.6rem;
}
.heading_2 {
	position: relative;
	display: inline-block;
	padding: 0 95px;
	margin: 2rem auto;
	text-align: center;
	color: #13395a;
}
.heading_2::before,
.heading_2::after {
	position: absolute;
	top: calc(50% - 3px);
	width: 80px;
	height: 6px;
	content: "";
	border-top: solid 2px #13395a;
	border-bottom: solid 2px #13395a;
}
.heading_2::before {
	left: 0;
}
.heading_2::after {
	right: 0;
}
.text_sm {
  font-size: 1.4rem;
}
.btn_area {
  margin: 1.5rem auto 3rem;
  text-align: center;
}
.btn_area .entry_btn a {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #ec6700;
  padding: 1.5rem 4rem;
  display: inline-block;
  width: 70%;
  border-radius: 50px;
  box-shadow: 0 .5rem 0 0 #b35812;
}
@media screen and (min-width:660px) and (max-width:1280px){
.main_wrapper h1 {
  max-width: 100%;
  margin: auto;
}
	}
@media screen and (max-width:659px) {
	.main_wrapper {
		padding: 0px;
	}
		.main_wrapper h1 {
		max-width: 100%;
		margin: auto;
	}
  .bg_wrapper {
  margin-top: 1rem;
  padding: 1rem 0 6rem;
}
	.contents {
		padding: 2rem 1.5rem 2rem;
  }
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	.heading_2 {
		display: block;
		margin: 1rem auto;
		padding: 0 60px;
	}
	.heading_2::before, 
	.heading_2::after {
		width: 50px;
	}
	.flex-wrapper {
		flex-direction: inherit;
	}
  .text_sm {
  font-size: 1rem;
    line-height: 0.5rem;
}
   .btn_area .entry_btn a {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    width: 100%;
  }
  .btn_area {
  margin: 1rem auto 2.5rem;
}
	}
/*END===共通*/

/*---------TOPテキストコンテンツ---------*/
.contents_item01,.contents_item02,.contents_item03,.contents_item04,.contents_item05 {
  width: 90%;
  margin: 0 auto;
}
.contents_item01 .line_1 {
  font-size: 2.4rem;
  text-align: center;
}
.contents_item01 .line_1 span {
  font-size: 2.6rem;
  font-weight: bold;
}
.contents_item01 .line_1 span:nth-of-type(2n) {
  font-size: 2.6rem;
  color: #ec6700;
  font-weight: bold;
}

@media screen and (max-width:659px) {
.contents_item01, .contents_item02, .contents_item03, .contents_item04, .contents_item05 {
  width: 100%;
}
.contents_item01 .line_1 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 3rem;
  line-height: 2.4rem;
}
.contents_item01 .line_1 span {
  font-size: 2rem;
  line-height: 2.8rem;
}
.contents_item01 .line_1 span:nth-of-type(2n) {
  font-size: 2rem;
}
}
/*---------END===TOPテキストコンテンツ---------*/

/*---------講師紹介---------*/
.contents_item02 h2 {
  text-align: left;
}
.contents_item02 h2 img {
  width: 30%;
}
.contents_item02 .line_1 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #a2a2a2;
}
.contents_item02 .line_1 span {
  position: relative;
  margin-left: 1.5rem;
  font-size: 2.2rem;
  z-index: 100;
}
.contents_item02 .line_1 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ffb67e, #ffb67e 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ffb67e, #ffb67e 2px, #fff 2px, #fff 4px);
  z-index: -100;
}
.contents_item02 .line_2 {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: left;
  width: 90%;
}
.contents_item02 .flex-wrapper {
  display: flex;
  margin-top: 2rem;
}
.contents_item02 .img_area {
  text-align: right;
}
.contents_item02 .img_area img {
  max-width: 85%;
}
@media screen and (max-width:659px) {
.contents_item02 h2 img {
  width: 60%;
}
.contents_item02 .line_1 {
  font-size: 2rem;
}
.contents_item02 .flex-wrapper {
  display: inherit;
}
.contents_item02 .img_area{
  margin-top: 1rem;
  text-align: center;
}
.contents_item02 .img_area img{
  max-width: 60%;
}
.contents_item02 .line_1 span {
  padding-top: 0.5rem;
  display: inline-block;
  margin-left: 0rem;
  font-size: 1.6rem;
}
.contents_item02 .line_2 {
  width: 100%;
  font-size: 1.4rem;
}
}
/*---------END===講師紹介---------*/

/*---------午前の部---------*/
.contents_item03 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #ec6700;
  color: #fff;
  padding: 0.5rem 3rem;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 1rem;
  text-align: left;
  display: block;
}
.contents_item03 h2 span {
  font-size: 1.8rem;
}
.contents_item03 .line_1 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contents_item03 .line_2 {
  font-size: 1.8rem;
  text-align: left;
  width: 95%;
  margin-bottom: 2rem;
}
.contents_item03 .img_area {
  text-align: right;
  max-width: 50%;
  min-width: 22%;
}
.taisyo {
  display: flex;
  text-align: left;
  margin-bottom: 1.5rem;
}
.contents_item03 .taisyo .title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ec6700;
  color: #fff;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  display: inline-block;
  margin-right: 1rem;
  max-height: 3rem;
  border-radius: 50px;
}
.taisyo .text {
  display: grid;
  align-items: center;
}
.naiyo {
  display: flex;
  text-align: left;
}
.contents_item03 .naiyo .title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ec6700;
  color: #fff;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: inline-block;
  max-height: 3rem;
  border-radius: 50px;
}
.naiyo .text {
  display: grid;
  align-items: center;
  width: 85%;
}
.contents.bg_or {
  background-color: #fff3e4;
}
@media screen and (max-width:659px) {
.contents_item03 h2 {
  font-size: 2rem;
}
.contents_item03 h2 span {
  font-size: 1.4rem;
}
.contents_item03 .flex-wrapper {
  display: inherit;
}
.contents_item03 .line_1 {
  font-size: 1.8rem;
}
.contents_item03 .line_2 {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 0rem;
}
.contents_item03 .img_area img {
  max-width: 100%;
}
.contents_item03 .img_area {
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 60%;
  min-width: 60%;
}
.contents_item03 .taisyo {
  display: inherit;
  margin-top: 1rem;
}
.contents_item03 .taisyo .title {
  font-size: 1.4rem;
  padding: 0.2rem 1.5rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
}
.taisyo .text {
  font-size: 1.4rem;
}
.contents_item03 .naiyo {
 display: inherit;
}
.contents_item03 .naiyo .title {
 font-size: 1.4rem;
  padding: 0.2rem 1.5rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
}
.naiyo .text {
  width: 100%;
}
}
/*---------END===午前の部---------*/

/*---------午後の部---------*/
.contents_item04 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #13395a;
  color: #fff;
  padding: 0.5rem 3rem;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 1rem;
  text-align: left;
  display: block;
}
.contents_item04 h2 span {
  font-size: 1.8rem;
}
.contents.bg_bl {
  background-color: #e2f2ff;
}
.contents_item04 .img_area {
  text-align: right;
  max-width: 50%;
  min-width: 22%;
}
.contents_item04 .line_1 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contents_item04 .line_2 {
  font-size: 1.8rem;
  text-align: left;
  width: 95%;
  margin-bottom: 2rem;
}
.contents_item04 .taisyo .title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #13395a;
  color: #fff;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  display: inline-block;
  margin-right: 1rem;
  max-height: 3rem;
  border-radius: 50px;
}

.contents_item04 .naiyo .title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #13395a;
  color: #fff;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: inline-block;
  max-height: 3rem;
  border-radius: 50px;
}
@media screen and (max-width:659px) {
.contents_item04 h2 {
  font-size: 2rem;
}
.contents_item04 h2 span {
font-size: 1.4rem;
}
.contents_item04 .flex-wrapper {
  display: inherit;
}
.contents_item04 .line_1 {
  font-size: 1.8rem;
}
.contents_item04 .line_2 {
  margin-bottom: 0rem;
  font-size: 1.4rem;
}
.contents_item04 .img_area img {
  max-width: 100%;
}
.contents_item04 .img_area {
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 60%;
  min-width: 60%;
}
.taisyo {
  display: inherit;
  margin-top: 1rem;
}
.contents_item04 .taisyo .title {
  font-size: 1.4rem;
  padding: 0.2rem 1.5rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
}
.naiyo {
 display: inherit;
}
.contents_item04 .naiyo .title {
 font-size: 1.4rem;
  padding: 0.2rem 1.5rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
}
.naiyo .text {
  width: 100%;
  font-size: 1.4rem;
}
}
/*---------END===午後の部---------*/

/*---------その他にも！---------*/

.contents_item05 .heading_2 {
  position: relative;
  display: inline-block;
  padding: 0 95px;
  margin: 0rem auto 4rem;
  text-align: center;
  color: #13395a;
}
.contents_item05 .heading_2::before, .contents_item05 .heading_2::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 80px;
  height: 6px;
  content: "";
  border-top: solid 2px #13395a;
  border-bottom: solid 2px #13395a;
}
.contents_item05 h3 {
  position: relative;
  display: inline-block;
  padding: 0 95px;
  margin: 0rem auto 4rem;
  text-align: center;
  color: #13395a;
  font-size: 3.2rem;
}
.contents_item05 h3::before {
  position: absolute;
  top: calc(50% - 3px);
  width: 80px;
  height: 6px;
  left: 3px;
  content: "";
  border-top: solid 2px #13395a;
  border-bottom: solid 2px #13395a;
}
.contents_item05 h3::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 80px;
  height: 6px;
  content: "";
  border-top: solid 2px #13395a;
  border-bottom: solid 2px #13395a;
}
.contents_item05 h3::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 80px;
  height: 6px;
  right: 1px;
  content: "";
  border-top: solid 2px #13395a;
  border-bottom: solid 2px #13395a;
}
.contents_item05 .detail {
  text-align: center;
  margin-top: 4rem;
}
/*--------テーブル--------*/
.taStyle02 {
  font-size: 1.6rem;
}
.opentime p:nth-child(n+2) {
  border-top: 1px solid #c4c2c2;
  padding: 1rem 0;
}
.time {
  margin-bottom: 1rem;
}
.th-sub {
  width: 40%;
  text-align: center;
}

.general-table .taStyle01 td,
.general-table .taStyle01 th,
.general-table .taStyle02 td,
.general-table .taStyle02 th {
    border: 2px solid #708597;
    vertical-align: middle;
}

.taStyle02 th {
    font-weight: bold;
    background: #e2f2ff none repeat scroll 0 0;
}

.general-table .th-sub {
  background: #e2f2ff none repeat scroll 0 0;
}
/*--------END===テーブル--------*/

.contents_item05 .detail .entry_text {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.contents_item05 .entry_btn {
  margin-bottom: 2rem;
}
.contents_item05 .entry_btn a {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #ec6700;
  padding: 1.5rem 4rem;
  display: inline-block;
  width: 70%;
  border-radius: 50px;
  box-shadow: 0 .5rem 0 0 #b35812;
}
.contents_item05 .detail .entry_text_detail {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2.4rem;
}
@media screen and (max-width:659px) {
.contents_item05 h3 {
  font-size: 2rem;
  margin: 0rem auto 3rem;
  padding: 0 87px;
}
.taStyle02 {
  font-size: 1.2rem;
}
.general-table.strech .taStyle02 th {
  border-bottom: 2px solid #708597;
}
.contents_item05 .detail .entry_text {
  font-size: 1.8rem;
}
.contents_item05 .detail .entry_text_detail {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}
.contents_item05 .entry_btn a {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  width: 100%;
}
.contents_item05 .entry_btn {
  margin-bottom: 1rem;
}
.contents_item05 .heading_2 {
  padding: 0 88px;
  margin: 0rem auto 3rem;
}
}
/*---------END===その他にも！---------*/
/*ご注意事項*/
.atten_wrapper {
    padding: 2rem 0;
}
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_box ul li {
    font-size: 1.2rem;
  }
}
/*アコーディオン*/
.bold {
  font-weight: bold;
}
.atten_box {
  max-width: 980px;
  margin: 0 auto 0;
  text-align: center;
}
.atten_box .accordion {
  margin: 0 auto;
}
.atten_box .accordion dt {
  background: url("/info/campaign/2510sbi/images/icon+.png")no-repeat top 50% right 2rem/2% auto #fff;
}
.atten_box .accordion h2 {
  margin-bottom: 0;
  padding: 2rem;
  font-size: 2rem;
}
.atten_box .accordion .text_area  h3 {
  margin-bottom: 0;
  padding: 1rem;
  font-size: 2rem;
}
.atten_box .accordion .text_area h4 {
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.4rem;
}
.atten_box .accordion h2::after, .atten_box .accordion h2::before {
  content: none;
}
.atten_box .accordion dt.active {
  background-image: url("/info/campaign/2510sbi/images/icon-.png");
}
.atten_box .accordion dd {
  padding: 2rem;
  display: none;
  text-align: left;
  background-color: #fff;
}
.atten_box .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 {
    margin: 1.5rem auto 0;
  }
  .atten_wrapper {
  padding: 0;
}
    .atten_box .mb10 {
    font-size: 1.2rem;
  }
  .atten_box .accordion dt {
    background: url("/info/campaign/2510sbi/images/icon+.png")no-repeat top 46% right 1.5rem/4% auto #fff;
  }
  .atten_box .accordion dt.active {
    background: url("/info/campaign/2510sbi/images/icon-.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;
  }
.atten_box .accordion .text_area h3 {
  padding: 0.5rem;
  font-size: 1.4rem;
}
.atten_box .accordion .text_area h4 {
  padding: 0.5rem;
  font-size: 1.2rem;
}
}
/*ENDアコーディオン*/
/*NDご注意事項*/

/*popup*/

.address {
  max-width: 100%;
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 9998;
}
.popBox {
  position: relative;
  display: inline-block;
}
.close_btn {
  position: absolute;
  top: -.7rem;
  right: -.7rem;
  z-index: 9999;
}
