<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
/* Color Setting */
  --ref-1q: #a44896;
  --ref-1q-light: #eccef7;
  --ref-black: #000;
  --ref-gray: #999;
/* Colors */
  --color-primary: var(--ref-1q);
  --color-primary-light: var(--ref-1q-light);
  --color-text: var(--ref-black);
  --color-gray: var(--ref-gray);
}

a {
  outline: none;
}

.clrRed {
  color: #cc0000;
}

.colBlue {
  color: #0988d5;
}

.fontXL {
  font-size: 24px;
  font-size: 2.4rem;
}

.fontXXL {
  font-size: 36px;
  font-size: 3.6rem;
}

.winSP .fontXXL {
  font-size: 6vw;
}

.small {
  font-size: 80%;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

.bold .normal {
  font-weight: normal !important;
}

.marker_YLW {
  background: linear-gradient(transparent 0%, #fffa6b 0%, #fffa6b 90%, transparent 90%);
}

.nolink a {
  pointer-events: none;
}

.nolink a:after,
.until a:after {
  display: none !important;
}

.copyrightText {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  margin: 150px auto 0;
  max-width: 1024px;
}

.winSP .copyrightText {
  font-size: 3;
  width: 95%;
  margin: 50px auto 0;
}

/* ========================================*/
/* dokugaku_fp */
#container {
  width: auto !important;
}

#innerBox {
  width: auto !important;
}

#dokugaku_fp {
  width: auto;
  padding: 0;
  margin: 5px 0 15px 0;
  z-index: 1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.2em;
}



/*=====================================*/
/* メインエリア */
/*=====================================*/
.main-area {
  width: 100%;
  border-bottom: 10px solid #5aa7d4;
}

.main-area_inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  text-align: center;
  background-size: cover;
}

.main-area a {
  display: inline-block;
}

.main-area .title {
  margin: 0 auto;
  max-width: 1280px;
}

.main-area .main_link01 {
  position: absolute;
  width: 17%;
  top: 43%;
  left: 49%;
}

.winSP .main-area .main_link01 {
  width: 28%;
  top: 57%;
  left: 72%;
}

.main-area .main_link02 {
  position: absolute;
  width: 15.5%;
  top: 56%;
  left: 33%;
}

.winSP .main-area .main_link02 {
  width: 26%;
  top: 67%;
  left: 49%;
}


.main-area .faq_btn {
  display: block;
  width: 15%;
  position: absolute;
  top: 0%;
  left: 80%;
}

.main-area .faq_btn a {
  display: block;
  width: 100%;
  height: 2.5em;
  margin: 0 auto;
  background: #537bc0;
  border: 1px solid #b0c9f5;
  box-shadow: 0 0 0 1px #537bc0;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  position: relative;
}

.main-area .faq_btn a:hover {
  background: #314973;
  box-shadow: 0 0 0 1px #314973;
}

.main-area .faq_btn a:after {
  position: absolute;
  display: inline-block;
  content: "\3009";
  top: 60%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
}

.main-area .faq_btn a span {
  position: absolute;
  display: inline-block;
  width: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.winSP .main-area .faq_btn {
  width: 35%;
  left: 60%;
  top: 2%;
}

.winSP .main-area .faq_btn a {
  font-size: 2.5vw;
  min-height: 4vw;
}



.main_voice {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 5%;
  border: 1px solid #5aa7d4;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  width: 10%;
}

.main_voice:hover {
  background: linear-gradient(to top, #5aa7d4 12%, rgba(255, 255, 255, 1) 12%);
}

.main_voice a {
  display: block;
  color: #5aa7d4;
  width: 100%;
  padding: 2% 10% 15px;
  text-decoration: none !important;
  position: relative;
}

.main_voice a:before {
  color: #5aa7d4;
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #5aa7d4;
  border-right: solid 1px #5aa7d4;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  text-transform: none;
  speak: none;
}

.main_voice:hover a:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.main_voice a span {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}

.main_voice a span img {
  display: inline-block;
  width: 70%;
}


.winSP .main_voice {
  top: 32%;
  right: 2%;
  width: 19%;
}

.winSP .main_voice a {
  padding: 2% 2% 15% 2%;
}

.winSP .main_voice a span {
  font-size: 2.5vw;
  letter-spacing: -0.05em;
  font-weight: normal;
}

.winSP .main_voice a span img {
  width: 30%;
}

.winSP .main_voice a:before {
  width: 2vw;
  height: 2vw;
}



/*=====================================*/
/* アンカーナビ */
/*=====================================*/

.main-anchor_area {
  width: 100%;
  min-width: 980px;
}

.main-anchor_area.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}

.main-anchor_area .anchor-area .inner {
  width: 100% !important;
  padding: 0;
}

.main-anchor_area .anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px auto;
  padding: 0 10px;
  text-align: center;
}

.main-anchor_area .anchor-nav li {
  display: inline-block;
  width: calc((100% - 25px) / 6);
}

.main-anchor_area .anchor-nav li a {
  display: block;
  background: var(--color-primary-light);
  height: 3em;
  color: #000;
  border-radius: 5px;
  position: relative;
}

.main-anchor_area .anchor-nav li a:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/img_arr_nav.png)no-repeat left top/contain;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-anchor_area .anchor-nav li a&gt;span {
  display: inline-block;
  width: 85%;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: 0px 0px 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-anchor_area .anchor-nav li a .fontS {
  font-weight: bold;
}

.main-anchor_area .anchor-nav li a .sub {
  display: block;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #00079e;
  text-shadow: none;
}

.winSP .main-anchor_area {
  min-width: 0;
}

.winSP .main-anchor_area .anchor-nav li {
  width: calc((100% - 10px) / 3);
}

.winSP .main-anchor_area .anchor-nav li a {
  height: 2.5em;
}

.winSP .main-anchor_area .anchor-nav li a&gt;span {
  font-size: 2.5vw;
}

.winSP .main-anchor_area .anchor-nav li a:after {
  width: 2.5vw;
  height: 2.5vw;
}




/* section
--------------------------------------------------------- */
.section {
  margin: 0;
}

.section h2 {
  padding: 15px 1%;
}

.section h3 {
  padding: 10px 0;
  text-align: center;
}

.sectionInner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

#dokugaku_fp .note {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}


/* title-bar
--------------------------------------------------------- */

.title-bar {
  background: #1d376b;
  position: relative;
  line-height: 1.3;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
}

.title-bar .ttl {
  padding: 8px 0;
}

.title-bar:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #1d376b transparent transparent transparent;
  margin-left: -20px;
}

.title-bar.sub {
  background: #94aad0;
  position: relative;
  line-height: 1.3;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
}

.title-bar.sub .ttl {
  padding: 8px 0;
}

.title-bar.sub:after {
  display: none;
}

.title-bar .ttl .main {
  font-size: 3.8rem;
  font-weight: bold;
}

.title-bar .ttl .sub {
  font-size: 2.4rem;
}

.winSP .title-bar {
  font-size: 20px;
  font-size: 2.0rem;
}

.winSP .title-bar .ttl {
  padding: 12px 0;
}

.winSP .title-bar:after {
  bottom: -14px;
  border-width: 20px 15px 0 15px;
  margin-left: -10px;
}

.winSP .title-bar .ttl .main {
  font-size: 2.4rem;
}

.winSP .title-bar .ttl .sub {
  font-size: 1.5rem;
}


/* about
--------------------------------------------------------- */
#about {
  margin: 0 2% 50px;
}

#about h2 {
  font-size: 34px;
  font-size: 3.4rem;
  padding: 5px 1% 5px 0;
  margin: 15px auto;
  border-bottom: 1px solid #000;
  line-height: 1;
  color: #1a237e;
}

#about h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #e50b0b;
}

.winSP #about h2 {
  font-size: 8vw;
}

.winSP #about h3 {
  font-size: 5vw;
}



/* web_lecture
--------------------------------------------------------- */

#web_lecture {
  padding-bottom: 50px;
  background: url(../images/bg_slant.png) left top repeat;
}

#web_lecture .inner {
  max-width: 1024px;
}


#web_lecture h3.ymark {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  background-color: #fffb97;
  color: #3e5a91;
}

#web_lecture .course_list {
  display: flex;
  justify-content: space-around;
  margin: 50px auto 45px auto;
}

#web_lecture .course_list li {
  background-color: #fff;
  padding: 15px;
  margin: 10px;
  border: solid 2px #3e5a91;
  border-radius: 30px;
  width: 330px;
}

#web_lecture .course_list li img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

#web_lecture .course_list li p {
  margin-top: 20px;
  color: #3e5a91;
  text-align: left;
  font-size: 16px;
}


#web_lecture .websample {
  display: block;
  margin: 0 auto;
  text-align: right;
}

#web_lecture .websample .btn_taiken {
  display: inline-block;
  width: 450px;
  text-align: center;
}

#web_lecture .websample .btn_taiken a {
  display: block;
  position: relative;
  border: 1px solid #7898c7;
  border-radius: 5px;
  padding: 4%;
  background: #7898c7;
  box-shadow: 0px 0px 5px #FFFDE7 inset;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

#web_lecture .websample .btn_taiken a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

#web_lecture .websample .btn_taiken a:hover {
  text-decoration: none;
  background: #586f91;
  box-shadow: 0px 0px 5px #d8d39e inset;
}


#web_lecture .btm_link_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}

#web_lecture .btm_link_row .pdf {
  margin-top: 10px;
  display: inline-block;
  width: 50%;
  text-align: left;
}

#web_lecture .btm_link_row .pdf a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

#web_lecture .btm_link_row .pdf a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/ico-pdf.png);
}

#web_lecture .btm_link_row .pdf a span {
  text-decoration: underline;
  color: #000;
}

#web_lecture .btm_link_row p {
  margin: 10px 0;
}


.winSP #web_lecture .course_list {
  display: block;
}

.winSP #web_lecture .course_list li {
  margin: 10px auto;
}

.winSP #web_lecture .websample {
  padding: 2%;
  font-size: 3vw;
}

.winSP #web_lecture .websample .btn_taiken {
  display: block;
  width: 100%;
}

.winSP #web_lecture .websample .btn_taiken a {
  font-size: 5vw;
}

.winSP #web_lecture .websample .tright {
  font-size: 2.5vw;
}



.winSP #web_lecture .btm_link_row {
  flex-direction: column;
  align-items: flex-end;
}

.winSP #web_lecture .btm_link_row .pdf {
  width: auto;
}


#web_lecture .app_download {
  margin: 50px auto;
  font-size: 20px;
  font-size: 2rem;
}

#web_lecture .app_download .app_ttl {
  display: block;
  background: #e20011;
  padding: 2px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}

#web_lecture .app_download .app_detail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 40px auto;
}

#web_lecture .app_download .app_detail .text_box {
  width: 60%;
  font-size: 14px;
  font-size: 1.4rem;
}

#web_lecture .app_download .btn_app {
  display: inline-block;
  width: 210px;
}

#web_lecture .app_download .btn_app a {
  display: block;
  position: relative;
  padding: 4%;
  background: #1f325e;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 -14px 10px -5px #121c33 inset;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

#web_lecture .app_download .btn_app a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(45deg);
}

#web_lecture .app_download .btn_app a:hover {
  text-decoration: none;
  background: #121c33;
  box-shadow: 0 -14px 10px -5px #1f325e inset;
}

#web_lecture .app_download .app_caution {
  display: flex;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 2%;
  font-size: 14px;
  font-size: 1.4rem;
}

.winSP #web_lecture .app_download {
  font-size: 4.2vw;
  padding: 0 2%;
}

.winSP #web_lecture .app_download .app_ttl {
  font-size: 4.5vw;
}

.winSP #web_lecture .app_download .app_detail {
  display: block;
}

.winSP #web_lecture .app_download .app_detail .img_box {
  width: 80%;
  margin: 0 auto;
}

.winSP #web_lecture .app_download .app_detail .text_box {
  width: 100%;
  padding: 2%;
}

.winSP #web_lecture .app_download .btn_app {
  width: 80%;
  margin: 0 auto;
  display: block;
}



/* anshin
--------------------------------------------------------- */
#dokugaku_fp #anshin .sec_ttl {
  margin: 0 2%;
  padding: 4px 0;
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #2f446a;
}

#dokugaku_fp #anshin .sec_ttl img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 1%;
}

#dokugaku_fp #anshin .point {
  padding: 0 2%;
}

#dokugaku_fp #anshin .udl_y {
  background: linear-gradient(transparent 60%, #FFFF00 0%, #FFFF00 80%, transparent 0%);
}

.winSP #dokugaku_fp #anshin .sec_ttl {
  font-size: 8vw;
}

.winSP #dokugaku_fp #anshin .sec_ttl img {
  width: 13vw;
}


/*#point01*/
#dokugaku_fp #anshin #point01 {
  margin-top: 30px;
  padding-bottom: 70px;
  background: #ffeaef url(../../../image/2018/bg_anshin_point01_gr.png) center center no-repeat;
  background-size: contain;
}

#dokugaku_fp #anshin .point01 {
  padding-top: 70px;
  background: url(../../../image/2018/bg_anshin_point01.png) top center no-repeat;
}

#dokugaku_fp #anshin #point01 .point01_lead {
  color: #c73557;
}

#dokugaku_fp #anshin .point_ico {
  float: left;
  width: 13%;
  margin-left: 1%;
  margin-right: 1%;
}

#dokugaku_fp #anshin .point_txt {
  width: 48%;
}

#dokugaku_fp #anshin .point_img {
  width: 33%;
}

#dokugaku_fp #anshin .point01 .point_txt {
  float: left;
  padding-top: 20px;
}

#dokugaku_fp #anshin .point01 .point_txt .point01_ttl {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.05em;
  color: #333;
}

#dokugaku_fp #anshin .point01 .point_txt .point01_ttl span {
  font-weight: bold;
}

#dokugaku_fp #anshin .point01 .point_txt .point01_ttl sup {
  font-size: 50%;
  vertical-align: top;
}

#dokugaku_fp #anshin .point01 .point_img {
  float: right;
  padding-top: 20px;
}

#dokugaku_fp #anshin .point01 .point_img .look_btn a {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 4em;
  color: #fff;
  background: #e43743;
  position: relative;
}

#dokugaku_fp #anshin .point01 .point_img .look_btn a:hover {
  background: #af2c35;
}

#dokugaku_fp #anshin .point01 .point_img .look_btn a:after {
  display: inline-block;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../../../image/2020/img_ico01.png)no-repeat right center/contain;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#dokugaku_fp #anshin .point01 .point_img .look_btn a span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#dokugaku_fp #anshin .point01 .note {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}

#dokugaku_fp #anshin .point02 .point_ico {
  position: relative;
  top: -60px;
}

#dokugaku_fp #anshin .point02 .point_txt {
  float: right;
}

#dokugaku_fp #anshin .point02 .point_txt .point02_ttl {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.05em;
  color: #333;
}

#dokugaku_fp #anshin .point02 .point_txt .point02_ttl&gt;span:not(.udl_y) {
  font-size: 30px;
  font-size: 3rem;
}

#dokugaku_fp #anshin .point02 .point_txt .point02_ttl .udl_y {
  font-weight: bold;
}

#dokugaku_fp #anshin .point02 .point_img {
  float: left;
}

#dokugaku_fp #anshin .point03 {
  padding-top: 70px;
  background: url(../../../image/2018/bg_anshin_point03.png) top center no-repeat;
}

#dokugaku_fp #anshin .point03 .point_ico {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

#dokugaku_fp #anshin .point03 .point_txt {
  float: none;
  display: inline-block;
  width: 84%;
  vertical-align: bottom;
  padding-bottom: 20px;
}

.winSP #dokugaku_fp #anshin .point_ico {
  float: left;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

.winSP #dokugaku_fp #anshin .point_txt {
  float: left;
  width: 78%;
}

.winSP #dokugaku_fp #anshin .point_txt p {
  margin-left: -20%;
}

.winSP #dokugaku_fp #anshin .point_img {
  float: none;
  clear: both;
  width: auto;
}

.winSP #dokugaku_fp #anshin .point01 .point_txt .point01_ttl {
  font-size: 6vw;
}

.winSP #dokugaku_fp #anshin .point02 .point_txt .point02_ttl {
  font-size: 7vw;
}

.winSP #dokugaku_fp #anshin .point02 .point_txt .point02_ttl&gt;span:not(.udl_y) {
  font-size: 6vw;
}

.winSP #dokugaku_fp #anshin .point02 .point_ico {
  top: -7vw;
}

.winSP #dokugaku_fp #anshin .point01 .point_img .look_btn a:after {
  width: 10vw;
  height: 10vw;
}

.winSP #dokugaku_fp #anshin .point01 .point_img .look_btn a span {
  font-size: 6vw;
}

.winSP #dokugaku_fp #anshin .point01 .note {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}


/*#point02*/
#dokugaku_fp #anshin #point02 {
  padding-top: 0;
  padding-bottom: 70px;
  background: #ffd5d9 url(../../../image/2018/bg_anshin_point02_gr.png) center center no-repeat;
  background-size: contain;
}

#dokugaku_fp #anshin #point02 .sectionInner {
  padding-top: 70px;
  background: url(../../../image/2018/bg_anshin_point02.png) top center no-repeat;
  text-align: center;
}

#dokugaku_fp #anshin #point02 .point_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  color: #333;
  display: inline-block;
  position: relative;
}

#dokugaku_fp #anshin #point02 .point_ttl span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}

#dokugaku_fp #anshin #point02 .point_ttl:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 4em;
  background: #333;
  -webkit-transform: skewX(-150deg);
  transform: skewX(-150deg);
  position: absolute;
  bottom: 10%;
  left: -10%;
}

#dokugaku_fp #anshin #point02 .point_ttl:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 4em;
  background: #333;
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  position: absolute;
  bottom: 10%;
  right: -10%;
}

.winSP #dokugaku_fp #anshin #point02 .point_ttl {
  font-size: 4vw;

}

.winSP #dokugaku_fp #anshin #point02 .point_ttl span {
  font-size: 6vw;
}

/*#point03*/
#dokugaku_fp #anshin #point03 {
  padding-bottom: 70px;
  background: #d5edf6 url(../../../image/2018/bg_anshin_point03_gr.png) top center no-repeat;
  background-size: 100% 100%;
}

#dokugaku_fp #anshin #point03 .point_area {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2%;
  background: #fff;
  border: 1px solid #eb7c8d;
  padding-bottom: 23px;
}

#dokugaku_fp #anshin #point03 .point_area .inner_point_area {
  max-width: 920px;
  margin: 0 auto;
}

#dokugaku_fp #anshin #point03 .point03_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  color: #333;
  display: inline-block;
  position: relative;
}

#dokugaku_fp #anshin #point03 .point03_ttl span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}

#dokugaku_fp #anshin #point03 .point03_img {}

#dokugaku_fp #anshin #point03 .point03_img .img_box {
  font-size: 0;
  text-align: center;
}

#dokugaku_fp #anshin #point03 .point03_img .img_box li {
  display: inline-block;
}

#dokugaku_fp #anshin #point03 .point03_img .point03_img_note {
  width: 35%;
  display: block;
  margin: 0 15% 0 auto;
  padding: 2%;
}

#dokugaku_fp #anshin #point03 .point03_img .point03_img_note li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}


.winSP #dokugaku_fp #anshin #point03 .point03_ttl {
  font-size: 6vw;
  padding-bottom: 0;
  padding-top: 10%;
}

.winSP #dokugaku_fp #anshin #point03 .point03_ttl span {
  font-size: 7vw;
}

.winSP #dokugaku_fp #anshin #point03 .point03_img .img_box li {
  width: 50%;
}

.winSP #dokugaku_fp #anshin #point03 .point03_img .point03_img_note {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0%;
}

.winSP #dokugaku_fp #anshin #point03 .point03_img .point03_img_note li {
  font-size: 2.5vw;
}

/*point04*/
#dokugaku_fp #anshin #point04 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff url(../../../image/2018/bg_anshin_point04.png) top center no-repeat;
  text-align: center;
}

#dokugaku_fp #anshin #point04 .point_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
}

#dokugaku_fp #anshin #point04 .point_ttl span {

  font-weight: bold !important;
  color: #c73557;
}

#dokugaku_fp #anshin #point04 .point_ttl .udl_y {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  font-weight: bold;
}

#dokugaku_fp #anshin #point04 .point_ttl:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 4em;
  background: #c73557;
  -webkit-transform: skewX(-150deg);
  transform: skewX(-150deg);
  position: absolute;
  bottom: 10%;
  left: -10%;
}

#dokugaku_fp #anshin #point04 .point_ttl:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 4em;
  background: #c73557;
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  position: absolute;
  bottom: 10%;
  right: -10%;
}

.winSP #dokugaku_fp #anshin #point04 .point_ttl {
  font-size: 4vw;
}

.winSP #dokugaku_fp #anshin #point04 .point_ttl .udl_y {
  font-size: 6vw;
}

.winSP #dokugaku_fp #anshin #point04 .point_ttl:before,
.winSP #dokugaku_fp #anshin #point04 .point_ttl:after {
  background: none;
}

/* course
--------------------------------------------------------- */



/*course_price*/
.course_price_ttl {
  margin-top: 40px;
  padding: 5px;
  border: 1px solid #001fa6;
  text-align: center;
  letter-spacing: 0.1em;
}

.course_price {
  padding: 40px 30px;
  position: relative;
}

.course_price [class^=box0] {
  width: 48%;
}

.course_price .box01 {
  margin-bottom: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.course_price .box01 span {
  font-weight: bold;
}

.course_price .box01 .date_num {
  font-size: 24px;
  font-size: 2.4rem;
}

.course_price .box01 .course {
  font-size: 30px;
  font-size: 3rem;
  color: #fff555;
  line-height: 1;
}

.course_price .box01 .course_name {}

.course_price .box01 .limit {
  font-size: 20px;
  font-size: 2rem;
  color: #555;
}

.course_price .box02 {
  font-size: 12px;
  border-top: 1px dashed #665059;
  padding-top: 10px;
}

.course_price .course_r {
  width: 47%;
  padding: 15px 0 8px;
  text-align: center;
  border: 1px dotted #665059;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course_price .course_r * {
  font-weight: bold;
}

.course_price .course_r .full_price {
  font-weight: bold;
  color: #ca1111;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.course_price .course_r .full_price span {
  display: inline-block;
}

.course_price .course_r .full_price .price {
  font-size: 40px;
  font-size: 4rem;
}

.course_price .course_r .price_btn {
  display: block;
  width: 100%;
}

.course_price .course_r .price_btn a {
  display: block;
  width: 85%;
  height: 3em;
  margin: 0 auto;
  background: #ca1111;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}

.course_price .course_r .price_btn a:hover {
  background: #940f0f;
}

.course_price .course_r .price_btn a:after {
  position: absolute;
  display: inline-block;
  content: "\3009";
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.course_price .course_r .price_btn a span.text {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}


.winSP .course_price_ttl {
  margin: 40px 2% 0;
}

.winSP .course_price {
  margin: 0 2%;
  padding: 23px 3% 20px;
}

.winSP .course_price {
  width: auto;
}

.winSP .course_price [class^=box0] {
  width: 100%;
}

.winSP .course_price .box01 {
  font-size: 4vw;
}

.winSP .course_price .box01 .date_num {
  font-size: 6vw;
}

.winSP .course_price .box01 .course {
  font-size: 6vw;
}

.winSP .course_price .box01 .course_name {
  font-size: 8vw;
}

.winSP .course_price .box01 .limit {
  font-size: 4vw;
}

.winSP .course_price .box02 {
  border-top: none;
}

.winSP .course_price .course_r {
  position: relative;
  width: 100%;
  padding: 15px 5px 8px;
  top: 0;
  right: 0;
  transform: none;
}

.winSP .course_price .course_r .full_price {
  font-size: 3vw;
  letter-spacing: -0.1em;
}

.winSP .course_price .course_r .full_price .price {
  font-size: 9vw;
}

.winSP .course_price .course_r .price_btn a {
  font-size: 5vw;
}

.winSP .course_price_check,
.winSP .note {
  margin: 0 2%;
}



/* curriculum
--------------------------------------------------------- */
.curriculum {
  background: url(../images/bg_slant.png) left top repeat;
  padding-bottom: 5%;
}

.curriculum .sectionInner {
  padding: 40px 0 60px;
}

/*toggle*/
.js-toggle-title {
  margin: 30px auto 0;
  background: #ccc;
  padding: 2% 0 0;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 30px 30px 0 0;
  text-align: center;
}

.js-toggle-title h3 {
  display: inline-block;
  position: relative;
}

.js-toggle-title h3:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: -25%;
  transform: translateY(-50%);
}

.js-toggle-title .course_name {
  font-size: 50px;
  font-size: 5rem;
  vertical-align: middle;
}

.js-toggle-contents {
  padding: 5% 2%;
  background: #fff;
  border: thin solid #e4e4e4;
}

.course_info {
  margin-bottom: 80px;
}

.course_info .course_info_box_wrap {
  display: flex;
  justify-content: space-between;
}

.course_info [class^=course_info_box0] {
  width: 45%;
  position: relative;
}

.course_info .course_info_box01:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: -18%;
  transform: translateY(-50%);
}

.course_info .course_info_box01 .btn_wrap {
  display: flex;
  margin-top: 10px;
  justify-content: flex-start;
}

.course_info .course_info_box01 .btn_wrap li {
  display: inline-block;
  margin-right: 10px;
  width: 50%;
}

.course_info .course_info_box01 .btn_wrap li a {
  display: block;
  width: 100%;
  padding: 2% 2% 2% 42.5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #bbb;
  box-shadow: 0 0 0 1px #aaa;
}

.course_info .course_info_box01 .btn_wrap li a:hover {
  background: #a0a0a0;
}

.course_info .course_info_box01 .btn_wrap li span {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  color: #fff;
}

.course_info .course_info_box01 .btn_wrap li span:before {
  content: "";
  background: url(../images/ico_course_info_btn.png)no-repeat center center / contain;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -35%;
  transform: translateY(-50%);
}

.course_info .course_info_box02 .sche_box {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.course_info .course_info_box02 .img_box {
  float: left;
  margin: 0 10px 10px 0;
}

.course_info .course_info_box02 .text_box {
  margin-bottom: 30px;
}

.course_info .course_info_box02 .res_person {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.course_info .course_info_box02 .res_person .teacher_name {
  font-size: 20px;
  font-size: 2rem;
}

.course_info .course_info_box02 .btn_taiken {
  display: inline-block;
  max-width: 450px;
  text-align: center;
  width: 100%;
}

.course_info .course_info_box02 .btn_taiken a {
  display: block;
  position: relative;
  border: 1px solid #7898c7;
  border-radius: 5px;
  padding: 4%;
  background: #7898c7;
  box-shadow: 0px 0px 5px #FFFDE7 inset;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.course_info .course_info_box02 .btn_taiken a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.course_info .course_info_box02 .btn_taiken a:hover {
  text-decoration: none;
  background: #586f91;
  box-shadow: 0px 0px 5px #d8d39e inset;
}

.course_info .course_info_note {
  background: #e0f7ea;
  border: 2px solid #3d9e68;
  border-radius: 5px;
  padding: 2% 3%;
  margin-top: 20px;
}


.course_material_box_wrap h4 {
  display: block;
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
}

.course_material_box_wrap h4 img {
  vertical-align: bottom;
}

.course_material_box_wrap [class^=course_material_box0] dt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #124885;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background: #eee;
  border-top: 2px solid #ccc;
}

.course_material_box_wrap [class^=course_material_box0] dt p {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5% 1%;
  border-radius: 5px;
  margin-left: 20px;
  color: #333;
}

.course_material_box_wrap [class^=course_material_box0] dd {
  padding: 2%;
}

.course_material_box_wrap [class^=course_material_box0] dd ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.course_material_box_wrap [class^=course_material_box0] dd h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.course_material_box_wrap .course_material_box01 dd {
  background: #fafafa;
}

.course_material_box_wrap .course_material_box01 dd ul {
  display: flex;
  justify-content: space-around;
}

.course_material_box_wrap .course_material_box01 dd li {
  width: 50%;
  padding: 1%;
  display: flex;
  justify-content: space-around;
}

.course_material_box_wrap .course_material_box01 dd li .img_box {
  margin-right: 10px;
  display: inline-block;
  width: 30%;
  text-align: center;
}

.course_material_box_wrap .course_material_box01 dd li .text_box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30%);
}

.course_material_box_wrap .course_material_box02 dt {
  background: #c9eabd;
  border-top: 2px solid #56a03c;
}

.course_material_box_wrap .course_material_box02 dd li {
  width: 30%;
  display: block;
  text-align: center;
  position: relative;
}

.course_material_box_wrap .course_material_box02 dd li:last-child:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20%;
  left: -35%;
  background: url(../images/img_fp1cross02.png)no-repeat center center / contain;
}

.course_material_box_wrap .course_material_box02 dd ul:nth-child(1) li:nth-child(2) {
  margin-right: 12%;
}

.course_material_box_wrap .course_material_box02 dd ul:nth-child(2) li:nth-child(1) {
  width: 60%;
}

.course_material_box_wrap .course_material_box02 dd li .img_box {
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.course_material_box_wrap .course_material_box02 dd li .text_box {
  display: inline-block;
  text-align: left;
}

.course_material_box_wrap .course_material_box02 dd .exercises li {
  width: 50%;
  display: flex;
  text-align: center;
}

.course_material_box_wrap .course_material_box02 dd .exercises li.balloon {
  display: block;
  text-align: left;
  background: #def5ff;
  border: 3px solid #5eb4ce;
  border-radius: 30px;
  padding: 3%;
  line-height: 1.5;
  position: relative;
}

.course_material_box_wrap .course_material_box02 dd .exercises li.balloon:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 25px solid #5eb4ce;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.course_material_box_wrap .course_material_box02 dd .exercises li.balloon:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 25px solid #def5ff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.course_material_box_wrap .course_material_box02 dd .exercises li.balloon h6 {
  font-size: 18px;
  font-size: 1.8rem;
}

.course_material_box_wrap .course_material_box03 dd li {
  display: flex;
  justify-content: space-around;
}

.course_material_box_wrap .course_material_box03 dt {
  background: #ffc9a1;
  border-top: 2px solid #ff6c00;
}

/*
.course_material_box_wrap .course_material_box03 dd li .img_box{
	margin-right:10px;
	width: 40%;
	display: block;
}
*/
.course_material_box_wrap .course_material_box03 dd li .img_box {
  margin-right: 10px;
  text-align: center;
  display: block;
}

.course_material_box_wrap .course_material_box03 dd li .text_box {
  display: inline-block;
  text-align: left;
}



.course-toggle-btn-wrap {
  background: #e4e4e4;
  padding: 15px;
}

.course-toggle-btn {
  width: 100%;
  max-width: 490px;
  background: linear-gradient(#4a4a4a, #010101);
  padding: 15px;
  margin: 0 auto;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
}

.course-toggle-btn.selected {}

.course-toggle-btn .open,
.course-toggle-btn .close {
  position: relative;
  padding-right: 20px;
}

.course-toggle-btn .open::after,
.course-toggle-btn .close::after {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  background-size: contain;
  content: "";
}

.course-toggle-btn .open {
  font-weight: bold;
  display: block;
}

.course-toggle-btn .open::after {
  background-image: url(../images/ico_open.png);
}

.course-toggle-btn .close {
  font-weight: bold;
  display: none;
}

.course-toggle-btn .close::after {
  background-image: url(../images/ico_close.png);
}

.course-toggle-btn.selected .open {
  display: none;
}

.course-toggle-btn.selected .close {
  display: block;
}


.winSP .curriculum .sectionInner {
  padding: 2%;
}

.winSP .js-toggle-title {
  font-size: 3vw;
  border-radius: 20px 20px 0 0;
}

.winSP .js-toggle-title h3 {
  margin-left: 20%;
  width: 80%;
  display: inline-block;
}

.winSP .js-toggle-title h3:before {
  width: 20%;
  height: 100%;
  left: -20%;
}

.winSP .js-toggle-title h3 p {
  text-align: left;
  padding-left: 5%;
  line-height: 1.2;
}

.winSP .js-toggle-title h3 p span {
  font-size: 4vw;
  margin-top: 0.4em;
}

.winSP .js-toggle-title .course_name {
  font-size: 6vw;
}

.winSP .course_info {
  margin-bottom: 40px;
}

.winSP .course_info .course_info_box_wrap {
  display: block;
}

.winSP .course_info .course_info_box01 {
  width: 100%;
  margin-bottom: 30%;
}

.winSP .course_info .course_info_box02 {
  width: 100%;
  margin-bottom: 10%;
}

.winSP .course_info .course_info_box01:after {
  width: 20%;
  height: 20%;
  top: auto;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
}

.winSP .course_info .course_info_box01 .btn_wrap {
  justify-content: space-around;
}

.winSP .course_info .course_info_box01 .btn_wrap li {
  margin-right: 0;
  width: 48%;
}

.winSP .course_info .course_info_box01 .btn_wrap li a {
  padding: 2% 2% 2% 12%;
}

.winSP .course_info .course_info_box01 .btn_wrap li span {
  font-size: 4vw;
  line-height: 1;
}

.winSP .course_info .course_info_box01 .btn_wrap li span:before {
  width: 15px;
  left: -20%;
}

.winSP .course_info .course_info_box02 .sche_box {
  font-size: 4vw;
}

.winSP .course_info .course_info_box02 .text_box {
  margin-bottom: 30px;
  font-size: 3vw;
}

.winSP .course_info .course_info_box02 .res_person {
  font-size: 6vw;
}

.winSP .course_info .course_info_box02 .res_person .teacher_name {
  font-size: 4vw;
}

.winSP .course_info .course_info_box02 .btn_taiken {
  width: 100%;
}

.winSP .course_info .course_info_box02 .btn_taiken a {
  font-size: 4vw;
}

.winSP .course_info .course_info_box02 .btn_wrap .fontM {
  font-size: 3vw !important;
}

.winSP .course_material_box_wrap h4 {
  font-size: 8vw;
}

.winSP .course_material_box_wrap h4 img {
  display: inline-block;
  width: 15%;
}

.winSP .course_material_box_wrap [class^=course_material_box0] dt {
  font-size: 3.5vw;
  padding: 1%;
}

.winSP .course_material_box_wrap [class^=course_material_box0] dt p {
  font-size: 2.5vw;
  border-radius: 3px;
  margin-left: 2%;
  letter-spacing: -0.08em;
}

.winSP .course_material_box_wrap [class^=course_material_box0] dd {
  font-size: 3vw;
  padding: 10% 2%;
}

.winSP .course_material_box_wrap [class^=course_material_box0] dd h6 {
  font-size: 3.5vw;
  letter-spacing: -0.05em;
}

.winSP .course_material_box_wrap .course_material_box01 dd li {
  display: inline-block;
  padding: 1%;
}

.winSP .course_material_box_wrap .course_material_box01 dd li .img_box {
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

.winSP .course_material_box_wrap .course_material_box01 dd li .text_box {
  width: 100%;
}

.winSP .course_material_box_wrap .course_material_box02 dd ul {
  flex-wrap: wrap;
}

.winSP .course_material_box_wrap .course_material_box02 dd li {
  width: 40%;
}

.winSP .course_material_box_wrap .course_material_box02 dd ul:nth-child(1) li:nth-child(2) {
  margin-right: 0;
}

.winSP .course_material_box_wrap .course_material_box02 dd li:last-child {
  width: 100%;
  display: flex;
  margin-top: 10%;
}

.winSP .course_material_box_wrap .course_material_box02 dd li:last-child:after {
  display: none;
}

.winSP .course_material_box_wrap .course_material_box02 dd li .img_box {
  width: 100%;
}

.winSP .course_material_box_wrap .course_material_box02 dd li:last-child .img_box {
  width: 40%;
  margin: 0 auto;
}

.winSP .course_material_box_wrap .course_material_box02 dd li:not(:last-child) .img_box img {
  max-width: 80%;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li {
  width: 100%;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li .img_box {
  width: 50%;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li.balloon {
  border: 2px solid #5eb4ce;
  border-radius: 10px;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li.balloon:before {
  left: 10%;
  top: -45px;
  transform: none;
  border-bottom: 20px solid #5eb4ce;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li.balloon:after {
  left: 10%;
  top: -43px;
  transform: none;
  border-bottom: 20px solid #def5ff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.winSP .course_material_box_wrap .course_material_box02 dd .exercises li.balloon h6,
.winSP .course_material_box_wrap .course_material_box02 dd .exercises li.balloon p.bold {
  font-size: 3.3vw;
}

.winSP .course_material_box_wrap .course_material_box03 dd li {
  display: block;
}

.winSP .course_material_box_wrap .course_material_box03 dd li .img_box {
  margin: 0 auto 10px;
  width: 70%;
}









/* 1q */
.sec1q .js-toggle-title {
  background: #e0cce6;
  border-bottom: 20px solid #a9639e;
}

.sec1q .js-toggle-title h3:before {
  background: url(../images/img_fp1ttl01.png)no-repeat center center / contain;
  left: -20%;
}

.sec1q .course_material_box_wrap h4 {
  color: #a44896;
  margin-bottom: 10px;
}

.sec1q .course_info .course_info_box01:after {
  background: url(../images/img_fp1cross.png)no-repeat center center / contain;
}

.sec1q .course_info .course_info_box01 .btn_wrap li a {
  border: 1px solid #efc7e9;
  background: #a9639e;
  box-shadow: 0 0 0 1px #a9639e;
}

.sec1q .course_info .course_info_box01 .btn_wrap li a:hover {
  background: #a14492;
}

.sec1q .course_material_box_wrap .course_material_box01 dt {
  background: #efdff4;
  border-top: 2px solid #a44896;
}

.winSP .sec1q .js-toggle-title h3:before {
  left: -20%;
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd li:last-child {
  margin-top: 15%;
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd li:last-child:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd ul:nth-child(2) {
  flex-wrap: nowrap;
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd ul:nth-child(2) li .img_box {
  width: 80%;
  margin: 0 auto;
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd ul:nth-child(2) li:last-child {
  width: 100%;
  display: block;
  margin-top: auto;
}

.winSP .sec1q .course_material_box_wrap .course_material_box02 dd ul:nth-child(2) li:last-child:after {
  display: inline-block;
  top: 25%;
  left: -2%;
}

/* 2q */
.sec2q .js-toggle-title {
  background: #ade0eb;
  border-bottom: 20px solid #45b8d0;
}

.sec2q .js-toggle-title h3:before {
  background: url(../images/img_fp2ttl01.png)no-repeat center center / contain;
}

.sec2q .course_material_box_wrap h4 {
  color: #0aaed0;
  margin-bottom: 10px;
}

.sec2q .course_info .course_info_box01:after {
  background: url(../images/img_fp2cross.png)no-repeat center center / contain;
}

.sec2q .course_info .course_info_box01 .btn_wrap li a {
  border: 1px solid #6ad6db;
  background: #45acd0;
  box-shadow: 0 0 0 1px #04677b;
}

.sec2q .course_info .course_info_box01 .btn_wrap li a:hover {
  background: #299ebd;
}

.sec2q .course_material_box_wrap .course_material_box01 dt {
  background: #cff0ff;
  border-top: 2px solid #0aaed0;
}

.winSP .course_material_box_wrap .course_material_box02 dd ul:nth-child(2) li:nth-child(1) {
  width: 100%;
}






/*app_area*/
#app {
  border-bottom: 2px solid #a9639e;
}

#app .title-line {
  /* font-size:30px; */
  /* font-size:3rem; */
  text-align: center;
  /* padding: 10px 1%; */
  background: #5aa7d4;
  color: #fff;
  position: relative;
}

#app .title-line:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #5aa7d4 transparent transparent transparent;
  margin-left: -20px;
}

#app .title-line span {
  font-size: 120%;
}

#app .title-line .fntYLW {
  color: #fffd31;
}

#app .title-line h2 {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 150px;
}

#app .title-line h2:before {
  content: "";
  display: inline-block;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -65%;
  left: 0;
  background: url(../images/img_fp2q_app_title.png) no-repeat center center / contain;
}

#app .sectionInner {
  padding: 60px 0 45px;
}

#app .sectionInner .tcenter {
  position: relative;
}

#app .sectionInner .tcenter:after {
  position: absolute;
  display:
    /*inline-block*/
    none;
  content: "2022年7月下旬リリース予定";
  background: #f00;
  padding: 0.5% 7%;
  top: 22%;
  right: 5%;
  color: #fff;
  font-weight: bold;
}

#app .app_btn {
  display: block;
  width: 100%;
}

#app .app_btn a {
  display: block;
  width: 350px;
  max-width: 80%;
  margin: 0 0 0 auto;
  height: 3em;
  background: #ca1111;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  text-align: center;
}

#app .app_btn a:hover {
  background: #940f0f;
}

#app .app_btn a:after {
  position: absolute;
  display: inline-block;
  content: "\3009";
  top: 50%;
  right: 0.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

#app .app_btn a span {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}

#app .notice {
  margin: 10px auto;
  padding: 10px;
  border: dotted 2px #ddd;
  border-radius: 15px;
}

#app .app_btn.until a {
  background: #acacac;
  pointer-events: none;
}

#app .app_btn.until a:after {
  content: "";
}

.winSP #app .title-line span {
  font-size: 10vw;
}

.winSP #app .title-line h2 {
  padding: 10px 10px 10px 100px;
  width: 85%;
}

.winSP #app .title-line h2:before {
  width: 30vw;
  height: 100%;
  top: 0;
  left: 0;
}

.winSP #app .sectionInner {
  padding: 40px 2% 45px;
}

.winSP #app .app_btn a {
  width: 100%;
  font-size: 4vw;
  max-width: 100%;
}

.winSP #app .sectionInner .tcenter:after {
  font-size: 3vw;
  padding: 0.5% 2%;
  width: 80%;
  top: 10.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*voice_area*/
#voice {
  border-top: 3px solid #5aa7d4;
  padding: 50px 0 80px;
  background: #f8f8f8;
}

#voice .sectionInner {
  margin: 0 auto;
  padding: 2%;
}

#voice h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #5aa7d4;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#voice h3 .voice_ttl {
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}

/*
#voice .voice_ttl02:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #e42445;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#voice .voice_ttl02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #e42445;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#voice .voice_ttl02:before {
  left:0;
}
#voice .voice_ttl02:after {
  right: 0;
}
*/

#voice .voice_box_wrap {
  padding: 20px;
  border: 1px solid #e4e4e4;
}

#voice .voice_box {
  border: 1px solid #5aa7d4;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 0;
  padding: 2% 1%;
  background: url(../images/img_voice_bg.png) 0 0 repeat;
}

#voice .voice_box .right_box {
  display: inline-block;
  background: #ffffff;
  width: 80%;
  padding: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

#voice .voice_box .left_box {
  display: inline-block;
  width: 20%;
  text-align: left;
  padding: 25px 1% 1% 4%;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}

#voice .voice_box .left_box:after {
  content: "";
  width: 25%;
  height: 100%;
  background: url("../images/ico_ippatsugokaku.png") no-repeat left top/contain;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 8%;
}

#voice .voice_btn_area {
  padding: 20px;
  background: #e4e4e4;
  text-align: center;
}

#voice .voice_btn_area .open_btn {
  display: inline-block;
  width: 30%;
  height: 5rem;
  margin: 0 auto;
  background: linear-gradient(to bottom, #4c4c4c, #000);
  border-radius: 12px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}

#voice .voice_btn_area .open_btn:after {
  content: "合格者の声を見る";
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5% 2%;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

#voice .voice_btn_area .open_btn.selected:after {
  content: "閉じる";
}

#voice .voice_btn_area .open_btn span {
  display:
    inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}

#voice .voice_btn_area .open_btn span:after {
  content: "＋";
  display: inline-block;
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

#voice .voice_btn_area .open_btn.selected span:after {
  content: "－";
}

.winSP #voice h3 {
  font-size: 5vw;
}

.winSP #voice h3 .voice_ttl {
  font-size: 8vw;
}

.winSP #voice .voice_box_wrap {
  padding: 10px;
}


.winSP #voice .voice_box .left_box {
  width: 100%;
  text-align: center;
  padding-top: 10%;
}

.winSP #voice .voice_box .left_box .tleft {
  text-align: center !important;
}

.winSP #voice .voice_box .left_box:after {
  position: absolute;
  top: 5%;
  left: 25%;
  width: 15%;
}

.winSP #voice .voice_box .right_box {
  width: 100%;
  padding: 10px 25px;
}

.winSP #voice .voice_btn_area {
  padding: 10px;
}

.winSP #voice .voice_btn_area .open_btn {
  width: 80%;
}


/* sub-block
--------------------------------------------------------- */
.sub-block {
  clear: both;
  /*	min-width: 1025px;*/
}

.sub-block-pb {
  padding-bottom: 70px;
}

.sub-block-bd {
  border-top: 3px solid #ec1d2e;
}

.sub-block-bd h3 {
  text-align: center;
}

.wp-1024 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}




/* faq
--------------------------------------------------------- */

#faq {
  border-top: 3px solid var(--color-primary);
  padding: 30px 0 60px;
  background: #f8f8f8;
}

#faq h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
}

.faq-list li {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2% 3%;
  background: #fff;
}


.faq-list dt {
  position: relative;
  color: #333;
  padding: 8px 100px 8px 50px;
  font-size: 18px;
  font-size: 1.8rem;
}

.faq-list dt i {
  position: absolute;
  width: 30px;
  height: 25px;
  top: 8px;
  left: 12px;
}

.faq-list dt:after {
  content: "見る＋";
  display: inline-block;
  background: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 0.5% 2%;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq-list dt.open:after {
  content: "閉じる－";
}

.faq-list dd {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 2px solid #ccc;
  position: relative;
}

.faq-list dd i {
  position: absolute;
  width: 30px;
  height: 25px;
  top: 20px;
  left: 12px;
}

.faq-list dd .txt {
  margin: 8px 0 15px;
  padding: 15px 10px 15px 50px;
  color: #333;
}


.winSP #faq h3 {
  font-size: 6vw;
}

.winSP .faq-list {
  margin-top: 20px;
}


.winSP .faq-list dt {
  padding: 8px 75px 8px 30px;
  font-size: 15px;
  font-size: 1.5rem;
}

.winSP .faq-list dt i {
  width: 25px;
  height: 20px;
  top: 10px;
  left: 0px;
}

.winSP .faq-list dt:after {
  font-size: 4vw;
}

.winSP .faq-list dd {
  font-size: 13px;
  font-size: 1.3rem;
}

.winSP .faq-list dd i {
  width: 25px;
  height: 20px;
  top: 14px;
  left: 0px;
}

.winSP .faq-list dd .txt {
  margin: 8px 0 15px;
  padding: 9px 10px 10px 36px;
}

.winSP .faq-list li {
  margin-bottom: 15px;
}


/* apply_flow
--------------------------------------------------------- */

#apply_flow {
  margin: 0 auto 50px;
}

#apply_flow ul.flow_img {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 0;
}


#apply_flow ul.flow_img [class^="flow_box"] {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: calc(94% / 4);
  margin: 0 2% 0 0;
  border: 1px solid var(--color-gray);
  border-radius: 2px;
  padding: 1% 1%;
  min-height: 430px;
  vertical-align: top;
  color: var(--color-primary);
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 55px;
  height: 50px;
  display: block;
  background: var(--color-primary-light);
  position: relative;
  color: var(--color-text);
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_ttl:after {
  content: "";
  background: url(../images/img_arr_apply.png) no-repeat left top/contain;
  width: 70px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text {
  padding: 10% 0 0;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text .btn_box a {
  display: block;
  background: var(--color-primary);
  color: #fff;
  line-height: 3;
  margin: 15px 0 0;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text .btn_box a:hover {
  background: #152d68;
  text-decoration: none;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text&gt;a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  margin: 20px 0 0;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text ul {
  margin: 0 0 15px;
  white-space: nowrap;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text ul li {
  border: 1px solid var(--color-primary);
  margin-bottom: 10px;
  padding: 1% 0;
  font-weight: bold;
}

#apply_flow ul.flow_img [class^="flow_box"] .flow_text .fontS {
  display: inline-block;
}


#apply_flow ul.flow_img .flow_box_01 {
  background: url(../images/img_flow01.png) no-repeat center 90%/auto;
}

#apply_flow ul.flow_img .flow_box_02 {
  background: url(../images/img_flow02.png) no-repeat center 90%/auto;
}

#apply_flow ul.flow_img .flow_box_03 {
  background: url(../images/img_flow03.png) no-repeat center 90%/auto;
}

#apply_flow ul.flow_img .flow_box_04 {
  margin: 0;
}

#apply_flow ul.flow_img .flow_box_04 .flow_ttl:after {
  width: 0;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text p {
  margin-bottom: 10px;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text p.caution {
  font-size: 12px;
  font-size: 1.2rem;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text .start {
  display: flex;
  justify-content: space-evenly;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text .start li {
  width: 100%;
  padding: 2%;
  border: none;
  color: #ffffff;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text .start li span {
  font-size: 120%;
}

#apply_flow ul.flow_img .flow_box_04 .flow_text .start li.start_fp1 {
  background: #fffb97;
  color: var(--color-text);
}

#apply_flow ul.flow_img .flow_box_04 .flow_text .start li.start_fp2 {
  background: #2ebfdd;
}




#apply_flow .date img {
  display: inline-block;
  margin-right: 3%;
  vertical-align: bottom;
}

#apply_flow .date span {
  font-weight: bold;
  color: #d0222b;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
}

#apply_flow .date .date_num {
  font-size: 36px;
  font-size: 3.6rem;
}

.winSP #apply_flow h2 {
  font-size: 6vw;
}

.winSP #apply_flow ul.flow_img {
  padding: 2%;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] {
  font-size: 4vw;
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
  padding: 3%;
  min-height: auto;
  background-size: 40%;
  background-position: center bottom 2%;
  position: relative;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_ttl {
  font-size: 5vw;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_ttl:after {
  background-position: right center;
  width: 30px;
  height: 30px;
  top: -60%;
  left: 45%;
  transform: rotate(90deg);
  background-size: auto;
}

.winSP #apply_flow ul.flow_img .flow_box_01 .flow_ttl:after {
  width: 0;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_text {
  padding: 6% 0;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_text .btn_box a {
  display: block;
  text-align: center;
  max-width: 80%;
  margin: 2% auto 15%;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_text&gt;a {
  display: block;
  font-size: 4vw;
  text-decoration: underline;
  margin: 0;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_text&gt;a:hover {
  background: none;
}

.winSP #apply_flow ul.flow_img [class^="flow_box"] .flow_text .fontS {
  font-size: 3vw !important;
  white-space: normal !important;
}

.winSP #apply_flow ul.flow_img .flow_box_02 .flow_text {
  margin: 0 0 15%;
}

.winSP #apply_flow ul.flow_img .flow_box_03 .flow_text {
  margin: 0 0 15%;
}

.winSP #apply_flow ul.flow_img .flow_box_04 .flow_text {
  margin: 5% 0 0;
}

.winSP #apply_flow .date img {
  width: 15%;
  vertical-align: middle;
}

.winSP #apply_flow .date span {
  font-size: 4vw;
  margin-bottom: 0px;
  padding: 1% 0;
}

.winSP #apply_flow .date .date_num {
  font-size: 6vw;
}









/* shien
--------------------------------------------------------- */

#shien .sectionInner {
  padding: 40px 2% 45px;
}

#shien .sectionInner .shien_img {
  margin-top: 26px;
}


.winSP #shien .title-line {
  font-size: 6vw;
}

.winSP #shien .title-line span {
  font-size: 8vw;
}


/* apply-notes
--------------------------------------------------------- */
.apply-notes {
  margin-bottom: 90px;
}

.apply-notes h3 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 30px;
}

.apply-list_wrap .kiyaku {
  background: #fffaa5;
  padding: 2%;
  color: #333;
}

.apply-list_wrap dl {
  margin: 30px 0;
}

.apply-list_wrap dt {
  background: #d9d9d9;
  margin-top: 20px;
}

.apply-list_wrap dt span {
  display: block;
  text-align: left;
  background: #f4696a;
  width: 9em;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  padding: 2px 0 0 5px;
}

.apply-list {
  margin: 0 2%;
  font-size: 14px;
  font-size: 1.4rem;
}

.apply-list li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.winSP .apply-notes .apply-list_wrap {
  padding: 2%;
}

.winSP .apply-notes .apply-list_wrap h3 {
  font-size: 4.5vw;
}



/*=====================================*/
/* close_Info */
/*=====================================*/
.close_Text_wrap {
  max-width: 1024px;
  margin: 10px auto 0;
}

.close_Text {
  background: #ff0000;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  padding: 2% 5%;
  margin: 0 auto;
  text-align: center;
}

.winSP .close_Text {
  font-size: 4vw;
  width: 100%;
}



/*20190513*/
.announce {
  margin: 5px auto;
  padding: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

.announce h3 {
  text-align: left !important;
  padding: 0 !important;
}

.announce h3:before {
  content: "\025a0";
  margin: 0px 0px 0px 0;
}

.announce h3:after {
  content: "\025a0";
  margin: 0px 0px 0px 0;
}

.announce p {
  margin: 0;
  padding: 0;
}

.announce p span {
  font-weight: bold;
}

.announce_text {
  margin: 10px 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.announce_text span {
  color: #ff0000;
}

.sec1q .announce {
  background: #fee0e3;
}

.sec2q .announce {
  background: #e0eafe;
}





/*============================
料金カセット改修
============================*/

/*course_price*/
.course_price [class^=box0] {
  margin-top: 20px;
  color: #343434;
}

.course_price .box01 {
  color: #343434;
  position: relative;
}

/*
.course_price .box01:before {
    content: "";
    background: url(../../../image/32q/2023/ico_course_price01.png)no-repeat center center / contain;
    width: 30%;
    height: 100%;
    position: absolute;
    top: -90%;
    right: 0%;
}
*/

.course_price .box01 .date {
  color: #001fa6;
}

.course_price .box01 .course {
  color: #343434;
  line-height: 2.5;
  font-size: 34px;
  font-size: 3.4rem;
}

.course_price .box01 .course_lank {
  color: #cc0000;
}

.course_price .box02 {
  padding-top: 20px;
}

.course_price .box02 .limit {
  font-size: 20px;
  font-size: 2rem;
  color: #555;
  font-weight: bold;
}

.course_price .course_r {
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: unset;
}

.course_price .course_r .inner_fullpack {
  padding: 15px 0 15px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

/*--キャンペーン時
.course_price.camp .course_r .inner_fullpack{
	padding: 80px 0 15px;
}
.course_price.camp .course_r .inner_fullpack:before {
    content: "";
    background: url(../../../image/32q/2023/ico_course_price02.png)no-repeat center center / contain;
    width: 50%;
    height: 100%;
    position: absolute;
    top: -45%;
    right: 20%;
}
--*/
.course_price .course_r .inner_nopack {
  margin-top: 15px;
}

.course_price .course_r .price_btn a {
  background: #ff6600;
}

.course_price .course_r .withapp .price_btn a {
  background: #4da2c6;
}

.course_price .course_r .inner_nopack .price_btn a {
  background: #ff9755;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -0.1em;
}

.course_price .course_r .price_btn a:hover {
  background: #b34902;
}

.course_price .course_r .price_btn a:after {
  right: 0%;
}

.course_price .course_r .inner_nopack .price_btn a sup {
  vertical-align: top;
}

.course_price .course_r .until .price_btn a {
  background: #999;
  pointer-events: none;
  font-size: 16px;
}

.winSP .course_price [class^=box0] {
  margin-top: 0;
}

.winSP .course_price .box01:before {
  top: -45%;
  right: -5%;
}

.winSP .course_price .box02 {
  text-align: center;
}

.winSP .course_price .box02 .limit {
  font-size: 5vw;
}

.winSP .course_price .course_r {
  padding: 0px;
}

.winSP .course_price .course_r .inner_fullpack:before {
  width: 55%;
  top: -35%;
  right: 18%;
}

.winSP .course_price .course_r .price_btn a {
  font-size: 4vw;
  width: 90%;
}

.winSP .course_price .course_r .inner_nopack .price_btn a {
  font-size: 3vw;
}

.winSP .course_price .course_r .inner_nopack .fontM {
  font-size: 2.5vw !important;
}


/* 1q
--------------------------------------------------------- */
.course_price1q {
  background: #eac0df;
}

.course_price1q .course_r {
  background: unset;
}



/* 2q
--------------------------------------------------------- */
.course_price2q {
  background: #ccebfa;
}

.course_price2q .course_r {
  background: unset;
}




/*============================
Google Optimize 2109
============================*/


/*============================
料金カセット周辺
============================*/
.course_price_wrap {
  /* border: 2px solid #d8c294; */
  padding-bottom: 2%;
}

.course_price_check {
  border-bottom: 1px solid #d8c294;
  margin-bottom: 1%;
}

.course_materials {}

.course_materials .course_materials_inner {
  background: #fff;
  padding: 2%;
  border: thin solid #e9e9e9;
}

.course_materials dt {
  text-align: center;
  padding: 5px;
  background: #ddd;
}

.course_materials dd {
  padding: 2% 2% 0;
}

.course_materials dd li {
  margin-bottom: 5px;
}

.course_materials dd p {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.course_materials dd p:before {
  position: absolute;
  display: inline-block;
  content: "\3009";
  font-size: 100px;
  font-weight: lighter;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg) scale(1, 1.5);
  transform: translateX(-50%) rotate(90deg) scale(1, 1.5);
  color: #e9e9e9;
}

.note {
  margin: 0 1%;
}


.winSP .course_price_check {
  border-bottom: none;
  margin-bottom: 1%;
}

.winSP .course_price_wrap {
  margin: 0 2%;
}

.winSP .course_price {
  margin: 0;
}

.winSP .note {
  margin: 15px 2% 0 !important;
}


/*============================
注意事項改修
============================*/
.notes_info02 {
  background: #de0000;
  width: 100%;
  margin: 0 auto 40px;
  border: thin solid #de0000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.notes_info02 h5 {
  padding: 1%;
}

.notes_info02 p {
  background: #fff;
  padding: 3% 5%;
  color: #000;
}

.notes_info02 p {
  position: relative;
  cursor: pointer;
}

.notes_info02 p span {
  display: block;
  width: 90%;
}

.notes_info02 p:after {
  /*
	content:"\25BC";
	color:#ccc;
	background:#fff;
	border-left:1px solid #de0000;
*/
  content: "";
  background: url(../images/icon_click_01.png)no-repeat center center / contain;
  width: 15%;
  height: 100%;
  line-height: 400%;
  position: absolute;
  top: 0;
  right: 1%;
}

.notes_info02 p.open:after {
  /*	content:"\25B2";*/
  background: url(../images/icon_click_02.png)no-repeat center center / contain;

}

.notes_info02 .apply-list_wrap {
  background: #fff;
  padding: 2%;
  border-top: thin solid #de0000;
}

.notes_info02 .apply-list_wrap h6 {
  color: #000;
  margin-top: 30px;
}

.notes_info02 .apply-list {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 2% 0;
  margin-top: 1px;
}

.notes_info02 .apply-list a {
  color: #2a6be3 !important;
  text-decoration: none !important;
}

.notes_info02 .apply-list a:hover {
  text-decoration: underline !important;
}

.winSP .notes_info02 {
  max-width: 98%;
}

.winSP .notes_info02 h5 img {
  vertical-align: middle;
}

.winSP .notes_info02 h5 {
  font-size: 4.2vw;
}

.winSP .notes_info02 p span {
  font-size: 4vw;
}

.winSP .notes_info02 p:after {
  line-height: 15vw;
}

.winSP .notes_info02 h6 {
  font-size: 4.2vw;
}

.winSP .apply-list_wrap .kiyaku {
  font-size: 3.5vw !important;
  letter-spacing: -0.04em;
}

.winSP .notes_info02 .apply-list li {
  line-height: 1.5;
}







/*============================
Google Optimize 2110
============================*/


/*============================
3つのポイント
============================*/
#dokugaku_fp #anshin {
  margin-bottom: 50px;
}

#dokugaku_fp #anshin #point01,
#dokugaku_fp #anshin #point02,
#dokugaku_fp #anshin #point03 {
  margin-top: 0;
  padding-bottom: 0;
  background: none;
}

#dokugaku_fp #anshin .pointbox_wrap {
  font-size: 0;
  position: relative;
  margin-bottom: 15%;
}

#dokugaku_fp #anshin .pointbox {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#dokugaku_fp #anshin .pointbox:not(#point01) {
  margin-left: 5%;
}

#dokugaku_fp #anshin .pointbox .point_ico {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#dokugaku_fp #anshin .pointbox .point_title {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ecf3ff;
  border-left: 4px solid #6a82b0;
  padding: 3% 2%;
  margin-bottom: 10px;
}

#dokugaku_fp #anshin .pointbox .point_title&gt;span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}

#dokugaku_fp #anshin .pointbox .point_title sup {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

#dokugaku_fp #anshin .pointbox dd {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 220px;
}

#dokugaku_fp #anshin .pointbox dd .fontSS {
  font-size: 11px;
  font-size: 1.1rem;
}

#dokugaku_fp #anshin .pointbox dd .point_img {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#dokugaku_fp #anshin .pointbox_wrap:after {
  display: inline-block;
  content: "\3009";
  font-size: 200px;
  font-weight: lighter;
  line-height: 1;
  position: absolute;
  bottom: -30%;
  left: 47.5%;
  -webkit-transform: translateX(-50%) rotate(90deg) scale(1, 1.5);
  transform: translateX(-50%) rotate(90deg) scale(1, 1.5);
  color: #e9e9e9;
}

#dokugaku_fp #anshin .moreover {
  width: 100%;
  text-align: center;
}

#dokugaku_fp #anshin .moreover .moreover_title {
  font-size: 36px;
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
}

#dokugaku_fp #anshin .moreover .moreover_title:before {
  content: "\3055\3089\306B\FF01\002F";
  display: inline-block;
  color: #556788;
  position: absolute;
  top: -30%;
  left: -8%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

#dokugaku_fp #anshin .moreover .moreover_title:after {
  content: "\002F";
  display: inline-block;
  color: #556788;
  position: absolute;
  top: -6%;
  left: -11%;
  -webkit-transform: rotate(-30deg) scale(-1, 1);
  transform: rotate(-30deg) scale(-1, 1);
}

#dokugaku_fp #anshin .moreover .moreover_title .bold {
  font-size: 44px;
  font-size: 4.4rem;
}

#dokugaku_fp #anshin .moreover .text_box {
  width: 90%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

#dokugaku_fp #anshin .moreover .img_box&gt;li {
  display: inline-block;
  vertical-align: text-top;
  width: 30%;
}

#dokugaku_fp #anshin .moreover .img_box .img_note {
  width: 100%;
  display: block;
  margin: 0 15% 0 auto;
  padding: 2%;
  text-align: left;
}

#dokugaku_fp #anshin .moreover .img_box .img_note li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.winSP #dokugaku_fp #anshin .pointbox_wrap {
  margin-bottom: 25%;
}

.winSP #dokugaku_fp #anshin .pointbox {
  width: 100%;
  vertical-align: top;
  padding: 2%;
  margin-bottom: 5%;
}

.winSP #dokugaku_fp #anshin .pointbox:not(#point01) {
  margin-left: 0;
}

.winSP #dokugaku_fp #anshin .pointbox .point_ico {
  width: 18%;
  margin-bottom: 0;
}

.winSP #dokugaku_fp #anshin .pointbox .point_title {
  width: 80%;
  min-height: 25vw;
}

.winSP #dokugaku_fp #anshin .pointbox .point_title&gt;span {
  font-size: 5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.winSP #dokugaku_fp #anshin .pointbox .point_title sup {
  font-size: 3vw;
}

.winSP #dokugaku_fp #anshin .pointbox dt {
  display: flex;
}

.winSP #dokugaku_fp #anshin .pointbox dd {
  font-size: 3.5vw;
  padding-bottom: 0;

}

.winSP #dokugaku_fp #anshin .pointbox dd .point_text {
  display: block;
  padding-left: 45%;
  min-height: 8em;
}

.winSP #dokugaku_fp #anshin .pointbox dd .point_img {
  width: 45%;
  top: 0;
}

.winSP #dokugaku_fp #anshin .pointbox dd .point_img .fontSS {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0px 5%;
}

.winSP #dokugaku_fp #anshin .pointbox_wrap:after {
  font-size: 30vw;
  bottom: -15%;
}

.winSP #dokugaku_fp #anshin .moreover .moreover_title {
  font-size: 5vw;
}

.winSP #dokugaku_fp #anshin .moreover .moreover_title:before {
  top: -40%;
  left: 4%;
}

.winSP #dokugaku_fp #anshin .moreover .moreover_title:after {
  top: -20%;
  left: 0%;
}

.winSP #dokugaku_fp #anshin .moreover .moreover_title .bold {
  font-size: 6vw;
}

.winSP #dokugaku_fp #anshin .moreover .img_box&gt;li {
  width: 49%;
}

.winSP #dokugaku_fp #anshin .moreover .img_box .img_note li {
  font-size: 2.5vw;
}


/*============================
料金カセット周辺
============================*/
.course_price_wrap {
  padding-bottom: 0;
}

.course_materials_inner dt {
  position: relative;
}

.course_materials_inner dt:after {
  position: absolute;
  content: "\25BC";
  color: #aaa;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%) scale(1.5, 1);
  transform: translateY(-50%) scale(1.5, 1);
}

.course_materials_inner dt.open:after {
  content: "\25B2";
  -webkit-transform: translateY(-50%) scale(1.5, 1);
  transform: translateY(-50%) scale(1.5, 1);
}

.guideline {
  display: block;
  margin: 20px auto 0;
  max-width: 920px;
}

.guideline h3 {
  text-align: left;
}

, winSP.guideline {
  padding: 0 5px;
}

.winSP .guideline .img_box {
  overflow-x: scroll;
}

.winSP .guideline .img_box img {
  max-width: 700px;
}

/*============================
汎用：共通で使えそうなものを抜き出し
============================*/
/* pdf（PDFのアイコンつきリンク）
----------------------------*/
.pdf {
  margin-top: 10px;
  display: inline-block;
  text-align: left;
}

.pdf a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.pdf a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/ico-pdf.png);
}

.pdf a span {
  text-decoration: underline;
  color: #000;
}

/* 注釈（ぶら下げインデント）
----------------------------*/
.annotation {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}</pre></body></html>