@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/notosansjp/notosansjp-bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/notosansjp/notosansjp-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/notosansjp/notosansjp-medium.woff) format("woff");
  font-display: swap;
}
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media (min-width: 1024px) {
  .h-sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .h-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fade-in {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

.container {
  margin-top: 84px;
}
@media (max-width: 767px) {
  .container {
    margin-top: 60px;
  }
}

section .contents {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 72px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 24px;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

.category-sec {
  padding: 72px 0 56px;
  border-top: 1px solid #989898;
}
@media (max-width: 767px) {
  .category-sec {
    padding: 48px 0;
  }
}
.category-sec.last-category {
  border-bottom: 1px solid #989898;
}

/* フォーム
-----------------------------------*/
input[type=text],
input[type=email],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  padding: 8px 16px;
  font-size: 16px;
}

/* タイトル
-----------------------------------*/
.heding-tx-title {
  padding: 48px 0 64px;
  border-bottom: 1px solid #989898;
}
@media (max-width: 767px) {
  .heding-tx-title {
    padding: 32px 0;
  }
}
.heding-tx-title .heading-title {
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 36px;
  color: #1A1A1A;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 767px) {
  .heding-tx-title .heading-title {
    font-size: 28px;
  }
}

.heading-main {
  position: relative;
}
.heading-main .heading-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
.heading-main .heading-img img {
  width: 100%;
}

.heading01 {
  position: relative;
  margin: 40px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCC;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 30px;
  color: #1A1A1A;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 32px 0 16px;
    padding-bottom: 8px;
    font-size: 22px;
  }
}
.heading01::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: -0.5px;
  background-color: #FFEF00;
}
@media (max-width: 767px) {
  .heading01::after {
    width: 40px;
  }
}

.heading02 {
  margin: 32px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 22px;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

.heading03 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 16px;
  }
}

.heading04 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading04 {
    font-size: 14px;
  }
}

.category-title {
  margin-bottom: 48px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 30px;
  color: #1A1A1A;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 767px) {
  .category-title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-arrow {
  position: relative;
  padding-left: 24px;
  text-decoration: none;
}
.link-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  background: url(../images/common/link_ic01.svg) no-repeat;
}
@media (max-width: 767px) {
  .link-arrow::before {
    top: 3px;
  }
}

.link-other {
  position: relative;
  padding-right: 24px;
  /*text-decoration: none;*/
}
.link-other::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 0;
  background: url(../images/common/link_ic02.svg) no-repeat;
}
@media (max-width: 767px) {
  .link-other::before {
    top: 3px;
  }
}

.link-pdf {
  position: relative;
  padding-right: 24px;
  text-decoration: none;
}
.link-pdf::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 0;
  background: url(../images/common/link_ic03.svg) no-repeat;
}
@media (max-width: 767px) {
  .link-pdf::before {
    top: 3px;
  }
}

.link-map {
  position: relative;
  padding-right: 24px;
}
.link-map::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 0;
  background: url(../images/common/link_ic04.svg) no-repeat;
}
@media (max-width: 767px) {
  .link-map::before {
    top: 3px;
  }
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  display: inline-block;
  width: 400px;
  border: 1px solid #989898;
  box-shadow: 2px 2px 0 0 #D9D9D9;
  border-radius: 4px;
  padding: 16px;
  background-color: #FFF;
  font-family: "NotoSansJP-Regular", sans-serif;
  color: #000;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.com-bt:hover {
  opacity: 1;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.com-bt.next {
  position: relative;
}
.com-bt.next::after {
  content: ">";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -6px;
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev::before {
  content: "<";
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -6px;
}

input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
  border: 1px solid #989898;
  box-shadow: 2px 2px 0 0 #D9D9D9;
  border-radius: 4px;
  padding: 16px;
  background-color: #FFF;
  font-family: "NotoSansJP-Regular", sans-serif;
  color: #989898;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
input[type=submit].com-bt:hover,
input[type=button].com-bt:hover,
button.com-bt:hover {
  opacity: 1;
  background-color: #FAFAFA;
}

/*=============*/
/* サブメニュー */
/*=============*/
.menu-sec {
  margin-bottom: 4px;
  border-bottom: 1px solid #989898;
}
@media (max-width: 767px) {
  .menu-sec .contents {
    padding: 0 16px;
  }
}
.menu-sec .menu-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
}
.menu-sec .menu-nav li {
  position: relative;
  width: 104px;
  height: 73px;
  border: 1px solid transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-sec .menu-nav li {
    width: 56px;
    height: 64px;
    padding: 0 4px;
  }
}
.menu-sec .menu-nav li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 66px;
}
@media (max-width: 767px) {
  .menu-sec .menu-nav li a {
    height: 56px;
  }
}
.menu-sec .menu-nav li a img {
  vertical-align: bottom;
  opacity: 0.5;
}
.menu-sec .menu-nav li.current {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFF;
  border: 1px solid #989898;
  border-bottom: none;
}
.menu-sec .menu-nav li.current img {
  opacity: 1;
}
.menu-sec .menu-nav li.current::before {
  content: "";
  display: block;
  position: absolute;
  width: 112px;
  height: 7px;
  bottom: -1px;
  left: -5px;
  background: url(../images/common/nv_bg01.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .menu-sec .menu-nav li.current::before {
    width: 60px;
    heigth: 5px;
    left: -3px;
  }
}

/*=============*/
/* サイトマップ */
/*=============*/
.sitemap .bg01 {
  padding-top: 64px;
  background-color: #1A1A1A;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sitemap .bg01 {
    padding: 40px 0;
  }
}
.sitemap .sitemap-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
@media (max-width: 767px) {
  .sitemap .sitemap-wrap {
    display: block;
  }
}
.sitemap .sitemap-wrap a {
  color: #FFF;
  text-decoration: none;
}
.sitemap .sitemap-wrap .site-data {
  width: 22.5%; /*270/1200*/
  margin-right: 3.3333%;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .sitemap .sitemap-wrap .site-data {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border-top: 1px dotted #CBCBCB;
  }
  .sitemap .sitemap-wrap .site-data:last-child {
    border-bottom: 1px dotted #CBCBCB;
  }
}
.sitemap .sitemap-wrap .site-data:nth-of-type(4n) {
  margin-right: 0;
}
.sitemap .sitemap-wrap .site-data dt {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CBCBCB;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (max-width: 767px) {
  .sitemap .sitemap-wrap .site-data dt {
    position: relative;
    margin: 0;
    padding-right: 32px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 12px;
  }
  .sitemap .sitemap-wrap .site-data dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #FFF;
  }
  .sitemap .sitemap-wrap .site-data dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 24px;
    top: 0;
    right: 12px;
    background-color: #FFF;
    transition: 0.5s all;
  }
  .sitemap .sitemap-wrap .site-data dt.open::after {
    opacity: 0;
  }
  .sitemap .sitemap-wrap .site-data dt a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
  }
}
.sitemap .sitemap-wrap .site-data dt .en-txt {
  display: block;
  margin-top: 8px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  .sitemap .sitemap-wrap .site-data dt .en-txt {
    margin-right: 24px;
    margin-top: 0;
    font-size: 24px;
  }
}
.sitemap .sitemap-wrap .site-data dd {
  margin-top: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sitemap .sitemap-wrap .site-data dd {
    display: none;
    padding: 0 16px;
    margin-top: 24px;
  }
}
.sitemap .sitemap-wrap .site-data.nv-csc dt .en-txt {
  color: #FFF100;
}
.sitemap .sitemap-wrap .site-data.nv-tech dt .en-txt {
  color: #2970E2;
}
.sitemap .sitemap-wrap .site-data.nv-lsi dt .en-txt {
  color: #00C4C4;
}
.sitemap .sitemap-wrap .site-data.nv-dx dt .en-txt {
  color: #F469BF;
}
.sitemap .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .sitemap .list-link {
    margin: 16px 0;
  }
}
.sitemap .list-link li {
  margin-left: 16px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sitemap .list-link li {
    margin-left: 8px;
  }
}
.sitemap .list-link li + li::before {
  content: "/";
  margin-right: 16px;
}
@media (max-width: 767px) {
  .sitemap .list-link li + li::before {
    margin-right: 8px;
  }
}
.sitemap .list-link li a {
  text-decoration: none;
}

/*=============*/
/* お知らせ一覧 */
/*=============*/
.news-sec .list-news {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-sec .list-news {
    display: block;
  }
}
.news-sec .list-news li {
  width: 23.83%; /*286/1200*/
  margin-right: 1.56%;
  padding: 1px;
  border-radius: 4px;
  background-color: #D9D9D9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-sec .list-news li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.news-sec .list-news li:nth-child(4n) {
  margin-right: 0;
}
.news-sec .list-news li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #FFF;
  border-radius: 4px;
  border-bottom: 2px solid #000;
  text-decoration: none;
  word-break: break-all;
}
.news-sec .list-news li a.category-csc {
  border-color: #FFF100;
}
.news-sec .list-news li a.category-tech {
  border-color: #2970E2;
}
.news-sec .list-news li a.category-lsi {
  border-color: #00C4C4;
}
.news-sec .list-news li a.category-dx {
  border-color: #F469BF;
}
.news-sec .list-news li .date {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-sec .list-news li .date {
    margin-top: 0;
    font-size: 12px;
  }
}
.news-sec .list-news li .title {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .news-sec .list-news li .title {
    font-size: 14px;
  }
}

/*==========================*/
/* お問い合わせナビゲーション */
/*==========================*/
.contact-sec .note {
  margin: -24px 0 40px;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-sec .note {
    margin: -16px 0 24px;
    font-size: 14px;
  }
}
.contact-sec .list-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-sec .list-menu {
    justify-content: space-between;
  }
}
.contact-sec .list-menu li {
  width: 18.916%; /*227/1200*/
  margin-right: 1.355%;
}
@media (max-width: 767px) {
  .contact-sec .list-menu li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contact-sec .list-menu li:nth-child(1) {
    width: 100%;
    padding: 0 25%;
  }
}
.contact-sec .list-menu li:nth-child(5) {
  margin-right: 0;
}
.contact-sec .list-menu li a {
  display: block;
  padding: 32px 8px;
  background-color: #F2F2F2;
  text-decoration: none;
  text-align: center;
  border: 1px solid #989898;
  box-shadow: 0px 4px 13px -10px #989898;
}
.contact-sec .list-menu li .menu-txt dt {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1;
}
.contact-sec .list-menu li .menu-txt dd {
  line-height: 1.3;
}
.contact-sec .list-menu li .menu-txt .link {
  margin-top: 16px;
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-top: solid 1px #989898;
  border-bottom: solid 1px #989898;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th, .table td {
  padding: 16px;
  border-bottom: solid 1px #989898;
}
@media (max-width: 767px) {
  .table th, .table td {
    padding: 8px 4px;
  }
}
.table th {
  font-weight: bold;
  background-color: #FAFAFA;
}
.table thead th {
  text-align: center;
}

.table02 {
  width: 100%;
  margin-bottom: 1em;
  border-top: solid 1px #989898;
  border-bottom: solid 1px #989898;
  border-collapse: collapse;
  border-spacing: 0;
}
.table02 th, .table02 td {
  padding: 16px;
  border-right: 1px solid #989898;
  border-bottom: solid 1px #989898;
}
@media (max-width: 767px) {
  .table02 th, .table02 td {
    padding: 8px 4px;
  }
}
.table02 th:last-child, .table02 td:last-child {
  border-right: none;
}
.table02 th {
  font-weight: bold;
  background-color: #FAFAFA;
}
.table02 thead th {
  text-align: center;
}

/* ニュース一覧
-----------------------------------*/
/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 88px 0;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 40px 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 32px;
  margin: 0 2px;
  border-radius: 50%;
  color: #333;
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
  opacity: 1;
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header {
  margin: 64px 0 24px;
}
.entry-detail .entry-header .entry-meta {
  display: flex;
  justify-content: flex-end;
}
.entry-detail .entry-header .entry-meta .label {
  margin-left: 16px;
}
.entry-detail .entry-content {
  padding: 48px 0;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  overflow: hidden;
  word-break: break-all;
}
.entry-detail .btn-area {
  margin-top: 32px;
  text-align: center;
}
.entry-detail .contact-sec {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .entry-detail .contact-sec {
    margin-top: 40px;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content p {
  margin: 1em 0;
}

.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 28px;
  color: #1A1A1A;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content h3 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content h4 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content h5 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content h6 {
  margin: 24px 0 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #1A1A1A;
  letter-spacing: 0.07em;
}

.entry-detail .entry-content ul,
.entry-detail .entry-content ol {
  margin: 10px 0 15px 30px;
}

.entry-detail .entry-content ul li {
  list-style: disc;
}

.entry-detail .entry-content ul ul,
.entry-detail .entry-content ol ol,
.entry-detail .entry-content ul ol,
.entry-detail .entry-content ol ul {
  margin-bottom: 0;
}

.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 30px;
}

.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  /*max-width: 100%;
  height: auto;*/
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */