.flow {
  margin: 80px 0 130px;
}

@media screen and (max-width: 640px) {
  .flow {
    margin: 30px 0 100px;
  }
}
.flow-box {
  background: #E3F1FF;
  border-radius: 20px;
  padding: 20px 25px 25px;
  width: 39%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flow-box {
    padding: 20px 10px;
  }
}
.flow-box-01 {
  margin: 0 auto;
}

.flow-box-01 .img {
  top: -30px;
  right: -90px;
}

@media screen and (max-width: 640px) {
  .flow-box-01 .img {
    width: 70%;
    top: -20px;
    right: -100px;
  }
}
.flow-box-02 .img {
  bottom: -80px;
  right: -30px;
}

@media screen and (max-width: 640px) {
  .flow-box-02 .img {
    width: 80%;
    bottom: -40px;
  }
}
.flow-box-02:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sec04_arrow01.png);
  position: absolute;
  background-size: cover;
  top: -200px;
  left: 80px;
  margin: auto;
  width: 140px;
  height: 140px;
}

@media screen and (max-width: 768px) {
  .flow-box-02:before {
    top: -140px;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
  }
}
.flow-box-03 .img {
  bottom: -40px;
  right: 20px;
}

@media screen and (max-width: 640px) {
  .flow-box-03 .img {
    width: 70%;
    right: 0;
    bottom: -30px;
  }
}
.flow-box-01:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sec04_arrow02.png);
  position: absolute;
  background-size: cover;
  bottom: -30px;
  right: -60px;
  margin: auto;
  width: 39px;
  height: 144px;
}

.flow-box-03:after {
  content: '';
  display: inline-block;
  background-image: url(../img/sec04_arrow03.png);
  position: absolute;
  top: 100%;
  left: -125px;
  margin: auto;
  width: 140px;
  height: 84px;
  background-size: cover;
  transform: rotate(-25deg);
}

.flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}

@media screen and (max-width: 640px) {
  .flow-flex {
    margin-top: 40px;
  }
}
.flow .subttl {
  font-size: 13px;
  color: #4294E3;
  background: #fff;
  padding: 2px 10px;
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .flow .subttl {
    font-size: 11px;
  }
}
.flow .ttl {
  font-size: 24px;
  color: #4294E3;
  margin: 5px 0 15px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flow .ttl {
    font-size: 18px;
  }
}
.flow .txt {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .flow .txt {
    font-size: 12px;
  }
}
.flow .img {
  position: absolute;
}

.flow .txt-note {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .flow .txt-note {
    font-size: 11px;
  }
}
* {
  box-sizing: border-box;
}

#jr-main-course {
 /* border: 4px solid #1b2582;*/
  width: calc(100% - 80px);
  max-width: 950px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 40px;
  padding: 0 40px 40px;
  border-radius: 8px;
}
#jr-main-course .jr-container + .jr-container {
  /*margin-top: 80px;*/
	margin-top: 50px;
}
#jr-main-course .jr-container {
  margin-top: 0;
  /*background: rgba(27, 37, 130, 0.1);
  padding-top: 40px;
  border-radius: 16px;
  padding-bottom: 80px;*/
}
#jr-main-course .jr-container.nobg {
  background: none;
}
#jr-main-course .jr-container.nobg .common-title {
  background: #1b2582;
  color: #FFF;
}
#jr-main-course .jr-container#c1 {
  border: 4px solid #EC6E45;
  border-radius: 16px;
  padding-top: 0px;
  padding-bottom: 80px;
  background: rgba(236, 110, 69, 0.1);
}
#jr-main-course .jr-container#c2 {
  border: 4px solid #FEC92E;
  padding-top: 0px;
  border-radius: 16px;
  padding-bottom: 80px;
  background: rgba(254, 201, 46, 0.1);
}
#jr-main-course .jr-container#c3 {
  border: 4px solid #1DBBB7;
  padding-top: 0px;
  border-radius: 16px;
  padding-bottom: 80px;
  background: rgba(29, 187, 183, 0.1);
}
#jr-main-course .jr-container .common-text {
  font-size: 16px;
}
#jr-main-course .jr-container .inner {
  width: 100%;
  max-width: 1026px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
#jr-main-course .jr-container .logo-area {
  width: 100%;
  padding: 40px 0;
}
#jr-main-course .jr-container .logo-area .page-title {
  font-size: 16px;
  text-align: center;
}
#jr-main-course .jr-container .logo-area .logo {
  width: 250px;
  margin: auto;
  margin-top: 20px;
}
#jr-main-course .jr-container .logo-area .logo img {
  width: 100%;
  display: block;
}
#jr-main-course .jr-container .catch-copy {
  font-size: 24px;
  text-align: center;
  /*background: #1b2582;*/
  background: #fff;
  border: solid 2px #1b2582;
  width: fit-content;
  margin: auto;
  padding: 20px 40px;
  border-radius: 16px;
  /*color: #FFF;*/
  color: #1b2582;
}
#jr-main-course .jr-container .catch-copy .yy {
  font-size: 40px;
  display: block;
  font-weight: bold;
  /*color: #FFF;*/
  color: #1b2582;	
}
#jr-main-course .jr-container .tab-area {
  display: flex;
  margin: auto;
  margin-top: 80px;
  width: 100%;
  max-width: 800px;
}
#jr-main-course .jr-container .tab-area .tab {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  border-radius: 16px;
  transition: .3s all;
}
#jr-main-course .jr-container .tab-area .tab a {
  display: flex;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
#jr-main-course .jr-container .tab-area .tab a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  transition: .3s all;
}
#jr-main-course .jr-container .tab-area .tab a span {
  font-size: 20px;
  color: #FFF;
}
#jr-main-course .jr-container .tab-area .tab a em {
  font-size: 14px;
  color: #FFF;
}
#jr-main-course .jr-container .tab-area .tab:nth-child(1) {
  background: #EC6E45;
}
#jr-main-course .jr-container .tab-area .tab:nth-child(2) {
  background: #FEC92E;
}
#jr-main-course .jr-container .tab-area .tab:nth-child(3) {
  background: #1DBBB7;
  margin-right: 0;
}
#jr-main-course .jr-container .tab-area .tab:hover {
  transform: translateY(4px);
}
#jr-main-course .jr-container .tab-area .tab:hover a:after {
  bottom: 4px;
}
#jr-main-course .jr-container .section-title {
  font-size: 24px;
  color: #FFF;
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 40px;
  border-radius: 16px;
  transform: translateY(-30px);
}
#jr-main-course .jr-container .section-title.type01 {
  background: #EC6E45;
}
#jr-main-course .jr-container .section-title.type02 {
  background: #FEC92E;
}
#jr-main-course .jr-container .section-title.type03 {
  background: #1DBBB7;
}
#jr-main-course .jr-container .catch {
 /* display: flex;
  align-items: flex-start;*/
  margin-top: 0px;
  /*flex-direction: column;*/
}
#jr-main-course .jr-container .catch span {
  font-size: 24px;
  font-weight: bold;
 /* display: block;*/
}
#jr-main-course .jr-container .catch span:last-of-type {
  /*font-size: 14px;
  position: relative;
  padding: 0 20px;
  margin-right: 0;*/
}
#jr-main-course .jr-container .catch span:last-of-type:before, #jr-main-course .jr-container .catch span:last-of-type:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background: #000;
}
#jr-main-course .jr-container .catch span:last-of-type:before {
  left: 0;
}
#jr-main-course .jr-container .catch span:last-of-type:after {
  right: 0;
}
#jr-main-course .jr-container .type-box01 {
  width: 100%;
  margin-top: 20px;
}
#jr-main-course .jr-container .type-box01 .flex-box {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#jr-main-course .jr-container .type-box01 .flex-box .catch {
  /*width: calc(100% - 340px);*/
  /*padding-right: 50px;*/
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	font-size: 1.3em;
	
}
#jr-main-course .jr-container .type-box01 .decoration-img {
  /*width: 400px;*/
	width: 500px;
  margin-bottom: 40px;
  position: relative;
}
#jr-main-course .jr-container .type-box01 .decoration-img:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  right: -4px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
#jr-main-course .jr-container .type-box01 .decoration-img .img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}
#jr-main-course .jr-container .type-box01 .box-flex {
  display: flex;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox {
  /*width: calc((100% - 40px)/2);*/
  margin-right: 40px;
  /*display: flex;*/
  /*align-items: center;*/
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox .img {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox .img img {
  width: 100%;
  display: block;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox .img.t1 {
  background: #1eb8ce;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox .img.t2 {
  background: #ffdb3f;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox .common-text {
  width: calc(100% - 40px);
  padding-left: 16px;
}
#jr-main-course .jr-container .type-box01 .box-flex .inbox:last-of-type {
  margin-right: 0;
}
#jr-main-course .jr-container .hash-block {
  margin-top: 40px;
}
#jr-main-course .jr-container .hash-block .hash_title {
  font-size: 24px;
  display: flex;
  align-items: center;
}
#jr-main-course .jr-container .hash-block .hash_title span {
  font-size: 24px;
  font-weight: bold;
}
#jr-main-course .jr-container .hash-block .hash_title span:last-of-type {
  font-size: 14px;
  font-weight: normal;
}
#jr-main-course .jr-container .hash-block .hash-list {
  display: flex;
  flex-wrap: wrap;
}
#jr-main-course .jr-container .hash-block .hash-list .hash {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  margin-top: 8px;
  padding: 0 8px;
  background: #DBF2FF;
  color: #4294E3;
  font-size: 14px;
  height: 24px;
  border-radius: 45px;
}
#jr-main-course .jr-container .hash-block .hash-list .hash:last-child {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 8px;
  margin-top: 8px;
  padding: 0 8px;
  background: none;
  color: #000;
  font-size: 14px;
  height: 24px;
  border-radius: 45px;
}




#jr-main-course .jr-container .link-btn {
  margin-top: 80px;
}
#jr-main-course .jr-container .link-btn a {
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #FD749F;
  color: #fff;
  font-size: 20px;
  border-radius: 68px;
  padding: 20px 60px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 5px 0 #d65980;
  transition: .3s;
}
#jr-main-course .jr-container .link-btn a:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
#jr-main-course .jr-container .link-btn + .common-text {
  text-align: center;
  margin-top: 40px;
}
#jr-main-course .jr-container .link-btn + .common-text a {
  color: #000;
  text-decoration: underline;
}
#jr-main-course .jr-container .common-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#jr-main-course .jr-container .flow .ttl,
#jr-main-course .jr-container .flow .txt-note,
#jr-main-course .jr-container .flow .txt {
  color: #FFF;
}
#jr-main-course .jr-container .flow-box-01 {
  background: #e6983c;
}
#jr-main-course .jr-container .flow-box-01 .subttl {
  color: #e6983c;
}
#jr-main-course .jr-container .flow-box-02 {
  background: #a0d3f2;
}
#jr-main-course .jr-container .flow-box-02 .subttl {
  color: #a0d3f2;
}
#jr-main-course .jr-container .flow-box-03 {
  background: #a9c751;
}
#jr-main-course .jr-container .flow-box-03 .subttl {
  color: #a9c751;
}
#jr-main-course .jr-container .table-style .table {
  display: flex;
  width: 100%;
}
#jr-main-course .jr-container .table-style .table .cell1 {
  width: calc((100% - 8px)/5);
  margin-right: 2px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #DBF2FF;
  font-size: 14px;
}
#jr-main-course .jr-container .table-style .table .cell2 {
  width: calc(60% - 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DBF2FF;
  margin-right: 2px;
  margin-top: 2px;
  font-size: 14px;
}
#jr-main-course .jr-container .table-style .table .cell1:nth-child(1) {
	width: 12%
}
#jr-main-course .jr-container .table-style .table + .common-text {
  margin-top: 16px;
}
#jr-main-course .jr-container .table-style .common-text.cell {
  font-size: 12px;
}
#jr-main-course .jr-container .case-ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border: solid 2px #1E1DB1;
  color: #1E1DB1;	
}
#jr-main-course .jr-container .case-txt {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 20px;
  font-weight: bold;
}
#jr-main-course .jr-container .flex-type {
  display: flex;
  margin-top: 80px;
}
#jr-main-course .jr-container .flex-type .list {
  width: calc((100% - 80px)/3);
  border: 4px solid #1b2582;
  border-radius: 16px;
  padding: 24px;
  background: #FFF;
  margin-right: 40px;
}
#jr-main-course .jr-container .flex-type .list:last-of-type {
  margin-right: 0;
  border: 4px solid #1b2582;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(1) {
  border: 4px solid #EC6E45;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(1) .list-tytle {
  color: #EC6E45;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(1) .target {
  background: #EC6E45;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(2) {
  border: 4px solid #FEC92E;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(2) .list-tytle {
  color: #FEC92E;
}
#jr-main-course .jr-container .flex-type .list:nth-of-type(2) .target {
  background: #FEC92E;
}
#jr-main-course .jr-container .flex-type .list:last-of-type {
  border: 4px solid #1DBBB7;
}
#jr-main-course .jr-container .flex-type .list:last-of-type .list-tytle {
  color: #1DBBB7;
}
#jr-main-course .jr-container .flex-type .list:last-of-type .target {
  background: #1DBBB7;
}
#jr-main-course .jr-container .flex-type .list .list-tytle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#jr-main-course .jr-container .flex-type .list .target {
  display: flex;
  width: fit-content;
  padding: 0 16px;
  border-radius: 16px;
  height: 32px;
  margin: 16px auto;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
#jr-main-course .jr-container .flex-type .list .common-text span {
  background: #DBF2FF;
  padding: 0 8px;
  border-radius: 45px;
  margin-right: 8px;
  font-size: 12px;
  color: #999;
}
#jr-main-course .jr-container .ballon {
  text-align: center;
  display: block;
  width: 100%;
  color: #1b2582;
  font-size: 24px;
  padding: 0 0;
  box-sizing: border-box;
  font-weight: bold;
  margin-top: 40px;
}
#jr-main-course .jr-container .list-box02 .l-item {
  border: 5px solid #FEC830;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
  padding: 45px 20px;
  margin-bottom: 80px;
}
#jr-main-course .jr-container .list-box02 .l-item .l-icon {
  display: inline-block;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  text-align: center;
  line-height: 107px;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: -55px;
  left: -55px;
  background: #FEC830;
}
#jr-main-course .jr-container .list-box02 .l-item .l-ttl {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
}
#jr-main-course .jr-container .list-box02 .l-item .l-ttl:before {
  content: '';
  display: inline-block;
  background-image: url(../img/txt_under_dot.png);
  width: 38px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 19px);
}
#jr-main-course .jr-container .list-box02 .l-item .l-ttl .attention {
  background: #4294e3;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 0 auto 10px;
  width: 150px;
  border-radius: 20px;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list {
  width: 100%;
  margin-top: 20px;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box {
  display: flex;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box .list-ttl {
  width: 210px;
  font-size: 22px;
  font-weight: bold;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box .list-ttl .note {
  font-size: 14px;
  padding-top: 5px;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box .list-txt {
  width: calc(100% - 220px);
  font-size: 16px;
  line-height: 1.8;
}
#jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box + .list-box {
  margin-top: 40px;
  border-top: 3px dotted #D8D8D8;
  padding-top: 40px;
}
#jr-main-course .jr-container .user-cta {
  border: 4px solid #EC6E45;
  background: rgba(236, 110, 69, 0.1);
  border-radius: 16px;
  padding: 20px 20px 40px;
  position: relative;
  margin-top: 80px;
}
#jr-main-course .jr-container .user-cta .user-cta-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #EC6E45;
}
#jr-main-course .jr-container .user-cta .txt-link {
  text-align: center;
  display: block;
  width: fit-content;
  background-color: #EC6E45;
  color: #fff;
  font-size: 20px;
  border-radius: 45px;
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 5px 0 #de4d24;
  transition: .3s;
  margin: 10px auto;
}
#jr-main-course .jr-container .user-cta .txt-link:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
#jr-main-course .jr-container .user-cta .user-cta-table {
  width: fit-content;
  margin: 20px auto;
}
#jr-main-course .jr-container .user-cta .user-cta-table .list li {
  display: flex;
}
#jr-main-course .jr-container .user-cta .user-cta-table .list li .ttl {
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}
#jr-main-course .jr-container .user-cta .user-cta-table .list li .txt {
  width: calc(100% - 100px);
  font-weight: bold;
}
#jr-main-course .jr-container .user-cta .user-cta-table .list li .txt span {
  margin-top: 10px;
  display: block;
}
#jr-main-course .jr-container .user-cta .user-cta-table .list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EC6E45;
}
#jr-main-course .jr-container .box03 {
  border: 4px solid #1b2582;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#jr-main-course .jr-container .box03:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBF2FF;
  z-index: -1;
  transform: translate3d(8px, 8px, 0);
  border-radius: 16px;
}
#jr-main-course .jr-container .box03 .icon {
  background: #1b2582;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding-bottom: 1px;
  box-sizing: border-box;
}
#jr-main-course .jr-container .box03 .common-text {
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
}
#jr-main-course .jr-container .box03 .common-text .icon {
  position: absolute;
  top: 14px;
  left: 0;
}
#jr-main-course .jr-container .box03 .common-text .add {
  font-size: 26px;
  color: #CB0813;
}
#jr-main-course .jr-container .box03-list,
#jr-main-course .jr-container .box03 + .box03 {
  margin-top: 40px;
}
#jr-main-course .jr-container .icon-illustration img {
  display: block;
  max-width: 100%;
  margin: auto;
}
#jr-main-course .jr-container .common-text-wrap {
  width: fit-content;
  margin: 40px auto 0;
}
#jr-main-course .jr-container .box03-list {
  width: fit-content;
  margin: auto;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
#jr-main-course .jr-container .box03-list .box03 {
  position: relative;
  width: calc((100% - 40px)/2);
  margin-right: 40px;
  margin-top: 40px;
  padding: 40px 20px;
}
#jr-main-course .jr-container .box03-list .box03:nth-of-type(2n) {
  margin-right: 0;
}
#jr-main-course .jr-container .box03-list .box03 .icon {
  position: absolute;
  font-size: 24px;
  width: 40px;
  height: 40px;
  top: -22px;
  left: -22px;
}
#jr-main-course .jr-container .box03-list .box03 .common-text {
  font-size: 22px;
  width: fit-content;
  text-align: center;
  margin: auto;
  padding-left: 0;
}
#jr-main-course .jr-container .box03-list .box03 .common-text .en {
  font-size: 22px;
  color: #1DBBB7;
  background: none;
  display: block;
}
#jr-main-course .jr-container .deco-title {
  border: 4px solid #1b2582;
  padding: 20px 40px;
  box-sizing: border-box;
  width: fit-content;
  position: relative;
  border-radius: 16px;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 40px;
}
#jr-main-course .jr-container .deco-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DBF2FF;
  z-index: -1;
  transform: translate3d(4px, 8px, 0);
  border-radius: 16px;
}
#jr-main-course .jr-container .img04 {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  border: 4px solid #1b2582;
  border-radius: 16px;
}
#jr-main-course .jr-container .bottom-container {
  margin-top: 80px;
}
#jr-main-course .jr-container .bottom-container .bottom-read {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#jr-main-course .jr-container .bottom-container .box03-wrap {
  display: flex;
  flex-wrap: wrap;
}
#jr-main-course .jr-container .bottom-container .box03-wrap .box03 {
  width: calc((100% - 40px)/2);
  margin-right: 40px;
  margin-top: 40px;
  padding: 40px 20px;
}
#jr-main-course .jr-container .bottom-container .box03-wrap .box03:nth-of-type(2n) {
  margin-right: 0;
}
#jr-main-course .jr-container .bottom-container .box03-wrap .box03 .bottom-title {
  font-size: 22px;
  color: #4294E3;
  text-align: center;
  margin: 15px 0 25px;
  font-weight: bold;
}
#jr-main-course .jr-container .bottom-container .box03-wrap .box03 .common-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  padding-left: 0;
}

.jr-contact {
  margin-top: 60px;
}
.jr-contact .case-ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.jr-contact .case-txt {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 20px;
  font-weight: bold;
}
.jr-contact .link-btn {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.jr-contact .link-btn a {
  text-align: center;
  display: inline-block;
  width: fit-content;
  min-width: 600px;
  background-color: #FD749F;
  color: #fff;
  font-size: 20px;
  border-radius: 68px;
  padding: 20px 60px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 5px 0 #d65980;
  transition: .3s;
}
.jr-contact .link-btn a:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}
.jr-contact .link-btn.cta-btn-line {
  margin-top: 20px;
  margin-bottom: 0px;
}
.jr-contact .link-btn.cta-btn-line a {
  background-color: #00B900;
  box-shadow: 0px 5px 0 #45a828;
}
.jr-contact .link-btn.cta-btn-line a:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #jr-main-course {
    border: none;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    padding: 0 16px 20px;
  }

  #jr-main-course .jr-container#c3,
  #jr-main-course .jr-container#c2,
  #jr-main-course .jr-container#c1 {
    border-radius: 8px;
    padding: 16px;
    padding-bottom: 40px;
  }
  #jr-main-course .jr-container#c3 .link-btn,
  #jr-main-course .jr-container#c2 .link-btn,
  #jr-main-course .jr-container#c1 .link-btn {
    margin-top: 20px;
  }
 #jr-main-course .jr-container .catch span {
  font-size: 22px;
  
}
  #jr-main-course .jr-container .catch-copy {
    font-size: 16px;
    text-align: center;
    /*background: none;*/
	border: solid 2px #1b2582;
    width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 0;
    color: #1b2582;
  }

  #jr-main-course .jr-container .catch-copy .yy {
    font-size: 24px;
    color: #1b2582;
  }

  #jr-main-course .jr-container .inner {
    padding: 0px;
  }

  #jr-main-course .jr-container .tab-area {
    margin-top: 24px;
    flex-wrap: wrap;
  }

  #jr-main-course .jr-container .tab-area .tab {
    width: 100%;
    margin-right: 0;
  }

  #jr-main-course .jr-container .tab-area .tab + .tab {
    margin-top: 16px;
  }

  #jr-main-course .jr-container .type-box01 {
    margin-top: 0px;
  }

  #jr-main-course .jr-container .type-box01 .flex-box {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  #jr-main-course .jr-container .section-title {
    font-size: 18px;
    height: auto;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    transform: translateY(-40px);
  }

  #jr-main-course .jr-container .type-box01 .flex-box .catch {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 0;
	  font-size: 16px;
  }

  #jr-main-course .jr-container .link-btn {
    margin-top: 40px;
  }

  #jr-main-course .jr-container .catch {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
  }

  #jr-main-course .jr-container .catch span {
   /* display: block;*/
	  display: inline-block;
  }

  #jr-main-course .jr-container .type-box01 .decoration-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  #jr-main-course .jr-container .type-box01 .box-flex {
    flex-wrap: wrap;
  }

  #jr-main-course .jr-container .type-box01 .box-flex .inbox {
    width: 100%;
    margin-right: 0;
  }

  #jr-main-course .jr-container .type-box01 .box-flex .inbox + .inbox {
    margin-top: 4px;
    padding-top: 4px;
  }

  #jr-main-course #c1.jr-container .type-box01 .box-flex .inbox + .inbox {
    border-top: 1px solid #EC6E45;
  }

  #jr-main-course #c2.jr-container .type-box01 .box-flex .inbox + .inbox {
    border-top: 1px solid #FEC92E;
  }

  #jr-main-course #c3.jr-container .type-box01 .box-flex .inbox + .inbox {
    border-top: 1px solid #1DBBB7;
  }

  #jr-main-course .jr-container .hash-block .hash_title {
    font-size: 20px;
    flex-wrap: wrap;
  }

  #jr-main-course .jr-container .hash-block .hash_title span {
    font-size: 20px;
    display: block;
  }

  #jr-main-course .jr-container .hash-block .hash-list {
    margin-top: 16px;
  }

  #jr-main-course .jr-container .link-btn a {
    border-radius: 45px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: bold;
  }

  #jr-main-course .jr-container .table-style .table .cell1 {
    width: calc((100% - 4px)/5);
    margin-right: 1px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #DBF2FF;
    font-size: 10px;
  }

  #jr-main-course .jr-container .table-style .table .cell2 {
    font-size: 10px;
  }
  #jr-main-course .jr-container .table-style .table .cell1:nth-child(1) {
	width: 18%
  }	

  #jr-main-course .jr-container .common-title {
    font-size: 20px;
  }

  #jr-main-course .jr-container .ballon {
    font-size: 20px;
    margin-top: 32px;
  }

  #jr-main-course .jr-container .case-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #jr-main-course .jr-container .case-txt {
    font-size: 14px;
    margin-top: 0;
  }

  #jr-main-course .jr-container .list-box02 .l-item .l-icon {
    font-size: 16px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: -30px;
    left: -15px;
  }

  #jr-main-course .jr-container .flex-type {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  #jr-main-course .jr-container .flex-type .list {
    width: 100%;
    padding: 12px;
    margin-right: 0px;
  }

  #jr-main-course .jr-container .flex-type .list + .list {
    margin-top: 16px;
  }

  #jr-main-course .jr-container .list-box02 .l-item {
    padding: 40px 16px;
  }

  #jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box {
    flex-wrap: wrap;
  }

  #jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box .list-ttl {
    width: 100%;
  }

  #jr-main-course .jr-container .list-box02 .l-item .sec04-list .list-box .list-txt {
    width: 100%;
  }

  #jr-main-course .jr-container .user-cta {
    padding: 40px 16px;
    margin-top: 40px;
  }

  #jr-main-course .jr-container .box03-list .box03 .common-text {
    width: 100%;
    font-size: 20px;
    padding-left: 0;
  }

  #jr-main-course .jr-container .deco-title {
    padding: 20px 10px;
    font-size: 20px;
    width: 100%;
    text-align: center;
  }

  #jr-main-course .jr-container .bottom-container {
    margin-top: 40px;
  }

  #jr-main-course .jr-container .bottom-container .box03-wrap .box03 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 20px 16px;
  }

  #jr-main-course .jr-container .box03-list {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  #jr-main-course .jr-container .box03-list .box03 {
    position: relative;
    width: calc(100% - 0px);
    margin-right: 0;
    margin: auto;
    margin-top: 32px;
    padding: 20px 20px;
  }
  #jr-main-course .jr-container .box03-list .box03:nth-of-type(2n) {
    margin: auto;
    margin-top: 32px;
  }

  #jr-main-course .jr-container .box03-list .box03 .icon {
    position: absolute;
    font-size: 16px;
    width: 32px;
    height: 32px;
    top: -16px;
    left: -16px;
  }

  .flow-box {
    width: 45%;
  }

  .flow-box-03:before,
  .flow-box-01:before,
  .flow-box-02:before {
    transform: scale(0.8);
  }

  .flow-box-01 .img,
  .flow-box-02 .img,
  .flow-box-03 .img {
    transform: scale(0.8);
  }

  #jr-main-course .jr-container .user-cta .txt-link {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    width: 100%;
    max-width: 600px;
  }

  .jr-contact .link-btn {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .jr-contact .link-btn a {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    border-radius: 45px;
    padding: 20px 20px;
  }

  .sp {
    display: block !important;
  }
}

.cont_search2 {
    background: #232289;
    padding: 30px 0 ;
}
.common_ttl2 {
    background: none;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: none;
    line-height: 1.5;
    margin: 0;
    /*padding: 0 0 20px;*/
	color: #fff;
	padding: 0;
}

.pensse_math{position: relative}
			.pensse_math_ttl{position: absolute;top:-30px;z-index: 2;left: 15%;right: 15%;}
			@media screen and (max-width: 480px) {
			.pensse_math_ttl{position: absolute;top:-30px;z-index: 2;left: 10%;right: 10%;}	
				.common_ttl2{font-size: 25px;padding: 0 0 0px;}	
			}


.subject-wrap {
  display: flex;
  gap: 40px;
  max-width: 800px;
  margin: 5px auto 40px;
}

.subject-box {
  width: 50%;
  font-size: 14px;
  line-height: 1.6;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid #eee;
  padding-bottom: 0px;
  margin-bottom: 12px;
}

.icon-title img {
  width: 35px;
  height: 35px;
}

.icon-title h3 {
  font-size: 18px;
  font-weight: bold;
}

/* 算数（青） */
.subject-box.math .icon-title {
  border-color: #3cc0d8;
}

.subject-box.math h3 {
  color: #000;
}

/* 国語（黄色） */
.subject-box.japanese .icon-title {
  border-color: #ffdb3f;
}

.subject-box.japanese h3 {
  color: #000;
}

.subject-box p strong {
  font-weight: bold;
}

.science-social-section {
  max-width: 800px;
  margin: 40px auto;
  font-size: 15px;
  line-height: 1.7;
}

/* タイトル */
.section-title_kouza {
      font-size: 24px;
    font-weight: bold;
  text-align: left;
	color: #000;
}

/* メニュー部分 */
.course-menu {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 2px solid #1DBBB7;
  padding-bottom: 6px;
  margin-bottom: 25px;
}

.course-menu .item {
  padding: 4px 8px;
}

.course-menu .item.current {
  background: #1DBBB7;
  color: #fff;
  border-radius: 4px;
}

.course-menu .slash {
  opacity: 0.7;
}

/* リード文 */
.lead {
  margin-bottom: 25px;
  font-weight: 500;
}

/* 理科・社会ラベル付きテキスト */
.subject-box2 {
  display: flex;
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.label {
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  min-width: 45px;
  text-align: center;
  font-weight: bold;
	white-space: nowrap; 
}

/* 理科（緑） */
.label.science {
  background: #81AF62;
}

/* 社会（紫） */
.label.social {
  background: #9E85B6;
}
@media (max-width: 600px) {
	.section-title_kouza {
      font-size: 20px;
	}
	
	.subject-wrap {
       flex-wrap: wrap;
		gap: 15px;
	}
	.subject-box {
  width: 100%;
 
}

	
  .course-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;   /* ← 左寄せに変更 */
    text-align: left;  
    gap: 8px 12px;                /* 行・列の間隔 */
    /*border-bottom: none; */         /* 下線を消したい場合（PCは維持） */
    margin-bottom: 12px;
  }

  /* スラッシュを非表示に */
  .course-menu .slash {
    display: none;
  }

  /* 2 行キレイに分かれるように幅調整 */
  .course-menu .item {
    display: inline-block;
    flex: 0 1 auto;
  }

  /* current（夏期講習／後期）の見栄えも維持 */
  .course-menu .item.current {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 8px;
  }
}

.fbox {
    display: flex; /* Flexboxを有効にする */
    align-items: center; /* 垂直方向の中央揃え (オプション) */
    gap: 20px; /* テキストと画像の間隔 (オプション) */
}

/* テキストエリアの幅を設定 (必要に応じて調整) */
.fbox_txt {
    /* 画像エリアのサイズに応じて可変させる */
    flex-grow: 1; 
}

/* 画像エリアの幅を設定 (必要に応じて調整) */
.fbox_img {
    /* 画像エリアのサイズを固定したい場合 */
    flex-shrink: 0; 
    width: 170px; /* 例として幅を指定 */
}

/* 画像がボックスからはみ出さないように設定 */
.fbox_img img {
    max-width: 100%;
    height: auto;
    display: block; /* 余計な隙間をなくす */
}

@media (max-width: 768px) {
	
	.fbox{
		flex-wrap: wrap;
	}	
	.fbox_img {
		    margin: 0 auto;
	}
}



.voice-section {
  background: #fde6e8; /* 背景の薄いピンク */
  padding: 30px 20px;
  border-radius: 12px;
	margin-top: 30px;
}

.voice-title {
  background: #ec6c86; /* 見出しの濃いピンク */
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 16px;
  display: block;
  border-radius: 6px;
  margin: 0 auto 24px;
	width: 70%;
}


.voice-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.voice-block {
  flex: 1;
  padding: 10px 20px;
}

.voice-block-title {
  background: #ec6c86;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: center;
}

/* 縦の点線（ドット） */
.voice-divider {
  width: 10px;
  background-image: radial-gradient(#e86f8f 1.2px, transparent 1.2px);
  background-size: 4px 10px;
  background-repeat: repeat-y;
}

/* --- SP（縦並び） --- */
@media (max-width: 768px) {
	
.voice-title {
    font-size: 1.4rem;  
	width: 100%;
}
  .voice-container {
    flex-direction: column;
  }
  .voice-divider {
    display: none;
  }
  .voice-block {
    padding: 20px 0;
  }
}
