@charset "UTF-8";
/*------------------------------------------
* mixinの定義
------------------------------------------*/
/*------------------------------------------
* reset
------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------------------------------------
* globalSetting
------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  position: relative;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  line-height: 1.8;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  -webkit-touch-callout: none;
}

a {
  color: #363636;
  text-decoration: none;
  transition: all 0.5s ease;
}

th {
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

/*------------------------------------------
* header
------------------------------------------*/
/*------------------------------------------
* nav
------------------------------------------*/
.navi-in > ul li {
  width: auto;
  margin-left: 20px;
}

/*------------------------------------------
* layout
------------------------------------------*/
.l-flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 834px) {
  .l-flex {
    display: block;
  }
}

.l-wrap,
.wrap {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .l-wrap,
  .wrap {
    width: auto;
  }
}

.l-section {
  padding-top: 100px;
}

#content {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  #content-in {
    display: flex;
  }
}
@media only screen and (max-width: 834px) {
  #content-in {
    display: block;
  }
}

#main {
  width: 100%;
  padding: 0;
}

#footer {
  margin: 100px 0 0;
  padding: 0;
}

.footer-bottom {
  padding: 0;
}

/*------------------------------------------
* module
------------------------------------------*/
.alpha {
  zoom: 1;
  display: inline-block\9 ; /* ie8 */
}

.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.sp {
  display: none;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.campaign-loop .campaign-description {
  display: none;
}

.single-campaign .campaign-content .img {
  flex: 1;
}
.single-campaign .campaign-content .text {
  max-width: 460px;
  padding-left: 40px;
}
.single-campaign .campaign-content .campaign-description {
  font-size: 16px;
  font-weight: normal;
}

.page .entry-title {
  text-align: center;
}
.page .campaign-content .text {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/*------------------------------------------
* footer
------------------------------------------*/
/*------------------------------------------
* sidebar
------------------------------------------*/
/*------------------------------------------
* 投稿内（.entry-content）のスタイル
------------------------------------------*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
  line-height: 1.4;
}/*# sourceMappingURL=style.css.map */