article header h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}

article section h3 {
  width: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}

article section p {
  width: auto;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
}

article section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #745454;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

article section div.btn_wrap a.btn:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -40px;
  top: calc(50% - 1px);
  background: #D8C6B5;
}

/*============================
#search
============================*/
article#search section {
  padding: 80px 40px 70px;
}

@media screen and (max-width: 768px) {
  article#search section {
    padding: 40px 20px 30px;
  }
}

article#search section div.wrap {
  max-width: 600px;
  margin: auto;
}

article#search section div.wrap div.search {
  padding-bottom: 20px;
}

article#search section div.wrap div.search form#form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article#search section div.wrap div.search form#form input {
  border: solid 1px;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  letter-spacing: 2px;
}

article#search section div.wrap div.search form#form button#s-btn-area {
  font-size: 1.5rem;
  letter-spacing: 2px;
  background: #D8C6B5;
  color: #fff;
  margin-left: 10px;
  width: 120px;
  font-weight: bold;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article#search section div.wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article#search section div.wrap .list a.cat {
  color: #745454;
  border: solid 1px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  article#search section div.wrap .list a.cat {
    font-size: 1.4rem;
  }
}

article#search section div.wrap .list a.cat.active {
  background: #D8C6B5;
  color: #fff;
  border-color: #745454;
}

/*============================
#favorite
============================*/
article#favorite {
  background-color: #EDEDED;
}

article#favorite header h2 {
  padding-bottom: 40px;
  font-family: 'Lexend Deca', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #745454;
}

@media screen and (max-width: 768px) {
  article#favorite header h2 {
    padding-bottom: 0;
  }
}

article#favorite section {
  padding: 0 40px 40px;
}

@media screen and (max-width: 768px) {
  article#favorite section {
    padding: 0 20px 60px;
  }
}

article#favorite section ul#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article#favorite section ul#content li.news__content.featureImg {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px;
  }
}

article#favorite section ul#content li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

article#favorite section ul#content li.news__content.featureImg a.link div.img {
  position: relative;
  padding-top: 60%;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.img {
    width: 80px;
    min-width: 80px;
    padding: 0;
  }
}

article#favorite section ul#content li.news__content.featureImg a.link div.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.img img {
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.text__content {
    padding: 10px;
    width: calc(100% - 80px);
  }
}

article#favorite section ul#content li.news__content.featureImg a.link div.text__content div.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.text__content div.meta {
    padding: 0 0 10px;
  }
}

article#favorite section ul#content li.news__content.featureImg a.link div.text__content div.meta div.cat {
  color: #745454;
  background: #fff;
  border: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.text__content div.meta div.cat {
    padding: 2px 4px;
  }
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.text__content div.meta p {
    font-size: 1.2rem;
    padding-left: 10px;
  }
}

article#favorite section ul#content li.news__content.featureImg a.link div.text__content h3 {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#favorite section ul#content li.news__content.featureImg a.link div.text__content h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 39px;
    font-size: 1.4rem;
  }
}

/*============================
#media
============================*/
article#media section {
  padding: 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  article#media section {
    padding: 80px 20px 40px;
  }
}

article#media section div.wrap ul#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article#media section div.wrap ul#content li.news__content.featureImg {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#media section div.wrap ul#content li.news__content.featureImg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

article#media section div.wrap ul#content li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}

article#media section div.wrap ul#content li.news__content.featureImg a.link div.img {
  position: relative;
  padding-top: 60%;
}

article#media section div.wrap ul#content li.news__content.featureImg a.link div.img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
  border-radius: 4px;
}

article#media section div.wrap ul#content li.news__content.featureImg a.link div.text__content div.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#media section div.wrap ul#content li.news__content.featureImg a.link div.text__content div.meta {
    padding: 10px 0;
  }
}

article#media section div.wrap ul#content li.news__content.featureImg a.link div.text__content div.meta div.cat {
  color: #745454;
  border: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article#media section div.wrap ul#content li.news__content.featureImg a.link div.text__content h3 {
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  article#media section div.wrap ul#content li.news__content.featureImg a.link div.text__content h3 {
    font-size: 1.5rem;
  }
}

/*============================
#single
============================*/
article#single {
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  article#single {
    margin-top: 72px;
  }
}

article#single header {
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  article#single header {
    padding: 80px 20px 40px;
  }
}

article#single header h2 {
  text-align: left;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  article#single header h2 {
    font-size: 2.2rem;
  }
}

article#single section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  article#single section {
    display: block;
  }
}

article#single section div.body {
  max-width: 100%;
  width: 100%;
}

article#single section div.body div.information {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.information {
    display: block;
  }
}

article#single section div.body div.information div.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.information div.profile {
    padding-bottom: 40px;
  }
}

article#single section div.body div.information div.profile div.img {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.information div.profile div.img {
    width: 100px;
  }
}

article#single section div.body div.information div.profile div.meta {
  padding-left: 20px;
}

article#single section div.body div.information div.profile div.meta p.company {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.information div.profile div.meta p.company {
    font-size: 1.2rem;
  }
}

article#single section div.body div.information div.profile div.meta p.name {
  font-size: 2.6rem;
  font-weight: bold;
}

article#single section div.body div.information div.profile div.meta p.en_name {
  line-height: 1;
  font-size: 12px;
}

article#single section div.body div.information div.share-content a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.information div.share-content a {
    margin-left: 0px;
    margin-right: 10px;
  }
}

article#single section div.body div.information div.share-content a img {
  width: 36px;
}

article#single section div.body div.wrap pre {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
}

article#single section div.body div.wrap p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#single section div.body div.wrap ul {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
}

article#single section div.body div.wrap ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
}

article#single section div.body div.wrap h1 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1.4;
  background: #D8C6B5;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h1 {
    font-size: 2.8rem;
  }
}

article#single section div.body div.wrap h2 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #745454;
  border-bottom: solid 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h2 {
    font-size: 2.4rem;
  }
}

article#single section div.body div.wrap h3 {
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 2rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

article#single section div.body div.wrap h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #D8C6B5;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h3 {
    font-size: 2rem;
  }
}

article#single section div.body div.wrap h4 {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h4 {
    font-size: 1.8rem;
  }
}

article#single section div.body div.wrap h5 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h5 {
    font-size: 1.7rem;
  }
}

article#single section div.body div.wrap h6 {
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  article#single section div.body div.wrap h6 {
    font-size: 1.4rem;
  }
}

article#single section div.body div.wrap blockquote {
  padding-left: 20px;
  position: relative;
  margin: 20px 0;
}

article#single section div.body div.wrap blockquote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #eee;
  left: 0;
  top: 0;
}

article#single section div.body div.wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}

article#single section div.body div.wrap table tr th {
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 2px;
  border: solid #151515 1px;
  font-weight: normal;
}

article#single section div.body div.wrap table tr th a {
  color: #151515;
}

article#single section div.body div.wrap table tr td {
  padding: 10px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2;
  border: solid #151515 1px;
}

article#single section div.body div.wrap code {
  display: block;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
  margin: 10px 0;
  font-size: 1.5rem;
}

article#single section div.body div.wrap dt {
  font-weight: bold;
  line-height: 2;
}

article#single section div.body div.wrap dl {
  margin: 20px 0;
}

article#single section div.body div.wrap dl,
article#single section div.body div.wrap dd {
  font-size: 1.5rem;
}

article#single section div.body div.wrap dd {
  margin-bottom: 10px;
  line-height: 2;
  padding-left: 20px;
}

article#single section aside {
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#single section aside {
    max-width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}

article#single section aside .content {
  margin-bottom: 40px;
}

article#single section aside .content h3 {
  background-color: #745454;
  border-radius: 8px;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 2px;
  padding: 10px 0;
  font-weight: 300;
  margin-bottom: 20px;
}

article#single section aside .content ul li.news__content.featureImg {
  margin-bottom: 20px;
}

article#single section aside .content ul li.news__content.featureImg a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

article#single section aside .content ul li.news__content.featureImg a.link div.img {
  width: 80px;
}

article#single section aside .content ul li.news__content.featureImg a.link div.img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 80px;
  border: solid 1px #d49495;
}

article#single section aside .content ul li.news__content.featureImg a.link div.info {
  padding-left: 10px;
  width: calc(100% - 80px);
}

article#single section aside .content ul li.news__content.featureImg a.link div.info div {
  color: #745454;
  border: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article#single section aside .content ul li.news__content.featureImg a.link div.info h3 {
  font-weight: bold;
  background: transparent;
  color: #151515;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 39px;
  padding: 0;
  margin: 10px 0;
}

article#single section aside .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

article#single section aside .content .list a.cat {
  color: #745454;
  border: solid 1px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 60px;
  text-align: center;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 0 10px 10px 0;
}
/*# sourceMappingURL=media.css.map */