/*右カラムの表示崩れ対応*/

@media (max-width: 767px) {
  .sidebar__special__article {
    width: 250rem !important;
  }
}
@media (min-width: 768px) {
  .sidebar__special__list {
    padding: 10rem !important;
  }
  .sidebar__special__list__inner {
    display: block !important;
  }
}
/*右カラムの表示崩れ対応*/
.w650 {
  max-width: 650px;
  margin: 0 auto;
}	
.yamaya_pc {
	display: block !important;
}
.yamaya_sp {
	display: none !important;
}

/*左右幅調整*/
  .column-width {
    max-width: 760px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
.yamaya_pc {
	display: none !important;
}
.yamaya_sp {
	display: block !important;
}
}
@media only screen and (max-width: 767px) {
  .w650 {
    max-width: 100%;
  }
}
.basic-button--pc-narrow2 {
  max-width: 320rem;
}
.panel-wide {
  margin-top: 0rem;
  padding-right: 20rem !important;
  min-height: 1rem !important;
}
.mt40rem {
  margin-top: 40rem;
}
.mt20rem {
  margin-top: 20rem;
}
.m-center-wide {
  margin-left: 0 !important;
}
table.tbl td, th {
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #yamaya_cts table td, th {
    border-left: none;
    border-right: none;
  }
}
h2.kouyo_title {
  font-weight: bold !important; /* 規定値の変更 */
  color: #6d3c32 !important; /* 規定値の変更 */
  padding: 10px 0px 5px 2em !important; /* 規定値の変更 */
  position: relative !important; /* 規定値の変更 */
  background: #FFFFFF !important; /* 規定値の変更 */
  margin-bottom: 1em !important; /* 規定値の変更 */
  line-height: 1.5em !important; /* 規定値の変更 */
  margin-top: 40rem;
}
h2.kouyo_title:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 3em;
  height: 40px;
  background: url(/special2/kouyo/titleicon.jpg) no-repeat;
  background-size: contain;
  border-top: none !important; /* 規定値の変更 */
}
h2.kouyo_title:after {
  border-bottom: 2px dotted #deb068; /* 下線 */
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
h3.kouyo_title, h3.area_title {
  font-weight: bold !important; /* 規定値の変更 */
  color: #6d3c32 !important;
  background: linear-gradient(transparent 70%, #FFEDC3 70%) !important;
  padding: 10px 0 0px 10px !important;
  font-size: 22rem;
}
h3.kouyo_title {
  margin: 1em 0 !important;
}
h3.area_title {
  margin: 0 0 1em !important;
}
.article-wysiwyg h4:not([class]) {
  color: #6d3c32 !important;
  border-bottom: none !important;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #B9A69F;
  margin: 0 0.5em 0 0;
}
.label-txt {
  margin-right: 20rem;
}
.course-info {
  margin: 10rem 0;
  line-height: 2em;
}
/* 囲み */
.book_box {
  width: 100%;
  padding: 0 20rem 20rem;
  font-size: 16rem;
}
/* 目次の色カスタマイズ */
.article-single-toc {
  background: #FFF5D8 !important;
}
.article-single-toc__title::before {
  border-color: var(--colorText1) transparent transparent transparent;
  left: 0;
}
.article-single-toc__title {
  background: #ff7800 !important;
}
.article-single-toc__title::before {
  border-color: #ff7800 transparent transparent transparent !important;
}
.article-single-toc__title::after {
  border-color: transparent #ff7800 transparent transparent !important;
}
/* 地色のカスタマイズ */
.article-single-panel {
  background: #FBF9F4 !important
}
/* bootstrap */
.bootstrap .container, .bootstrap .container-fluid, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .row .card{
    display: flex;
    flex: 1 0 auto; /* fix IE11 */
}

.bootstrap .card-margin { margin: 0 10rem; }
.bootstrap .card-text { 
	font-size: 0.85em !important;
	margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 767px) {
.bootstrap .txt_subtitle-1 {
  font-size: 16rem !important;
}	
.bootstrap .card-text-min { 
    min-height: 140rem !important;
  }
.bootstrap .card-text-min2 { 
    min-height: 90rem !important;
  }	
.bootstrap .card.mb-3 {
  margin-bottom: 30px;
}	
}
.bootstrap .card{ 
	margin-bottom: 15px;
}
.bootstrap .card-last{ 
	margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .bootstrap .container, .bootstrap .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl {
    max-width: 1140px;
  }
}
.bootstrap .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .no-gutters > .col, .bootstrap .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .col, .bootstrap .col-1, .bootstrap .col-10, .bootstrap .col-11, .bootstrap .col-12, .bootstrap .col-2, .bootstrap .col-3, .bootstrap .col-4, .bootstrap .col-5, .bootstrap .col-6, .bootstrap .col-7, .bootstrap .col-8, .bootstrap .col-9, .bootstrap .col-auto, .bootstrap .col-lg, .bootstrap .col-lg-1, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-auto, .bootstrap .col-md, .bootstrap .col-md-1, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-auto, .bootstrap .col-sm, .bootstrap .col-sm-1, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-auto, .bootstrap .col-xl, .bootstrap .col-xl-1, .bootstrap .col-xl-10, .bootstrap .col-xl-11, .bootstrap .col-xl-12, .bootstrap .col-xl-2, .bootstrap .col-xl-3, .bootstrap .col-xl-4, .bootstrap .col-xl-5, .bootstrap .col-xl-6, .bootstrap .col-xl-7, .bootstrap .col-xl-8, .bootstrap .col-xl-9, .bootstrap .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.bootstrap .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bootstrap .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrap .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrap .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bootstrap .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bootstrap .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bootstrap .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bootstrap .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bootstrap .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bootstrap .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrap .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrap .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrap .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrap .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrap .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrap .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrap .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrap .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrap .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.666667%;
  }
}

.bootstrap .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group, .bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrap .card-title {
  margin-bottom: .75rem;
}
.bootstrap .card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}

.bootstrap .card-img, .bootstrap .card-img-bottom, .bootstrap .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.bootstrap .card-img, .bootstrap .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.bootstrap .card-img, .bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.bootstrap .card-deck .card {
  margin-bottom: 15px;
}


