@font-face {
  font-family: 'CP_Font';
  src: url('/wp-content/themes/original/font/CP_Font.woff2') format('woff2');
}

/* base */
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
a,
a:hover {
  color: #333;
  text-decoration: none;
}

/* header */
.header-bar {
  background-color: #333;
  margin-bottom: 1rem;
}
.h1 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: .3rem 0;
}
.logo {
  font-family: 'CP_Font';
  font-size: 2.5rem;
}

/* footer */
.footer-pref-box {
  margin: 10rem 0 3rem;
}
.footer-pref-box dt {
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.footer-pref-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 1rem 0 3rem;
}
.footer-pref-box li {
  line-height: 3rem;
  min-width: 50%;
}
footer {
  margin-top: 5rem;
}
footer a {
  text-decoration: underline;
}

/* home */
.home-pref-box {
  margin: 3rem 0;
}
.home-pref-box dt {
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
.home-pref-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 1rem 0 3rem;
}
.home-pref-box li {
  line-height: 3rem;
  min-width: 50%;
}

/* page */
.page-box {
  margin-top: 3rem;
}
.side-pickup {
  padding-left: 2rem;
}
.side-update {
  overflow: hidden;
  padding-left: 2rem;
  white-space: nowrap;
}
.page-msg {
  padding-top: 2rem;
}
.page-box a {
  text-decoration: underline;
}
.page-box h3 {
  background: transparent;
  border-left: solid .6rem;
  line-height: 1;
  margin: 3rem 0 1rem;
  padding: .25rem .5rem;
}

/* themes */
.themes-box img {
  border: .1rem solid #ccc;
  margin-bottom: 1rem;
  width: 100%;
}
.themes-box div div {
  margin-bottom: 4rem;
  text-align: center;
}

/* plugins */
.plugins-box dt {
  margin-top: 2rem;
}

/* creator */
.creator-box {
  margin-top: 3rem;
}
.creator-box h3 {
  border-bottom: .1rem solid;
  font-weight: bold;
  margin-bottom: 1reem;
}
.creator-box img {
  border: .1rem solid #ccc;
  margin-bottom: 2rem;
  width: 100%;
}
.creator-box p {
  line-height: 2.2rem;
  padding: .5rem
}
.creator-inbox {
  margin-bottom: 10rem;
}
.creator-inbox > .container:first-child {
  border: .1rem solid #ccc;
}
.creator-inbox .row {
  border-bottom: .1rem solid #ccc;
}
.creator-inbox .row:last-child {
  border-bottom: none;
}
.creator-inbox .row > div:first-child {
  white-space: nowrap;
}
.creator-inbox p {
  margin-bottom: 0;
}
.creator-detail-btn {
  margin: 2rem 0 10rem;
  text-align: center;
}
.creator-detail-btn a {
  background-color: #0f4c81;
  border-radius: 2rem;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
}
.side-title {
  border-bottom: solid .3rem black;
  font-size: 2rem;
  margin-top: 3rem;
}
.side-events dd {
  margin-bottom: 2rem;
}

/* form */
.form-msg {
  padding-top: 2rem;
}
.form-box {
  margin: 2rem 0;
}
.form-box .row {
  margin-bottom: 2rem;
}
.form-box .col-md-3 p {
  align-items: center;
  display: flex;
  font-weight: bold;
  height: 100%;
  margin-bottom: 0;
}
.form-box .required:after {
  content: '*';
  color: #ef4056;
  padding-left: .5rem;
}
.form-box input[type="text"],
.form-box textarea {
  border: .1rem solid #333;
  width: 100%;
}
.form-box button[type="submit"] {
  background-color: #fff;
}
.form-box button[type="submit"],
.form-box input[type="submit"] {
  border: .1rem solid #333;
  height: 3rem;
  width: 30%;
}