@charset "UTF-8";

.link--arrow {
  align-items: center;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: top;
}
.link--arrow:link,
.link--arrow:visited {
  color: #c33;
}
.link--arrow:after {
  background: 50% 50% no-repeat;
  background-size: 100% 100%;
  background-image: url(/img/common/icon-right-red.svg);
  content: "";
  display: inline-block;
  margin-left: .5em;
  height: 14px;
  width: 7px;
  vertical-align: middle;
}


/*--------------------
  Column
--------------------*/
.column {
  font-family: "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif !important;
  /*  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
}

.column__pankuzu {
  padding-left: 1rem;
  padding-top: .5rem;
  font-size: .8125rem;
  line-height: 1.8;
  color: #666666;
}
.column__pankuzu a {
  padding-right: .2rem;
  text-decoration: none;
}
.column__pankuzu a:link,
.column__pankuzu a:visited {
}
.column__pankuzu span:after {
  padding-right: .2rem;
  content: "＞";
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .column__pankuzu {
    padding-left: 8rem;
    font-size: .8125rem;
    line-height: 3;
  }
  .column__pankuzu a {
    padding-right: .8rem;
  }
  .column__pankuzu span:after {
    padding-right: .8rem;
  }
}

.section__column__inner {
  padding: 2.5rem 1rem 0 1rem;
  line-height: 1.7rem;
  /*line-height: 1.85rem;*/
  }
  /* For Large Device */
@media screen and (min-width: 900px) {
  /* section */
  .section__column__inner {
    margin: 0 auto;
    max-width: 946px;
    padding-top: 3rem;
    line-height: 1.85rem;
  }
}

/* column__top */
.column__top--main {
  margin-bottom: .75rem;
  text-align: center;
}
/* For Large Device */
@media screen and (min-width: 900px) {
  .column__top--main {
    margin-bottom: .75rem;
  }
}

.column__img--main {
  display: block;
  width: auto;
  margin: 0 auto 3rem;
  text-align: center;
}

.column__article__title {
  display: flex;
  height: 60px;
  width: auto;
  margin-bottom: 3rem;
  padding: .5rem .5rem 0 4.5rem;
  background: 0% 50% no-repeat;
  background-image: url(/feature/img/ico_column.png);
  background-size:  60px auto;
  background-color: #f2f2f2;
  content: "";
  font-size: .98rem;
  line-height: 1.6;
  font-weight: 700;
  align-items: center; /* 縦方向中央揃え */
}
.column__article--h2 {
  display: block;
  margin-bottom: 1rem;
  padding-left: .5rem;
  border-left: solid 8px #aa0001;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8rem;
  vertical-align: middle;
  }
.column__article--h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  margin-left: .5rem;
  padding-bottom: .4rem;
  border-bottom: solid 1px #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  }
.column__article--h4 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  padding-bottom: .4rem;
  border-bottom: dotted 1px #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.column__article__text--h3 {
  margin-left: .5rem;
}
.column__article__text--h4 {
  margin-left: .5rem;
}
.column__article__text--p {
  margin-bottom: 1.2rem;
}
.column__article__text--img {
  max-width: 100%;
}

/* For Small Device */
@media screen and (min-width: 768px) {
  .column__article__title {
    padding: .4rem .5rem .4rem 5.5rem;
    background-size:  70px auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .column__article--h2 {
    font-size: 1.1rem;
    line-height: 1.6;
    }
  .column__article--h3 {
    padding-bottom: .4rem;
    font-size: 1.1rem;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .column__article__title {
    padding: .5rem 6rem .4rem 6.5rem;
    background-size:  82px auto;
    font-size: 1.2rem;
    line-height: 2rem;
    vertical-align: middle;
  }
  .column__article--h2 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .column__article--h3 {
    margin-left: 2rem;
    font-size: 1.1rem;
  }
  .column__article--h4 {
    margin-left: 2rem;
  }
  .column__article__text--h3,
  .column__article__text--h4 {
    margin-left: 2rem;
  }
  .column__article__text--p {
    margin-bottom: 1.2rem;
  }
  .column__article__img {
    display: block;
    margin: 0 auto;
  }
  .column__article__img8 {
    max-width: 80%;
  }
  .column__article__img7 {
    max-width: 70%;
  }
}

.column__writer__title {
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  padding-top: .8125rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-top: solid 1px #000;
}
.column__writer__img {
  display: block;
  width: 350px;
  margin: 0 auto 2rem auto;
}
.column__writer__text {
  display: inline-block;
  width: auto;
  max-width: auto;
  margin-left: 0;
  margin-bottom: 2rem;
  font-size: .85rem;
  line-height: 1.8;
}

/* For Large Device */
@media screen and (min-width: 768px) {
  .column__writer__text {
    font-size: .9rem;
    line-height: 1.8;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .column__writer__title {
    padding-top: .8125rem;
    font-size: 1rem;
  }
  .column__writer__img {
    display: inline-block;
    width: 350px;
    margin-bottom: 2rem;
  }
  .column__writer__text {
    display: inline-block;
    width: auto;
    max-width: 550px;
    margin-left: 1rem;
    font-size: 1rem;
    vertical-align: top;
  }
}

.column__foot {
  margin: 4rem auto 0 auto;
  padding: 2rem 0 1.2rem 0;
  background-color: #fef2f2;
  font-size: .75rem;
  text-align: center;
  line-height: 3rem;
}
.column__foot a {
  color: #000;
}
.column__foot a:link,
.column__foot a:visited {
  text-decoration: none;
  color: #000;
}
.column__foot__img {
  max-width: 150px;
  height: auto;
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .column__foot__img {
    width: 180px;
    height: auto;
  }
}

/*--------------------
  Column_top
--------------------*/
/* column__top */
.column__top__main {
  margin-bottom: .75rem;
  text-align: center;
}
/* For Large Device */
@media screen and (min-width: 900px) {
  .column__top__main {
    margin-bottom: .75rem;
  }
}

.column__list {
  display: block;
}
.column__list:last-child {
  margin-bottom: 10rem;
}
.column__list__item {
  display: block;
  width: auto;
  margin: 2rem 2rem 3rem;
}
.column__list__item--img {
  margin-bottom: .5rem;
  text-align: center;
}
.column__list__item--img img {
  width: auto;
  border-radius: 5px;
  border: 1px solid #ececec;
}
.column__list__item--category {
  font-size: .7rem;
  color: #fff;
}
.column__list__item--category span {
  padding: .1285rem .6rem .1rem;
  background-color: #666;
}
.column__list__item--text {
  height: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  overflow: hidden;
}
.column__list__item--text a {
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
}
.column__list__item--text a:link,
.column__list__item--text a:visited {
  color: #000;
}
.column__list__item--name {
  display: flex;
  width: auto;
  height: 15px;
  padding: .1rem .5rem 0 1.2rem;
  margin-bottom: .5rem;
  background: 0% 50% no-repeat;
  background-image: url(/img/common/icon-login.svg);
  background-size:  15px auto;
  content: "";
  font-size: .9rem;
  align-items: center; /* 縦方向中央揃え */
}
.column__list__item--degree {
  font-size: .8rem;
  line-height: 1.1rem;
}

/* For Large Device */
@media screen and (min-width: 768px) {
  .column__list__item {
  margin: 2rem 2rem 3rem;
  }
  .column__list__item--img {
    margin-bottom: .7rem;
  }
  .column__list__item--category {
    margin-bottom: .1rem;
  }
}

/* For Large Device */
@media screen and (min-width: 900px) {
  .column__list__item {
    display: inline-block;
    width: 28%;
    margin: 20px 23px;
    vertical-align: top;
  }
  .column__list__item--img {
    margin-bottom: .5rem;
  }
  .column__list__item--category {
    font-size: .6rem;
  }
  .column__list__item--category span {
    padding: .1285rem .6rem .1rem;
  }
  .column__list__item--name {
    font-size: .85rem;
    margin-bottom: .3rem;
  }
  .column__list__item--degree {
    font-size: .7rem;
    line-height: 1rem;
  }
}


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