@charset "UTF-8";

/*** タイトル**/

.TITLE01 {
  color: #062351;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  padding: 0;
}


.TITLE02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
}
.TITLE02 i {
  display: inline-block;
  width: 56px;
}
.TITLE02 i img {
  max-width: none;
  width: 48px;
  height: auto;
}
.TITLE02 .eng {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #00245d;
  display: block;
}

.TITLE03 {
  background: #e95504;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px;
}

@media only screen and (max-width: 767px) {
  .TITLE01 {
    font-size: 24px;
  }

  .TITLE02 {
    font-size: 16px;
    margin: 0 0 16px;
  }

  .TITLE02 i {
    width: 32px;
  }

  .TITLE02 i img {
    width: 24px;
    height: auto;
  }

  .TITLE03 {
    font-size: 18px;
  }
}


.side_TITLE01 {
  border-top: 5px solid #e95504;
  border-bottom: 1px solid #e95504;
  background: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.side_TITLE01 h1,
.side_TITLE01 h2,
.side_TITLE01 h3,
.side_TITLE01 h4 {
  font-size: 18px;
  font-weight: 700;
}
.side_TITLE01 h1 .eng,
.side_TITLE01 h2 .eng,
.side_TITLE01 h3 .eng,
.side_TITLE01 h4 .eng {
  display: block;
  color: #7c7c7c;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}


/*-------------------------------------------------*/
/*** コラム **/

.info-content {padding-top: 72px;}
@media only screen and (max-width: 959px) {
  .info-content {padding-top: 48px;}
}
@media only screen and (max-width: 767px) {
  .info-content {padding-top: 32px;}
}


/*** flex **/
.info-flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .info-flex-wrap {flex-wrap: wrap;}
}

/*-------------------------------------------------*/
/*** column **/

.columun_center_wrap {
  flex-basis: 100%;
  /*flex-basis: 54%;*//* NOTE: 複数レイアウト時はコメント解除 */
  max-width: 767px;
  /*max-width: 630px;*//* NOTE: 複数レイアウト時はコメント解除 */
  margin: 0 auto;
  /*margin: 0;*//* NOTE: 複数レイアウト時はコメント解除 */
  order: 1;
}
.columun_left_wrap {
  display: none;
  /*display: block;*//* NOTE: 複数レイアウト時はコメント解除 */
  flex-basis: 18%;
  max-width: 210px;
  padding: 0 0 50px;
  order: 0;
}
.columun_right_wrap {
  display: none;
  /*display: block;*//* NOTE: 複数レイアウト時はコメント解除 */
  flex-basis: 25.5%;
  max-width: 300px;
  padding: 0 0 50px;
  order: 99;
}

@media only screen and (max-width: 767px) {

  .columun_center_wrap {
    flex-basis: 100%;
    max-width: none;
    order: 0;
  }
  .columun_left_wrap {
    flex-basis: 100%;
    max-width: none;
    padding: 0 0 32px;
    order: 1;
  }
  .columun_right_wrap {
    flex-basis: 100%;
    max-width: none;
    padding: 0 0 32px;
    order: 99;
  }
}

/*-------------------------------------------------*/
/*** コラム .columun_center_wrap **/

.columun_center_wrap .columun_list_wrap {}

.columun_center_wrap .column_wrap {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}

.columun_center_wrap .column_wrap:first-child {
  border-top: 1px solid #e9e9e9;
}

.columun_center_wrap .column_wrap:last-child {
  border-bottom: none;
}

.columun_center_wrap .column_wrap > div {
  display: flex;
  justify-content: space-between;
}

.columun_center_wrap .column_wrap .column_img {

  flex-basis: 20%;
}

.columun_center_wrap .column_wrap .column_img img {
  width: 100%;
  height: auto;
  border-radius: .5rem;
}

.columun_center_wrap .column_wrap .column_text {
  flex-basis: calc(80% - 12px);
}

.columun_center_wrap .column_wrap .column_text .column_TITLE {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.columun_center_wrap .column_wrap .column_text>div {
  display: block;
}

.columun_center_wrap .column_wrap .column_text .column_TITLE+div {
  margin: 6px 0 .8rem;
}

.columun_center_wrap .column_wrap .column_text .column_category {
  font-size: 12px;
  color: #e95504;
  display: inline-block
}

.columun_center_wrap .column_wrap .column_text .column_date {
  font-size: 12px;
  display: inline-block
}

/*** コラム詳細 **/
.column_detail_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  line-height: 2;
  margin: 0 0 30px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .column_detail_wrap {
    margin: 0 0 20px;
    padding: 16px;
  }
}


.columun_center_wrap .TITLE03 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 15px;
}
.columun_center_wrap .TITLE03 span {color: #fff;}
@media only screen and (max-width: 767px) {
  .columun_center_wrap .TITLE03 {
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 12px;
  }
}


.column_detail_wrap .column_detail_head_part {
  flex-basis: 100%;
  margin: 0 0 15px;
}
.column_detail_wrap .column_detail_head_part>div {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.column_detail_wrap .column_detail_head_part>div:first-child+img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.column_category {
  color: #e95504;
  font-size: inherit;
}
.column_date {
  color: #919191;
  font-size: inherit;
}
@media only screen and (max-width: 767px) {
  .column_category {font-size: 12px;}
  .column_date {font-size: 12px;}
}


.column_detail_wrap .column_detail_main_part {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column_detail_wrap .column_detail_main_part>h4 {
  flex-basis: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.column_detail_wrap .column_detail_main_part>p {
  flex-basis: 100%;
  font-size: 14px;
}

.column_detail_wrap .column_detail_main_part>div,
.column_detail_wrap .column_detail_main_part>div.image {
  margin: 15px 0;
}

.column_detail_wrap .column_detail_main_part>div>h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.column_detail_wrap .column_detail_main_part>div>p {
  font-size: 14px;
}



/*-------------------------------------------------*/
/*** コラム 左ナビ .columun_left_wrap **/

.column_kind_wrap {
  width: 100%;
  margin: 0 0 15px;
  background: #fafafa;
}

.columun_left_wrap .columun_right_wrap_sub {display: none;}
.columun_left_wrap > .columun_right_wrap_sub > a > img {margin: 0 0 20px !important;}

.category_part {padding: 15px;}
.category_part li {
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
}
.category_part li::before {
  content: ">";
  margin: 0 10px 0 0;
}


/*-------------------------------------------------*/
/*** コラム 右ナビ .columun_right_wrap **/

.ranking_column {
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 15px 17px;
}

.ranking_column:last-child {
  border: none;
}

.ranking_column>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ranking_column p {
  font-size: 12px;
  color: #000
}

.ranking_column .ranking_column_img {
  flex-basis: 30%;
}

.ranking_column .ranking_column_img img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: .5rem;
}

.ranking_column .ranking_column_img img[src*="side_rank_"] {
  display: none;
}

.ranking_column .ranking_column_TITLE {
  flex-basis: calc(70% - 12px);
}

.ranking_column .ranking_column_TITLE img {
  width: 32px;
  height: auto;
}

.ranking_column .ranking_column_TITLE>p {
  font-weight: 700;
}

.ranking_column .ranking_column_TITLE>img+p {
  margin-top: 6px;
}

.ranking_column .ranking_column_TITLE p:last-child {
  margin-top: 6px;
  font-weight: 100;
}

.columun_right_wrap_sub>a>img {
  margin: 0 0 15px;
}


.columun_right_wrap>a>img {
  margin: 0 0 15px;
}

.columun_right_wrap .similar_part {
  margin: 0 0 15px;
}

.columun_right_wrap .similar_part .similar_TITLE {
  text-align: center;
  padding: 15px;
}

.columun_right_wrap .similar_part .similar_main {
  padding: 0;
}



/*-------------------------------------------------*/
/*** 関連記事 **/

.similar_column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: calc( ( 100% - 16px ) / 2 );
}
@media only screen and (max-width: 767px) {
  .similar_column {width: 100%;}
}

.similar_column > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 15px;
}

.similar_column:nth-last-child(-n+2)>div {margin: 0;}

.similar_column .similar_column_img {
  flex-basis: 25%;
  margin: 0 0 10px;
}
.similar_column .similar_column_img img {
  margin: 0;
  width: 100%;
  height: auto;
}

.similar_column .similar_column_TITLE {flex-basis: 70%;}
.similar_column .similar_column_TITLE p {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.similar_column .similar_column_TITLE p:last-child {
  color: #919191;
  font-size: 13px;
  font-weight: 500;
}
.similar_column .similar_column_detail p {
  display: none;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .similar_column .similar_column_TITLE p {font-size: 13px;}
  .similar_column .similar_column_TITLE p:last-child {font-size: 10px;}
}

/*-------------------------------------------------*/
/*** ページング **/
.paging {
  text-align: center;
  overflow: hidden;
  margin: 0 0 20px;
}

.paging li {
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin: 0 4px;
}

.paging li a {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #919191;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging li a:hover {
  text-decoration: none;
  color: #fff;
  background: #e95504;
  border: 1px solid #e95504;
}

.paging li .current {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #e95504;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging li .ten,
.paging li .nolink {
  padding: 0 .8rem;
  line-height: 28px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  display: block;
}

.paging li.prev a,
.paging li.prev {
  padding: 0;
  width: 28px;
  line-height: 28px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/prev01.png") no-repeat center center;
}

.paging li.next a,
.paging li.next {
  padding: 0;
  width: 28px;
  line-height: 28px;
  text-align: left;
  text-indent: -9999px;
  background: #fff url("../images/next01.png") no-repeat center center;
}
