@charset "UTF-8";
/* reset */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
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;
}

@media screen and (min-width: 771px) and (max-width: 950px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 770px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1271px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 770px) {
  .pc2 {
    display: none !important;
  }
}

@media screen and (min-width: 1271px) {
  .sp2 {
    display: none !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .sp2 {
    display: none !important;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .sp2 {
    display: none !important;
  }
}

/**ループ**/
@-webkit-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
@-moz-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
/**スピン**/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  max-height: 999999px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
*:focus {
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #555;
}
a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:hover {
  color: #D9534F;
}

img {
  max-width: 100%;
  display: block;
}

select {
  cursor: pointer;
}
select option {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  background: #f8f8f8;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #555;
}

input[type="checkbox"] {
  background: #ddd;
  border-radius: 3px;
  position: relative;
  top: -1px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  width: 100%;
  border: 0;
  background: none;
  font-size: 1em;
  color: #555;
}

textarea {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 0;
  background: #fff;
  font-size: 1em;
  color: #555;
}

select {
  width: 100%;
  padding: 1em;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: none;
  color: #555;
  font-size: 1em;
}
select:focus {
  border: 1px solid #ccc;
}
select option {
  color: #17132d;
}

form .form-group {
  font-size: 16px;
}
form .form-group .form-control {
  margin: 1em 0;
  padding: 0.5em 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
form .form-group .form-control.left {
  text-align: left;
}
form .form-group .form-control.noborder {
  border: 0;
}
form .form-group .form-control label.cursor {
  cursor: pointer;
}
form .form-group .form-control label.cursor input[type="radio"] {
  position: relative;
  top: -2px;
}
form .form-group .form-control label#file {
  padding: 1em 2em;
  background: #2E2C42;
  color: #555;
}
form .form-group .form-control label#file input#file-upload {
  display: none;
}
form .form-group .form-control label[for="releases-1"] {
  margin: 0 1em 0 0;
}
form .form-group .submit-button {
  margin: 0 auto;
  padding: 16px 0;
  border: 0;
  border-radius: 50px;
  background: #D9534F;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
@media screen and (min-width: 1271px) {
  form .form-group .submit-button {
    width: 306px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  form .form-group .submit-button {
    width: 306px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  form .form-group .submit-button {
    width: 50%;
  }
}
@media screen and (max-width: 770px) {
  form .form-group .submit-button {
    width: 50%;
  }
}
form .form-group .submit-button:hover {
  background: #555;
  color: #fff;
}
form .form-group .app a {
  margin: 0 auto 2em;
  padding: 1.3em 0;
  border: 0;
  border-radius: 50px;
  background: #e5e5e5;
  display: block;
  font-size: 1em;
  color: #555;
  cursor: pointer;
  line-height: 1;
}
@media screen and (min-width: 1271px) {
  form .form-group .app a {
    width: 40%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  form .form-group .app a {
    width: 40%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  form .form-group .app a {
    width: 50%;
  }
}
@media screen and (max-width: 770px) {
  form .form-group .app a {
    width: 50%;
  }
}
form .form-group .app a:hover {
  background: #555;
  color: #fff;
}
form .form-group.center {
  text-align: center;
}
form .form-group .btn-link {
  margin: 1em 0;
}
form .form-group .btn-link a {
  width: 40%;
  margin: 0 auto;
  padding: 1em 0;
  border: 0;
  border-radius: 50px;
  display: block;
  background: #ccc;
  line-height: 1.1;
  font-size: 1em;
  color: #fff;
}
form .form-group .btn-link a:hover {
  background: #bbb;
  text-decoration: none;
}
form .submit-option {
  margin: 2em 0;
}
form .submit-option .forget {
  font-size: 0.9em;
  text-align: center;
  color: #2E2C42;
}

.note-pager {
  position: fixed;
  z-index: 100;
  top: 50%;
}
@media screen and (max-width: 770px) {
  .note-pager {
    display: none;
  }
}
.note-pager .note-control {
  display: inline-block;
  position: fixed;
}
@media screen and (min-width: 1481px) {
  .note-pager .note-control.prev {
    left: 25% !important;
  }
}
@media screen and (min-width: 1271px) {
  .note-pager .note-control.prev {
    left: 20%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .note-pager .note-control.prev {
    left: 10%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .note-pager .note-control.prev {
    left: 5%;
  }
}
@media screen and (min-width: 1481px) {
  .note-pager .note-control.next {
    right: 25% !important;
  }
}
@media screen and (min-width: 1271px) {
  .note-pager .note-control.next {
    right: 20%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .note-pager .note-control.next {
    right: 10%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .note-pager .note-control.next {
    right: 5%;
  }
}
.note-pager .note-control a i, .note-pager .note-control a svg {
  color: #555;
}
@media screen and (min-width: 1271px) {
  .note-pager .note-control a i, .note-pager .note-control a svg {
    font-size: 7em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .note-pager .note-control a i, .note-pager .note-control a svg {
    font-size: 7em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .note-pager .note-control a i, .note-pager .note-control a svg {
    font-size: 5em;
  }
}
@media screen and (max-width: 770px) {
  .note-pager .note-control a i, .note-pager .note-control a svg {
    font-size: 4em;
  }
}
.note-pager .note-control a i:hover, .note-pager .note-control a svg:hover {
  color: #D9534F;
}

.modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 19000;
}
@media screen and (min-width: 1271px) {
  .modal {
    display: none;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .modal {
    display: none;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .modal {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .modal {
    display: none;
  }
}
.modal#view {
  display: block;
}

.image-upload .image-upload-box {
  overflow: hidden;
}
.image-upload .image-upload-box .image-preview {
  width: 23%;
  margin: 0 0.5em 0.5em 0;
  float: left;
}
.image-upload .image-upload-box .image-preview img {
  width: 100%;
}
.image-upload #file_upload_section {
  overflow: hidden;
}
.image-upload #file_upload_section #drop {
  width: 100%;
  margin: 1em 0 0.5em;
  padding: 2.5em 0;
  border: 4px dashed #ddd;
  border-radius: 10px;
  text-align: center;
  color: #888;
}
.image-upload #file_upload_section .thumb {
  width: 23%;
  margin: 0 0.5em 0.5em 0;
  float: left;
}
.image-upload #file_upload_section .thumb img {
  width: 100%;
}

header {
  width: 100%;
  margin: 0;
  border-top: 5px solid #D9534F;
  border-bottom: 2px solid #ebebeb;
}
header .wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1271px) {
  header .wrapper {
    width: 1176px;
    height: 80px;
    padding: 1.3em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper {
    width: 100%;
    height: 80px;
    padding: 1.3em 2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1271px) {
  header .wrapper h1 {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper h1 {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper h1 {
    width: 150px;
    padding: 1.2em 1em;
    float: left;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper h1 {
    width: 150px;
    padding: 1.2em 1em;
    float: left;
  }
}
header .wrapper nav {
  width: 100%;
}
@media screen and (min-width: 1271px) {
  header .wrapper nav {
    right: 0;
    top: 25px;
    position: absolute;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper nav {
    right: 40px;
    top: 25px;
    position: absolute;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav {
    height: 100%;
    margin: 0 -100% 0 0;
    right: 0;
    top: 0;
    z-index: 20000;
    position: fixed;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav {
    height: 100%;
    margin: 0 -100% 0 0;
    right: 0;
    top: 0;
    z-index: 20000;
    position: fixed;
  }
}
header .wrapper nav#view {
  margin: 0 !important;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul {
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background: #333;
    color: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul {
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    background: #333;
    color: #fff;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1271px) {
  header .wrapper nav ul.global {
    display: flex;
    align-items: center;
    justify-content: right;
    right: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper nav ul.global {
    display: flex;
    align-items: center;
    justify-content: right;
    right: 0;
  }
}
header .wrapper nav ul.global li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li {
    font-size: 1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li {
    font-size: 1em;
    font-weight: bold;
  }
}
header .wrapper nav ul.global li a {
  display: block;
}
@media screen and (min-width: 1271px) {
  header .wrapper nav ul.global li a {
    padding: 0 1em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper nav ul.global li a {
    padding: 0 1em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li a {
    padding: 0.5em 1.5em;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li a {
    padding: 0.5em 1.5em;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li a:after {
    content: "\f105";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li a:after {
    content: "\f105";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
  }
}
header .wrapper nav ul.global li a:hover {
  color: #D9534F;
}
header .wrapper nav ul.global li.menu-button {
  padding: 0 0 0 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li.menu-button {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li.menu-button {
    display: none;
  }
}
header .wrapper nav ul.global li.menu-button:hover {
  color: #D9534F;
}
header .wrapper nav ul.global li.menu-button:after {
  margin: 0 0 0 0.7em;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.9em;
}
header .wrapper nav ul.global li.close {
  cursor: pointer;
}
@media screen and (min-width: 1271px) {
  header .wrapper nav ul.global li.close {
    display: none;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper nav ul.global li.close {
    display: none;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li.close {
    margin: 0 0 0.7em;
    padding: 0 1.3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: right;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li.close {
    margin: 0 0 0.7em;
    padding: 0 1.3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: right;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li.close:after {
    font-size: 1.8em;
    font-family: FontAwesome;
    content: "\f00d";
    color: #D9534F;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li.close:after {
    font-size: 1.8em;
    font-family: FontAwesome;
    content: "\f00d";
    color: #D9534F;
  }
}
@media screen and (min-width: 1271px) {
  header .wrapper nav ul.global li.menu-setting {
    display: none;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper nav ul.global li.menu-setting {
    display: none;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper nav ul.global li.menu-setting {
    display: block;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper nav ul.global li.menu-setting {
    display: block;
  }
}
header .wrapper nav ul.global li.menu-setting.first {
  margin: 0.7em 0 0;
  padding: 0.7em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header .wrapper nav ul.global li.menu-setting.mid {
  padding: 0 0 0.7em;
}
header .wrapper nav ul.global li.menu-setting.last {
  padding: 0.7em 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header .wrapper ul {
  position: absolute;
}
header .wrapper ul#open {
  display: block !important;
}
header .wrapper ul.menu {
  width: 180px;
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  right: 0;
  top: 65px;
  z-index: 10;
}
header .wrapper ul.menu li a {
  padding: 0.6em 1.2em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
}
header .wrapper ul.menu li a:hover {
  background: #eee;
  color: #D9534F;
}
header .wrapper ul.menu li a:after {
  display: inline-block;
  float: right;
  content: "\f105";
  font-family: FontAwesome;
}
header .wrapper .menu-bar {
  padding: 1em 2em;
  display: inline-block;
  float: right;
  cursor: pointer;
  text-align: right;
  color: #D9534F;
}
@media screen and (min-width: 1271px) {
  header .wrapper .menu-bar {
    display: none;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  header .wrapper .menu-bar {
    display: none;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  header .wrapper .menu-bar {
    display: block;
  }
}
@media screen and (max-width: 770px) {
  header .wrapper .menu-bar {
    display: block;
  }
}
header .wrapper .menu-bar:after {
  content: "\f0c9";
  line-height: 1.4;
  font-family: FontAwesome;
  font-size: 1.8em;
}
header .wrapper .menu-bar:hover {
  color: #555;
}

@media screen and (min-width: 1271px) {
  .wrapper {
    max-width: 1176px;
    margin: 3em auto 10em;
    padding: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper {
    max-width: 1176px;
    margin: 3em auto 10em;
    padding: 0 2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper {
    width: 572px;
    margin: 2em auto 8em;
    padding: 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper {
    width: 90%;
    margin: 2em auto 8em;
    padding: 0;
  }
}
.wrapper .bnr {
  margin-bottom: 4em;
}
@media screen and (min-width: 1271px) {
  .wrapper.single {
    width: 572px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper.single {
    width: 572px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper.single {
    width: 572px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper.single {
    width: 90%;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper.single.col {
    width: 850px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper.single.col {
    width: 850px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper.single.col {
    width: 700px;
  }
}
.wrapper h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 1271px) {
  .wrapper h2 {
    margin: 0.2em 0 0.5em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper h2 {
    margin: 0.2em 0 0.5em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper h2 {
    margin: 0.2em 0 0.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper h2 {
    margin: 0.2em 0 1em;
  }
}
.wrapper h2 .category_list {
  float: right;
  background: #D9534F;
  border-radius: 50px;
  padding: 0.6em 20px;
  font-size: 0.5em;
  font-weight: initial;
  color: white;
}
@media screen and (max-width: 770px) {
  .wrapper h2 .category_list {
    float: unset;
    margin: 2em auto;
    display: block;
    text-align: center;
  }
}
.wrapper .fortune-content .fortune-content-message {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  top: 20px;
  background: #fff url(/images/fortune_bg.png) repeat;
  background-size: 200%;
  -webkit-animation: loopLeft 60s linear infinite;
  -moz-animation: loopLeft 60s linear infinite;
  -ms-animation: loopLeft 60s linear infinite;
  -o-animation: loopLeft 60s linear infinite;
  animation: loopLeft 60s linear infinite;
}
.wrapper .fortune-content .fortune-content-message .header {
  padding: 25px;
  border: 0;
  border-radius: 5px 5px 0 0;
  background: #D9534F;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.wrapper .fortune-content .fortune-content-message .header .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.wrapper .fortune-content .fortune-content-message .body {
  padding: 1em 2em;
}
.wrapper .fortune-content .fortune-content-message .body h2 {
  font-weight: bold;
  font-style: italic;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wrapper .fortune-content .fortune-content-message .body h2 span {
  margin: 0 0 5px;
  display: block;
  background: none;
  font-size: 16px;
}
.wrapper .fortune-content .fortune-content-message .footer {
  padding: 0.5em 1em;
  border-top: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
}
.wrapper .fortune-content .fortune-content-message .footer .fortune-collection {
  display: block;
  margin: 15px auto !important;
  padding: 20px 0 !important;
  background: #D9534F;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 350px !important;
}
.wrapper .fortune-content .fortune-content-message .footer .fortune-collection a {
  color: #fff;
}
.wrapper .fortune-content button {
  display: block;
  cursor: pointer;
  margin: 42px auto;
  padding: 13px;
  font-size: 14px;
  background: #D9534F;
  width: 307px;
  color: #fff;
  border: none;
}
.wrapper .prof {
  background: #fff;
}
.wrapper .prof.user {
  margin-bottom: 3em;
}
.wrapper .prof.user .prof-head .prof-head-photo figure {
  width: 6em;
  height: 6em;
}
.wrapper .prof.user .prof-head .prof-head-info .prof-head-name {
  margin: 0.7em 0 0;
}
.wrapper .prof h3 {
  background: #f8f8f8;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 1em;
}
.wrapper .prof .prof-head {
  padding: 2em;
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head {
    padding: 1em;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .prof .prof-head .prof-head-photo {
    float: left;
    margin: 0 2em 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .prof .prof-head .prof-head-photo {
    float: left;
    margin: 0 2em 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .prof .prof-head .prof-head-photo {
    float: left;
    margin: 0 2em 0 0;
  }
}
.wrapper .prof .prof-head .prof-head-photo figure {
  border-radius: 50%;
  overflow: hidden;
  width: 9em;
  height: 9em;
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head .prof-head-photo figure {
    text-align: center;
    margin: 0 auto 1em;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .prof .prof-head .prof-head-info {
    float: left;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .prof .prof-head .prof-head-info {
    float: left;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .prof .prof-head .prof-head-info {
    float: left;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head .prof-head-info {
    width: 100%;
  }
}
.wrapper .prof .prof-head .prof-head-info .prof-head-title {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head .prof-head-info .prof-head-title {
    text-align: center;
  }
}
.wrapper .prof .prof-head .prof-head-info .prof-head-name {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0 0;
  line-height: 1;
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head .prof-head-info .prof-head-name {
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-head .prof-head-info .prof-head-name .name {
    display: block;
  }
}
.wrapper .prof .prof-head .prof-head-info .prof-head-name .kana {
  margin-left: 0.5em;
  font-size: 0.5em;
}
.wrapper .prof .prof-head .prof-head-info .prof-head-birth,
.wrapper .prof .prof-head .prof-head-info .prof-head-sex,
.wrapper .prof .prof-head .prof-head-info .prof-head-link {
  margin: 1.0em 0 0;
  line-height: 1;
}
.wrapper .prof .prof-head:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper .prof .prof-intro {
  border-top: 5px solid #D9534F;
  padding: 2em;
}
@media screen and (max-width: 770px) {
  .wrapper .prof .prof-intro {
    padding: 1em;
  }
}
.wrapper .page-title {
  margin: 0 0 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 770px) {
  .wrapper .page-title {
    flex-direction: column;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .page-title.col {
    width: 572px;
    margin: auto;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .page-title.col {
    width: 572px;
    margin: auto;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .page-title .page-button {
    width: 170px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .page-title .page-button {
    width: 170px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .page-title .page-button {
    width: 220px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .page-title .page-button {
    width: 240px;
  }
}
.wrapper .page-title .page-button a {
  padding: 0.3em 0;
  display: block;
  border-radius: 30px;
  background: #D9534F;
  text-align: center;
  color: #fff;
}
.wrapper .page-title .page-button a:hover {
  background: #555;
  color: #fff;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .page-title.note-head {
    width: 572px;
    margin: 0 auto 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .page-title.note-head {
    max-width: 572px;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .page-title.note-head.col {
    align-items: unset;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .page-title.note-head.col {
    align-items: unset;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .page-title.note-head.col {
    align-items: unset;
    width: 100%;
  }
}
.wrapper .breadcrumb {
  margin: 0;
  padding: 0;
}
.wrapper .breadcrumb ul {
  overflow: hidden;
  font-size: 0.9em;
}
.wrapper .breadcrumb ul li {
  display: inline-block;
  float: left;
}
.wrapper .breadcrumb ul li:after {
  margin: 0 1em;
  content: "\f105";
  font-family: FontAwesome;
}
.wrapper .breadcrumb ul li:last-child:after {
  display: none;
}
.wrapper .content-staff {
  font-size: 0.9em;
  color: #aaa;
}
@media screen and (min-width: 1271px) {
  .wrapper .content-favorite {
    width: fit-content;
    float: right;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .content-favorite {
    width: fit-content;
    float: right;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .content-favorite {
    width: 100%;
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .content-favorite {
    width: 100%;
    margin: 0.5em 0;
  }
}
.wrapper .content-favorite:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper .content-favorite .content-favorite-btn {
  cursor: pointer;
  text-align: center;
  background: #f6ce95;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1271px) {
  .wrapper .content-favorite .content-favorite-btn {
    width: 140px;
    padding: 0.3em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .content-favorite .content-favorite-btn {
    width: 140px;
    padding: 0.3em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .content-favorite .content-favorite-btn {
    width: 100%;
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .content-favorite .content-favorite-btn {
    width: 100%;
    padding: 1em 0.5em;
  }
}
.wrapper .content-favorite .content-favorite-btn.comp {
  background: #f0ad4e;
}
.wrapper .grid {
  width: 100%;
  margin: 0 0 2em;
  position: relative;
}
.wrapper .grid.question {
  margin-bottom: 4em;
}
.wrapper .grid.question .grid-content textarea {
  height: 300px;
}
@media screen and (min-width: 1271px) {
  .wrapper .grid.question.col {
    width: 572px;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .grid.question.col {
    width: 572px;
    margin: 0 auto 4em;
  }
}
.wrapper .grid .grid-head {
  margin: 0 0 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wrapper .grid .grid-head h3 {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .wrapper .grid .grid-head h3 {
    font-size: 1.1em;
  }
}
.wrapper .grid .grid-head .sort {
  cursor: pointer;
  font-size: 0.9em;
  color: #D9534F;
}
.wrapper .grid .grid-head .sort:before {
  margin: 0 0.7em 0 0;
  content: "\f0dc";
  font-family: FontAwesome;
}
.wrapper .grid .grid-head .sort:hover {
  color: #555;
}
.wrapper .grid .grid-head .sort-menu {
  margin: 4em 0 0;
  position: absolute;
  right: 0;
  display: none;
  z-index: 50;
}
.wrapper .grid .grid-head .sort-menu#open {
  display: block !important;
}
.wrapper .grid .grid-head .sort-menu ul {
  width: 180px;
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}
.wrapper .grid .grid-head .sort-menu ul li a {
  padding: 0.6em 1.2em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
}
.wrapper .grid .grid-head .sort-menu ul li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .grid .grid-head .sort-menu ul li.check a {
  color: #D9534F;
}
.wrapper .grid .grid-head .sort-menu ul li.check a:after {
  display: inline-block;
  float: right;
  content: "\f00c";
  font-family: FontAwesome;
}
.wrapper .grid .grid-content {
  font-size: 0;
}
.wrapper .grid .grid-content h3 {
  font-weight: bold;
  font-size: 1.3rem;
}
.wrapper .grid .grid-content ul {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1271px) {
  .wrapper .grid .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .grid .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .grid .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .grid .grid-content ul {
    margin: 0;
  }
}
.wrapper .grid .grid-content ul li {
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 1271px) {
  .wrapper .grid .grid-content ul li {
    float: left;
    width: 270px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .grid .grid-content ul li {
    float: left;
    width: 270px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .grid .grid-content ul li {
    float: left;
    width: 270px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .grid .grid-content ul li {
    width: 100%;
    margin: 0 0 32px;
  }
}
.wrapper .grid .grid-content ul li figure {
  min-height: 152px;
  margin: 0;
  overflow: hidden;
}
.wrapper .grid .grid-content ul li figure img {
  width: 100%;
  margin: 0 auto;
}
.wrapper .grid .grid-content ul li .grid-content-title {
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 1271px) {
  .wrapper .grid .grid-content ul li .grid-content-title {
    height: 45px;
    margin: 0.8em 0 0.2em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .grid .grid-content ul li .grid-content-title {
    height: 45px;
    margin: 0.8em 0 0.2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .grid .grid-content ul li .grid-content-title {
    height: 55px;
    margin: 0.8em 0 0.1em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .grid .grid-content ul li .grid-content-title {
    margin: 0.8em 0 0.1em;
  }
}
.wrapper .grid .grid-content ul li .grid-content-title a:hover {
  color: #D9534F;
}
.wrapper .grid .grid-content ul li .grid-content-date {
  float: right;
  font-size: 0.6em;
  font-weight: bold;
  text-align: right;
  line-height: 2;
  color: #d5d5d5;
}
.wrapper .grid .grid-content ul li .grid-content-staff {
  float: left;
  font-size: 0.7em;
  color: #aaa;
}
.wrapper .grid .grid-content ul li:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .grid .grid-content .form-group .radio label {
  display: block;
}
.wrapper .grid .grid-more {
  margin: 0 0 8em;
}
.wrapper .grid .grid-more a {
  margin: 2em auto;
  padding: 1em 0;
  display: block;
  border-radius: 50px;
  background: #D9534F;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1271px) {
  .wrapper .grid .grid-more a {
    width: 25%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .grid .grid-more a {
    width: 25%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .grid .grid-more a {
    width: 40%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .grid .grid-more a {
    width: 50%;
  }
}
.wrapper .grid .grid-more a:hover {
  background: #555;
  color: #fff;
}
.wrapper .wrap.login {
  max-width: 370px;
  margin: 0 auto;
  padding: 5em 0;
  text-align: center;
}
.wrapper .wrap.login h1 {
  width: 200px;
  margin: 0 auto 3em;
  color: #fff;
}
.wrapper .wrap.login h1 img {
  margin: 0 auto;
}
.wrapper .wrap.login .title {
  margin: 0 0 2em;
  font-size: 2em;
  font-weight: bold;
}
.wrapper .wrap.login .description {
  text-align: center;
}
.wrapper .wrap.login .description a {
  margin: 1em 0;
  display: inline-block;
  border-bottom: 1px solid #2E2C42;
}
.wrapper .detail {
  margin: 0 0 6em;
}
.wrapper .detail .detail-content {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .detail-content {
    padding: 2em 0 4em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .detail-content {
    padding: 2em 0 4em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .detail-content {
    padding: 1em 0 2em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .detail-content {
    padding: 1em 0 2em;
  }
}
.wrapper .detail .detail-content audio {
  width: 100%;
}
.wrapper .detail .detail-content iframe {
  width: 100%;
  height: 800px;
}
.wrapper .detail .detail-content.noborder {
  border-bottom: 0;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .detail-content.noborder {
    padding: 2em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .detail-content.noborder {
    padding: 2em 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .detail-content.noborder {
    padding: 1em 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .detail-content.noborder {
    padding: 1em 0;
  }
}
.wrapper .detail .theme-sns {
  margin: auto;
  width: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .theme-sns {
    padding: 0.5em 2em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .theme-sns {
    padding: 0.5em 2em 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .theme-sns {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .theme-sns {
    padding: 0 1.5em;
  }
}
.wrapper .detail .theme-sns .theme-sns-box .theme-sns-content {
  margin: 0 1.5em 0 0;
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}
.wrapper .detail .theme-sns .theme-sns-box .theme-sns-content i, .wrapper .detail .theme-sns .theme-sns-box .theme-sns-content svg {
  font-size: 1.6em;
}
.wrapper .detail .theme-sns .theme-sns-box .theme-sns-content:hover i, .wrapper .detail .theme-sns .theme-sns-box .theme-sns-content:hover svg {
  color: #D9534F;
}
.wrapper .detail .theme-sns .theme-sns-box .theme-sns-content.good.comp {
  color: #D9534F;
}
.wrapper .detail .theme-sns .theme-sns-count {
  font-size: 0.9em;
}
.wrapper .detail .theme-content {
  padding: 0.5em;
  max-width: 700px;
  margin: auto;
}
.wrapper .detail .theme-content .download_btn {
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
  background: #337AB7;
}
.wrapper .detail .theme-content .download_btn a {
  color: #fff !important;
}
.wrapper .detail .theme-content iframe {
  width: 100%;
}
.wrapper .detail .radio-sns {
  margin: auto;
  width: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .radio-sns {
    padding: 0.5em 2em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .radio-sns {
    padding: 0.5em 2em 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .radio-sns {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .radio-sns {
    padding: 0 1.5em;
  }
}
.wrapper .detail .radio-sns .radio-sns-box .radio-sns-content {
  margin: 0 1.5em 0 0;
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}
.wrapper .detail .radio-sns .radio-sns-box .radio-sns-content i, .wrapper .detail .radio-sns .radio-sns-box .radio-sns-content svg {
  font-size: 1.6em;
}
.wrapper .detail .radio-sns .radio-sns-box .radio-sns-content:hover i, .wrapper .detail .radio-sns .radio-sns-box .radio-sns-content:hover svg {
  color: #D9534F;
}
.wrapper .detail .radio-sns .radio-sns-box .radio-sns-content.good.comp {
  color: #D9534F;
}
.wrapper .detail .radio-sns .radio-sns-count {
  font-size: 0.9em;
}
.wrapper .detail .radio-content {
  padding: 2em;
  width: 700px;
  margin: auto;
}
.wrapper .detail .radio-content .download_btn {
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
  background: #337AB7;
}
.wrapper .detail .radio-content .download_btn a {
  color: #fff !important;
}
.wrapper .detail .grid-content {
  margin: 0 0 4em;
  font-size: 0;
}
.wrapper .detail .grid-content ul {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .grid-content ul {
    margin: 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .grid-content ul {
    margin: 0;
  }
}
.wrapper .detail .grid-content ul li {
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .grid-content ul li {
    width: 370px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .grid-content ul li {
    width: 420px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .grid-content ul li {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .grid-content ul li {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
.wrapper .detail .grid-content ul li figure {
  margin: 0;
}
.wrapper .detail .grid-content ul li .grid-content-title {
  margin: 0.8em 0 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.wrapper .detail .grid-content ul li .grid-content-title a {
  color: #555;
}
.wrapper .detail .grid-content ul li .grid-content-title a:hover {
  color: #D9534F;
}
.wrapper .detail .grid-content ul li .grid-content-staff {
  font-size: 0.9em;
}
.wrapper .detail .detail-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1271px) {
  .wrapper .detail .detail-pager {
    width: 40%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .detail .detail-pager {
    width: 40%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .detail .detail-pager {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .detail .detail-pager {
    width: 100%;
    font-size: 0.9em;
  }
}
.wrapper .detail .detail-pager .detail-pager-elem {
  padding: 2em 0;
}
.wrapper .detail .detail-pager .detail-pager-elem.prev {
  text-align: left;
}
.wrapper .detail .detail-pager .detail-pager-elem.prev a:before {
  margin: 0 0.6em 0 0;
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
}
.wrapper .detail .detail-pager .detail-pager-elem.index {
  text-align: center;
}
.wrapper .detail .detail-pager .detail-pager-elem.index a:before {
  margin: 0 0.6em 0 0;
  content: "\f0ca";
  display: inline-block;
  font-family: FontAwesome;
}
.wrapper .detail .detail-pager .detail-pager-elem.next {
  text-align: right;
}
.wrapper .detail .detail-pager .detail-pager-elem.next a:after {
  margin: 0 0 0 0.6em;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
}
.wrapper .detail .detail-pager .detail-pager-elem a {
  display: block;
}
.wrapper .list-head {
  margin: 0 0 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wrapper .list-head h3 {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .wrapper .list-head h3 {
    font-size: 1.1em;
  }
}
.wrapper .list-head .sort {
  cursor: pointer;
  font-size: 0.9em;
  color: #D9534F;
}
.wrapper .list-head .sort:before {
  margin: 0 0.7em 0 0;
  content: "\f0dc";
  font-family: FontAwesome;
}
.wrapper .list-head .sort:hover {
  color: #555;
}
.wrapper .list-head .sort-menu {
  margin: 4em 0 0;
  position: absolute;
  right: 0;
  display: none;
  z-index: 50;
}
.wrapper .list-head .sort-menu#open {
  display: block !important;
}
.wrapper .list-head .sort-menu ul {
  width: 180px;
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}
.wrapper .list-head .sort-menu ul li a {
  padding: 0.6em 1.2em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
}
.wrapper .list-head .sort-menu ul li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .list-head .sort-menu ul li.check a {
  color: #D9534F;
}
.wrapper .list-head .sort-menu ul li.check a:after {
  display: inline-block;
  float: right;
  content: "\f00c";
  font-family: FontAwesome;
}
@media screen and (min-width: 1271px) {
  .wrapper .faq {
    padding: 2em 0 6em;
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .faq {
    padding: 2em 0 6em;
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .faq {
    padding: 0 0 6em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .faq {
    padding: 0 0 6em;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .faq .faq-index {
    width: 812px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .faq .faq-index {
    width: 812px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .faq .faq-index {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .faq .faq-index {
    width: 100%;
  }
}
.wrapper .faq .faq-index ul li {
  margin: 0 0 2px;
  border: 0;
  background: #fff;
  counter-increment: rank;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .faq .faq-index ul li {
    padding: 1em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .faq .faq-index ul li {
    align-items: center;
    justify-content: left;
  }
}
.wrapper .faq .faq-index ul li .faq-index-question {
  display: flex;
  padding: 1em 2em;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 770px) {
  .wrapper .faq .faq-index ul li .faq-index-question {
    padding: 0.5em 1em;
  }
}
.wrapper .faq .faq-index ul li .faq-index-question:hover {
  background: #D9534F;
  color: #fff;
}
.wrapper .faq .faq-index ul li .faq-index-question:hover .head {
  color: #fff;
}
.wrapper .faq .faq-index ul li .faq-index-question .head {
  color: #D9534F;
}
.wrapper .faq .faq-index ul li .faq-index-answer {
  padding: 0.5em 2em 0.5em 2.1em;
  display: none;
  font-size: 1.2em;
}
@media screen and (max-width: 770px) {
  .wrapper .faq .faq-index ul li .faq-index-answer {
    padding: 0.5em 1em 0.5em 1em;
  }
}
.wrapper .faq .faq-index ul li .faq-index-answer.check {
  display: flex;
}
.wrapper .faq .faq-index ul li .faq-index-answer .head {
  color: lightseagreen;
  font-size: 1.2em;
  margin: 0 0.3em 0 0.2em;
}
.wrapper .faq .faq-index ul li .head {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-right: 0.3em;
}
.wrapper .faq .faq-index ul li .content {
  font-size: 0.8em;
}
.wrapper .faq .faq-index ul li .content a {
  color: #337AB7;
}
@media screen and (min-width: 1271px) {
  .wrapper .list {
    padding: 2em 0 6em;
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list {
    padding: 2em 0 6em;
    display: flex;
    align-items: top;
    justify-content: space-between;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list {
    padding: 0 0 6em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list {
    padding: 0 0 6em;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-thumnail {
    width: 311px;
    margin: 0 52px 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-thumnail {
    width: 311px;
    margin: 0 52px 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-thumnail {
    width: 100%;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-thumnail {
    width: 100%;
    margin: 0 0 1em;
  }
}
.wrapper .list .list-thumnail img {
  width: 100%;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index {
    width: 812px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index {
    width: 812px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index {
    width: 100%;
  }
}
.wrapper .list .list-index img {
  width: 100%;
}
.wrapper .list .list-index h3.subtitle,
.wrapper .list .list-index h3.staff {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.wrapper .list .list-index ul li {
  margin: 0 0 2px;
  border: 0;
  background: #fff;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li {
    padding: 1em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li {
    padding: 1em;
    align-items: center;
    justify-content: left;
  }
}
.wrapper .list .list-index ul li .number {
  float: left;
  border-bottom: 2px solid #D9534F;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .number {
    width: 2.5%;
    margin: 0 0.75em 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .number {
    width: 2.5%;
    margin: 0 0.75em 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .number {
    width: 4%;
    margin: 0 1.2em 0 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .number {
    width: 4%;
    margin: 0 1.2em 0 0;
    font-weight: bold;
  }
}
.wrapper .list .list-index ul li .list-index-box {
  float: right;
  cursor: pointer;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .list-index-box {
    width: 93%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .list-index-box {
    width: 93%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .list-index-box {
    width: 90%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .list-index-box {
    width: 90%;
    line-height: 1.8;
  }
}
.wrapper .list .list-index ul li .list-index-box a {
  color: #0000ff;
}
.wrapper .list .list-index ul li .list-index-box .time {
  font-size: 0.7em;
  line-height: 1;
  color: #aaa;
}
.wrapper .list .list-index ul li .list-index-box .title {
  line-height: 1.4;
  color: #555;
  font-weight: bold;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .list-index-box .title {
    margin: 0.4em 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .list-index-box .title {
    margin: 0.3em 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .list-index-box .title {
    margin: 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .list-index-box .title {
    margin: 0;
  }
}
.wrapper .list .list-index ul li .list-index-box .title:hover {
  color: #D9534F;
}
.wrapper .list .list-index ul li .list-index-box .title .new {
  margin: 0 1em 0 0;
  padding: 5px 8px;
  display: inline-block;
  background: #D9534F;
  font-size: 0.7em;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  border-radius: 5px;
  float: left;
}
.wrapper .list .list-index ul li .list-index-box .title a.title-link {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .list-index-box .title a.title-link {
    width: fit-content;
    max-width: 90%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .list-index-box .title a.title-link {
    width: fit-content;
    max-width: 90%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .list-index-box .title a.title-link {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .list-index-box .title a.title-link {
    width: 100%;
  }
}
.wrapper .list .list-index ul li .list-index-box .title .category {
  border-radius: 2px;
  font-size: 0.7em;
  padding: 3px 12px 3px 7px;
  margin: 0px 0 0 5px;
  background: #f6e9c5;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.wrapper .list .list-index ul li .list-index-box .title .category i {
  color: white;
  transform: scale(-1, 1);
  font-size: 7px;
  margin-right: 5px;
}
.wrapper .list .list-index ul li .list-index-box .audio {
  display: none;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .list-index-box .audio {
    padding: 1.5em 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .list-index-box .audio {
    padding: 1.5em 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .list-index-box .audio {
    padding: 0.5em 0 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .list-index-box .audio {
    padding: 0.5em 0 0;
  }
}
.wrapper .list .list-index ul li .list-index-box .audio audio {
  width: 100%;
}
.wrapper .list .list-index ul li .list-index-box .audio.radio {
  display: block !important;
}
.wrapper .list .list-index ul li .list-index-box audio {
  width: 100%;
}
.wrapper .list .list-index ul li .list-index-box iframe {
  width: 100% !important;
}
.wrapper .list .list-index ul li .list-index-box.radio {
  float: unset;
}
.wrapper .list .list-index ul li:hover {
  background: #D9534F;
}
.wrapper .list .list-index ul li:hover .list-index-box .title {
  color: #fff;
}
.wrapper .list .list-index ul li:hover .list-index-box .title a {
  color: #fff;
}
.wrapper .list .list-index ul li:hover .number {
  border-bottom: 2px solid #FAD21E;
  color: #fff;
}
.wrapper .list .list-index ul li .list-info {
  font-weight: bold;
  color: #ccc;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .list-info {
    font-size: 12px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .list-info {
    font-size: 12px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .list-info {
    font-size: 12px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .list-info {
    font-size: 12px;
    padding-top: 2px;
  }
}
.wrapper .list .list-index ul li .list-info:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper .list .list-index ul li .list-info .staff {
  float: left;
}
.wrapper .list .list-index ul li .list-info .date {
  float: right;
}
.wrapper .list .list-index ul li .library-sns {
  margin: auto;
  width: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul li .library-sns {
    padding: 0.5em 1em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul li .library-sns {
    padding: 0.5em 1em 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul li .library-sns {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul li .library-sns {
    padding: 0 1.5em;
  }
}
.wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content {
  margin: 0 1.5em 0 0;
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}
.wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content i, .wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content svg {
  font-size: 1.6em;
}
.wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content:hover i, .wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content:hover svg {
  color: #D9534F;
}
.wrapper .list .list-index ul li .library-sns .library-sns-box .library-sns-content.good.comp {
  color: #D9534F;
}
.wrapper .list .list-index ul li .library-sns .library-sns-count {
  font-size: 0.9em;
}
.wrapper .list .list-index ul.favorite-list li {
  padding: 1.5em 2em;
}
.wrapper .list .list-index ul.favorite-list li .list-index-box {
  width: 100%;
  float: none;
}
.wrapper .list .list-index ul.favorite-list li .list-index-box .title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.wrapper .list .list-index ul.favorite-list li .list-index-box .title a {
  display: inline-block;
}
.wrapper .list .list-index ul.favorite-list li .list-index-box .title a.delete-btn {
  font-size: 0.8em;
  color: #D9534F;
}
.wrapper .list .list-index ul.favorite-list li .list-index-box .title .overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1271px) {
  .wrapper .list .list-index ul.favorite-list li .list-index-box .title .overflow {
    width: 93%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list .list-index ul.favorite-list li .list-index-box .title .overflow {
    width: 93%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list .list-index ul.favorite-list li .list-index-box .title .overflow {
    width: 87%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list .list-index ul.favorite-list li .list-index-box .title .overflow {
    width: 87%;
  }
}
.wrapper .list .list-index ul.favorite-list li .list-index-box .favorite-wrap {
  margin: 1em 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  font-size: 0.8em;
  color: #aaa;
}
.wrapper .list .list-index ul.favorite-list li:hover {
  background: #f8f8f8;
}
.wrapper .list .list-index ul.favorite-list li:hover .list-index-box .title a {
  color: #555;
}
.wrapper .list .list-index ul.favorite-list li:hover .list-index-box .title a.delete-btn {
  color: #D9534F;
}
.wrapper .list .list-index .staff-list {
  margin-bottom: 2em;
}
.wrapper .list .list-index .staff-list li {
  padding: 0;
}
.wrapper .list .list-index .staff-list li:hover {
  background: #f8f8f8;
}
.wrapper .list .list-index .staff-list li a .staff-list-box {
  padding: 1em 2em;
}
.wrapper .list .list-index .staff-list li a .staff-list-box figure {
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 1em;
}
.wrapper .list .list-index .staff-list li a .staff-list-box figure img {
  width: 100%;
  height: 100%;
}
.wrapper .list .list-index .staff-list li a .staff-list-box .staff-list-name {
  float: left;
  font-weight: bold;
  line-height: 40px;
}
.wrapper .list .list-index .staff-list li a .staff-list-box:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .list .list-index .fortune-message {
  cursor: pointer;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
  background: #D9534F;
  color: #fff;
  border-radius: 46px;
  margin: 0em auto 2em;
}
.wrapper .list .list-index .fortune {
  margin: auto;
  background: #fff;
}
.wrapper .list .list-index .fortune tr {
  border-bottom: 2px solid #f8f8f8;
}
.wrapper .list .list-index .fortune tr.fortunes:hover {
  color: #fff;
  background-color: #D9534F;
}
.wrapper .list .list-index .fortune tr.fortunes:hover .delete-btn {
  color: #fff;
}
.wrapper .list .list-index .fortune th {
  padding: 10px 15px;
  font-weight: bold;
}
.wrapper .list .list-index .fortune td {
  padding: 7px 15px;
}
.wrapper .list .list-index .fortune td.number {
  cursor: pointer;
  text-align: right;
  width: 60px;
}
.wrapper .list .list-index .fortune td.title {
  width: 100%;
  cursor: pointer;
}
.wrapper .list .list-index .fortune td.delete {
  text-align: right;
  min-width: 60px;
}
.wrapper .list .list-index .fortune td h4 {
  font-weight: bold;
}
.wrapper .list .list-index .fortune td .msg {
  font-size: 0.8em;
}
.wrapper .list .list-index .fortune td .delete-btn {
  cursor: pointer;
  text-align: center;
}
.wrapper .list .list-index .fortune td .delete-btn {
  font-size: 0.8em;
  color: #D9534F;
}
.wrapper .list .list-index .favorite {
  margin: auto;
  background: #eee;
}
.wrapper .list .list-index .favorite th {
  padding: 10px 15px;
  font-weight: bold;
}
.wrapper .list .list-index .favorite td {
  padding: 7px 15px;
}
.wrapper .list .list-index .favorite td.delete {
  text-align: right;
}
.wrapper .list .list-index .favorite td .delete-btn {
  cursor: pointer;
  font-size: 0.75em;
  text-align: center;
  background: #D9534F;
  padding: 5px 10px !important;
  color: white;
  border-radius: 30px;
}
.wrapper .list.view ul li {
  padding: 2em;
}
.wrapper .list.view ul li .list-index-box {
  width: 100%;
  float: none;
  cursor: default;
}
.wrapper .list.view ul li:hover {
  background: #fff;
}
.wrapper .list.view ul li.report {
  padding: 1em 2em;
}
.wrapper .list.view ul li.report .list-index-box .title {
  color: #aaa;
}
.wrapper .list.view ul > a li.report {
  cursor: pointer;
}
.wrapper .list.view ul > a li.report:hover {
  background: #f8f8f8;
}
.wrapper .list.view ul > a li.report:hover .list-index-box .title {
  color: #aaa;
}
.wrapper .list.view ul > a li.report .list-index-box .title {
  cursor: pointer;
  color: #555;
}
.wrapper .list.view .list-index .list-index-box video {
  width: 100%;
}
.wrapper .list.view .list-index .list-index-box .download_btn a {
  padding: 1em 2em;
  display: inline-block;
  border-radius: 50px;
  background: #337AB7;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 1271px) {
  .wrapper .list.view .list-index .list-index-box .download_btn a {
    line-height: 1;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .list.view .list-index .list-index-box .download_btn a {
    line-height: 1;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .list.view .list-index .list-index-box .download_btn a {
    line-height: 1;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .list.view .list-index .list-index-box .download_btn a {
    line-height: 1.5;
    text-align: center;
  }
}
.wrapper .list.view .list-index .list-index-box .download_btn a:hover {
  background: #555;
}
.wrapper .list.view .list-index .detail-content-youtube {
  margin: 0 0 2em;
}
.wrapper .list.view .list-index .detail-content-youtube iframe {
  width: 100%;
}
.wrapper .note {
  position: relative;
}
@media screen and (min-width: 1271px) {
  .wrapper .note {
    margin: 0 0 4em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note {
    width: 572px;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note {
    width: 572px;
    margin: 0 auto 4em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note {
    width: 100%;
    margin: 0 auto 4em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.col {
    width: 100%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note.col {
    width: 100%;
  }
}
.wrapper .note.col .grid-content.question ul li.col {
  height: 343px;
}
.wrapper .note.col .grid-content.question ul li.col .note-head-wrap {
  padding-bottom: 1em;
}
.wrapper .note.col .grid-content ul {
  text-align: center;
}
@media screen and (min-width: 1271px) {
  .wrapper .note.col .grid-content ul li.col {
    width: 400px;
    height: 383px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.col .grid-content ul li.col {
    width: 400px;
    height: 383px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note.col .grid-content ul li.col {
    width: 330px;
    height: 395px;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .note.col .grid-content ul li.col .note-head {
    padding: 2em 2em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.col .grid-content ul li.col .note-head {
    padding: 2em 2em 0;
  }
}
.wrapper .note.col .grid-content ul li.col .note-head-title {
  text-align: left;
}
.wrapper .note.col .grid-content ul li.col .note-head-wrap {
  padding-top: 1em;
}
.wrapper .note.col .grid-content ul li.col .note-content {
  text-align: left;
  padding-top: 0;
}
@media screen and (min-width: 1271px) {
  .wrapper .note.col .grid-content ul li.col .note-content {
    height: 156px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.col .grid-content ul li.col .note-content {
    height: 156px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note.col .grid-content ul li.col .note-content {
    height: 184px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .note.col .grid-content ul li.col .note-content .note-content-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.col .grid-content ul li.col .note-content .note-content-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note.col .grid-content ul li.col .note-content .note-content-wrap {
    padding: 0 1.5em 1em;
  }
}
.wrapper .note .grid-head {
  margin: 0 0 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .note .grid-head h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.wrapper .note .grid-head .sort {
  cursor: pointer;
  font-size: 0.9em;
  color: #D9534F;
}
.wrapper .note .grid-head .sort:before {
  margin: 0 0.7em 0 0;
  content: "\f0dc";
  font-family: FontAwesome;
}
.wrapper .note .grid-head .sort-menu {
  margin: 4em 0 0;
  position: absolute;
  right: 0;
  display: none;
  z-index: 50;
}
.wrapper .note .grid-head .sort-menu#open {
  display: block !important;
}
.wrapper .note .grid-head .sort-menu ul {
  width: 180px;
  background: #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}
.wrapper .note .grid-head .sort-menu ul li a {
  padding: 0.6em 1.2em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
}
.wrapper .note .grid-head .sort-menu ul li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .note .grid-head .sort-menu ul li.check a {
  color: #D9534F;
}
.wrapper .note .grid-head .sort-menu ul li.check a:after {
  display: inline-block;
  float: right;
  content: "\f00c";
  font-family: FontAwesome;
}
.wrapper .note .grid-content.res ul li {
  background: #f8f8f8;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content.res ul li .note-comments {
    padding: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content.res ul li .note-comments {
    padding: 0;
  }
}
.wrapper .note .grid-content.res ul li .note-comments ul {
  margin: 0;
}
.wrapper .note .grid-content.res ul li .note-comments ul li {
  background: #fff;
}
.wrapper .note .grid-content.res ul li .note-comments .resres li {
  background: #fafafa;
}
.wrapper .note .grid-content.col ul {
  text-align: center;
}
.wrapper .note .grid-content.col ul li.col {
  width: 400px;
  height: 383px;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content.col ul li.col .note-head {
    padding: 2em 2em 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content.col ul li.col .note-head {
    padding: 2em 2em 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content.col ul li.col .note-head {
    padding: 1em 1.5em 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content.col ul li.col .note-head {
    padding: 1em 1.5em 0;
  }
}
.wrapper .note .grid-content.col ul li.col .note-head .note-head-title {
  text-align: left;
}
.wrapper .note .grid-content.col ul li.col .note-head .note-head-wrap {
  padding-top: 1em;
}
.wrapper .note .grid-content.col ul li.col .note-content {
  height: 156px;
  text-align: left;
  padding-top: 0;
}
.wrapper .note .grid-content.col ul li.col .note-content .note-content-wrap {
  padding-top: 0;
}
.wrapper .note .grid-content ul {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul {
    margin: 0 -32px 0 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul {
    margin: 0;
  }
}
.wrapper .note .grid-content ul li {
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li {
    width: 572px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li {
    width: 572px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li {
    width: 572px;
    margin: 0 32px 32px 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li {
    width: 100%;
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-comments {
    padding: 2em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-comments {
    padding: 2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-comments {
    padding: 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-comments {
    padding: 1em;
  }
}
.wrapper .note .grid-content ul li .note-comments ul {
  margin: 0;
}
.wrapper .note .grid-content ul li .note-comments ul li {
  width: 100%;
  margin: 0 0 2em 0;
  background: #fafafa;
}
.wrapper .note .grid-content ul li .note-comments ul li:last-child {
  margin: 0;
}
.wrapper .note .grid-content ul li .note-comments ul li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.wrapper .note .grid-content ul li .note-comments .comments-head {
  font-size: 0.8em;
  padding: 1.5em 2em 0em;
}
.wrapper .note .grid-content ul li .note-comments .comments-head:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-icon img {
  border-radius: 120px;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-name {
  float: left;
  font-weight: bold;
  line-height: 30px;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-name a {
  color: #aaa;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-name a:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap .comments-head-date {
  line-height: 30px;
  float: right;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap .comments-head-res {
  float: right;
  line-height: 20px;
  margin: 0 0 0 10px;
  background: #ddd;
  padding: 5px 15px;
  border-radius: 30px;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap .comments-head-edit {
  cursor: pointer;
  margin: 0 0 0 1em;
  float: right;
  line-height: 30px;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap .comments-head-edit:after {
  content: "\f141";
  font-family: FontAwesome;
  font-size: 1.1em;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap .comments-head-edit:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu {
  margin: 0;
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 38px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 38px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu {
    width: 110px;
    right: 8%;
    top: 23px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu {
    width: 110px;
    top: 40px;
    right: 5%;
  }
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu#open {
  display: block !important;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu li {
  width: auto;
  margin: 0;
  background: none;
  border-radius: 0;
  display: block;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu li a {
  padding: 0.5em 1em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
  color: #555;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu li:nth-child(1) a:before {
  margin: 0 0.6em 0 0;
  content: "\f040";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-comments .comments-head .comments-head-wrap ul.comments-head-edit-menu li:nth-child(2) a:before {
  margin: 0 0.6em 0 0;
  content: "\f00d";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-comments .comments-comments {
  padding: 1em 2em;
}
.wrapper .note .grid-content ul li .note-comments .resres {
  padding: 2em;
}
.wrapper .note .grid-content ul li .note-comments .resres li {
  background: #fff;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head {
  padding: 1.5em 2em 0;
  font-size: 0.8em;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-icon img {
  border-radius: 120px;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-name {
  float: left;
  font-weight: bold;
  line-height: 30px;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-name a {
  color: #aaa;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-name a:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap .resres-head-date {
  line-height: 30px;
  float: right;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap .resres-head-edit {
  cursor: pointer;
  float: right;
  line-height: 30px;
  margin-left: 10px;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap .resres-head-edit:after {
  content: "\f141";
  font-family: FontAwesome;
  font-size: 1.1em;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap .resres-head-edit:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu {
  margin: 0;
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 38px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 38px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu {
    width: 110px;
    right: 8%;
    top: 23px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu {
    width: 110px;
    top: 40px;
    right: 5%;
  }
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu#open {
  display: block !important;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu li {
  width: auto;
  margin: 0;
  background: none;
  border-radius: 0;
  display: block;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu li a {
  padding: 0.5em 1em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
  color: #555;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu li:nth-child(1) a:before {
  margin: 0 0.6em 0 0;
  content: "\f040";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-head .resres-head-wrap ul.resres-head-edit-menu li:nth-child(2) a:before {
  margin: 0 0.6em 0 0;
  content: "\f00d";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-comments .resres .resres-resres {
  padding: 1em 2em;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-head {
    padding: 2em 2em 0;
    align-items: top;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-head {
    padding: 1em 2em 0.5em;
    align-items: top;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-head {
    padding: 1em 1.5em 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-head {
    padding: 1em 1.5em 0;
  }
}
.wrapper .note .grid-content ul li .note-head .note-head-title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-head .note-head-title {
    width: 100%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-head .note-head-title {
    width: 100%;
  }
}
.wrapper .note .grid-content ul li .note-head .note-head-title a:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-head .note-head-title .note-head-unreleased {
  background: red;
  height: 25px;
  margin-right: 5px;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 0.6em;
  font-weight: bold;
  color: white;
  float: left;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap {
  padding: 1.5em 0 0;
  color: #aaa;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-icon img {
  border-radius: 120px;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-name {
  float: left;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 30px;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-name a {
  cursor: pointer;
  color: #aaa;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-name a:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-date {
  line-height: 30px;
  float: right;
  font-size: 0.8em;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-date {
    margin: 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-date {
    margin: 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-date {
    margin: 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-date {
    margin: 0;
  }
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-edit {
  float: right;
  margin: 0 0 0 1em;
  cursor: pointer;
  line-height: 30px;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-edit:after {
  content: "\f141";
  font-family: FontAwesome;
  font-size: 1.1em;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap .note-head-edit:hover {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu {
  margin: 0;
  display: none;
  background: #f1f1f1;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 115px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu {
    width: 80px;
    right: 28px;
    top: 115px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu {
    width: 110px;
    right: 28px;
    top: 100px;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu {
    width: 110px;
    top: 100px;
    right: 5%;
  }
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu#open {
  display: block !important;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu li {
  width: auto;
  margin: 0;
  background: none;
  border-radius: 0;
  display: block;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu li a {
  padding: 0.5em 1em;
  display: block;
  overflow: hidden;
  font-size: 0.9em;
  color: #555;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu li a:hover {
  background: #eee;
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu li:nth-child(1) a:before {
  margin: 0 0.6em 0 0;
  content: "\f040";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-head .note-head-wrap ul.note-head-edit-menu li:nth-child(2) a:before {
  margin: 0 0.6em 0 0;
  content: "\f00d";
  font-family: FontAwesome;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-head.fl {
    padding: 2em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-head.fl {
    padding: 2em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-head.fl {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-head.fl {
    padding: 1em 1.5em;
  }
}
.wrapper .note .grid-content ul li .note-head.fl .note-head-title.fl-l {
  margin: 0 0 1em;
  display: block;
}
.wrapper .note .grid-content ul li .note-head.fl .note-head-wrap {
  padding: 0;
  overflow: hidden;
}
.wrapper .note .grid-content ul li .note-head.fl .note-head-wrap .note-head-name {
  margin: 0 0.5em 0 0;
  display: inline-block;
}
.wrapper .note .grid-content ul li .note-head.fl .note-head-wrap .note-head-date {
  margin: 0;
  display: inline-block;
}
.wrapper .note .grid-content ul li .note-head.fl:after {
  display: block;
  content: " ";
  clear: both;
}
.wrapper .note .grid-content ul li .note-images {
  overflow: hidden;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-images {
    width: 572px;
    height: auto;
    max-height: 572px;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-images {
    width: 572px;
    height: auto;
    max-height: 572px;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-images {
    width: 572px;
    height: auto;
    max-height: 572px;
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-images {
    width: 100%;
    min-height: auto;
    max-height: 500px;
    margin: 1em 0 0;
  }
}
.wrapper .note .grid-content ul li .note-images .bx-wrapper {
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  background: none !important;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-viewport {
    height: auto !important;
  }
}
.wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-viewport ul li {
  border-radius: 0;
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-viewport ul li {
    margin: 0 0 0.3em;
  }
}
.wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-pager {
  bottom: 40px !important;
}
.wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-pager.bx-default-pager a {
  background: #555 !important;
}
.wrapper .note .grid-content ul li .note-images .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2E2C42 !important;
}
.wrapper .note .grid-content ul li .note-sns {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-sns {
    padding: 1em 2em 1em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-sns {
    padding: 1em 2em 1em;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note .grid-content ul li .note-sns {
    padding: 1em 1.5em 1em;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-sns {
    padding: 1em 1.5em 1em;
  }
}
.wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content {
  margin: 0 0.7em 0 0;
  display: inline-block;
  float: left;
  cursor: pointer;
  line-height: 1;
}
.wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content i, .wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content svg {
  font-size: 1.4em;
}
@media screen and (min-width: 1271px) {
  .wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content:hover i, .wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content:hover svg {
    color: #D9534F;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content:hover i, .wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content:hover svg {
    color: #D9534F;
  }
}
.wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content .fa-heart::before {
  content: "\f004";
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-sns .note-sns-box .note-sns-content.good.comp {
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-sns .note-sns-count {
  font-size: 0.9em;
}
.wrapper .note .grid-content ul li .note-content {
  height: auto;
  padding: 1em 0 2em;
  overflow: hidden;
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-content {
    padding: 0em 1em;
  }
}
.wrapper .note .grid-content ul li .note-content .note-content-wrap {
  padding: 1em 2em;
  border-radius: 5px;
}
@media screen and (max-width: 770px) {
  .wrapper .note .grid-content ul li .note-content .note-content-wrap {
    padding: 1em 0.5em 2em;
  }
}
.wrapper .note .grid-content ul li .note-content.note-detail {
  height: auto;
}
.wrapper .note .grid-content ul li .note-more a {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-align: center;
  background: #feefef;
  color: #D9534F;
}
.wrapper .note .grid-content ul li .note-more a:after {
  margin: 0 -1em 0 0.7em;
  content: "\f105";
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: FontAwesome;
}
.wrapper .note .grid-content ul li .note-favorite .note-favorite-btn {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-align: center;
  background: #f6ce95;
  cursor: pointer;
  color: #ffffff;
}
.wrapper .note .grid-content ul li .note-favorite .note-favorite-btn.comp {
  background: #f0ad4e;
}
.wrapper .note .grid-content .comments-post {
  margin: 3em 0;
}
.wrapper .note .grid-content .comments-post .form-control {
  margin: 0.5em 0;
  overflow: hidden;
}
.wrapper .note .grid-content .comments-post .form-control.question .textarea textarea {
  height: 200px;
}
.wrapper .note .grid-content .comments-post .form-control .form-label {
  margin: 0 0.5em 0 0;
  display: inline-block;
  float: left;
  font-weight: bold;
}
.wrapper .note .grid-content .comments-post .form-control .form-username {
  display: inline-block;
  float: left;
}
.wrapper .note .grid-content .comments-post .form-control .textarea {
  margin: 0 0 1em;
}
.wrapper .note .grid-content .comments-post .form-control .textarea textarea {
  background: #fff;
}
.wrapper .note.detail .form-group {
  margin: 0 0 1em;
  text-align: left;
}
.wrapper .note.detail .form-group .form-control {
  margin: 0;
  padding: 0 0 1em;
  border: 0;
}
.wrapper .note.detail .form-group .form-control input[type="text"] {
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
.wrapper .note.detail .form-group .form-control textarea {
  min-height: 500px;
}
.wrapper .note.detail .form-group .form-control.image-upload {
  padding: 0 0 1em;
  overflow: hidden;
}
.wrapper .note.detail .form-group .form-control.image-upload #file {
  margin: 0.6em 0 0;
  padding: 0.6em 1.4em;
  float: left;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: none;
}
.wrapper .note.detail .form-group .form-control.image-upload .plus {
  margin: 0.5em 0 0;
  float: left;
  cursor: pointer;
}
.wrapper .note.detail .form-group .form-control.image-upload .plus:after {
  margin: 0 0 0 0.6em;
  content: "\f055";
  font-family: FontAwesome;
  font-size: 1.8em;
}
.wrapper .note.detail .form-group .form-control.image-upload .plus:hover:after {
  color: #D9534F;
}
@media screen and (min-width: 1271px) {
  .wrapper .note.detail .form-group .submit-button {
    width: 40%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .wrapper .note.detail .form-group .submit-button {
    width: 40%;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .wrapper .note.detail .form-group .submit-button {
    width: 50%;
  }
}
@media screen and (max-width: 770px) {
  .wrapper .note.detail .form-group .submit-button {
    width: 50%;
  }
}
.wrapper .note.detail .form-group.center {
  text-align: center;
}
.wrapper .setting h3 {
  font-weight: bold;
}
.wrapper .setting .form-group {
  margin: 0 0 3em;
}
.wrapper .setting .form-group .form-control select {
  margin: 0.5em 0 0;
}
.wrapper .setting .form-group .form-control.image-upload {
  padding: 0;
  overflow: hidden;
  border: 0;
}
.wrapper .setting .form-group .form-control.image-upload label {
  display: block;
}
.wrapper .setting .form-group .form-control.image-upload #file {
  margin: 0.6em 0 0;
  padding: 0.6em 1.4em;
  float: left;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: none;
}
.wrapper .setting .form-group .form-control.image-upload .plus {
  margin: 0.5em 0 0;
  float: left;
  cursor: pointer;
}
.wrapper .setting .form-group .form-control.image-upload .plus:after {
  margin: 0 0 0 0.6em;
  content: "\f055";
  font-family: FontAwesome;
  font-size: 1.8em;
}
.wrapper .setting .form-group .form-control.image-upload .plus:hover:after {
  color: #D9534F;
}
.wrapper .setting .form-group .form-control.radio label {
  display: block;
}
.wrapper .setting .form-group textarea {
  height: 200px;
}
.wrapper .setting .change_icon .user_icon {
  margin: auto;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0em auto 1em;
}
.wrapper .setting .change_icon .user_icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wrapper .setting .change_icon .panel {
  margin-bottom: 2em;
}
.wrapper .setting .change_icon .panel:after {
  display: block;
  content: "";
  clear: both;
}
.wrapper .setting .change_icon .panel .format {
  color: #D9534F;
  float: left;
}
@media screen and (max-width: 770px) {
  .wrapper .setting .change_icon .panel .format {
    float: none;
    margin: 0px auto 1em;
    width: fit-content;
  }
}
.wrapper .setting .change_icon .panel .format div {
  line-height: 30px;
}
.wrapper .setting .change_icon .panel .user_icon_delete {
  padding: 1em 2em;
  width: 40%;
  background: #ddd;
  border-radius: 50px;
  margin: 0em auto;
  text-align: center;
  float: right;
}
@media screen and (max-width: 770px) {
  .wrapper .setting .change_icon .panel .user_icon_delete {
    float: none;
    width: 50%;
    min-width: 200px;
  }
}
.wrapper .setting .change_icon #file_upload_section {
  margin-bottom: 2em;
}
.wrapper .setting .change_icon #file_upload_section #drop,
.wrapper .setting .change_icon #file_upload_section #drop-user-icon {
  border: 3px #aaa;
  border-style: dashed;
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 1em;
}
.wrapper .setting .change_icon #file_upload_section #imageselect {
  margin-bottom: 1em;
}
.wrapper .setting .change_icon #file_upload_section #usericonselect {
  margin-bottom: 1em;
  font-size: 1em;
}
.wrapper .setting .login a {
  margin: 1em 0;
  padding: 1em 2em;
  display: inline-block;
  background: #aaa;
  border-radius: 50px;
  line-height: 1;
  color: #fff;
}
.wrapper .setting .login a:hover {
  background: #D9534F;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager ul {
  display: inline-block;
}
.pager ul li {
  display: inline;
  margin: 0 3px;
}
.pager ul li a {
  width: 40px;
  display: inline-block;
  padding: 10px;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 2px;
  font-size: 0.9em;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pager ul li a:hover {
  background: #D9534F;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pager ul li.now {
  width: 40px;
  display: inline-block;
  padding: 10px;
  background-color: #D9534F;
  border-radius: 2px;
  font-size: 0.9em;
  color: #fff;
  white-space: nowrap;
}

footer {
  width: 100%;
  background: #555;
  bottom: 0;
  color: #fff;
}
@media screen and (min-width: 1271px) {
  footer {
    padding: 1em 0;
    position: fixed;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  footer {
    padding: 1em 2em;
    position: fixed;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  footer {
    padding: 2em 0;
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  footer {
    padding: 2em 0;
    text-align: center;
  }
}
footer .wrapper {
  margin: 0 auto;
  padding: 0;
  font-size: 0.9em;
}
@media screen and (min-width: 1271px) {
  footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  footer .wrapper .footer-menu {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 770px) {
  footer .wrapper .footer-menu {
    margin: 0 0 1em;
  }
}
footer .wrapper .footer-menu a {
  color: #fff;
}
footer .wrapper .footer-menu a:hover {
  color: #D9534F;
}
footer .wrapper .copyright {
  font-size: 0.9em;
}

.message.success {
  width: 100%;
  margin: 0 0 3px;
  padding: 0.5em 0;
  background: #f2f2f2;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #58be89;
}
.message.error {
  width: 100%;
  margin: 0 0 3px;
  padding: 0.5em 0;
  background: #f2f2f2;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #C00;
}

.bx-wrapper img {
  margin: auto;
}

.hidden {
  display: none;
}

/* modal */
.modal-notice {
  font-size: 0.5em;
  font-weight: initial;
  margin: 0 0 0 1em;
  cursor: pointer;
  display: inline-block;
}

.modal-content-fortune {
  margin: 0;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  display: none;
  z-index: 2;
  top: 20px;
  background: #fff url(/images/fortune_bg.png) repeat;
  background-size: 200%;
  -webkit-animation: loopLeft 60s linear infinite;
  -moz-animation: loopLeft 60s linear infinite;
  -ms-animation: loopLeft 60s linear infinite;
  -o-animation: loopLeft 60s linear infinite;
  animation: loopLeft 60s linear infinite;
}
@media screen and (min-width: 1271px) {
  .modal-content-fortune {
    width: 600px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .modal-content-fortune {
    width: 600px;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .modal-content-fortune {
    width: 600px;
  }
}
@media screen and (max-width: 770px) {
  .modal-content-fortune {
    width: 90%;
  }
}
.modal-content-fortune .modal-header {
  padding: 25px;
  border: 0;
  border-radius: 5px 5px 0 0;
  background: #D9534F;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 770px) {
  .modal-content-fortune .modal-header {
    font-size: 1.2em;
  }
}
.modal-content-fortune .modal-header .icon-close {
  cursor: pointer;
  float: right;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
}
.modal-content-fortune .modal-header .modal-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.modal-content-fortune .modal-body {
  padding: 1em 2em;
}
.modal-content-fortune .modal-body h2 {
  font-weight: bold;
  font-style: italic;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 770px) {
  .modal-content-fortune .modal-body h2 {
    font-size: 1.5em;
  }
}
.modal-content-fortune .modal-body h2 span {
  margin: 0 0 5px;
  display: block;
  background: none;
  font-size: 16px;
}
.modal-content-fortune .modal-body .loading {
  padding: 200px 0;
  display: none;
}
.modal-content-fortune .modal-body .loading .load {
  margin: 0 0 0 -25px;
  left: 50%;
  position: absolute;
  color: #ccc;
  font-size: 2em;
}
.modal-content-fortune .modal-body .loading-now {
  display: block;
}
.modal-content-fortune .modal-footer {
  padding: 0.5em 1em;
  border-top: 1px solid #ddd;
}
.modal-content-fortune .modal-footer .fortune-collection {
  display: block;
  margin: 15px auto !important;
  padding: 20px 0 !important;
  background: #D9534F;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1271px) {
  .modal-content-fortune .modal-footer .fortune-collection {
    width: 350px !important;
  }
}
@media screen and (min-width: 951px) and (max-width: 1270px) {
  .modal-content-fortune .modal-footer .fortune-collection {
    width: 350px !important;
  }
}
@media screen and (min-width: 771px) and (max-width: 950px) {
  .modal-content-fortune .modal-footer .fortune-collection {
    width: 350px !important;
  }
}
.modal-content-fortune .modal-footer .fortune-collection a {
  color: #fff;
}
.modal-content-fortune .modal-footer .button-close {
  cursor: pointer;
  float: right;
  background: #bbb;
  color: #fff;
  margin: 0.5em 1em 1em;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
}

.modal-content {
  width: fit-content;
  max-width: 95%;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  display: none;
  z-index: 2;
  top: 20px;
}
.modal-content .modal-header {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 1em;
  background: #f0ad4e;
  border-radius: 5px 5px 0px 0px;
}
.modal-content .modal-header .icon-close {
  cursor: pointer;
  float: right;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
}
.modal-content .modal-header .modal-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.modal-content .modal-body {
  padding: 0.5em 1em;
}
.modal-content .modal-footer {
  padding: 0.5em 1em;
  border-top: 1px solid #ddd;
}
.modal-content .modal-footer .button-close {
  cursor: pointer;
  float: right;
  background: #bbb;
  color: #fff;
  margin: 0.5em 0em 1em;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

.tmp_button {
  margin: 2em auto;
  padding: 1em 0;
  display: block;
  border-radius: 50px;
  background: #D9534F;
  text-align: center;
  color: #fff;
}

.tmp_button:hover {
  background: #555;
  color: #fff !important;
}

.w_20per {
  width: 20%;
}

.w_30per {
  width: 30%;
}

.w_40per {
  width: 0%;
}

.w_50per {
  width: 50%;
}

.item {
  font-size: 13px;
}

.val {
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.title_h3 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

.alert {
  color: #D9534F;
}

.read-more {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-align: center;
  background: #feefef;
  color: #D9534F;
  cursor: pointer;
}
.read-more:after {
  margin: 0 -1em 0 0.7em;
  content: "\f105";
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: FontAwesome;
}

.read-more-text {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-align: center;
  background: #feefef;
  color: #D9534F;
  cursor: pointer;
}
.read-more-text:after {
  margin: 0 -1em 0 0.7em;
  content: "\f105";
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: FontAwesome;
}

.hidden-text {
  height: 2000px;
  overflow-y: hidden;
}

.bk_index:before {
  margin: 0 1em 0 -0.7em;
  content: "\f104";
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: FontAwesome;
}

span.js-modal-open {
  cursor: pointer;
}

span.js-modal-close {
  cursor: pointer;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  max-height: 30%;
  overflow-y: scroll;
}
@media screen and (max-width: 770px) {
  .modal__content {
    width: 90%;
  }
}
