@charset "UTF-8";
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

@media screen and (max-width: 736px) {
  .mb30 {
    margin-bottom: 30px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .spshow {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .pcshow {
    display: none;
  }
}

/*--------------------------------------------------
	レイアウトパターン
--------------------------------------------------*/
#mainContents section {
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  a:hover {
    opacity: .7;
  }
}

a.btn_products_link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  height: 68px;
  padding: 0 58px 0 40px;
  border: 2px solid #eff1f3;
  color: #2b383f;
  font-size: 15px;
}

@media screen and (max-width: 736px) {
  a.btn_products_link {
    min-width: 100%;
    min-height: 74px;
    padding: 0 66px 0 36px;
    border-width: 1px;
    font-size: 19px;
  }
}

a.btn_products_link span::before {
  display: inline;
  font-weight: normal;
  content: 'NEXT：';
}

@media screen and (max-width: 736px) {
  a.btn_products_link span::before {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}

a.btn_products_link::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
      -ms-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #2b383f;
  border-left: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  a.btn_products_link::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

/* mainContents */
.kiki-main {
  overflow: hidden;
}

.kiki-main_cont {
  width: 100%;
  padding-bottom: 100px;
  text-align: center;
}

.kiki-main_header {
  background-color: #fffaf4;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kiki-main_header {
    margin-bottom: 30px;
    padding: 30px 15px 25px;
    text-align: center;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_header {
    margin-bottom: 80px;
    padding: 60px 0;
  }
}

.kiki-main_header sup {
  top: -.05em;
  font-size: 100%;
}

.kiki-main_header-media {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 736px) {
  .kiki-main_header-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_header-media {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.kiki-main_header-media-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .kiki-main_header-media-image {
    width: 100%;
    padding: 18px 0 0;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_header-media-image {
    width: 140px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_header-media-image img {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .kiki-main_header-media-image img {
    width: 33.33%;
  }
}

.kiki-main_header-media-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 736px) {
  .kiki-main_header-media-body h2 {
    font-size: 24px;
    line-height: 1.28;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_header-media-body h2 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 1.25;
  }
}

.kiki-main_header-media-body p {
  font-weight: normal;
}

.kiki-main_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (min-width: 737px), print {
  .kiki-main_body {
    width: 980px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-main_body {
    padding: 0 15px;
  }
}

.kiki-main_body-text {
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .kiki-main_body-text {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_body-text {
    font-size: 26px;
    line-height: 1.62;
  }
}

.kiki-main_body-note {
  margin-top: 0.47em;
}

@media screen and (max-width: 736px) {
  .kiki-main_body-note {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_body-note {
    font-size: 14px;
    line-height: 3;
  }
}

.kiki-main_body-cap {
  color: #c00;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .kiki-main_body-cap {
    margin-bottom: .466666667em;
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.36;
    text-align: left;
    text-indent: -1em;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_body-cap {
    margin: .777777778em auto 100px;
    font-size: 16px;
    line-height: 1.44;
  }
}

.kiki-main_item {
  position: relative;
}

@media screen and (max-width: 736px) {
  .kiki-main_item {
    margin-top: 40px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_aside.top {
    margin-top: -75px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-main_aside.top {
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_aside.bottom {
    margin-top: -100px;
    float: right;
  }
}

@media screen and (max-width: 736px) {
  .kiki-main_aside {
    margin-top: 20px;
  }
}

.kiki-main_aside_container {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .kiki-main_aside_container {
    width: 765px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-main_footer {
    padding: 50px 15px 0;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-main_footer {
    padding: 80px 0 0;
  }
}

.kiki_art_header {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kiki_art_header {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki_art_header {
    margin-bottom: 50px;
    padding-bottom: 18px;
  }
  .kiki_art_header.first {
    margin-bottom: 0;
  }
}

.kiki_art_header::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #c00;
  content: "";
}

@media screen and (max-width: 736px) {
  .kiki_art_header::after {
    width: 38px;
    height: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki_art_header::after {
    width: 50px;
    height: 3px;
  }
}

@media screen and (max-width: 736px) {
  .kiki_art_header-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki_art_header-text {
    font-size: 36px;
  }
}

.kiki_art_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .kiki_art_body {
    padding-left: 0;
  }
}

@media screen and (min-width: 737px), print {
  .kiki_art_body {
    padding-left: 60px;
  }
}

.kiki_art_body_item h4 {
  font-size: 36px;
  font-weight: bold;
}

.kiki_art_body_item_text {
  padding-top: 10px;
  font-weight: normal;
}

.kiki_art_body_item_cap {
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
}

.kiki_art_body_item figure {
  max-width: 464px;
}

.kiki_art_body.jnw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .kiki_art_body.jnw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 736px) {
  .kiki-case-grid {
    margin: 0 0 -12px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-case-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -25px 0;
  }
}

.kiki-case-grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .kiki-case-grid_item {
    width: 100%;
    padding: 0 0 12px;
  }
  .kiki-case-grid_item img {
    width: 100%;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-case-grid_item {
    width: calc(100%/2);
    padding: 0 25px 0;
  }
}

.kiki-case-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .kiki-case-section {
    margin-bottom: 30px;
  }
}

.kiki-case-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .kiki-case-section_header {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-case-section_header {
    margin-bottom: 20px;
  }
}

.kiki-case-section_header-text {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .kiki-case-section_header-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-case-section_header-text {
    font-size: 22px;
  }
}

.kiki-case-section_header-text::before {
  margin-right: .5em;
  color: #cb0000;
  content: "■";
}

.kiki-case-section_body {
  font-size: 16px;
}

.kiki-case-section_body strong {
  color: #cb0000;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .kiki-case-section_body img {
    width: 100%;
    height: auto;
  }
}

.kiki-case-section_footer {
  padding-top: 25px;
}

.kiki-case-section-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 736px) {
  .kiki-case-section-media {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.kiki-case-section-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px 0 15px;
}

@media screen and (max-width: 736px) {
  .kiki-case-section-media_image {
    padding: 0 20px 3em 35px;
  }
  .kiki-case-section-media_image img {
    width: 100%;
    height: auto;
  }
}

.kiki-case-section-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kiki-case-section-media_body p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: normal;
}

.kiki-case-section-media_body .price {
  margin-top: .25em;
  color: #c20017;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .kiki-case-section-media_body .price {
    font-size: 22px;
  }
}

.kiki-case-section-media_body .price small {
  color: #c20017;
  font-size: 16px;
}

.kiki-target-products .kiki_art_body {
  padding-left: 0;
}

.kiki-target-products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px -20px;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-list {
    margin: 0 -5px -10px;
  }
}

.kiki-target-products-list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  padding: 0 10px 20px;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-list_item {
    width: calc(100%/2);
    padding: 0 5px 10px;
  }
}

.kiki-target-products-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px 10px;
  border: 1px solid #efefef;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-item {
    width: 100%;
    padding: 0 8px 0 0;
  }
}

@media screen and (max-width: 736px) {
  .kiki-target-products-item-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kiki-target-products-item-media_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 737px), print {
  .kiki-target-products-item-media_image img {
    width: 128px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-target-products-item-media_image {
    width: 55px;
  }
  .kiki-target-products-item-media_image img {
    width: 100%;
    height: auto;
  }
}

.kiki-target-products-item-media_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-item-media_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }
}

.kiki-target-products-item-media_body.nm {
  margin-top: -.5em;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-item-media_body.nm {
    margin-top: 0;
  }
}

.kiki-target-products-notice {
  -webkit-box-sizing: boader-box;
          box-sizing: boader-box;
  border: 4px solid #efefef;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-notice {
    margin-top: 15px;
    padding: 20px;
    border-width: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-target-products-notice {
    margin-top: 30px;
    padding: 36px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-target-products-notice_header {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-target-products-notice_header {
    margin-bottom: 30px;
  }
}

.kiki-target-products-notice_header strong {
  color: #cb0000;
}

.kiki-target-products-notice_header-text {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-notice_header-text {
    font-size: 18px;
  }
}

.kiki-target-products-notice_body {
  font-size: 16px;
}

.kiki-target-products-notice-list_item {
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .kiki-target-products-notice-list_item {
    line-height: 1.56;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-target-products-notice-list_item {
    line-height: 1.88;
  }
}

.kiki-about-insurance:last-child {
  margin-top: 80px;
}

.kiki-about-insurance-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section {
    margin-bottom: 30px;
  }
}

.kiki-about-insurance-section:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section_header {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-section_header {
    margin-bottom: 20px;
  }
}

.kiki-about-insurance-section_header h4 {
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section_header h4 {
    font-size: 18px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-section_header h4 {
    font-size: 22px;
  }
}

.kiki-about-insurance-section_header h4::before {
  margin-right: .5em;
  color: #cb0000;
  content: "■";
}

.kiki-about-insurance-section_body p {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: normal;
}

.kiki-about-insurance-section_limit {
  font-size: 16px;
}

.kiki-about-insurance-section_limit small {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: normal;
}

.kiki-about-insurance-section_limit strong {
  color: #cb0000;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section_limit img {
    width: 100%;
    height: auto;
  }
}

.kiki-about-insurance-section_footer {
  padding-top: 25px;
}

.kiki-about-insurance-section_list li {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section_list li {
    width: 89.99999%;
    margin: 40px auto 0;
  }
}

.kiki-about-insurance-section_list li dl > dt {
  font-size: 18px;
}

.kiki-about-insurance-section_list li dl > dd {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-section_list li dl > dd.wrap {
    width: 50%;
  }
}

.kiki-about-insurance-section_limit {
  padding-left: 1em;
  font-weight: normal;
  line-height: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-section_limit {
    line-height: 1.5em;
  }
}

.kiki-about-insurance-section_limit small {
  font-size: 12px;
  font-weight: normal;
}

.kiki-about-insurance-notice {
  -webkit-box-sizing: boader-box;
          box-sizing: boader-box;
  border: 4px solid #efefef;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-notice {
    margin-top: 15px;
    padding: 20px;
    border-width: 2px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-notice {
    margin-top: 30px;
    padding: 36px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-notice_header {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-notice_header {
    margin-bottom: 30px;
  }
}

.kiki-about-insurance-notice_header-text {
  font-size: 22px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-notice_header-text {
    font-size: 18px;
  }
}

.kiki-about-insurance-notice-list_item {
  padding-left: 1em;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .kiki-about-insurance-notice-list_item {
    line-height: 1.56;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-about-insurance-notice-list_item {
    line-height: 1.88;
  }
}

@media screen and (max-width: 736px) {
  .kiki-faq .kiki_art_body {
    margin: 0 -15px;
  }
}

.kiki-faq-list {
  border-top: 1px solid #b5b5b5;
}

.kiki-faq-list_item {
  border-bottom: 1px solid #b5b5b5;
}

.kiki-faq-section_header-text {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .kiki-faq-section_header-text {
    font-size: 12px;
  }
}

.kiki-faq-section_header a {
  display: block;
  position: relative;
  padding: 26px 60px 26px 4.375em;
  color: #2b383f;
  text-indent: -2em;
}

@media screen and (max-width: 736px) {
  .kiki-faq-section_header a {
    padding: 14px 35px 15px 4.375em;
  }
}

.kiki-faq-section_header a::before {
  color: #cb0000;
  content: "Q：";
}

.kiki-faq-section_header a::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: scale(1, 0.85) rotate(135deg);
      -ms-transform: scale(1, 0.85) rotate(135deg);
          transform: scale(1, 0.85) rotate(135deg);
  border-top: 2px solid #2b383f;
  border-right: 2px solid #2b383f;
  content: '';
}

@media screen and (max-width: 736px) {
  .kiki-faq-section_header a::after {
    right: 15px;
    width: 7px;
    height: 7px;
  }
}

.kiki-faq-section_header a.is-opened::after {
  top: .5em;
  -webkit-transform: scale(1, 0.85) rotate(-45deg);
      -ms-transform: scale(1, 0.85) rotate(-45deg);
          transform: scale(1, 0.85) rotate(-45deg);
}

.kiki-faq-section_body {
  border-top: 1px dashed #b5b5b5;
}

@media screen and (max-width: 736px) {
  .kiki-faq-section_body {
    font-size: 12px;
  }
}

.kiki-faq-section_body-text {
  padding: 26px 60px 26px 4.375em;
  text-indent: -2em;
}

@media screen and (max-width: 736px) {
  .kiki-faq-section_body-text {
    padding: 14px 35px 15px 4.375em;
  }
}

.kiki-faq-section_body-text::before {
  color: #036eb8;
  content: "A：";
}

.kiki-contact .kiki_art_body {
  padding-left: 0;
}

.kiki-contact .icon-phone {
  display: inline-block;
  position: relative;
  top: 0.25em;
  width: 24px;
  height: 32px;
  margin-right: 10px;
  background: url(../../common/img/icon_phone.png) 50% 50% no-repeat;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .kiki-contact .icon-phone {
    top: 0.1em;
    width: 19px;
    height: 26px;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 736px) {
  .kiki-contact-grid {
    margin: 0 auto -30px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-contact-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.kiki-contact-grid_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .kiki-contact-grid_item {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-contact-grid_item {
    width: calc(100%/2);
    padding: 0 20px;
  }
}

.kiki-contact-section_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section_header {
    margin-bottom: 20px;
  }
}

.kiki-contact-section_header.height-fix {
  height: 5em;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section_header.height-fix {
    height: auto;
  }
}

.kiki-contact-section_header-text {
  font-size: 22px;
  line-height: 1.36;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section_header-text {
    font-size: 17px;
    line-height: 1.47;
  }
}

.kiki-contact-section_header-note {
  display: block;
  margin-top: .75em;
  font-size: 12px;
}

.kiki-contact-section_footer {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section_footer {
    padding-top: 15px;
    font-size: 12px;
  }
}

.kiki-contact-section_footer a {
  color: #2b383f;
  text-decoration: underline;
}

.kiki-contact-section-detail {
  padding: 30px;
  background-color: #eceff1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail {
    padding: 25px;
  }
}

.kiki-contact-section-detail_header {
  margin-bottom: 1em;
}

.kiki-contact-section-detail_header-text {
  font-size: 18px;
  line-height: 1.67;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail_header-text {
    font-size: 14px;
  }
}

.kiki-contact-section-detail_header-text small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.86;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail_header-text small {
    font-size: 12px;
  }
}

.kiki-contact-section-detail_body {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail_body {
    font-size: 21px;
  }
}

.kiki-contact-section-detail_body small {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail_body small {
    font-size: 13px;
  }
}

.kiki-contact-section-detail_footer {
  padding-top: 18px;
  font-size: 12px;
}

@media screen and (max-width: 736px) {
  .kiki-contact-section-detail_footer {
    padding-top: 10px;
    font-size: 11px;
  }
  .kiki-contact-section-detail_footer p {
    letter-spacing: normal;
  }
}

.kiki-product-lineup {
  margin-top: 100px;
  padding: 70px 110px 80px;
  background-color: #eceff1;
  /* slick */
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup {
    margin-top: 40px;
    padding: 30px 35px 25px;
  }
}

.kiki-product-lineup_header {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 737px), print {
  .kiki-product-lineup_header {
    margin-bottom: 40px;
  }
}

.kiki-product-lineup_header-text {
  font-size: 23px;
  line-height: 1;
}

@media screen and (min-width: 737px), print {
  .kiki-product-lineup_header-text {
    font-size: 36px;
  }
}

.kiki-product-lineup_header small {
  display: block;
  color: #cb0000;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup_header small {
    margin-top: .833333333em;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-product-lineup_header small {
    margin: .416666667em auto 0;
    font-size: 14px;
  }
}

.kiki-product-lineup-list_item_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px;
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup-list_item_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -8px -30px;
  }
}

.kiki-product-lineup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100%/4);
  padding: 0 13px;
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup-item {
    width: calc(100%/2);
    padding: 0 8px 30px;
  }
}

.kiki-product-lineup-item-media {
  padding: 10px 0 20px;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup-item-media {
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-product-lineup-item-media-image img {
    width: 128px;
  }
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup-item-media-image img {
    width: 100%;
    height: auto;
  }
}

.kiki-product-lineup-item-media-body.nm {
  margin-top: -1.58em;
}

@media screen and (max-width: 736px) {
  .kiki-product-lineup .slick-slide img {
    margin: auto;
  }
  .kiki-product-lineup .slick-prev,
  .kiki-product-lineup .slick-next {
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    border-radius: 0;
  }
  .kiki-product-lineup .slick-prev::before,
  .kiki-product-lineup .slick-next::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    margin: auto;
  }
  .kiki-product-lineup .slick-prev {
    left: -35px;
  }
  .kiki-product-lineup .slick-next {
    right: -35px;
  }
}

@media screen and (min-width: 737px), print {
  .kiki-product-lineup .slick-slide img {
    margin: auto;
  }
  .kiki-product-lineup .slick-prev,
  .kiki-product-lineup .slick-next {
    z-index: 100;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #cb0000;
  }
  .kiki-product-lineup .slick-prev {
    left: -60px;
  }
  .kiki-product-lineup .slick-next {
    right: -60px;
  }
  .kiki-product-lineup .slick-prev:before, .kiki-product-lineup .slick-next:before {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-transform: scale(0.85, 1) rotate(45deg);
        -ms-transform: scale(0.85, 1) rotate(45deg);
            transform: scale(0.85, 1) rotate(45deg);
    font-size: 0;
  }
  .kiki-product-lineup .slick-prev:before {
    left: 15px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
  }
  .kiki-product-lineup .slick-next:before {
    left: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}

.btn_aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 66px 0 36px;
  border: 2px solid #eceff1;
  background-color: #fff;
  color: #2b383f;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .btn_aside {
    min-height: 75px;
    font-size: 16px;
  }
}

@media screen and (min-width: 737px), print {
  .btn_aside {
    width: 410px;
    height: 100px;
    padding: 0 58px 0 20px;
    font-size: 22px;
  }
}

.btn_aside span::before {
  margin-right: 20px;
  background: 0 0 no-repeat;
  font-weight: normal;
  vertical-align: middle;
  content: '';
}

@media screen and (max-width: 736px) {
  .btn_aside span::before {
    font-size: 12px;
    text-align: center;
  }
}

.btn_aside::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(-135deg);
      -ms-transform: scale(0.85, 1) rotate(-135deg);
          transform: scale(0.85, 1) rotate(-135deg);
  border-bottom: 2px solid #cb0000;
  border-left: 2px solid #cb0000;
  content: '';
}

@media screen and (max-width: 736px) {
  .btn_aside::after {
    right: 60px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 737px), print {
  .btn_aside::after {
    right: 30px;
    width: 11px;
    height: 11px;
  }
}

.btn_aside-search span::before {
  width: 33px;
  height: 23px;
  background-image: url(../img/icon_contact.png);
  background-size: 100% auto;
}

@media screen and (min-width: 737px), print {
  .btn_aside-search span::before {
    width: 37px;
    height: 42px;
  }
}

.btn_back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #eceff1;
  color: #2b383f;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (min-width: 737px), print {
  .btn_back {
    width: 320px;
    height: 63px;
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .btn_back {
    width: auto;
    height: 75px;
    margin: 0;
    font-size: 16px;
  }
}

.btn_back > span {
  display: inline-block;
  position: relative;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ W3 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

@media screen and (min-width: 737px), print {
  .btn_back > span {
    padding-left: 35px;
  }
}

@media screen and (max-width: 736px) {
  .btn_back > span {
    padding-left: 54px;
  }
}

.btn_back > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(0.85, 1) rotate(45deg);
      -ms-transform: scale(0.85, 1) rotate(45deg);
          transform: scale(0.85, 1) rotate(45deg);
  border-bottom: 2px solid #c00;
  border-left: 2px solid #c00;
  content: '';
}

@media screen and (max-width: 736px) {
  .btn_back > span::after {
    left: 25px;
    width: 10px;
    height: 10px;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
