/*-------- base --------*/
.bodyarea {
  margin: 0 auto;
  padding: 0;
  font-family: 'メイリオ', 'MS PGothic', Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
}
.bodyarea img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
.bodyarea .pcOnly {
  display: block;
}
.bodyarea .spOnly {
  display: none;
}
/*----- Main Contents -------------------------------------*/
#igo .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#igo p {
  font-size: 1.6rem;
  line-height: 1.5;
}
#igo section.sec_h2 {
  padding-bottom: 30px;
}
#igo section.sec_h3 {
  background-color: #fff;
}
#igo h1 {
  margin: 0;
}
#igo h2 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 3px;
  color: #282727;
  margin: 0 auto;
  padding: 40px 20px 20px 30px;
}
#igo h2 span {
  position: relative;
  padding-left: 30px;
}
#igo h2 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_head_ic.png") no-repeat center/80%;
  width: 55px;
  height: 55px;
  top: 5px;
  left: -12px;
}
#igo #point h2 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/point_head_ic.png") no-repeat center/80%;
  width: 53px;
  height: 55px;
}
#igo #impression h2 span::after {
  background: url("../images/impression_head_ic.png") no-repeat center/80%;
  width: 55px;
  height: 45px;
  top: 9px;
  left: -35px;
}
#igo #table h2 span::after {
  background: url("../images/table_head_ic.png") no-repeat center/80%;
  width: 45px;
  height: 55px;
}
#igo #flow h2 span::after {
  background: url("../images/flow_head_ic.png") no-repeat center/80%;
  left: -35px;
}
#igo #QA h2 span::after {
  background: url("../images/QA_head_ic.png") no-repeat center/80%;
  top: 6px;
  left: -35px;
}
#igo #app_area h2 span::after {
  background: url("../images/app_head_ic.png") no-repeat center/80%;
  width: 58px;
  height: 56px;
  left: -38px;
}
#igo small {
  font-size: 90%;
}
#igo .big {
  font-size: 120%;
}
#igo .bold {
  font-weight: bold;
}
#igo .underLine {
  text-decoration: underline;
  margin-bottom: 7px;
}
#igo a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#igo .flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
/*----- g_nav -------------------------------------*/
#igo #g_nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#igo #g_nav .g_nav_wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 0;
}
#igo #g_nav .g_nav_wrapper p {
  max-width: 138px;
}
#igo #g_nav .g_nav_menu {
  max-width: 910px;
  text-align: right;
  flex-wrap: nowrap;
}
#igo #g_nav .g_nav_menu li {
  margin-right: 55px;
}
#igo #g_nav .g_nav_menu li:nth-of-type(5) {
  margin-right: 30px;
}
#igo #g_nav .g_nav_menu li:last-of-type {
  margin-right: 0;
}
#igo #g_nav .g_nav_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4b4b4b;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#igo #g_nav .g_nav_menu li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/nav_ic01.png") no-repeat center/84%;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -30px;
}
#igo #g_nav .g_nav_menu li.nav02 a::after {
  background: url("../images/nav_ic02.png") no-repeat center/84%;
}
#igo #g_nav .g_nav_menu li.nav03 a::after {
  background: url("../images/nav_ic03.png") no-repeat center/84%;
}
#igo #g_nav .g_nav_menu li.nav04 a::after {
  background: url("../images/nav_ic04.png") no-repeat center/84%;
}
#igo #g_nav .g_nav_menu li.nav05 a::after {
  background: url("../images/app_ic01.png") no-repeat center/84%;
  top: 5px;
  left: 14px;
  z-index: 2;
}
#igo #g_nav .g_nav_menu li a:hover {
  opacity: 0.8;
  color: #c20079;
  text-decoration: underline;
}
#igo #g_nav .g_nav_menu li.g_nav_btn a {
  color: #fff;
  text-decoration: none;
  background-color: #b81b2c;
  border-radius: 100vh;
  padding: 8px 20px 7px 46px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#igo #g_nav .g_nav_menu li.g_nav_btn a:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
}
/*----- fv_slider -------------------------------------*/
#igo #fv_slider {
  width: 100%;
  background: url("../images/lead_bg01.png");
}
#igo .carousel {
  max-width: 1160px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*  opacity: 0;*/
  transition: opacity 0.3s;
}
#igo .slick-slide {
  width: 100%;
}
#igo .slick-slide img {
  width: 100%;
  margin: 0 auto;
}
#igo .carousel.slick-initialized {
  opacity: 1
}
/*#igo #fv_slider .slick-slide:not(.slick-current) {
  opacity: 0.5;
}*/
#igo .carousel .slick-prev:before, #igo .carousel .slick-next:before, #igo .carousel02 .slick-prev:before, #igo .carousel02 .slick-next:before {
  content: none;
  z-index: 2;
}
#igo .carousel .slick-prev, #igo .carousel .slick-next, #igo .carousel02 .slick-prev, #igo .carousel02 .slick-next {
  width: 36px;
  height: 56px;
  top: 48%;
  z-index: 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#igo .carousel .slick-prev, #igo .carousel .slick-next, #igo .carousel .slick-dots li button {
  opacity: 0.8;
}
#igo .carousel .slick-prev, #igo .carousel02 .slick-prev {
  left: 1%;
  background-image: url("../images/slider_ic01.png");
}
#igo .carousel .slick-next, #igo .carousel02 .slick-next {
  right: 1%;
  background-image: url("../images/slider_ic02.png");
}
#igo .carousel .slick-dots {
  bottom: 0;
}
#igo .carousel .slick-dots li {
  margin: 0;
}
#igo .carousel .slick-dots li button:before, #igo .carousel02 .slick-dots li button:before {
  font-size: 2.0rem;
  color: #c9c6c4;
}
#igo .carousel .slick-dots li.slick-active button:before, #igo .carousel02 .slick-dots li.slick-active button:before {
  color: #c20079;
}
#igo .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/*----- app_area -------------------------------------*/
#igo .app_area {
  width: 100%;
  padding: 20px 0 16px;
  background: url("../images/app_bg03.png");
}
#igo .app_area p {
  text-align: center;
  margin: 0 auto;
}
#igo .app_area p.app_bnr img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
#igo .app_area p.app_bnr img:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
  filter: brightness(110%);
  opacity: 1;
}
#igo .app_area .small_text {
  max-width: 700px;
  margin: 16px auto 0;
}
#igo .app_area .small_text a {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-right: 32px;
  text-decoration: underline;
}
#igo .app_area .igo_news_installpack {
  max-width:870px;
  margin-top: 1em;
}
#igo .app_area .small_text:last-of-type a::after {
    display: none;
}
#igo .app_area .small_text a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/app_ic03.png") no-repeat center right/17px;
  width: 17px;
  height: 17px;
  top: 3px;
  right: 6px;
}
#igo .app_area .small_text a:hover {
  text-decoration: none;
}
/*-- btn --*/
#igo .btn a {
  width: 503px;
  display: block;
  margin: 0 auto;
  padding: 28px 20px;
  color: #fff;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 3.2rem;
  text-align: center;
  text-decoration: none;
  background-color: #b81b2c;
  border-radius: 100vh;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  position: relative;
}
#igo .btn.mcp a {
  padding: 10px 20px;
  border: solid 2px #c61810;
  color: #b81b2c;
  background-color: #fcedef;
}
#igo .btn a::before, #igo .btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#igo .btn a::before {
  content: ">";
  color: #fff;
  width: 40px;
  height: 38px;
  top: 29px;
  right: 36px;
}
#igo .btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_txt03.png") no-repeat;
  width: 100px;
  height: 100px;
  top: -10px;
  left: -20px;
}
#igo .btn.mcp a::before {
  color: #c61810;
  top: 8px;
}
#igo .btn.mcp a::after {
  background: url("../images/course_txt04.png") no-repeat;
  width: 80px;
  height: 93px;
  top: -40px;
}
#igo .btn.mcp {
  text-align: center;
  padding-top: 30px;
}
#igo .btn.mcp > p {
  padding-bottom: 10px;
}
#igo .btn a:hover {
  background-color: #a0101f;
  margin: 3px auto -3px;
  opacity: 1;
  box-shadow: none;
}
#igo .btn.mcp a:hover {
  background-color: #df7984;
}
/*----- lead -------------------------------------*/
#igo #lead {
  min-height: 420px;
  padding: 15px 0 40px;
  background: url("../images/lead_bg01.png");
  position: relative;
  z-index: 1;
}
#igo #lead::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/lead_bg02.png") no-repeat top right/65%;
  width: 796px;
  height: 644px;
  top: 0;
  right: 0;
  z-index: 2;
}
#igo #lead h2 {
  font-size: 6.0rem;
  text-align: left;
  line-height: 0.8;
  padding: 10px 0 0;
}
#igo #lead .small_text {
  position: relative;
  text-align: center;
  z-index: 2;
}
#igo #lead .lead_box {
  position: absolute;
  z-index: 3;
  top: 50px;
  align-items: flex-start;
}
#igo #lead .lead_box .col_left {
  max-width: 550px;
  margin-right: 40px;
}
#igo #lead .lead_box .col_left .lead_txt {
  width: 100%;
  padding: 32px 32px;
  margin-top: 24px;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#igo #lead .lead_box .col_right {
  max-width: 603px;
}
/*-- news_box --*/
#igo #lead .news_box {
  width: 1160px;
  padding: 12px 36px;
  background-color: #282727;
  position: absolute;
  z-index: 3;
  top: 560px;
}
#igo #lead .news_box p {
  color: #fff;
}
#igo #lead .news_box p:first-of-type {
  width: 320px;
}
#igo #lead .news_box p:last-of-type {
  width: 230px;
}
#igo #lead .news_box figure {
  width: 464px;
}
/*----- point -------------------------------------*/
#igo #point {
  background-color: #f1f1f1;
  padding-bottom: 80px;
}
#igo #point .point_list {
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#igo #point .point_list li {
  width: 374px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#igo #point .point_list li:nth-of-type(n+4) {
  margin-top: 26px;
}
#igo #point .point_list li figure img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
#igo #point .point_list li dl {
  min-height: 200px;
  padding: 0 33px;
}
#igo #point .point_list li:nth-of-type(n+4) dl {
  min-height: 240px;
}
#igo #point .point_list li dl .pink_sub {
  color: #c20079;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 0 2px;
}
#igo #point .point_list li dl dt {
  font-size: 2.9rem;
  font-weight: bold;
  padding: 52px 0 16px;
}
#igo #point .point_list li dl .pink_sub + dt {
  padding: 0 0 10px;
}

/*240514追加要素*/
#igo #point .point_list.point_listv2 {
  align-items:center;
}
#igo #point .point_list.point_listv2 li {
  width: 570px;
  overflow: hidden;
  align-items: flex-start;
}
#igo #point .point_list.point_listv2 li.flex_box {
  -webkit-flex-direction: row;
  flex-direction: row;
}
#igo #point .point_list.point_listv2 li dl {
  min-height: 160px;
  padding: 0 33px 20px;
}
#igo #point .point_list.point_listv2 li dl dt {
  font-size: 2.6rem;
}
#igo #point .point_list.point_listv2 li.flex_box img {
  min-width: 230px;
}
#igo #point .point_list.point_listv2 li figure img{
  width: 100%;
  border-radius: 0;
}
#igo #point .point_list.point_listv2 li:nth-of-type(n+3) {
  margin-top: 21px;
}
#igo #point .point_list.point_listv2 li:nth-of-type(n+4) dl {
  min-height: auto;
}

/*carousel02*/
#igo .carousel02 .slick-prev {
  left: -5%;
}
#igo .carousel02 .slick-next {
  right: -5%;
}
/*----- course -------------------------------------*/
#igo #course {
  background: url("../images/course_bg01.png");
}
#igo #course .flex_box {
  width: 100%;
  align-items: stretch;
}
#igo #course .sec_h3 {
  width: 569px;
  padding: 33px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#igo #course .sec_h3 h3 {
  padding-top: 10px;
  text-align: center;
}
#igo #course .course_box {
  max-width: 503px;
  flex-grow: 1;
  margin: auto;
}
#igo #course .course_box dl dt,
#igo #course .premium_area .detail_list_premium dl dt {
  margin: 16px 0 0;
  font-weight: bold;
  text-align: left;
  color: #777;
  background-color: #fff;
  padding: 3px 8px;
  position: relative;
  z-index: 1;
}
#igo #course .course_box dl dt::after,
#igo #course .premium_area .detail_list_premium dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_bg02.png") repeat-x center;
  width: 81%;
  height: 7px;
  top: 11px;
  right: 0;
  z-index: -1;
}
#igo #course .course_box dl dt:last-of-type::after,
#igo #course .premium_area .detail_list_premium dl dt:last-of-type::after {
  width: 100%;
}
/*detail_list*/
#igo #course .course_box dl dd .detail_list {
  margin: 10px auto 55px;
  padding: 20px 30px 20px 30px;
}
#igo #course .course_box dl dd .detail_list01 {
  background-color: #f8f8f8;
}
#igo #course .course_box dl dd .detail_list ul {
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#igo #course .course_box dl dd .detail_list li {
  width: 50%;
}
#igo #course .course01 .course_box dl dd:first-of-type p {
  min-height: 265px;
  padding: 10px 30px;
  margin: -50px 0 66px;
  font-size: 90%;
}
#igo #course .course02 .course_box dl dd:first-of-type p {
  padding: 10px 30px;
  font-size: 90%;
}
#igo #course .course_box dl dd.anno {
  text-align: center;
  padding-top: 10px;
}
#igo #course .course_box dl dd ul li {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 28px;
  position: relative;
}
#igo #course .course_box dl dd ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_ic01.png") no-repeat center/70%;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
}
/*detail_list02*/
#igo #course .course_box dl dd .detail_list02_wrapper {
  position: relative;
}
#igo #course .course_box dl dd .detail_list02_wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/set_ic.png") no-repeat center;
  width: 244px;
  height: 45px;
  top: -33px;
  left: -8px;
}
#igo #course .course_box dl dd .detail_list02_head {
  padding: 10px 10px 4px;
  background-color: #bf8f24;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
}
#igo #course .course_box dl dd .detail_list02 {
  background-color: #fff8ea;
  border: 4px solid #bf8f24;
  padding: 24px 20px;
  margin: 0 auto 10px;
}
#igo #course .course_box dl dd .detail_list02 li {
  width: 48%;
  line-height: 1.4;
  margin-bottom: 10px;
}
#igo #course .course_box dl dd .detail_list02 li:last-of-type {
  width: 100%;
}
#igo #course .course_box dl dd .detail_list02 li::before {
  background: url("../images/course_ic02.png") no-repeat center/70%;
}
#igo #course .course_box dl dd p a {
  color: #333;
}
#igo #course .course_box dl dd p a:hover {
  text-decoration: none;
}
/*price*/
#igo .price {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 3.3rem;
  position: relative;
  text-align: center;
}
#igo.igo-indep .price {
  padding-left: 100px;
}
#igo.igo-indep .price::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_txt01.png") no-repeat;
  width: 97px;
  height: 90px;
  top: 5px;
  left: 0;
}
#igo.igo-indep .course02 .price::before {
  background: url("../images/course_txt02.png") no-repeat;
}
#igo .price .bold {
  font-size: 170%;
}
#igo .price .marker_silver {
  margin-right: -28px;
  padding: 0 8px 0 6px;
  background: linear-gradient(transparent 55%, #dedede 50%);
}
#igo .price .marker_gold {
  margin-right: -28px;
  padding: 0 5px 0 8px;
  background: linear-gradient(transparent 55%, #f9d894 50%);
}
/*btn*/
#igo #course .course_box dl dd:last-of-type {
  padding-top: 30px;
}
/*premium_area*/
#igo #course .premium_area {
  text-align: center;
  margin: 60px auto 30px;
  width: 100%;
}
/*アコーディオン全体*/
#igo #course .premium_area input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
#igo #course .premium_area label {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  margin: 0 0 40px;
  padding: 16px 20px;
  background: rgb(211,164,64);
  background: linear-gradient(0deg, rgba(211,164,64,1) 0%, rgba(208,157,58,1) 50%, rgba(218,178,74,1) 75%, rgba(218,179,75,1) 100%);
  border: solid 3px #fff;
  border-radius: 100vh;
  box-shadow: 6px 6px 9px 0px #d4a641;
}
/*閉じた状態の矢印描画*/
#igo #course .premium_area label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 18%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
#igo #course .premium_area input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18%;
  bottom: 0;
}

/*開いたときに表示される部分*/
#igo #course .premium_area #premium_menu01 {
  display: none;
  position: relative;
  margin: 0 auto;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#igo #course .premium_area #premium_menu01 .premium_box {
  position: relative;
}
#igo #course .premium_area #premium_menu01 .premium_box img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
#igo #course .premium_area #premium_menu01 .premium_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_mcp_ic.png") no-repeat center/80%;
  width: 160px;
  height: 150px;
  top: -40px;
  left: -20px;
  z-index: 2;
}
#igo #course .premium_area .premium_box:hover {
  box-shadow: none;
  filter: brightness(105%);
  opacity: 1;
}

#igo #course .premium_area input:checked ~ #premium_menu01 {
  display: block;
}
#igo #course .premium_area .detail_list_premium {
    width: 100%;
    margin: 40px auto 30px;
}

/*----- impression -------------------------------------*/
#igo #impression .impression_list {
  justify-content: center;
}
#igo #impression .impression_list li {
  width: 375px;
  min-height: 340px;
  position: relative;
  margin-right: 16px;
}
#igo #impression .impression_list li:last-of-type {
  margin-right: 0;
}
#igo #impression .impression_list li p {
  font-size: 1.6rem;
  color: #680e47;
  background-color: #f8f1f6;
  padding: 30px 35px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
}
#igo #impression .impression_list li p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  right: 140px;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #f8f1f6 transparent transparent;
}
#igo #impression .impression_list li figure {
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
  top: 134px;
  right: 0;
}
#igo #impression .impression_list li figcaption {
  margin-right: 20px;
}
/*----- table -------------------------------------*/
#igo #table {
  background: url("../images/table_bg01.png");
}
#igo #table h2 {
  color: #fff;
}
#igo table {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-collapse: collapse;
  background: none;
  border: none;
}
#igo table th, #igo table td {
  font-size: 1.5rem;
  font-family: source-han-sans-cjk-ja, sans-serif;
  border: solid 2px #3b3a3b;
  background-color: #fff;
  padding: 12px;
  vertical-align: middle;
}
#igo table th {
  color: #fff;
  font-size: 150%;
  letter-spacing: 1px;
}
#igo table th.th01 {
  width: 64%;
  background-color: #90356f;
}
#igo table th.th02, #igo table th.th03 {
  width: 18%;
  padding: 12px 5px 5px;
}
#igo table th.th03 {
  font-size: 105%;
  letter-spacing: 0;
}
#igo table tr .center, #igo table tr th:nth-of-type(3), #igo table tr th:nth-of-type(4), #igo table tr td:nth-of-type(3), #igo table tr td:nth-of-type(4) {
  text-align: center;
  vertical-align: middle;
}
#igo table strong {
  font-weight: bold;
  font-size: 150%;
}
#igo table .bg_purple01 {
  width: 18%;
  border-top: 24px solid #3b3a3b;
  background-color: #90356f;
}
#igo table .bg_purple01 span {
  padding: 4px 14px;
  font-size: 85%;
  color: #fff;
  background-color: #bf8f24;
  margin-left: 5px;
}
#igo table .bg_purple02 {
  font-weight: bold;
  background-color: #f8f1f6;
}
#igo table .bg_silver {
  font-weight: bold;
  font-size: 110%;
  background-color: #f1f1f1;
}
#igo table .bg_gold {
  font-weight: bold;
  font-size: 110%;
  background-color: #f7f2e6;
}
#igo table .strong01 {
  font-size: 115%;
  background-color: #ffe1f7;
}
#igo table .strong02 {
  font-size: 115%;
  font-weight: bold;
  background-color: #fff;
}
#igo table .strong03 {
  background-color: #dddddd;
}
#igo table .strong04 {
  background-color: #f9ebc9;
}
/*----- flow ----------------------------------------*/
#igo #flow {
  background-color: #f9e6d6;
}
#igo #flow h2 + p {
  margin: -15px auto 20px;
  text-align: center;
}
#igo #flow p {
  font-size: 1.8rem;
  margin: 20px auto;
}
#igo #flow a, #igo #flow span.pink {
  color: #c20079;
}
#igo #flow span.pink {
  font-size: 120%;
}
#igo #flow a:hover {
  text-decoration: none;
}
#igo #flow figcaption {
  padding-top: 10px;
}
/*sec_h3 h3*/
#igo #flow section.sec_h3 {
  margin: 0 auto 60px;
  padding: 20px 33px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
#igo #flow section.sec_h3::before, #igo #flow section.sec_h3::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#igo #flow section.sec_h3::before {
  background: url("../images/flow_STEP01_ic.png") no-repeat;
  width: 133px;
  height: 133px;
  top: -30px;
  left: -30px;
}
#igo #flow section.sec_h3.flow02::before {
  background: url("../images/flow_STEP02_ic.png") no-repeat;
}
#igo #flow section.sec_h3.flow03::before {
  background: url("../images/flow_STEP03_ic.png") no-repeat;
}
#igo #flow section.sec_h3.flow04::before {
  background: none;
}
#igo #flow section.sec_h3::after {
  border-top: 25px solid #3c3930;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  bottom: -44px;
  left: 50%;
  margin-left: -30px;
}
#igo #flow section.sec_h3.arrow_none::after,
#igo #flow section.flow03.sec_h3::after,
#igo #flow section.sec_h3:last-of-type::after {
  display: none;
}
#igo #flow section.sec_h3 h3 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 15px auto;
}
/*flow04*/
#igo #flow section.flow04.sec_h3 {
  text-align: left;
}

#igo #flow section.flow04_img.sec_h3 {
  padding: 0px;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}
/*#igo #flow section.flow04.sec_h3 .flow_list_wrapper {
  max-width: 840px;
  margin: 0 auto;
}*/
#igo #flow section.flow04.sec_h3 .flow_list_wrapper dl dd {
  margin: 6px auto;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .big {
    font-size: 130%;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .bold {
    font-weight: bold;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .red {
    color: #b81b2c;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .anno {
    font-size: 1.4rem;
    margin-left: 1em;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper dl dd:nth-of-type(4) {
    margin: 6px auto 2px;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .anno {
    margin: 2px 0 15px 1em;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box {
  align-items: center;
  justify-content:flex-start;
  margin: 12px auto 10px;
  border: 1px solid #ccc;
  padding: 16px 60px;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(1) p {
 margin: 4px auto;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) {
 margin-left: 80px;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) p {
 margin: 0 auto;
}
#igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) p {
 font-size: 1.6rem;
}

/*flex_box(col2_area) */
#igo #flow .sec_h3 ul li {
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid #999;
}
#igo #flow .sec_h3 ul li:last-of-type {
  border: none;
}
#igo #flow .sec_h3 .flex_box {
  align-items: flex-start;
}
#igo #flow .sec_h3 .flex_box .col_left {
  width: 450px;
  padding-right: 25px;
}
#igo #flow .sec_h3 .flex_box .col_left dl dt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}
#igo #flow .sec_h3 .flex_box .col_right {
  max-width: 600px;
}
#igo #flow .sec_h3 .flex_box .col_right figure {
  margin-bottom: 14px;
}
/*アコーディオン全体*/
#igo #flow .sec_h3 .menu {
  width: 100%;
}
#igo #flow .sec_h3 .menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
#igo #flow .sec_h3 .menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0 0 10px;
  padding: 16px;
  background-color: #90356f;
  border-radius: 100vh;
  box-shadow: 6px 6px 9px 0px #999999;
}
/*開いたときに表示される部分*/
#igo #flow .sec_h3 .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
#igo #flow .sec_h3 .menu li {
  display: none;
  padding: 30px 0;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#igo #flow .sec_h3 #menu_bar01:checked ~ #links01 li, #igo #flow .sec_h3 #menu_bar02:checked ~ #links02 li {
  display: block;
}
/*開いたときの下の余白*/
#igo #flow .sec_h3 #menu_bar01:checked ~ #links01 li:last-child, #igo #flow .sec_h3 #menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
#igo #flow .sec_h3 .menu label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
#igo #flow .sec_h3 .menu input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
/*----- QA ------------------------------------*/
#igo #QA {
  background-color: #fff;
  padding-bottom: 60px;
}
#igo #QA h2 {
  padding: 40px 20px 0 30px;
}
#igo #QA .tab_title ul li {
  float: left;
  width: 908px;
  text-align: left;
}
#igo #QA .tab_title ul li.passive {
  cursor: pointer;
}
#igo #QA .tab_title ul li.passive:hover {
  opacity: 0.8;
}
#igo #QA .tab_QA > li {
  display: none;
}
#igo #QA .tab_QA > li.active {
  display: block;
}
/*dl.QA_list*/
#igo #QA .tab_QA dl.QA_list > .QA_head {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 24px;
}
#igo #QA .tab_QA dl.QA_list > .QA_head:first-of-type {
  margin-top: 0;
}
#igo #QA .tab_QA dl.QA_list > dt {
  position: relative;
  margin: 4px 0 0;
  padding: 18px 75px;
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  color: #680e47;
  background-color: #f2e9ef;
  border-radius: 30px;
  border: 1px solid #680e47;
}
#igo #QA .tab_QA dl.QA_list > dt.active {
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
#igo #QA .tab_QA dl.QA_list > dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
#igo #QA .tab_QA dl.QA_list > dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: 42%;
  right: 40px;
  border: 10px solid transparent;
  border-top: 13px solid #680e47;
}
#igo #QA .tab_QA dl.QA_list > dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/QA_ic01.png") no-repeat center/58%;
  width: 49px;
  height: 49px;
  top: 6px;
  left: 18px;
}
#igo #QA .tab_QA dl.QA_list > dd {
  display: none;
  padding: 16px 40px 16px 75px;
  line-height: 1.7;
  color: #232323;
  background-color: #fff;
  border: 1px solid #5a1f44;
  margin: 0 0 20px;
  position: relative;
  border-radius: 0 0 30px 30px;
}
#igo #QA .tab_QA dl.QA_list > dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/QA_ic02.png") no-repeat center/58%;
  width: 49px;
  height: 49px;
  top: 4px;
  left: 18px;
}
#igo #QA .tab_QA dl.QA_list > dd:nth-of-type(1) {
  display: block;
}
#igo #QA .tab_QA dl.QA_list > dt:nth-of-type(1){
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
#igo #QA .tab_QA dl.QA_list > dt:nth-of-type(1).active {
  border-radius: 30px;
  border: 1px solid #680e47;
}
#igo #QA .tab_QA dl.QA_list a {
  color: #c20079;
}
#igo #QA .tab_QA dl.QA_list a:hover {
  text-decoration: none;
}
/*----- app_area -------------------------------------*/
#igo #app_area {
  background: url("../images/course_bg01.png");
  padding-bottom: 100px;
}
#igo #app_area .sec_h3 {
  width: 569px;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#igo #app_area .sec_h3 figure {
  text-align: center;
  padding: 40px 0 10px;
  position: relative;
  z-index: 3;
}
#igo #app_area .sec_h3 figure img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}
#igo #app_area .sec_h3 figure::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/app_bg01.png") no-repeat center;
  width: 569px;
  height: 263px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
#igo #app_area .sec_h3.course02 figure::before {
  background: url("../images/app_bg02.png") no-repeat center;
}
#igo #app_area .sec_h3 .app_area_inner {
  padding: 33px;
}
#igo #app_area .sec_h3 h3 + p {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.4rem;
  margin: 18px auto 4px;
}
#igo #app_area .sec_h3 .btn {
  position: relative;
  padding: 28px 0 10px;
}
#igo #app_area .sec_h3 p.anno {
  font-size: 90%;
  padding-top: 10px;
}
/*--- 768px------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .bodyarea .pcOnly {
    display: none;
  }
  .bodyarea .spOnly {
    display: block;
  }
  #igo .flex_box {
    display: -webkit-block;
    display: block;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*-- g-nav --*/
  #igo #g_nav {
    width: 100%;
    max-width: 100%;
    position: fixed;
    font-size: 1rem;
    letter-spacing: 0;
  }
  #igo #g_nav .g_nav_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #igo #g_nav .g_nav_menu li {
    display: flex;
    min-height: 0;
  }
  #igo #g_nav .g_nav_menu li.nav03.pcOnly {
    display: none;
  }
  #igo #g_nav .g_nav_wrapper p img, #igo #lead .lead_box .col_right p img, #igo #course .sec_h3 h3 img, #igo .btn.mcp > p img, #igo #course .premium_area .premium_box img, #igo #flow section.sec_h3 img, #igo #app_area .sec_h3 figure img, #igo #app_area .sec_h3 .app_area_inner img {
    width: 100%;
    height: auto;
  }
  /*----- Main Contents -------------------------------------*/
  #igo .inner {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  #igo section.sec_h2 {
    padding-bottom: 40px;
  }
  #igo h2 {
    font-size: 2.8rem;
    padding: 40px 0 10px;
  }
  #igo h2 span::after {
    background: url("../images/course_head_ic.png") no-repeat center/60%;
    top: -4px;
    left: -20px;
  }
  #igo #point h2 span::after {
    background: url("../images/point_head_ic.png") no-repeat center/60%;
    top: -6px;
    left: -5px;
  }
  #igo #impression h2 span::after {
    background: url("../images/impression_head_ic.png") no-repeat center/60%;
    top: 0;
    left: -24px;
  }
  #igo #table h2 span::after {
    background: url("../images/table_head_ic.png") no-repeat center/60%;
    left: -3px;
  }
  #igo #flow h2 span::after {
    background: url("../images/flow_head_ic.png") no-repeat center/60%;
    left: -23px;
  }
  #igo #QA h2 span::after {
    background: url("../images/QA_head_ic.png") no-repeat center/60%;
    left: -20px;
    top: -5px;
  }
  #igo #app_area h2 span::after {
    background: url("../images/app_head_ic.png") no-repeat center/60%;
    left: -26px;
  }
  /*----- g_nav -------------------------------------*/
  #igo #g_nav .g_nav_wrapper {
    padding: 0 0 6px;
  }
  #igo #g_nav .g_nav_wrapper p {
    width: 16%;
    margin: 0 auto 3px;
  }
  #igo #g_nav .g_nav_menu {
    width: 94%;
    align-items: center;
  }
  #igo #g_nav .g_nav_menu li, #igo #g_nav .g_nav_menu li:nth-of-type(5) {
    margin-right: 0;
  }
  #igo #g_nav .g_nav_menu li a::after {
    display: none;
    top: 0;
    left: 50%;
    margin-left: -13px;
  }
  #igo #g_nav .g_nav_menu li.nav05 a::after {
    display: none;
    top: 5px;
    left: 14px;
  }
  #igo #g_nav .g_nav_menu li.g_nav_btn a {
    border-radius: 100vh;
    padding: 4px 8px 3px 8px;
  }
  /*----- fv_slider -------------------------------------*/
  #igo .carousel .slick-prev, #igo .carousel .slick-next, #igo .carousel02 .slick-prev, #igo .carousel02 .slick-next {
    width: 18px;
    height: 28px;
  }
  #igo .carousel .slick-dots li button:before, #igo .carousel02 .slick-dots li button:before {
    font-size: 1.6rem;
  }
  /*----- app_area -------------------------------------*/
  #igo .app_area {
    padding: 20px 0 20px;
  }
  /*-- btn --*/
  #igo .btn, #igo .btn.mcp {
    padding: 20px 0 0 0;
  }
  #igo .btn a {
    width: 100%;
    padding: 22px 20px 24px;
    font-size: 2.2rem;
  }
  #igo .btn.mcp a {
    margin-top: 15px;
  }
  #igo .btn a::before {
    top: 24px;
    right: 13px;
  }
  #igo .btn a::after, #igo .btn.mcp a::after {
    background-size: 80%;
  }
  #igo .btn.mcp a::after {
    top: -25px;
  }
  #igo .app_area p.app_bnr img {
    width: 95%;
  }
  /*----- lead -------------------------------------*/
  #igo #lead {
    min-height: 700px;
    padding: 25px 0 60px;
  }
  #igo #lead::before {
    width: 796px;
    height: 644px;
  }
  #igo #lead h2 {
    font-size: 3.0rem;
    text-align: center;
  }
  #igo #lead .lead_box {
    top: 80px;
    left: 0;
    right: 0;
  }
  #igo #lead .lead_box .col_left {
    width: 100%;
    margin: 0 auto;
  }
  #igo #lead .lead_box .col_left .lead_txt {
    width: 95%;
    padding: 30px 30px;
    margin: 20px auto -16px;
  }
  #igo #lead .lead_box .col_right {
    width: 90%;
    margin: 0 auto;
  }
  /*-- news_box --*/
  #igo #lead .news_box {
    width: 90%;
    padding: 20px 20px;
    top: 720px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #igo #lead .news_box p {
    margin: 10px auto;
  }
  #igo #lead .news_box p:first-of-type, #igo #lead .news_box p:last-of-type, #igo #lead .news_box figure {
    width: 100%;
  }
  /*----- point -------------------------------------*/
  #igo #point {
    padding-bottom: 40px;
  }
  #igo #point .point_list li, #igo #point .point_list.point_listv2 li, #igo #point .point_list li:nth-of-type(n+4) {
    width: 100%;
    margin: 20px auto 20px;
  }
    #igo #point .point_list.point_listv2 li figure {
    width: 100%;
    }
  #igo #point .point_list li dl .pink_sub {
    padding: 16px 0 2px;
  }
  #igo #point .point_list li dl .pink_sub p {
    font-size: 1.5rem;
  }
  #igo #point .point_list li dl, #igo #point .point_list li:nth-of-type(n+4) dl {
    min-height: inherit;
    padding: 0 33px 20px;
  }
  #igo #point .point_list li dl dt {
    font-size: 2.6rem;
    padding: 42px 0 16px;
  }
  #igo .carousel02 .slick-prev {
    left: -1%;
  }
  #igo .carousel02 .slick-next {
    right: -1%;
  }
  /*----- course -------------------------------------*/
  #igo #course .sec_h3 {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  #igo #course .sec_h3 h3 {
    padding-top: 5px;
  }
  #igo #course .course_box dl dt::after {
    width: 70%;
  }
  /*detail_list*/
  #igo #course .course_box dl dd .detail_list {
    padding: 20px;
  }
  #igo #course .course_box dl dd .detail_list ul {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  #igo #course .course01 .course_box dl dd:first-of-type p {
    min-height: inherit;
    padding: 10px 10px;
    margin: -50px 0 10px;
  }
  #igo #course .course02 .course_box dl dd:first-of-type p {
    padding: 10px;
    font-size: 80%;
  }
  #igo #course .course_box dl dd.anno {
    padding-top: 20px;
  }
  #igo #course .course_box dl dd ul li {
    font-size: 1.5rem;
    padding-left: 28px;
  }
  #igo #course .course_box dl dd ul li::before {
    background: url("../images/course_ic01.png") no-repeat center/70%;
    width: 23px;
    height: 23px;
  }
  /*detail_list02*/
  #igo #course .course_box dl dd .detail_list02_head {
    padding: 10px 10px 4px;
    font-size: 2.0rem;
  }
  #igo #course .course_box dl dd .detail_list02 {
    padding: 24px 20px;
    margin: 0 auto 10px;
  }
  #igo #course .course_box dl dd .detail_list02 li {
    width: 48%;
    margin-bottom: 10px;
  }
  #igo #course .course_box dl dd .detail_list02 li::before {
    background: url("../images/course_ic02.png") no-repeat center/70%;
  }
  /*price*/
  #igo .price {
    font-size: 2.3rem;
  }
  #igo.igo-indep .price {
    padding-left: 52px;
  }
  #igo.igo-indep .price::before {
    background: url("../images/course_txt01.png") no-repeat center/70%;
    top: -10px;
    left: -38px;
  }
  #igo.igo-indep .course02 .price::before {
    background: url("../images/course_txt02.png") no-repeat center/70%;
  }
  /*btn*/
  #igo #course .course_box dl dd:last-of-type {
    padding-top: 10px;
  }
  /*premium_area*/
  #igo #course .premium_area {
    width: 100%;
    margin: 40px auto 0;
  }
  #igo #course .premium_area label img {
    width: 90%;
    margin-bottom: 4px;
  }
  #igo #course .premium_area #premium_menu01 .premium_box::before {
    background: url("../images/course_mcp_ic.png") no-repeat center/43%;
    top: -87px;
    left: -62px;
  }
  #igo #course .premium_area label:after {
      width: 8px;
      height: 8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      right: 3%;
    }
    /*開いた状態の矢印描画*/
    #igo #course .premium_area input[type=checkbox]:checked + label:after {
      top: 8%;
      bottom: 0;
    }


  /*----- impression -------------------------------------*/
  #igo #impression .impression_list li {
    min-height: 280px;
    width: 100%;
  }
  #igo #impression .impression_list li p {
    font-size: 1.5rem;
    padding: 20px 30px;
  }
  #igo #impression .impression_list li figure {
    width: 100%;
    top: 110px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
  #igo #impression .impression_list li figure img {
    width: 120px;
    height: auto;
  }
  /*----- table -------------------------------------*/
  #igo table {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    overflow: scroll;
  }
  #igo table th, #igo table td {
    font-size: 1.5rem;
    padding: 10px;
  }
  #igo table th.th02, #igo table th.th03 {
    width: 18%;
    padding: 12px 5px 5px;
  }
  #igo table th.th02 img, #igo table th.th03 img {
    width: 100%;
    height: auto;
  }
  /*----- flow ----------------------------------------*/
  #igo #flow h2 + p {
    margin: 0 auto 30px;
  }
  #igo #flow p {
    font-size: 1.68rem;
  }
  /*sec_h3 h3*/
  #igo #flow section.sec_h3 {
    margin: 0 auto 60px;
    padding: 10px 30px;
  }
  #igo #flow section.sec_h3::before {
    background: url("../images/flow_STEP01_ic.png") no-repeat center/60%;
    top: -50px;
    left: -36px;
  }
  #igo #flow section.sec_h3.flow02::before {
    background: url("../images/flow_STEP02_ic.png") no-repeat center/60%;
  }
  #igo #flow section.sec_h3.flow03::before {
    background: url("../images/flow_STEP03_ic.png") no-repeat center/60%;
  }
  #igo #flow section.sec_h3 h3 {
    font-size: 2.0rem;
  }
  /*flow04*/
    #igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box {
        margin: 10px auto 16px;
        padding: 14px 20px;
    }
    #igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) {
        margin: 16px 0 0 0;
    }
    #igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) p:nth-of-type(2),
    #igo #flow section.flow04.sec_h3 .flow_list_wrapper .flex_box div:nth-of-type(2) p:nth-of-type(3) {
        font-size: 1.4rem;
    }

  /*flex_box(col2_area) */
  #igo #flow .sec_h3 .flex_box .col_left {
    width: 100%;
    padding-right: 0;
  }
  #igo #flow .sec_h3 .flex_box .col_right {
    width: 100%;
  }
  #igo #flow .sec_h3 .menu label {
    font-size: 100%;
    padding: 3% 10% 3% 5%;
  }
  #igo #flow .sec_h3 .menu label:after {
    right: 4%;
  }
  /*----- QA ------------------------------------*/
  #igo #QA .tab_title ul li {
    width: 100%;
  }
  /*dl.QA_list*/
  #igo #QA .tab_QA dl.QA_list > .QA_head {
    font-size: 2.0rem;
    margin-top: 30px;
  }
  #igo #QA .tab_QA dl.QA_list > dt {
    padding: 20px 50px;
    font-size: 1.6rem;
  }
  #igo #QA .tab_QA dl.QA_list > dt::after {
    top: 46%;
    right: 20px;
    border: 8px solid transparent;
    border-top: 11px solid #680e47;
  }
  #igo #QA .tab_QA dl.QA_list > dt::before {
    background: url("../images/QA_ic01.png") no-repeat center/55%;
    top: 8px;
    left: 0;
  }
  #igo #QA .tab_QA dl.QA_list > dd {
    padding: 20px 20px 20px 50px;
    margin: 0 0 10px;
  }
  #igo #QA .tab_QA dl.QA_list > dd::before {
    background: url("../images/QA_ic02.png") no-repeat center/55%;
    top: 9px;
    left: 0;
  }
  /*----- app_area -------------------------------------*/
  #igo #app_area {
    padding-bottom: 50px;
  }
  #igo #app_area .sec_h3 {
    width: 100%;
    margin: 0 auto;
  }
  #igo #app_area .sec_h3 figure {
    padding: 40px 20px 20px;
  }
  #igo #app_area .sec_h3 figure::before {
    width: 355px;
    height: 263px;
    top: 0px;
    left: 0px;
    border-radius: 30px 30px 0 0;
  }
  #igo #app_area .sec_h3 .app_area_inner {
    padding: 20px;
    margin-bottom: 30px;
  }
  #igo #app_area .sec_h3 h3 + p {
    font-size: 1.7rem;
    margin: 14px auto 5px;
  }
  #igo #app_area .sec_h3 .btn {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 355px) {
  #igo #app_area .sec_h3 {
    width: 320px;
  }
  #igo #app_area .sec_h3 figure::before {
    width: 320px;
  }
}
/*----- sv-igo-indep -------------------------------------*/
#igo.igo-indep #fv_slider {
  width: 100%;
  background: url("../images/table_bg01.png");
}
#igo.igo-indep p.choice {
  color: #ff0000;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: -54px auto 0;
  padding-bottom: 10px;
}
#igo.igo-indep1 #course .sec_h3.course01, #igo.igo-indep1 #app_area .sec_h3.course01 {
  outline: 8px solid #ff0000;
  outline-offset: 5px;
}
#igo.igo-indep #course .flex_box, #igo.igo-indep #app_area .flex_box {
  margin-top: 30px;
}
#igo.igo-indep #course .course01 .course_box dl dd:first-of-type p {
  min-height: 293px;
}
#igo.igo-indep #app_area .btn a {
  font-size: 3.0rem;
}
/*table*/
#igo.igo-indep #table .tr_choice td {
  background: none;
  border: none;
  color: #fff;
  font-size: 86%;
}
#igo.igo-indep1 #table .tr_choice td.td_choice01 {
  background-color: #ff0000;
  border: 5px solid #ff0000;
}
#igo.igo-indep1 #table .bg_silver {
  border-right: 5px solid #ff0000;
  border-left: 5px solid #ff0000;
}
#igo.igo-indep1 table th.th02 {
  border-top: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
  border-left: 5px solid #ff0000;
}
#igo.igo-indep #table .border_start {
  border-top: 5px solid #ff0000;
}
#igo.igo-indep #table .border_last {
  position: relative;
}
#igo.igo-indep #table .border_last::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #ff0000;
}
#igo.igo-indep #table tr:last-of-type .border_last::before {
  bottom: -2px;
}
#igo.igo-indep #app_area .sec_h3 .app_area_inner p:last-of-type {
  margin: 20px auto 10px;
  font-size: 90%;
}
/*----- sv-igo-indep2 -------------------------------------*/
#igo.igo-indep2 #course .sec_h3.course02, #igo.igo-indep2 #app_area .sec_h3.course02 {
  outline: 8px solid #ff0000;
  outline-offset: 5px;
}
/*table*/
#igo.igo-indep2 #table .tr_choice td.td_choice02 {
  background-color: #ff0000;
  border: 5px solid #ff0000;
}
#igo.igo-indep2 #table .bg_gold {
  border-right: 5px solid #ff0000;
  border-left: 5px solid #ff0000;
}
#igo.igo-indep2 table th.th03 {
  border-top: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
  border-left: 5px solid #ff0000;
}
@media screen and (max-width: 768px) {
  #igo.igo-indep #lead {
    min-height: 700px;
  }
  #igo.igo-indep #course .course01 .course_box dl dd:first-of-type p {
    min-height: inherit;
  }
  #igo.igo-indep p.choice {
    font-size: 150%;
    margin: 0 auto 0;
  }
  #igo.igo-indep #table .tr_choice td {
    font-size: 75%;
  }
  #igo.igo-indep #app_area .btn a {
    font-size: 1.8rem;
  }
}