body {
  -webkit-text-size-adjust: 100%;
}

/*------------------------------------------------------------
	p-news
	------------------------------------------------------------*/
/* section-two
------------------------------------------------------------*/
.p-news .section-two {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two {
    margin-top: 30px;
  }
}

.p-news .section-two {
  margin-bottom: 10px;
  font-size: 18px;
}

.p-news .section-two p {
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two p {
    margin: 0 0 24px;
  }
}

.p-news .section-two a {
  cursor: pointer;
  color: #0C62B9;
}

/*PC　タイトル郡--------------------------------------*/
.p-news .section-two h2, .p-news .section-two h3,
.p-news .section-two h4 {
  color: #333333;
  font-weight: 500;
}

/*SP　タイトル郡--------------------------------------*/
@media screen and (max-width: 768px){
  .p-news .section-two h2, .p-news .section-two h3,
  .p-news .section-two h4 {
    color: #4d4d4d;
    font-weight: bold;
  }
}

.p-news .section-two h2 {
  background-color: #f7f7f7;
  border-left: 5px solid #80b419;
  border-bottom: 3px solid #dadada;
  font-size: 22px;
  line-height: 1.4;
  margin: 60px 0 16px;
  padding: 14px 12px;
}


@media screen and (max-width: 768px) {
  .p-news .section-two h2 {
    font-size: 1.3em;
    line-height: 1.4 !important;
    margin: 60px 0 14px;
    border-bottom: 5px solid #dadada;
    font-weight: bold;
  }
}

.p-news .section-two h3 {
  background-color: #f7f7f7;
  border-bottom: 3px solid #dadada;
  font-size: 21px;
  line-height: 1.4;
  margin: 40px 0 16px;
  padding: 5px 13px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 40px 0 14px;
  }
}

.p-news .section-two h4 {
  border-bottom: 3px solid #dadada;
  font-size: 21px;
  line-height: 1.4;
  margin: 30px 0 16px;
  padding: 5px 13px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two h4 {
    margin: 30px 0 14px;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px 0 2px 13px;
  }
}

.p-news .section-two h5 {
  font-size: 18px;
  color: #653b14;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two h5 {
    font-size: 1.6rem;
  }
}

.p-news .section-two .dis_list {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .dis_list {
    font-size: 1.4rem;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}

.p-news .section-two .dis_list .dis_parent span {
  background: url(../../img/www/icon/ic_triangle.png) no-repeat;
  background-position: left center;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .dis_list .dis_parent span {
    background: url(../../img/www/icon/ic_triangle_sp.png) no-repeat;
    background-size: 15px 18px;
    background-position: left center;
    font-size: 1.5rem;
  }
}

.p-news .section-two .dis_list .dis_sub {
  display: none;
  margin-left: 20px;
}

.p-news .section-two u {
  font-size: 16px;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two u {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.p-news .section-two .blocknotebox {
  color: #1a1a1a;
  line-height: 1.7;
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 26px;
  font-size: 0.9em;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .blocknotebox {
    margin: 0 0 24px;
    padding: 10px;
  }
}

.p-news .section-two .contentbox {
  line-height: 1.8;
  padding: 14px 20px;
  border: 1px solid #ccc;
  margin: 50px 0;
}

.p-news .section-two .contentbox ul {
  list-style: none !important;
  margin: 0;
}

.p-news .section-two .contentbox li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .contentbox li {
    text-indent: -1.4em;
    /* font-size: 0.9em; */
    line-height: 1.4;
    padding: 0.2em 0em 0.8em 1em;
  }
}

@media screen and (max-width: 768px) {
  .p-news .section-two .contentbox {
    padding: 10px;
    margin: 40px 0;
  }
}

.p-news .section-two .mulbox {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
}

.p-news .section-two .mulbox .imgleft {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox .imgleft {
    width: 98px;
    height: 98px;
    margin-right: 15px;
  }
}

.p-news .section-two .mulbox .imgleft img {
  width: 100%;
}

.p-news .section-two .mulbox .comentboxr {
  width: 659px;
  /* font-size: 16px; */
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-news .section-two .mulbox .comentboxr{
    width: 470px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .p-news .section-two .mulbox .comentboxr{
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox .comentboxr {
    width: 80%;
    margin-top: 8px;
    border: 2px solid #ccc;
    /* font-size: 1.5rem; */
    border-radius: 3px;
  }
}

.p-news .section-two .mulbox .comentboxr p {
  padding: 18px 10px;
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox .comentboxr p {
    padding: 10px;
  }
}

.p-news .section-two .mulbox .comentboxr:before {
  content: url(../../img/www/icon/triangle_left.jpg);
  position: absolute;
  top: 50%;
  left: -22px;
  width: 22px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox .comentboxr:before {
    content: "";
    width: 18px;
    height: 15px;
    left: -18px;
    background: url(../../img/www/icon/triangle_left.jpg);
    background-size: 18px 15px;
    background-position: center;
    -webkit-transform: none;
    transform: none;
  }
}


.p-news .section-two .mulbox2 {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox2 {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }
}

.p-news .section-two .mulbox2 .imgright {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox2 .imgright {
    width: 98px;
    height: 98px;
    margin-left: 15px;
  }
}

.p-news .section-two .mulbox2 .imgright img {
  width: 100%;
}

.p-news .section-two .mulbox2 .comentboxl {
  width: 659px;
  /* font-size: 16px; */
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .p-news .section-two .mulbox2 .comentboxl{
    width: 470px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .p-news .section-two .mulbox2 .comentboxl{
    width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox2 .comentboxl {
    width: 80%;
    margin-top: 8px;
    border: 2px solid #ccc;
    /* font-size: 1.5rem; */
    border-radius: 3px;
  }
}

.p-news .section-two .mulbox2 .comentboxl p {
  padding: 18px 10px;
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox2 .comentboxl p {
    padding: 10px;
  }
}

.p-news .section-two .mulbox2 .comentboxl:before {
  content: url(../../img/www/icon/triangle_right.jpg);
  right: -22px;
  position: absolute;
  top: 50%;
  width: 22px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .p-news .section-two .mulbox2 .comentboxl:before {
    content: "";
    width: 18px;
    height: 15px;
    /* top: 50px; */
    right: -18px;
    background: url(../../img/www/icon/triangle_right.jpg);
    background-size: 18px 15px;
    background-position: center;
    -webkit-transform: none;
    transform: none;
  }
}

.p-news .section-two .midashi {
  color: #80b419;
  display: inline-block;
  font-weight:bold;
}

.p-news .section-two .midashi:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #80b419;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .midashi {
    font-size: 1.1em;
    font-weight: bold;
  }

  .l-midashi__p{
    margin: 0 !important;
  }
}

.content-image {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .magazine_btn a {
    font-size: 20px !important;
    padding: 15px 0 !important;
    right: 20px;
  }

  .p-news .section-three .list-btn a:after {
    top: 14px;
  }

  .magazine_btn a:after {
    top: 17px !important;
  }
}

.magazine_anchor {
  cursor: auto !important;
  color: initial !important;
}

.magazine_anchor:hover {
  opacity: 1;
}

ol {
  counter-reset: item;
  list-style: none;
  margin-left: 40px;
}


@media screen and (max-width: 768px) {
  ol {
    margin-left: 30px !important;
  }
}

.frame-wrapper_youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper_youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .section-two a {
    display: inline;
  }
}

.article_info_title {
  font-weight: bold;
  color: #653b14;
  background-color: #e0e0e0;
  padding: 5px;
}

.article_info_area {
  margin-top: 20px
}

.article_info_area li {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.article_info_area > div {
  margin-top: 30px;
}

.article_info_area li a {
  color: #0c62b9;
  display: block;
}

.other_article_area {
  margin-top: 30px;
}

.other_article_title {
  font-size: 2rem;
  color: #653b14;
  border-bottom: 2px solid #653b14;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 5px;
}

.other_article_area ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2%;
}

.other_article_area li {
  width: 48%;
  margin: 1% 1% 1.2% 1%;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}

.other_article_area li a {
  color: #653b14;
  font-size: 16px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 40px 15px 15px;
}

.other_article_area li:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 18px;
  background-image: url(../../img/www/magazine/icon/ic_arowcomon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .other_article_area li {
    width: 100%;
    margin: 2% 1%;
  }
}

.social_sp ul {
  display: flex;
}

.social_sp li {
  margin-right: 8px;
}

.other_article_list {
  padding: 1px 0;
  background-color: #e0e0e0;
}

._8j9v {
  width: 60px;
  padding: 0 1px;
}

.contents_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d3d3d3;
  text-align: left;
  width: 100%;
  margin-top:60px;
  margin-bottom:24px;
}
.contents_table caption {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
  text-align: left;
}

.contents_table th {
  background-color: #dfecc5;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  padding: 14px 10px;
  font-weight: 500;
}

.contents_table thead th:first-child {
  border-left: 1px solid #d3d3d3;
}

.contents_table th,
.contents_table td {
  font-size: 1em;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
}
.contents_table td {
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 14px 10px;
  background: #fff;
  display: table-cell;
}


@media screen and (max-width: 768px) {
  .contents_scroll{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom:24px;
    -webkit-overflow-scrolling: touch;

  }
  .contents_scroll::-webkit-scrollbar{
    height: 5px;
  }
  .contents_scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .contents_scroll::-webkit-scrollbar-thumb {
    background: #8bc03e;
  }
}

/*
20200820作成
記事ページのデザイン変更のため
*/

html {
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------------------------------
記事本文(CMS)用
------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  .p-news2 .section-one h1 {
    color: #333333;
    margin-bottom: 20px;
  }
}


/*-------------
section-one .social
--------------*/
@media screen and (min-width: 769px) {
  .p-news2 .section-one .social {
    margin-bottom: 0;
    height: 30px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-news2 .section-one .social {
    display: none;
  }
}

/*-------------
section-one .c-eyecatch
--------------*/
.p-news2 .section-one .c-eyecatch {
  display: flex;
  justify-content: center;
}

/*-------------
section-two
--------------*/
@media screen and (min-width: 769px) {
  .p-news2 .section-two {
    margin: 0;
  }
}

/*-------------
section-two .c-advertisement2
--------------*/
.p-news2 .section-two .c-advertisement2,
.p-news2 .section-three .c-advertisement2 {
  /*margin-bottom: 32px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}

.p-news2 .section-two .c-advertisement2 .c-ad_img,
.p-news2 .section-three .c-advertisement2 img {
  margin: 0 20px 0;
  width: 300px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .p-news2 .section-two .c-advertisement2 .c-ad_img,
  .p-news2 .section-three .c-advertisement2 img {
    margin: 0 20px 0;
    width: 220px;
    height: 185px;
  }
}

@media screen and (max-width: 768px) {
  .p-news2 .section-two .c-advertisement2 {
    display: grid;
    margin-bottom: 24px;
  }

  .c-ad_img:nth-child(2) {
    display: none;
  }

}

/*-------------
magazine_inboundlink
--------------*/
.magazine_inboundlink {
  color: #0c62b9;
  border-bottom: 1px dashed #0c62b9;
  line-height: 1.3;
}

/*-------------
magazine_outboundlink
--------------*/
.magazine_outboundlink {
  color: #666666 !important;
  border-bottom: 1px dashed #666666;
  line-height: 1.3;
}

/*-------------
section-two ul ol
--------------*/

.section-two ul, .section-two ol {
  margin: 0 0 32px 20px;
  color: #1a1a1a;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  .section-two ul, .section-two ol {
    margin: 0 0 24px 10px !important;
    line-height: 2.0;
  }
}

.section-two ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #666666;
  border-radius: 50%;
  margin: 0 0.2em 0.1em 0;
}

.section-two ol li:before {
  counter-increment: item;
  content: counter(item) '.';
  display: inline-block;
  color: #1a1a1a;
}

/*-------------
c-paging
--------------*/
.c-paging {
  margin: 42px 0 50px;
}

.c-paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-paging ul {
    margin-left: 0 !important;
  }
}

.c-paging li, .c-paging span {
  text-align: center;
  line-height: 45px;
  margin: 3px;
  color: #653b14 !important;
}

.c-paging li:before {
  display: none !important;
}

.c-paging li a {
  border: 2px solid #653b14;
  border-radius: 50%;
  color: #653b14 !important;
  width: 45px;
  height: 45px;
}


.c-paging li a:hover {
  background-color: #a6937c;
  color: #ffffff !important;
  opacity: 1.0;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.c-paging li .current {
  border: 2px solid #653b14;
  background-color: #653b14;
  border-radius: 50%;
  color: #ffffff !important;
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 768px) {
  .c-paging li {
    margin-left: 3.6%;
  }

  .c-paging li:first-child {
    margin-left: 0;
  }

  .c-paging li a {
    display: grid;
  }

  .c-paging li a {
    background-color: #ffffff;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #653b14;
    color: #653b14 !important;
    width: auto;
    height: 70%;
  }

  .c-paging li .current {
    border: 0;
    background-color: #ffffff;
    border-radius: 0;
    color: #b5b5b5 !important;
    width: auto;
    height: auto;
  }

  .c-paging__arrow {
    border: 2px solid #653b14 !important;
    border-radius: 50% !important;
    color: #653b14 !important;
    width: 45px !important;
    height: 45px !important;
  }

  .c-paging__arrow img {
    width: 24%;
    margin: auto;
  }
}

/*-------------
btn
--------------*/
.c-btn-next a {
  border: 3px solid #0c62b9;
  font-size: 18px;
  border-radius: 10px;
  height: 46px;
  line-height: 46px;
  width: 226px;
}

.c-btn-search, .c-btn-search2 {
  position: relative;
}

.c-btn-search a {
  background: -o-linear-gradient(#fd8c24, #fa6d02);
  background: -webkit-gradient(linear, left top, left bottom, from(#fd8c24), to(#fa6d02));
  background: linear-gradient(#fd8c24, #fa6d02);
  border: 3px solid #fd8c24;
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 1.2em !important;
  height: 45px;
  line-height: 45px;
  width: 495px;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  .c-btn-search a {
    background: #fa6d02;
    border-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-search a, .c-btn-next a {
    display: grid;
    text-align: center;
  }

  .c-btn-next a {
    width: 70%;
    margin: 30px auto;
  }

  .c-btn-search a {
    width: 90%;
    margin: 0 auto;
    padding: 11px 0px;
    height: auto;
    line-height: 1.4;
  }
}

.c-btn-search a:after {
  content: url("../../img/www/icon/btn_arrow.png");
  position: absolute;
  right: 160px;
}

@media screen and (min-width: 560px) {
  .c-btn-search a:after {
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-search a:after {
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .c-btn-search__span {
    width: 90%;
    margin: auto;
  }
}

.c-btn-search a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
  border: 3px solid #fda551;
  color: #fda551 !important;
  opacity: 1.0;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
}

.c-btn-search a:hover:after {
  content: url("../../img/www/icon/btn_arrow2.png");
  opacity: 1.0;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
}


/*-----------------------------------------------------------
追加Layoutレイヤー
------------------------------------------------------------*/
/*-------------
l-trim__img
--------------*/
.l-trim__oblong {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .l-trim__oblong {
    height: 142px !important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .l-trim__oblong {
    height: 95px !important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .l-trim__oblong {
    height: 83.5px !important;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
}


.l-trim__oblong-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-trim__oblong-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .l-trim__square, .l-trim__square2, .l-trim__square3 {
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }

  .l-trim__square, .l-trim__square2_tagList, .l-trim__square3 {
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }

  .l-trim__square {
    width: 75px;
    height: 75px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .l-trim__square2 {
    width: 90px;
    height: 90px;
  }

  .l-trim__square2_tagList {
    width: 90px;
    height: 90px;
    background-color: #eeeeee;
  }

  .l-trim__square3 {
    width: 85px;
    height: 85px;
  }

}

@media screen and (max-width: 768px) {
  .l-trim__square-img, .l-trim__square2-img, .l-trim__square3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .l-trim__square-img, .l-trim__square2_tagList-img, .l-trim__square3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}


/*-------------
l-container
--------------*/

.l-container {
  position: relative;
}

.l-container2 {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .l-container2 {
    width: 900px;
  }
}

@media screen and (max-width: 960px) {
  .l-container2 {
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .l-container {
    position: static;
    padding: 0;
  }

  .l-container2 {
    width: 100%;
  }
}

/*-------------
l-group
--------------*/

.l-group {
  width: auto;
  text-align: center;
}

.l-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}

.l-group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
}

/*-------------
l-row
--------------*/
.l-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 15px 22px 0;
  width: calc(33.3333333% - 20px);
  /*height: 272px;*/
  min-width: 250px;
}

.l-row-h {
  /*height: 222px;*/
}

.l-row-h2 {
  height: auto;
  position:relative;
}

.l-row:nth-child(3n) {
  margin-right: 0;
}

.l-row{

}
@media screen and (max-width: 1201px) and (min-width: 769px) {
  .l-row:nth-child(3n) {
    margin-right: 15px;
  }
  .l-row:nth-child(2n) {
    margin-right: 0;
  }
  .l-row-h {
    height: initial;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .l-row {
    width: calc(50% - 10px / 2);
    height: 280px;
    margin: 0 10px 22px 0;
    min-width: initial;
  }
}

@media (orientation: portrait) and (max-width: 768px) {
  .l-row {
    width: calc(50% - 10px / 2);
    /*height: 220px;*/
    margin: 0 10px 22px 0;
    min-width: initial;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .l-row-h {
    width: calc(50% - 10px / 2);
    height: 250px;
    margin: 0 10px 22px 0;
  }
  .l-row-h2 {
    width: calc(50% - 10px / 2);
    height: auto;
    margin: 0 10px 22px 0;
  }
}

@media (orientation: portrait) and (max-width: 768px) {
  .l-row-h {
    width: calc(50% - 10px / 2);
    /*height: 190px;*/
    margin: 0 10px 22px 0;
  }
  .l-row-h2 {
    width: calc(50% - 10px / 2);
    height: auto;
    margin: 0 10px 22px 0;
  }
}


@media screen and (max-width: 768px) {
  .l-row:nth-child(2n) {
    margin-right: 0;
  }

  .l-row:nth-child(3n) {
    margin-right: 10px;
  }

  .l-row:nth-child(6) {
    margin-right: 0;
  }
}

.l-row2 {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-row3 {
  height: 100px;
  border-bottom: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
  .l-row3 {
    border-bottom: 1px dashed #adadad;
  }
}

.l-row3 a, .l-row5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-row3 a {
  height: 90px;
}

@media screen and (max-width: 768px) {
  .l-row3 a {
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-row3:last-child, .l-row4:last-child {
  border-bottom: none;
}

.l-row4 {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #adadad;
}

@media screen and (max-width: 768px) {
  .l-row4 {
    padding: 0 7px;
  }
}


.l-row5 {
  padding: 14px 0;
}


@media screen and (max-width: 768px) {
  .l-row5 {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-row__reverse a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .l-row__reverse a .c-sidebar__img {
    margin-right: 8px;
  }
}

/*-------------
l-modal
--------------*/
.l-modal__wrap {
  margin-left: 768px;
}

.l-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-modal__back {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.l-modal__content {
  position: relative;
}

.l-modal__close {
  width: 0;
  height: 0;
}

.l-modal__close:after {
  content: "×";
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  background-color: #b0b4b7;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -20%;
  right: 6.5%;
}


/*-------------
l-flex
--------------*/
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex__sp {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-flex__sp {
    display: flex;
    justify-content: space-between;
  }
}

/*-----------------------------------------------------------
追加Componentレイヤー
------------------------------------------------------------*/
/*-------------
c-side
--------------*/

.c-sideleft2 {
  width: 780px;
}

.c-sidebar2 {
  width: 350px;
}

@media screen and (max-width: 1200px) {
  .c-sideleft2 {
    width: 600px;
    padding: 0 10px;
  }

  .c-sidebar2 {
    width: 250px;
  }
}

@media screen and (max-width: 960px) {
  .c-sideleft2 {
    width: 550px;
    padding: 0 10px;
  }

  .c-sidebar2 {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .c-sideleft2 {
    width: 100%;
    padding: 0;
  }

  .c-sidebar {
    height: 100% !important;
  }
}

/*-------------
c-breadcrumb
--------------*/
@media screen and (min-width: 769px) {
  .c-breadcrumb2 {
    height: 38px;
    padding: 0;
  }

  .c-breadcrumb2__bottom {
    border-bottom: #e0e0e0 1px solid;
  }

  .c-breadcrumb2 ul li:after {
    color: #929292;
  }

  .c-breadcrumb2 ul li a {
    line-height: 38px;
    color: #929292;
    font-size: 14px;
  }

  .c-breadcrumb2 ul li:last-child a {
    color: #666666;
    font-weight: bold;
  }
}


/*-----------------------------------------------------------
新規Componentレイヤー
------------------------------------------------------------*/
/*-------------
c-advertisement
--------------*/
.c-advertisement {
  margin-top: 22px;
}

.c-advertisement3 {
  text-align: center;
  height: 188px;
  margin-bottom: 27px;
}

.c-advertisement3 img {
  width: 82%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-advertisement3 img {
    width: 220px;
    height: 185px;
  }
}

@media screen and (max-width: 768px) {
  .c-advertisement {
    text-align: center;
    margin: 0;
    background-color: #eeeeee;
  }

  .c-advertisement img {
    height: 100%;
    width: auto;
    margin: auto;
  }

  .c-advertisement3 {
    height: auto;
  }


}


/*-------------
c-social
--------------*/
.c-social2 {
  text-align: right;
}

.c-social2 a {
  margin-left: 6px;
}

.c-social2 a img {
  width: 40px;
}

.c-social3 {
  width: 90% !important;
  margin: 0 auto 50px;
}

.c-social3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.c-social3 ul li {
  margin-right: 14px;
}

.c-social3 ul li:first-child {
  margin-left: 14px;
}

.c-social3__p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.c-social3__imgbox {
  text-align: center;
}

.c-social3__img {
  width: 100%;
}

.c-social3__img2 {
  width: 85%;
}

.c-social3__img2 {
  margin: 0 auto;
}

.c-social__btn img {
  width: 100%;
}


/*-------------
section-three
--------------*/
.section-three p, .section-three a p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .section-three p, .section-three a p {
    font-size: 18px;
  }
}

/*-------------
c-article
--------------*/
.c-article__content {
  border-top: 1px dashed #929292;
}

.c-article__content ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #929292;
  padding: 8px 0;
}

.c-article__content_tagList-ul-li {
  padding-bottom: 0px!important;
}

@media screen and (max-width: 768px) {
  .c-article__content ul li {
    height: auto;
    padding: 0;
  }
}

.c-article__text {
  height: auto;
  margin-left: 16px;
  width: 68%;
}

@media screen and (max-width: 768px) {
  .c-article__text {
    height: auto;
    margin-left: 16px;
  }
}

.c-article__text_tagList {
  height: auto;
  margin-left: 16px;
  width: 68%;
}

@media screen and (max-width: 768px) {
  .c-article__text_tagList {
    height: auto;
    margin-left: 16px;
    width: 100%;
  }
}

.c-article__subtitle {
  font-size: 20px !important;
  color: #0c62b9 !important;
  line-height: 1.45 !important;
}

@media screen and (max-width: 768px) {
  .c-article__subtitle {
    font-size: 18px !important;
    color: #653b14 !important;
    letter-spacing: -0.05em;
  }
}

.c-article__subtitle_tagList {
  font-size: 20px !important;
  color: #0c62b9 !important;
  line-height: 1.45 !important;
}

@media screen and (max-width: 768px) {
  .c-article__subtitle_tagList {
    font-size: 16px !important;
    line-height:1.6 !important;
  }
}

.c-article__imgbox {
  width: 230px;
  height: 135px;
  overflow: hidden;
  background-color: #eeeeee;
  text-align: center;
}

.c-article__imgbox_tagList {
  width: 180px;
  height: 180px;
  overflow: hidden;
  background-color: #eeeeee;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-article__imgbox {
    width: 98px;
    height: 98px;
  }

  .c-article__imgbox_tagList {
    width: 98px;
    height: 98px;
  }
}

.c-article__img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  .c-article__img {
    height: 100%;
    transform: none;
    vertical-align: text-top;
  }
}

.l-row5_tagList {
  padding: 12px 0 0 0!important;
}
@media screen and (max-width: 768px) {
  .l-row5_tagList {
    padding: 20px 10px 0px 10px!important;
  }
}

.tagList_pd_t20 {
  padding-top: 20px;
}

.tagList_pd_b20 {
  padding-bottom: 20px;
}

.tagList_pd_b10 {
  padding-bottom: 10px;
}

.tagList_mg_t06 {
  margin-top: 6px;
}

.c-article__date {
  color: #929292 !important;
  font-size: 14px !important;
}

.c-article__date_tagList {
  color: #929292 !important;
  font-size: 14px !important;
}

.c-article__description, .c-article__link {
  font-size: 16px !important;
}

.c-article__description_tagList {
  padding-bottom: 20px;
}

.article__description_tagList, .c-article__link {
  font-size: 16px !important;
}

.c-article__link {
  cursor: pointer;
  color: #0c62b9 !important;
  text-align: right;
  margin: 20px 0 0;
}

/*-------------
c-feature
--------------*/

.c-feature2 {
  margin-bottom: 46px;
}

.c-feature3 {
  margin-bottom: 50px;
}

.c-feature4 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-feature3 {
    margin-bottom: 40px;
  }

  .c-feature4 {
    margin-bottom: 30px;
  }
}

.c-feature__title, .c-feature2__title, .c-feature3__title {
  background-color: #eeeeee;
  padding: 5px 14px;
  font-weight: bold;
  font-size: 18px !important;
}

.c-feature__title {
  margin-bottom: 18px;
}

.c-feature4__title {
  font-size: 24px !important;
  font-weight: bold;
  color: #666666 !important;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-feature4__title {
    font-size: 18px !important;
    margin: 0 10px 5px;
  }
}

.c-feature__num {
  background-color: #eeeeee;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px !important;
}

@media all and (-ms-high-contrast: none) {
  .c-feature__num {
    width: 48px;
  }
}

.c-feature__img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.c-feature2__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 165px;
  height: 96px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-feature2__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 98px;
    height: 98px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-feature__subtitle, .c-feature2__subtitle {
    font-weight: bold;
    margin-top: 5px;
  }
}


.c-feature2__subtitle {
  margin: auto 0;
}

@media all and (-ms-high-contrast: none) {
  .c-feature2__subtitle {
    margin: 10px 0;
  }
}


@media screen and (max-width: 768px) {
  .c-feature2__subtitle {
    line-height: 1.6 !important;
    margin: auto 0;
  }
}

.c-feature3__content ul li {
  width: 100%;
  border-bottom: 2px solid #eeeeee;
}

.c-feature3__a {
  padding: 10px 0;
}

.c-feature3__p {
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .c-feature3__content ul li {
    height: auto;
  }

  .c-feature3__p {
    line-height: 1.6 !important;
    color: #666666 !important;
  }
}

.c-feature4__content {
  border-top: 2px solid #adadad;
  border-bottom: 2px solid #adadad;
}

.c-feature4__content ul li:first-child {
  width: 100%;
  height: auto;
  border-top: none;
  position: relative;
}

.c-feature4__content ul li {
  width: 100%;
  height: auto;
  border-top: 1px dashed #1a1a1a;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-feature4__content ul li {
    height: auto;
  }
}


.c-feature4__imgbox {
  overflow: hidden;
  width: 140px;
  height: 80px;
  background-color: #eeeeee;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-feature4__imgbox {
    overflow: hidden;
    width: 95px;
    height: 95px;
  }
}


.c-feature4__img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-feature4__img {
    height: 100%;
    transform: none;
    vertical-align: text-top;
  }
}

.c-feature4__text {
  width: 80%;
  margin-left: 16px;
}

.c-feature4__adtext {
  width: 80%;
  height: fit-content;
  margin: auto 0 auto 16px;
}

@media screen and (max-width: 768px) {
  .c-feature4__text {
    width: 70%;
    margin-left: 16px;
  }
}

/* .c-feature4__subtitle {
    font-weight: bold;
} */

@media screen and (max-width: 768px) {
  .c-feature4__subtitle {
    line-height: 1.35 !important;
    font-weight:bold;
  }
}

.c-feature4__adtitle {
  font-weight: bold;
}

.c-feature4__adtag {
  width: 50px;
  height: auto;
}

.c-feature4__date-top {
  color: #929292 !important;
  font-size: 14px !important;
}

.c-feature4__date {
  color: #929292 !important;
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  .c-feature4__date-top {
    display: none;
  }
}

.c-feature4__link {
  cursor: pointer;
  color: #929292 !important;
  font-size: 14px !important;
  text-align: right;
  margin: 10px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-feature__subtitle:hover, .c-feature2__subtitle:hover, .c-feature4__subtitle:hover{
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .c-feature__subtitle, .c-feature2__subtitle, .c-feature4__subtitle{
    font-size: 18px;
    color: #1A1A1A  !important;
  }
}

/*-------------
c-sidebar
--------------*/
@media screen and (max-width: 768px) {
  .c-sidebar {
    width: 100%;
  }

  .c-sidebar_tagList {
    margin-top: 30px;
  }
}

.c-sidebar__section {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-sidebar__section {
    margin-bottom: 30px;
  }
}

.c-sidebar__content {
  border-top: 2px solid #adadad;
  border-bottom: 2px solid #adadad;
}

.c-sidebar__section h2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 8px;
}

.c-sidebar__text, .c-sidebar__text2,
.c-sidebar__subtitle {
  color: #666666;
  font-size: 16px;
}

.c-sidebar__text {
  margin: auto 0;
  height: 72px;
}


.c-sidebar__text2 {
  height: 70px;
}

@media screen and (min-width: 1200px) {
  .c-sidebar__text2 {
    width: 236px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px){
  .c-sidebar__text2 {
    width: 136px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px){
  .c-sidebar__text2 {
    width: 86px;
  }
}

.c-sidebar__a {
  display: block;
}

.c-sidebar__img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-left: 8px;
}

.c-sidebar__banner p {
  font-size: 18px;
  padding: 5px 0;
  width: 100%;
  color: #ffffff;
  background-color: #653b14;
  margin-bottom: 25px;
}

.c-sidebar__banner img {
  width: 100%;
  margin-bottom: 25px;
}

.c-sidebar__num {
  font-size: 16px;
  background-color: #eeeeee;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  flex-shrink: 0
}

.c-sidebar__subtitle {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .c-sidebar__section h2 {
    padding: 5px;
    font-size: 20px;
  }

  .c-sidebar__text2 {
    margin-right: 10px;
    width: 100%;
  }

  .c-sidebar__subtitle {
    width: 90%;
  }
}

.c-sidebar__banner, .c-twitter__link {
  text-align: center;
}

.c-twitter__link {
  margin-top: 25px;
}

.c-twitter__link img {
  width: 100%;
}

.c-twitter__header {
  margin-bottom: 6px;
  padding: 5px 0;
  border-bottom: 2px solid #adadad;
}

.c-twitter__p {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

/*-------------
c-share
--------------*/
@media (orientation: portrait) and (max-width: 768px) {
  .c-share {
    background: #fff;
    padding: 40px 0 21px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1000;
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .c-share {
    background: #fff;
    padding: 40px 0;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100px;
    z-index: 1000;
  }
}

.c-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-share ul li {
  margin-right: 14px;
}

@media (orientation: landscape) and (max-width: 768px) {
  .c-share ul li {
    margin-right: 14px;
    width: 60px;
    height: 60px;
  }
}

.c-share ul li:first-child {
  margin-left: 21px;
}

.c-share ul li:last-child {
  margin-right: 21px;
}

.c-share__p {
  color: #666666;
  font-size: 18px;
  margin-bottom: 15px;
}

.c-share__img {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------
新規Utilityレイヤー
------------------------------------------------------------*/
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-ml2h {
  margin-left: 2.5px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-mr20 {
  margin-right: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-pt15 {
  padding-top: 10px;
}


.u-display__block {
  display: inline-block;
}

.u-border {
  border-bottom: 2px solid #333333;
  width: 60%;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .u-margin__auto {
    margin: auto;
  }

  .u-padding__side10 {
    padding: 0 10px;
    width: auto;
  }
}

/*-------------
new
--------------*/
.u-icon__new, .u-icon__new2 {
  color: #ffffff;
  background-color: #ff1111;
  font-size: 12px;
  padding: 1px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin-left: 10px;
}

.u-icon__new2 {
  height: 15px;
  width: 28px !important;
  font-weight: bold;
}

.u-icon__new_tagList {
  display: block;
  color: #ffffff;
  background-color: #ff1111;
  font-size: 11px;
  padding: 3px 8px 0px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 17px;
  border-radius: 5px;
  margin-left: 0px;
}

/*-------------
u-back_arrow
--------------*/
@media screen and (max-width: 768px) {
  .u-back_arrow {
    height: auto;
    background: url("../../img/www/icon/ic_right_sp2.png") no-repeat center right 18px;
    background-size: 6px;
  }
}

/*-------------
u-ic_mail
--------------*/
.u-ic_mail {
  height: 20px;
}

/*-------------
btn-share
--------------*/
.c-footer .btn-share {
  margin: 0 auto;
  position: fixed;
  bottom: 6%;
  right: 2%;
  z-index: 10;
}

.c-footer .btn-share.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-footer .btn-share {
    right: 10px;
  }
}

body.scroll_off_2 {
  overflow: hidden;
}

.text-re {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-re2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-re3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .text-re3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.text-re4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-re5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .text-re5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.text-re6 {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .text-re6 {
    max-width: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: inherit;
  }
}

/*-----------------------------------------------------------
サイドバーの固定
------------------------------------------------------------*/
.sb__fixed {
  position: fixed;
  width: 350px;
  bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .sb__fixed {
    width: 250px;
  }
}

@media screen and (max-width: 960px) {
  .sb__fixed {
    width: 200px;
  }
}

.change__position {
  position: absolute;
}


@media screen and (max-width: 768px) {
  .sb__fixed {
    position: static;
    width: 100%;
  }

  .change__position {
    position: static;
  }

  .f_container {
    margin: 0
  }

  .c-sidebar {
    height: 100% !important;
  }
}


.p-news .section-two .btn-search {
  float: left;
  width: 560px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  background: #fd8c23;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 20px 0px 20px 6px ;
  text-align: center;
  background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
}

.p-news .section-two .btn-search span {
  padding-left: 5px;
}

.p-news .section-two .btn-search img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-news .section-two .btn-search {
    width: 90%;
    margin: 20px 0px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #fd8c23;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    /* position: relative; */
    background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
    background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  }
}

.p-news .section-two h2  a{
  color: #333333 !important;
}
.featured_article_link{
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .featured_article_link{
    justify-content: flex-end;
  }

 }

.new_article_img{
  height: 138px;
}
.pc_article_side_rec1_area{
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-sidebar_area{
  margin-top: 25px;
}
.article_text_ad{
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px){
  .article_text_ad{
    justify-content: center;
  }
}
.enhanced_btn {
  width: 560px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  background: #fd8c23;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
  background-image: -webkit-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  background-image: -ms-linear-gradient(-90deg, #fd8f27 0%, #fa6b00 100%);
  cursor: pointer;
}
.enhanced_btn > a {
  color: #fff !important;
}

.pc_article_new_infeed1{
  width:initial;
}

.sp_article_new_infeed1{
  margin-bottom: 30px;
}

.sp_article_bottom_rec1{
  margin: 0 10px 30px;
}


.c-twitter__script{
  width:350px;
}

@media screen and (max-width: 1200px){
  .c-twitter__script{
    width:250px;
  }
}

@media screen and (max-width: 960px){
  .c-twitter__script{
    width:200px;
  }
}
.pv_rank{
  color: #000000;
}

.c-operation_information {
  background: #eeeeee;
  color: #666666;
  font-size: 16px;
  padding: 5px 14px;
  margin-bottom: 50px
}
@media screen and (max-width: 768px) {
  .c-operation_information {
    font-size: 14px;
    padding: 10px 10px;
    margin: 50px 10px;
  }
}

@media screen and (min-width:769px) and (max-width:1200px) {
  .postimgtext{
    max-width: 300px;
  }
  .magazine_tag_list {
    max-width: 410px;
  }
}
@media screen and (min-width: 1201px) {
  .postimgtext{
    max-width: 500px;
  }
  .magazine_tag_list {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .postimgtext{
    margin: 0 10px;
  }
  .magazine_tag_list {
    max-width: 410px;
    margin-left: 10px;
  }
}

.magazine_tag_list a {
  display: inline-block;
  height: 28px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.magazine_tag {
  color: #80b419;
  font-size: 12px;
  border: 1px solid #80b419;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
}
.magazine_tag:hover {
  background: #80b419;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .magazine_tag_tagList {
    font-size: 14px;
  }
}

.u-flex__start {
  align-items:flex-start;
}

.u-flex__end {
  align-items:flex-end;
}

.tag_list_mg_tagList {
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 216px;
}
@media screen and (max-width: 768px) {
  .tag_list_mg_tagList {
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 10px;
  }
}
.icon_x {
  margin-top: 4px;
}

.premium_tag {
  color: #0000FF;
  font-size: 12px;
  border: 1px solid #0000FF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px 10px;
}
.premium_tag:hover {
  background: #0000FF;
  color: #fff;
}

.premium_corp{
  margin-top:-10px;
  margin-bottom:20px;
  font-size:18px;
  font-weight:bold;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .premium_corp{
    margin-top:10px;
    margin-bottom:10px;
    margin-right:5px;
  }
}

.premium_area_logo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  background-color: #630;
  margin: 0;
  padding: 7px 12px;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1 !important;
  color: #fff !important;
  z-index: 2;
}
.premium_pr_logo {
  float: right;
  border-radius: 4px;
  background-color: #fa3;
  padding: 4px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  margin-top: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .premium_pr_logo {
      margin-top: 0;
  }
}


.c-feature__subtitle-pc {
  font-size: 18px;
  color: #1A1A1A  !important;
  display: block !important;
}
.c-feature__subtitle-pc:hover {
  text-decoration: underline;
}
.c-feature__subtitle-pc:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 21px;
  vertical-align: text-top;
  margin-left: 5px;
  background: url(../../img/www/icon/pr_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-feature__subtitle-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .c-feature__subtitle-pc {
    display: none !important;
  }
  .c-feature__subtitle-sp {
    display: block !important;
    font-weight: bold;
    margin-top: 5px;
  }
  .c-feature__subtitle-sp:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 21px;
    vertical-align: text-top;
    margin-left: 5px;
    background: url(../../img/www/icon/pr_icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
  }
}
