@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix, .footer_review {
  *zoom: 1;
}
.clearfix:after, .footer_review:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * ----------------------------------------------------
 * コメント部分の基本設定
 * ----------------------------------------------------
 *
 * @format
 */
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.koishi_comment_preview {
  background: url(../../_assets/images/bg_all.webp);
}

.koishi_comment_review {
  background: url(../../_assets/images/bg_review.webp);
  background-size: 100%;
}

.comment_title {
  width: 80%;
  display: block;
  margin: 1rem auto;
}
@media all and (max-width: 640px) {
  .comment_title {
    width: 100%;
    margin: 0rem auto;
  }
}

.comment_sort {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.comment_sort .comment_btn {
  width: 31.3333333333%;
  color: #fff;
  margin: 0.5rem auto;
  padding: 0.8rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 3rem;
  background-color: #0072cb;
}
.comment_sort .current {
  background-color: #e5006a;
}
.comment_sort .btn_widen {
  width: 60%;
  margin: 0 auto 2rem;
}
@media all and (max-width: 640px) {
  .comment_sort {
    width: 90%;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .comment_sort .comment_btn {
    width: 31.3333333333%;
    color: #fff;
    margin: 0.5rem auto;
    padding: 0.6rem 0;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 3rem;
    background-color: #0072cb;
  }
  .comment_sort .current {
    background-color: #e5006a;
  }
  .comment_sort .btn_widen {
    width: 60%;
    margin: 0 auto 2rem;
  }
}

.comment_wrapper {
  width: 80%;
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.comment_wrapper .comment_txtbox {
  width: 45%;
  margin: 1rem auto 0;
  border-bottom: #fff dotted 1px;
}
.comment_wrapper .comment_txtbox .honmon {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: left;
}
.comment_wrapper .comment_txtbox .namae {
  font-size: 0.8rem;
}
@media all and (max-width: 640px) {
  .comment_wrapper {
    width: 90%;
    margin: 3rem auto;
    display: block;
  }
  .comment_wrapper .comment_txtbox {
    width: 100%;
    margin: 1rem auto 0;
    border-bottom: #fff dotted 1px;
  }
  .comment_wrapper .comment_txtbox .honmon {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
  }
  .comment_wrapper .comment_txtbox .namae {
    font-size: 0.8rem;
  }
}

.comment_wrapper_review {
  width: 80%;
  margin: 3rem auto;
  display: block;
}
.comment_wrapper_review .comment_txtbox_review {
  width: 90%;
  margin: 1rem auto 0;
  border-bottom: #000068 dotted 1px;
  color: #000068;
}
.comment_wrapper_review .comment_txtbox_review .honmon {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0 auto 1rem;
}
.comment_wrapper_review .comment_txtbox_review .namae {
  font-size: 0.8rem;
  margin: 1rem auto;
}
@media all and (max-width: 640px) {
  .comment_wrapper_review {
    width: 90%;
    margin: 3rem auto;
    display: block;
  }
  .comment_wrapper_review .namae {
    font-size: 0.8rem;
  }
}

.caution_comments {
  display: none;
}

.footer_review .copyright {
  color: #000068;
}/*# sourceMappingURL=comment.css.map */