@charset "UTF-8";
/* ==============================================
 * ARTICLE COMMON
 *
 * memo:
 *
 * ============================================== */

/* ----------------------------------------------------------------------------------

  school

 ---------------------------------------------------------------------------------- */
.section-link{
  background: linear-gradient(transparent 60%, #fff 0%);
  display: inline;
  padding: 0 1px 0px;
  color: #4e6896;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 16px;
}
span {
   display: inline-block;
}
.sx-lead-info {
  margin-top: 12px;
  color: #ea7f7f;
  font-size: 14px;
}
.bg-color{
  background-color: #f6f2eb;
  padding: 0 0 80px 0;
}
.content-spacer{
  padding: 0 0 80px 0;
}
.bg-item{
  background-color: #f1edde;
  padding-top: 40px;
  padding-bottom: 30px;
}
.dash {
  height: 1px;
  position: relative;
  border: 0px none;
  max-width: 100%;
}
.dash::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sx-school-in-ttl{
  margin-top: 120px;
  text-align: center;
}
/* ----------------------------------------------------------------------------------

  レイアウト

 ---------------------------------------------------------------------------------- */
#maincontent .container-fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
#maincontent .container-fluid-in {
  max-width: 900px;
  padding: 0 60px 0 60px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}
#maincontent .container-fluid-articlecontents {
  max-width: 900px;
  padding: 60px 60px 0px 60px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#maincontent hr {
  max-width: calc(100% - 50px);
  margin: 30px auto;
}


#maincontent .sx-school-body figure, #maincontent .sx-school-body img {
  max-width: 100%;
  height: auto;
}

#maincontent{
  background-color: #f2f7f5;
}

/* ----------------------------------------------------------------------------------

  共通モジュール

 ---------------------------------------------------------------------------------- */
.sx-hero {
  position: relative;
}
.sx-hero picture, .sx-hero img {
  width: 100%;
  max-width: 100%;
}
.sx-school-head {
  color: #4e6896;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

  リード

 ---------------------------------------------------------------------------------- */
.sx-school-lead-gr {
  background-color: #f6f2eb;
  padding-top: 80px ;
}
.sx-school-lead .col {
  max-width: 750px;
}
.sx-lead-title {
  position: relative;
  color: #ea7f7f;
  font-size: 31px;
  line-height: 30px;
  text-align: center;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.sx-lead-text {
  margin: 0 auto;
  color: #454545;
  text-align: center;
}
.sx-lead-text-le {
  margin: 0 auto;
  color: #454545;
  text-align: left;
}
.sx-lead-text-in-le {
  margin-bottom: 20px;
  color: #454545;
  text-align: left;
}
/* ----------------------------------------------------------------------------------



 ---------------------------------------------------------------------------------- */
.sx-content-flex {
  width: 100%;
}
.sx-content-box{
  margin: 0 30px 0 30px;
  padding: 30px;
  border: solid 1px #e5e5e5;
}

.sx-content-box-thumb {
  text-align: left;
}
.sx-content-box dt {
  color: #454545;
  line-height: 40px;
  text-align: left;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", "\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
}
.url-text{
  color: #000;
  text-align: left;
  font-size: 15px;
}
.detail-txt{
  line-height: 30px !important;
}
.sx-content-box-link{
  color: #5c8dc0 ;
  font-weight: bold !important;
}
.sx-content-box-link a{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.sx-content-box-link a::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #5c8dc0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.sx-content-box-link a:hover::after{
  transform: scale(1, 1);
}
/* ----------------------------------------------------------------------------------

  コンテンツ

 ---------------------------------------------------------------------------------- */
.sx-content-body {
  margin-bottom: 60px;
}
.sx-school-in-ttl {
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.link-hover img{
  opacity: 1 !important;
  transition: .3s;
}
.link-hover img:hover{
  opacity: 0.5 !important;
  transition: .3s;
}
/* ----------------------------------------------------------------------------------

  Youtube iframe レスポンシブ対応

 ---------------------------------------------------------------------------------- */
.sx-ytb-frame {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
  margin-top: 50px;
}
.sx-ytb-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------

  comingsoon

 ---------------------------------------------------------------------------------- */
.notice{
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.notice-text{
  color: #000;
  text-align: center;
  font-size: 15px;
}
.notice p{
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------------

  合わせて読みたい記事

 ---------------------------------------------------------------------------------- */
.sx-layout-profile {
  padding: 25px;
  border: 1px solid #BAB9B3;
}
.sx-layout-profile .sx-layout-profile-title {
  margin-bottom: 16px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.sx-layout-profile dt {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.sx-layout-profile dd {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
}
.sx-article-special .sx-layout-profile {
  border: 1px solid #008181;
}
.sx-article-special .sx-layout-profile .sx-layout-profile-title {
  color: #008181;
}
.link-color{
  color: #C96C00 !important;
  text-decoration: underline;
}
/* ----------------------------------------------------------------------------------

  使用したアイテム・関連する商品

 ---------------------------------------------------------------------------------- */
.sx-school-in-head {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}
span.ttl-w{
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 30px;
  padding-bottom: 17px;
  border-bottom: solid 5px #ea7f7f;
  margin-bottom: 50px;
}
span.subttl-name{
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
}
span.subttl-w{
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 30px;
  margin-bottom: 40px;
}
.small-txt{
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-top: 20px;
}
.sx-layout-relations-block {
  max-width: 900px;
  padding: 46px 28px 22px;
  background-color: #e8e7e4;
  margin: 80px 0 80px;
}
.sx-layout-relations-item-block {
  max-width: 900px;
  padding: 46px 28px 22px;
  background-color: #f1edde;
  margin: 80px 0 80px;
}
.sx-relations {
  max-width: calc((100% - 7px) / 2);
  margin-bottom: 10px;
  background-color: #fff;
}
.sx-relations-head, .sx-relations-item-head{
  display: table;
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 2px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sx-relations-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c90012;
  content: "";
}
.sx-relations:nth-of-type(odd) {
  margin-right: 7px;
}
.sx-relations .image-container {
  max-width: 342px;
}
.sx-relations .quickview {
  display: flex;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 30px;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  border-radius: 4px 0 0 4px;
  background-color: #c90012;
  color: #fff !important;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 13px;
  text-indent: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}
.sx-relations .quickview:after {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 0 0 6px;
  background: url("../images/global/icon_quickview.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.sx-relations .quickview.sx-is-link:after {
  right: 20px;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2212.021%22%20viewBox%3D%220%200%2015.904%2012.021%22%20width%3D%2215.904%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22m1055.523%20564.742h15%22%20transform%3D%22translate(-1055.523%20-558.938)%22%2F%3E%3Cpath%20d%3D%22m1053.563%20578.742v8h8%22%20transform%3D%22matrix(-.70710678%20-.70710678%20.70710678%20-.70710678%20345.289%201165.882)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
}
.sx-relations .sx-wishlist-icon {
  z-index: 99;
  position: absolute;
  top: 10px;
  right: 9px;
}
.sx-relations .image-container a {
  display: block;
  width: 100%;
}
.sx-relations .image-container img {
  width: 100%;
}
.sx-relations .tile-image {
  max-width: 100%;
}
.sx-relations .sx-relations-tile{
  height: 100%;
  padding: 10px 14px 15px;
  border-top: 2px solid #e8e7e4;
}
.sx-relations .sx-relations-item-tile{
  height: 100%;
  padding: 10px 14px 15px;
  border-top: 2px solid #f1edde;
}
.sx-relations .sx-relations-tile .pdp-link,
.sx-relations .sx-relations-tile .pdp-link a,
.sx-relations .sx-relations-item-tile .pdp-link,
.sx-relations .sx-relations-item-tile .pdp-link a  {
  color: #000;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.sx-relations .sx-relations-tile .pdp-link,
.sx-relations .sx-relations-item-tile .pdp-link  {
  margin-bottom: 5px;
}
.sx-relations .sx-relations-tile .price,
.sx-relations .sx-relations-tile .sales {
  margin-bottom: 8px;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 14px !important;
  font-weight: bold;
}
.sx-relations .sx-relations-tile .sx-tile-desc,
.sx-relations .sx-relations-item-tile .sx-tile-desc {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
}


/* ----------------------------------------------------------------------------------

  769px以上

 ---------------------------------------------------------------------------------- */

@media screen and (min-width: 769px) {
  #maincontent hr {
    max-width: 900px;
    margin: 50px auto;
  }
  .sx-school-head {
    margin-top: 100px;
    font-size: 30px;
    line-height: 40px;
  }
  .sx-school-head-howto {
    margin-top: 90px;
  }
  .sx-school-head-case {
    margin-top: 0;
    font-size: 31px;
    line-height: 50px;
  }
  .sx-school-lead .sx-school-lead-a{
    padding: 100px 0 120px;
  }
  .sx-lead-title {
    font-size: 31px;
  }
  .sx-lead-text {
    margin-top: 34px;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
  }
  .sx-lead-text-le {
    font-size: 17px;
    line-height: 32px;
    text-align: left;
  }
  .sx-lead-text-in-le {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
  }
  .sx-content-container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sx-content-box dt {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
  }
  .sx-content-box dd {
    margin-top: 24px;
    margin-bottom: 24px
    font-size: 14px;
    line-height: 24px;
  }
  .sx-lead-info {
    margin-top: 30px;
    font-size: 15px;
  }
  .sx-relations {
    max-width: 100%;
    margin-bottom: 0;
  }
  .sx-relations:nth-of-type(odd) {
    margin-right: 0;
  }
  .sx-relations + .sx-relations {
    margin-top: 10px;
  }
  .sx-relations .quickview {
    visibility: visible;
  }
  .sx-content-box .quickview:hover {
    text-decoration: underline;
  }
  .sx-relations .sx-wishlist-icon {
    top: 18px;
    right: 16px;
  }
  .sx-relations .sx-relations-tile{
    padding: 38px 32px;
    border-top: 0 none;
    border-left: 2px solid #e8e7e4;
  }
  .sx-relations .sx-relations-item-tile{
    padding: 38px 32px;
    border-top: 0 none;
    border-left: 2px solid #f1edde;
  }
  .sx-relations .sx-relations-tile .pdp-link,
  .sx-relations .sx-relations-tile .pdp-link a,
    .sx-relations .sx-relations-item-tile .pdp-link,
    .sx-relations .sx-relations-item-tile .pdp-link a  {
    font-size: 17px;
  }
  .sx-relations .sx-relations-tile .pdp-link,
    .sx-relations .sx-relations-item-tile .pdp-link {
    margin-bottom: 24px;
  }
  .sx-relations .sx-relations-tile .price,
  .sx-relations .sx-relations-tile .sales,
    .sx-relations .sx-relations-item-tile .price,
    .sx-relations .sx-relations-item-tile .sales {
    margin-bottom: 22px;
    font-size: 15px !important;
  }
  .sx-relations .sx-relations-tile .sx-tile-desc,
    .sx-relations .sx-relations-item-tile .sx-tile-desc
    {
    margin-bottom: 0;
    font-size: 15px;
  }
  .sx-relations .sx-relations-tile .tile-body-footer,
    .sx-relations .sx-relations-item-tile .tile-body-footer  {
    position: absolute;
    bottom: 33px;
  }
  .sx-relations:hover .quickview {
    text-indent: 0;
    opacity: 1;
  }
  .sx-relations .sx-relations-tile .pdp-link,
  .sx-relations .sx-relations-tile .pdp-link a,
    .sx-relations .sx-relations-item-tile .pdp-link,
    .sx-relations .sx-relations-item-tile .pdp-link a {
    color: #000;
    font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  .sx-relations .sx-relations-tile .pdp-link,
    .sx-relations .sx-relations-item-tile .pdp-link  {
    margin-bottom: 5px;
  }
  .sx-relations .sx-relations-tile .price,
  .sx-relations .sx-relations-tile .sales,
    .sx-relations .sx-relations-item-tile .price,
    .sx-relations .sx-relations-item-tile .sales {
    margin-bottom: 8px;
    font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-size: 14px !important;
    font-weight: bold;
  }
  .sx-relations .sx-relations-tile .sx-tile-desc,
    .sx-relations .sx-relations-item-tile .sx-tile-desc {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }
}


/* ----------------------------------------------------------------------------------

  768px以下

 ---------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sx-layout-relations-block{
  padding: 40px 28px;
  margin: 0 0 0 0;
  }
  .sx-layout-relations-item-block{
  padding: 40px 28px;
  margin: 0 0 0 0;
  }
  .bg-item{
    padding-bottom: 20px;
  }
  .bg-color{
    padding: 20px 0;
  }
  .sx-school-head{
    margin-top: 50px;
    font-size: 24px;
    line-height: 36px;
  }
  .sx-school-in-head{
    margin-top: 0px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .sx-school-in-movie-ttl{
    margin-top: 0px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .sx-school-lead {
    padding: 0px 25px 0px;
  }
  .sx-school-lead-a {
    padding: 10px 25px 0px;
  }
  .sx-lead-title {
    font-size: 18px;
  }
  .sx-lead-text{
    margin: 20px 0 40px 0;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .sx-lead-text-le{
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }
  .sx-lead-text-in-le{
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  .sx-relations-head,
  .sx-relations-item-head{
    font-size: 18px;
  }
  .sx-content-container {
    padding: 0px 25px;
    margin-bottom: 40px;
  }
  .sx-content-box{
    margin: 0 ;
    padding: 11px 30px;
  }
  .sx-content-box-thumb {
    margin: 0;
  }

  .sx-content-box dt {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5em;
  }
  .sx-content-box dd{
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .lead-txt , .small-txt{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .sx-school-in-ttl{
    margin-top: 30px;
  }
  .sx-school-articles-container {
    padding-bottom: 60px;
  }
  .sx-school-articles {
    margin-top: 40px;
  }
  .sx-school-articles-comingsoon {
    width: calc(100% - 30px);
    max-width: 500px;
    margin: 30px auto 0;
  }
  .sx-1col-submit {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sx-1col-submit .col .btn.btn {
    max-width: 100%;
  }
  .sx-ytb-frame {
    margin-top: 30px;
  }
  .notice-text{
    font-size: 12px;
  }
  .detail-txt{
    line-height: 24px !important;
  }
  .url-text{
    font-size: 12px;
  }
  .mgt-40{
  font-size: 18px;
  font-weight: bold;
  margin-top: : 40px;
  }
  .mb-0{
    margin-top: 30px;
  }
  span.ttl-w{
    font-family: "TazuganeInfoStdN-bold", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 22px;
  }
  span.subttl-name{
    font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-size: 18px;
  }
  span.subttl-w{
    font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
    font-size: 18px;
    margin: 20px 0;
  }
}


/* ----------------------------------------------------------------------------------

  544px〜768px

 ---------------------------------------------------------------------------------- */
@media screen and (min-width: 544px) and (max-width: 768px) {
  .sx-content-box dt br {
    display: none;
  }
  .sx-lead-text {
    text-align: center;
  }
}


/* ----------------------------------------------------------------------------------

  922px以上

 ---------------------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .sx-content-flex {
    display: flex;
    justify-content: space-between;
  }
  .sx-content-box {
    width: calc((100% - 120px) / 2);
    margin-bottom: 40px;
  }
  .sx-relations .quickview {
    visibility: visible;
  }
  .sx-relations .quickview:hover {
    background-color: #000;
  }
  .sx-relations:hover .quickview {
    text-indent: 0;
    opacity: 1;
  }
  .sx-relations .sx-relations-tile{
    padding: 38px 32px;
    border-top: 0 none;
    border-left: 2px solid #e8e7e4;
  }
  .sx-relations .sx-relations-item-tile {
    padding: 38px 32px;
    border-top: 0 none;
    border-left: 2px solid #f1edde;
  }
}


/* ----------------------------------------------------------------------------------

  991px以上

 ---------------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .sx-content-box {
    margin-top: 30px;
  }
}


/* ----------------------------------------------------------------------------------

  769px〜991px

 ---------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 991px) {
  .sx-content-box {
    margin-top: 60px;
  }
  .sx-content-box dt br {
    display: none;
  }
  .sx-content-container {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .bg-color{
    padding: 20px 0 70px 0;
  }
}


/* ----------------------------------------------------------------------------------

  543px以下

-------------------------------------------------------------------------- */
@media screen and (max-width: 543px) {
  #maincontent .container-fluid-in {
    max-width: 500px;
    padding: 0 20px 0px 20px;
    margin-bottom: 0px;
  }
  #maincontent .container-fluid-articlecontents {
    max-width: 500px;
    padding: 0 20px 20px 20px;
    margin: 30px 0;
  }
  .notice{
    font-size: 15px;
    max-width: 500px;
    margin: 0 10px 30px 10px;
  }
  .sx-school-lead-a{
    padding: 0;
  }
  .sx-layout-profile dt {
    margin-top: 0;
  }
}
