@charset 'euc-jp';

/* Fixed Background Image for iOS
 *********************************** */
.fixed-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100%;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_01.jpg') center top /cover no-repeat;
  -webkit-background-size: cover;
}

.fixed-bg {
  background-color: #adc582;
}

.fixed-bg .container {
  background: none !important;
}

/* Layout
 *********************************** */
.container div,
.container p,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container ol,
.container ul,
.container li,
.container dl,
.container dt,
.container dd {
  box-sizing: border-box;
}

.container {
  width: 100%;
  min-width: 980px;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_01.jpg') center -156px/cover no-repeat fixed #adc582;
}

.list-container {
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_06.png') center bottom repeat-x,
    url('https://www.maru-jan.com/image/content/ide/common/bg_01.jpg') center -156px/cover no-repeat fixed #adc582;
}

.page-header__wrapper {
  padding-bottom: 12px;
  width: 100%;
  background: url(https://www.maru-jan.com/image/content/ide/common/bg_05.png) center top repeat-x;
}

.page-header {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  min-height: 110px;
}

.breadcrumb {
  line-height: 2;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 18px;
  }
}

.breadcrumb .item {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}

.breadcrumb .item:after {
  position: relative;
  top: 0;
  right: -0.8em;
  content: ">";
}

.breadcrumb .item:last-child:after {
  content: "";
}

.page-footer {
  width: 100%;
  background-color: #fff;
}

/* Article and Sections
 *********************************** */
.article {
  margin-bottom: 48px;
  padding-bottom: 48px;
  line-height: 1.2;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 20px;
}

.section-title {
  width: 100%;
  height: 562px;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_02.png') center top no-repeat;
}

.section-form {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

.section-title__title {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  text-align: right;
}

.section-title__title-image {
  padding-top: 30px;
  padding-right: 22px;
}

.section-title__profile {
  padding-top: 62px;
}

.section-column {
  margin-bottom: 96px;
}

.column-header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  width: 980px;
  height: 230px;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_03_01.png') center bottom no-repeat;
}

.column-header__title {
  width: 100%;
  line-height: 1.4;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.column-header__date {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .column-header__date {
    font-size: 24px;
  }
}

.column {
  position: relative;
  margin-top: -2px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 132px;
  width: 980px;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_03_02.png') center top repeat-y;
}

.column::after {
  position: absolute;
  bottom: -48px;
  content: url('https://www.maru-jan.com/image/content/ide/common/bg_03_03.png');
}

.column-content {
  position: relative;
  z-index: 999999;
}

.column-content p {
  margin-right: auto;
  margin-left: auto;
  width: 880px;
  line-height: 1.8;
  font-size: 32px;
  text-indent: 1em;
}

@media screen and (min-width: 768px) {
  .column-content p {
    font-size: 20px;
    width: 756px;
  }
}

.column-content__images {
  padding: 0 16px;
}

.column-content__question-title {
  margin-top: 96px;
  margin-bottom: 24px;
  text-align: center;
}

.column-content__hr {
  text-align: center;
  border: none;
}

.column-content__hr::after {
  content: url('https://www.maru-jan.com/image/content/ide/common/hr_01.png');
}

.column-content .column-content__questions {
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  width: 240px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-indent: 8px;
  letter-spacing: 2px;
  color: #d51111;
  background: url('https://www.maru-jan.com/image/content/ide/common/icon_hat.png') right 9px no-repeat,
    url('https://www.maru-jan.com/image/content/ide/common/icon_hat.png') left 9px no-repeat;
}

/* ¤ªÌä¤¤¹ç¤ï¤»¥Õ¥©¡¼¥à
 *********************************** */
.section-form {
  width: 100%;
}

.section-form__block {
  width: 100%;
}

.section-form__form {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  width: 959px;
  height: 462px;
  text-align: center;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_04.png') center top no-repeat;
}

.section-form__textarea {
  width: 840px;
  height: 240px;
  line-height: 1.6;
  font-size: 32px;
  resize: none;
  border-radius: 10px;
  box-shadow: 0 0 8px 3px #ccc inset;
}

@media screen and (min-width: 768px) {
  .section-form__textarea {
    font-size: 20px;
  }
}

.section-form__textarea:focus {
  outline: 0;
}

.sns-block {
  position: absolute;
  top: -8px;
  left: 28px;
  margin-right: auto;
  margin-left: auto;
  width: 720px;
  text-align: left;
}

/* Footer
 *********************************** */
.nav-footer {
  position: relative;
  margin-top: 84px;
  padding-top: 4px;
  width: 100%;
  background: #fff;
  height: 64px;
}

.nav-footer::before {
  position: absolute;
  top: -62px;
  display: block;
  width: 100%;
  height: 64px;
  content: '';
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_06.png') center top repeat-x;
}

.nav-footer::after {
  position: absolute;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 6px;
  content: '';
  background: #fff;
}

/* Column Nav
 *********************************** */
.nav-upper {
  height: 90px;
}

.column-nav {
  margin-right: auto;
  margin-left: auto;
  width: 680px;
  height: 48px;
  letter-spacing: -8px;
}

.column-nav .item {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 32px;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 2px;
}

.column-nav__arrow-left {
  width: 132px;
  text-align: right;
}

.column-nav__arrow-left a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://www.maru-jan.com/image/content/ide/common/arrow_left.png') left top no-repeat;
}

.column-nav__arrow-left a span {
  display: inline-block;
  height: 45px;
  border-bottom: 2px solid #093500;
}

.column-nav__link-list {
  width: 408px;
  text-align: center;
}

.column-nav__link-list a {
  display: inline-block;
  height: 45px;
  font-size: 38px;
  border-bottom: 2px solid #d51111;
}

.column-nav__arrow-right {
  width: 132px;
}

.column-nav__arrow-right a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://www.maru-jan.com/image/content/ide/common/arrow_right.png') right top no-repeat;
}

.column-nav__arrow-right a span {
  display: inline-block;
  height: 45px;
  border-bottom: 2px solid #093500;
}

/* Ç×»Ñ
 *********************************** */
.column-content p img {
  padding-bottom: 12px;
  vertical-align: middle;
}

.kohtsu img {
  margin: 0;
}

.kohtsu {
  margin: 0 7px -3px;
}

.kohtsu:first-child {
  margin-left: 0;
}

.haishi {
  display: flex;
  margin: 32px auto;
  width: 880px;

  justify-content: left;
}

@media screen and (min-width: 768px) {
  .haishi {
    width: 756px;
  }
}

.pai {
  width: 48px;
  height: 63px;
}

@media screen and (min-width: 768px) {
  .pai {
    width: auto;
    height: auto;
  }
}

.yoko {
  height: auto;
  width: 63px;
}

@media screen and (min-width: 768px) {
  .yoko {
    width: auto;
    height: auto;
  }
}

.haishi-centering {
  display: flex;

  justify-content: center;
}

.haishi img {
  float: left;
}

.kawa {
  margin: 30px 68px;
  width: auto;
  height: 40px;
}

.kawa img {
  float: left;
}

.sup,
.fuuro {
  position: relative;
  display: inline;
  margin-left: 20px;
}

.fuuro:first-child {
  margin-left: 0;
}

.sup img {
  float: none;
}

.sup sup,
.fuuro sup {
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  width: 48px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000;

  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  .sup sup,
  .fuuro sup {
    width: 38px;
    font-size: 14px;
  }
}

.sup.kan-dora sup {
  position: absolute;
  top: -25px;
  left: -6px;
  display: block;
  width: 42px;
  font-size: 14px;
  text-align: center;
  letter-spacing: -2px;
  color: #000;

  -webkit-text-size-adjust: 100%;
}

.fuuro sup {
  width: 100px;
}

.fuuro .yoko {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .fuuro .yoko {
    margin-top: 10px;
  }
}

.haishi-title {
  float: left;
  margin-right: 18px;
  line-height: 50px;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .haishi-title {
    font-size: 20px;
  }
}

/* list.html
 *********************************** */
.list-column-header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  height: 294px;
  background: url('https://www.maru-jan.com/image/content/ide/common/bg_list_01.png') center bottom no-repeat;
}

.list-column-header__title {
  padding-top: 66px;
  text-align: center;
}

.list-column-content {
  margin-top: -160px;
}

.article-list .item {
  position: relative;
  margin-bottom: 4px;
  height: 64px;
  line-height: 64px;
  font-size: 30px;
  text-indent: 128px;
  background: url('https://www.maru-jan.com/image/content/ide/common/hr_01.png') center bottom no-repeat;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .article-list .item {
    font-size: 24px;
    text-indent: 216px;
    letter-spacing: 0;
  }
}

.article-list__icon-new::before {
  position: absolute;
  top: 0;
  left: -64px;
  content: url('https://www.maru-jan.com/image/content/ide/common/icon_new.png');
}

@media screen and (min-width: 768px) {
  .article-list__icon-new::before {
    left: -72px;
  }
}

/* Atomic CSS
 *********************************** */
.c-\#d51111,
.c-\#d51111:link,
.c-\#d51111:visited,
.c-\#d51111:hover,
.c-\#d51111:active {
  color: #d51111;
}

.c-\#093500,
.c-\#093500:link,
.c-\#093500:visited,
.c-\#093500:hover,
.c-\#093500:active {
  color: #093500;
}

.column-content .ti-0 {
  text-indent: 0;
}

@media screen and (min-width: 768px) {
  .d-n--768px {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-n.d-b--768px {
    display: block;
  }
  .d-n.d-i--768px {
    display: inline;
  }
}
