@charset "utf-8";
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

media PC

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
 .stc {
  font-family: Meiryo, "メイリオ", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3";
  background: url(../img/bg.gif) repeat-y center top;
  background-size: 100% auto;
  color: #fff;
  font-size: 1.23076923077em;
  line-height: 2.0;
 }
 .stc h2, .stc h3, .stc h4, .stc p, .stc ul, .stc li {
  margin: 0;
  padding: 0;
 }
 .stc img {
  vertical-align: top;
 }
 .stc ul {
  list-style-type: none;
 }
 .stc a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
 }
 .stc .stc_spOnly {
  display: none;
 }
 .stc .stc_pcOnly {
  display: inline-block;
 }
 .stc a {
  color: #fedf32;
  text-decoration: underline;
 }
 .stc a:hover {
  text-decoration: none;
 }
 .stc .stc_bold {
  font-weight: bold;
 }
 .stc .stc_mb15 {
  margin-bottom: 15px;
 }
 .stc .stc_mb25 {
  margin-bottom: 25px;
 }
 .stc .stc_main_v {
  width: 1000px;
  background: url(../img/main_v.jpg) no-repeat center top;
  background-size: cover;
  height: 563px;
  margin: 0 auto;
  position: relative;
 }
 .stc .stc_main_v .stc_main_v_text01, .stc .stc_main_v .stc_main_v_text02 {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 1.4666667em;
  font-weight: bold;
  color: #fff;
  font-family: YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 }
 .stc .stc_main_v .stc_main_v_text01 {
  top: 72.9%;
 }
 .stc .stc_main_v .stc_main_v_text02 {
  top: 81.9%;
 }
 .stc .stc_lead {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.22;
  margin-bottom: 50px;
  font-family: YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 }
 .stc .stc_main {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 90px;
 }
 .stc .stc_main h2, .stc .stc_main h1 {
  font-weight: bold;
  color: #fedf32;
  font-size: 1.6875em;
  padding-bottom: 10px;
  position: relative;
 }
 .stc .stc_main h2:after, .stc .stc_main h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background-image: -moz-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -webkit-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -ms-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
 }
 .stc .stc_main h2 {
  padding-bottom: 19px;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 35px;
 }
 .stc .stc_main h2:after {
  height: 1px;
 }
 .stc .stc_main h3.stc_deco1 {
  margin: 30px 0 20px;
  padding: 2px 0 2px 15px;
  color: #fde000;
  border-left: 5px solid #fde000;
 }
 .stc .stc_main h3.stc_deco1 + .stc_section_inner {
  margin-top: 20px;
 }
 .stc .stc_main h3.stc_deco1 span.icon {
  background: #b90404;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 0 0 0 20px;
  font-size: 0.85em;
 }
 .stc_section_inner_auto {
  margin-top: 20px;
 }
 .stc_section_inner_auto + .stc_section_inner_auto {
  margin-top: 40px;
 }
 .stc .stc_main .stc_navi {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
 }
 .stc .stc_main .stc_navi .stc_navi_box {
  color: #000;
  text-align: center;
  margin-top: 1px;
  font-weight: bold;
 }
 .stc .stc_main .stc_navi .stc_navi_box.first {
  width: 56%;
 }
 .stc .stc_main .stc_navi .stc_navi_box.first p {
  background-color: #E6E6E6;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second {
  width: 22%;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second p {
  background-color: #E6F2FA;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second ul li {
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
 }
 .stc .stc_main .stc_navi .stc_navi_box.third {
  width: 22%;
 }
 .stc .stc_main .stc_navi .stc_navi_box.third p {
  background-color: #E9FFDC;
 }
 .stc .stc_main .stc_navi .stc_navi_box.third ul li {
  width: 100%;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul {
  display: flex;
  justify-content: space-between;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li {
  background-color: #fff;
  display: block;
  width: 23%;
  font-size: 0.9em;
  line-height: 1.5;
  vertical-align: middle;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li span {
  font-size: 1.5em;
  vertical-align: middle;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li em {
  font-weight: normal;
  font-style: normal;
 }
 .stc .stc_main .stc_navi .stc_navi_box strong {
  display: block;
  text-align: center;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0 20px;
  background: url(../img/arrows.png) no-repeat 50% 87%;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li:nth-child(2) {
  margin-left: 1px;
  margin-right: 1px;
  width: 31%;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li:nth-child(3) {
  margin-right: 1px;
 }
 .stc .stc_main .stc_navi .stc_navi_box p {
  padding: 10px 0;
  margin-bottom: 1px;
  font-size: 0.95em;
 }
 .stc .stc_main .stc_navi .stc_navi_box a {
  color: #000;
 }
 .stc .stc_main section {
  margin-bottom: 90px;
 }
 .stc .stc_main section .stc_section_lead {
  margin-bottom: 30px;
 }
 .stc .stc_main section .stc_section_subTitle {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
 }
 .stc .stc_main section .stc_section_text_blue {
  text-align: center;
  color: #32bdfe;
  margin-top: 15px;
 }
 .stc .stc_main section#stc01 h3 {
  margin-bottom: 0;
 }
 .stc .stc_main section#stc01 .stc_text01 {
  font-size: 1.125em;
  font-weight: bold;
  color: #f7ba37;
  text-align: center;
  margin-top: 3px;
 }
 .stc .stc_main section#stc01 .stc_layout01 {
  position: relative;
  height: 345px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box01, .stc .stc_main section#stc01 .stc_layout01 .stc_box03, .stc .stc_main section#stc01 .stc_layout01 .stc_box04 {
  position: absolute;
  right: 0;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box01 {
  top: 10px;
  line-height: 2.0;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box03 {
  top: 110px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box01, .stc .stc_main section#stc01 .stc_layout01 .stc_box04 {
  width: 632px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box02 {
  position: absolute;
  left: 0;
  top: 25px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box04 {
  bottom: 22px;
  text-align: center;
  color: #32bdfe;
 }
 .stc_box_auto {
  width: 1000px;
  margin: 20px auto 0;
 }
 .stc .stc_main section .stc_movie {
  position: relative;
  margin: 30px 0 0;
  width: 100%;
  padding-top: 56.25%;
 }
 .stc .stc_main section .stc_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 5px;
  background: #222222;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
 }
 .stc .stc_main section#stc03 .stc_box_right .stc_box01 {
  margin: 20px auto;
 }
 .stc .stc_main section#stc03 .stc_box_right .stc_box02 {
  color: #32bdfe;
  font-size: 1.5625em;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
 }
 .stc .stc_main section#stc05 a {
  font-weight: bold;
 }
 .stc .stc_main section#stc08 ul li {
  margin-bottom: 15px;
 }
 .stc .stc_main .stc_section_inner {
  display: flex;
  justify-content: space-between;
 }
 .stc .stc_main .stc_section_inner .stc_box_left, .stc .stc_main .stc_section_inner .stc_box_right {
  width: 480px;
 }
 .stc .stc_main .stc_section_inner .stc_box_left img, .stc .stc_main .stc_section_inner .stc_box_right img {
  display: block;
  margin: auto;
 }
}
/* ==========================================================================

tablet

========================================================================== */
/* ==========================================================================

contents

========================================================================== */
@media screen and (max-width: 1024px) {
 .stc_spOnly {
  display: inline-block;
 }
 .stc_pcOnly {
  display: none;
 }
 .stc {
  font-family: Meiryo, "メイリオ", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3";
  background: url(../img/bg.gif) repeat-y center top;
  background-size: 100% auto;
  color: #fff;
  line-height: 1.8;
 }
 .stc a {
  color: #fedf32;
  text-decoration: underline;
 }
 .stc a:hover {
  text-decoration: none;
 }
 .stc .stc_bold {
  font-weight: bold;
 }
 .stc .stc_mb15 {
  margin-bottom: 15px;
 }
 .stc .stc_mb25 {
  margin-bottom: 25px;
 }
 .stc .stc_main_v {
  background: url(../img/main_v.jpg) no-repeat center top;
  background-size: cover;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
 }
 .stc .stc_main_v .stc_main_v_text01, .stc .stc_main_v .stc_main_v_text02 {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  font-family: YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 }
 .stc .stc_main_v .stc_main_v_text01 {
  top: 64.9%;
 }
 .stc .stc_main_v .stc_main_v_text02 {
  top: 73.9%;
 }
 .stc .stc_lead {
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 2.22;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-family: YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 }
 .stc .stc_main {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
 }
 .stc .stc_main h2, .stc .stc_main h1 {
  font-weight: bold;
  color: #fedf32;
  font-size: 1.3em;
  padding-bottom: 20px;
  position: relative;
 }
 .stc .stc_main h1 {
  text-align: center;
  margin: 0 2%;
 }
 .stc .stc_main h2 {
  padding-bottom: 5px;
  color: #fff;
  margin-bottom: 10px;
 }
 .stc .stc_main h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-image: -moz-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -webkit-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -ms-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
 }
 .stc .stc_main h3.stc_deco1 {
  margin: 30px 0 20px;
  padding: 2px 0 2px 15px;
  color: #fde000;
  border-left: 5px solid #fde000;
 }
 .stc .stc_main h3.stc_deco1 + .stc_section_inner {
  margin-top: 20px;
 }
 .stc .stc_main h3.stc_deco1 span.icon {
  background: #b90404;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 6px;
  margin: 0 0 0 10px;
  font-size: 0.8em;
  white-space: nowrap;
 }
 .stc .stc_main .stc_navi {
  margin-bottom: 35px;
  padding: 5px 0 0;
 }
 .stc .stc_main .stc_navi .stc_navi_box {
  color: #000;
  text-align: center;
  margin-top: 1px;
  font-weight: bold;
  position: relative;
 }
 .stc .stc_main .stc_navi .stc_navi_box:after {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background-image: -moz-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -webkit-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
  background-image: -ms-linear-gradient(0deg, #5dc5f1 0%, #3269cd 48%, #6132cd 100%);
 }
 .stc .stc_main .stc_navi .stc_navi_box.first {
  width: 100%;
  margin-bottom: 15px;
 }
 .stc .stc_main .stc_navi .stc_navi_box.first p {
  background-color: #E6E6E6;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second {
  width: 100%;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second p {
  background-color: #E6F2FA;
 }
 .stc .stc_main .stc_navi .stc_navi_box.second ul li {
  width: 100%;
 }
 .stc .stc_main .stc_navi .stc_navi_box.third p {
  background-color: #E9FFDC;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  font-size: 0.9333em;
  vertical-align: middle;
  margin-bottom: 1px;
  text-align: left;
  padding-left: 10px;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li span {
  vertical-align: middle;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li em {
  font-weight: normal;
  font-style: normal;
 }
 .stc .stc_main .stc_navi .stc_navi_box ul li a {
  text-decoration: none;
  display: block;
  background: url(../img/arrows.png) no-repeat 96% center;
 }
 .stc .stc_main .stc_navi .stc_navi_box p {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 1px;
  font-size: 0.9333em;
 }
 .stc .stc_main .stc_navi .stc_navi_box a {
  color: #000;
 }
 .stc .stc_main section {
  margin-bottom: 45px;
  padding: 0 5%;
 }
 .stc .stc_main section .stc_section_lead {
  margin-bottom: 30px;
 }
 .stc .stc_main section .stc_section_subTitle {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
 }
 .stc .stc_main section .stc_section_text_blue {
  text-align: center;
  color: #32bdfe;
  margin-top: 15px;
 }
 .stc .stc_main section#stc01 .stc_text01 {
  font-size: 0.8em;
  font-weight: bold;
  color: #f7ba37;
  text-align: center;
  margin-top: 3px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box01, .stc .stc_main section#stc01 .stc_layout01 .stc_box02, .stc .stc_main section#stc01 .stc_layout01 .stc_box03, .stc .stc_main section#stc01 .stc_layout01 .stc_box04 {
  width: 100%;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box01 {
  margin-bottom: 10px;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box03 {
  display: none;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box02 {
  text-align: center;
 }
 .stc .stc_main section#stc01 .stc_layout01 .stc_box04 {
  margin-top: 10px;
  margin-bottom: 20px;
 }
 .stc .stc_main section#stc03 .stc_box_right .stc_box01 {
  margin: 20px auto;
 }
 .stc .stc_main section#stc03 .stc_box_right .stc_box02 {
  color: #32bdfe;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
 }
 .stc .stc_main section#stc05 a {
  font-weight: bold;
 }
 .stc .stc_main section .stc_movie {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  padding-top: 56.25%;
 }
 .stc .stc_main section .stc_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
 }
 .stc .stc_main section#stc08 ul li {
  margin-bottom: 15px;
  text-indent: -1.2em;
  margin-left: 1.2em;
 }
 .stc .stc_main .stc_section_inner .stc_box_left, .stc .stc_main .stc_section_inner .stc_box_right {
  width: 100%;
 }
 .stc .stc_main .stc_section_inner .stc_box_left img, .stc .stc_main .stc_section_inner .stc_box_right img {
  display: block;
  margin: auto;
 }
 .stc .stc_main .stc_section_inner .stc_box_right {
  margin-top: 20px;
 }
}
/* ==========================================================================
========================================================================== */
.stc .stc_main section#stc03 .stc_ADVANCED {
 margin: 20px 0;
 background: #222222;
 padding: 20px;
 display: table;
}
.stc .stc_main section#stc03 .stc_ADVANCED img {
 display: table-cell;
 vertical-align: middle;
 max-width: 80px;
 min-width: 50px;
 height: auto;
}
.stc .stc_main section#stc03 .stc_ADVANCED p {
 display: table-cell;
 vertical-align: middle;
 padding: 0 0 0 20px;
}
.stc_note {
 font-size: 0.9em;
 color: #cccccc;
}