@charset "utf-8";

/***** reset *****/
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style-type: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
}

/***** common *****/
a:hover {
  opacity: .8;
}
.header,
.content,
.footer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 16px 0 8px;
}
.content {
  padding-top: 16px;
  padding-bottom: 40px;
  border-top: 3px solid #CE2323;
  border-bottom: 1px solid #444;
}
.footer {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-align: center;
}

/* hero */
.hero {
  background: url("https://idn.p-world.co.jp/img/articles_charity/bgHero-pc.png") no-repeat 50% 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  margin-bottom: 40px;
  padding-top: 148px;
  text-align: center;
}
.hero-title {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 390px;
  padding: 12px;
  background-color: rgba(255,255,255,.8);
  -webkit-box-shadow: 3px 7px 9px rgba(0,0,0,.2);
  -moz-box-shadow: 3px 7px 9px rgba(0,0,0,.2);
  box-shadow: 3px 7px 9px rgba(0,0,0,.2);
}
.hero-title > img {
  width: 310px;
}

/* search */
.search {
  margin-bottom: 32px;
  padding: 0 80px;
}
.search-wrapper {
  border: solid 2px #B70C1E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.search-header {
  padding: 4px 0;
  background-color: #B70C1E;
  color: #FFF;
  text-align: center;
}
.search-header > strong {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.search-header > strong:before,
.search-header > strong:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 18px;
  background-color: #FFF;
  content: "";
}
.search-header > strong:before {
  left: -1em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-header > strong:after {
  right: -1em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-body {
  padding: 16px 32px;
  background-color: #FFFAE5;
  text-align: center;
}
.search-body-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0 24px;
}
.search-body-icons-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.search-body-icons-item > i {
  display: inline-block;
  background: url("https://idn.p-world.co.jp/sp/images/iconDisasterPreparedness.svg") no-repeat;
}
.search-body-icons-item[data-category="c01"] > i {
  width: 43px;
  height: 48px;
  background-position: 0 0;
}
.search-body-icons-item[data-category="c02"] > i {
  width: 33px;
  height: 48px;
  background-position: -54px 0;
}
.search-body-icons-item[data-category="c03"] > i {
  width: 33px;
  height: 47px;
  background-position: -97px 0;
}
.search-body-icons-item[data-category="c04"] > i {
  width: 33px;
  height: 48px;
  background-position: -140px 0;
}
.search-body-icons-item[data-category="c05"] > i {
  width: 53px;
  height: 47px;
  background-position: -184px 0;
}
.search-body-icons-item[data-category="c06"] > i {
  width: 43px;
  height: 48px;
  background-position: -248px 0;
}
.search-body-icons-item[data-category="c07"] > i {
  width: 37px;
  height: 49px;
  background-position: -301px 0;
}
.search-body-icons-item[data-category="c08"] > i {
  width: 55px;
  height: 48px;
  background-position: -348px 0;
}
.search-body-count {
  margin-bottom: 8px;
}
.search-body-count > strong {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  color: #B70C1E;
  font-size: 28px;
  font-weight: bold;
}
.search-body-button > a {
  display: block;
  height: 56px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #B70C1E;
  color: #FFF;
  font-size: 18px;
  line-height: 56px;
  font-weight: bold;
  text-decoration: none;
}

/* read */
.read {
  padding: 0 80px;
  font-size: 14px;
  line-height: 24px;
}

/* article */
.articlesTitle {
  margin-bottom: 16px;
  text-align: center;
}
.articlesTitle > em {
  position: relative;
  color: #525252;
  font-size: 22px;
  font-style: normal;
}
.articlesTitle > em:before,
.articlesTitle > em:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 74px;
  height: 1px;
  margin: auto;
  background-color: #525252;
  content: ""
}
.articlesTitle > em:before {
  left: -80px;
}
.articlesTitle > em:after {
  right: -80px;
}
.articleBox-header {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
}
.articleBox {
  margin-top: 24px;
}
.articleBox-header-icon {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 8px;
  background-image: url("https://idn.p-world.co.jp/img/articles_charity/icons.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.articleBox-body {
  padding: 16px 8px;
}
.articleBox-item {
  margin-bottom: 8px;
}
.articleBox-grid {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px 8px 8px;
  border: solid 1px #B1B1B1;
  background-color: #FFF;
  text-decoration: none;
}
.articleBox-grid:after {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 8px;
  height: 16px;
  margin: auto;
  background: url("https://idn.p-world.co.jp/img/articles_charity/icons.svg") no-repeat -137px -2px;
  content: "";
}
.articleBox-thumb {
  position: relative;
  width: 74px;
  height: 75px;
  margin-right: 8px;
  overflow: hidden;
}
.articleBox-thumb >  img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.articleBox-detail {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #000;
  word-break: break-all;
}
.articleBox-title {
  font-size: 16px;
  line-height: 22px;
}
.articleBox-source {
  color: #6A6A6A;
  font-size: 12px;
  line-height: 20px;
}
.articleBox-content {
  font-size: 14px;
  line-height: 19px;
}
.articleBox-more {
  text-align: right;
}
.articleBox-more > a {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
/* 新着 */
.articleBox[data-category="info"] .articleBox-header {
  background-color: #CD1568;
}
.articleBox[data-category="info"] .articleBox-body {
  background-color: #E2CDD7;
}
.articleBox[data-category="info"] .articleBox-header-icon {
  width: 22px;
  height: 20px;
  background-position: 0 0;
}
/* 業界団体 */
.articleBox[data-category="industrygroup"] .articleBox-header {
  background-color: #0098D1;
}
.articleBox[data-category="industrygroup"] .articleBox-body {
  background-color: #B6E9FC;
}
.articleBox[data-category="industrygroup"] .articleBox-header-icon {
  width: 19px;
  height: 20px;
  background-position: -26px 0;
}
/* ホール企業 */
.articleBox[data-category="hall"] .articleBox-header {
  background-color: #47A314;
}
.articleBox[data-category="hall"] .articleBox-body {
  background-color: #B9F499;
}
.articleBox[data-category="hall"] .articleBox-header-icon {
  width: 25px;
  height: 20px;
  background-position: -50px 0;
}
/* 遊技機メーカー */
.articleBox[data-category="maker"] .articleBox-header {
  background-color: #E85200;
}
.articleBox[data-category="maker"] .articleBox-body {
  background-color: #F8C2A4;
}
.articleBox[data-category="maker"] .articleBox-header-icon {
  width: 26px;
  height: 20px;
  background-position: -79px 0;
}
/* その他業者 */
.articleBox[data-category="other"] .articleBox-header {
  background-color: #0064AE;
}
.articleBox[data-category="other"] .articleBox-body {
  background-color: #CBE9FF;
}
.articleBox[data-category="other"] .articleBox-header-icon {
  width: 23px;
  height: 20px;
  background-position: -109px 0;
}
