@charset "UTF-8";
/* ------------------------------------------------- *
 *        ＠リセットCSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

h1 {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-size: 20px;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5 {
      font-size: 18px; } }

p {
  line-height: 1.7;
  font-size: 15px;
  padding: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 14px; } }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  background: #FFF; }

th {
  background: #f3f3f3; }

th, td {
  padding: 8px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  display: block; }

/* ------------------------------------------------- *
 *        ＠マルチクラスCSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
body {
  margin: 0;
  background: #f7f7f7; }

#wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }

.section-title {
  padding: 16px 32px;
  background: #555;
  color: #FFF;
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .section-title {
      padding: 16px;
      font-size: 16px; } }

.img-w {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

/* ------------------------------------------------- *
 *        ＠通常CSS　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
header {
  padding: 32px;
  display: table; }
  @media only screen and (max-width: 767px) {
    header {
      padding: 16px; } }
  header .h-logo {
    display: table-cell;
    vertical-align: middle; }
    header .h-logo img {
      width: 120px; }
      @media only screen and (max-width: 767px) {
        header .h-logo img {
          width: 80px; } }
  header .h-txt {
    padding-left: 16px;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      header .h-txt {
        font-size: 14px; } }

/* ------------------------------------------------- *
 *        ＠single　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* ヘッダー */
#single-header {
  padding: 16px; }
  #single-header h1 {
    font-size: 26px; }
    @media only screen and (max-width: 767px) {
      #single-header h1 {
        font-size: 18px; } }

/* メインビジュアル */
#main-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

/* CVエリア */
#cv-area {
  background: #FFF5D9;
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    #cv-area {
      padding: 16px; } }
  #cv-area .btn-cv a {
    color: #FFF;
    text-decoration: none; }
  #cv-area .btn-cv .sub-txt {
    color: black;
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
    color: #ff4001; }
    @media only screen and (max-width: 767px) {
      #cv-area .btn-cv .sub-txt {
        font-size: 14px; } }
  #cv-area .btn-cv .main-txt {
    width: 50%;
    background: red;
    padding: 16px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px; }
  #cv-area .btn-cv img {
    width: 60%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #cv-area .btn-cv img {
        width: 80%; } }

/* 商品説明 */
#section-about {
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    #section-about {
      padding: 16px; } }
  #section-about h2 {
    background-color: #F3F3F3;
    border-radius: 10px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 2rem 0 1.5rem 0;
    padding: 1rem 1.2rem; }
    @media only screen and (max-width: 767px) {
      #section-about h2 {
        font-size: 1.2rem; } }
  #section-about h3 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 2rem;
    padding: 1rem 0; }
    @media only screen and (max-width: 767px) {
      #section-about h3 {
        font-size: 1.1rem; } }
  #section-about h4 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 1.6rem 0 0.6rem; }
    @media only screen and (max-width: 767px) {
      #section-about h4 {
        font-size: 1.1rem; } }
  #section-about dl {
    margin: 0 0 2rem 0;
    padding: 0; }
    #section-about dl dt {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        #section-about dl dt {
          margin: 0 0 5px 0; } }
    #section-about dl dd {
      background: #F9F9F9;
      border-radius: 4px;
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 24px;
      padding: 1rem; }
      @media only screen and (max-width: 767px) {
        #section-about dl dd {
          margin: 0 0 1.2rem 0;
          padding: 1rem; } }
  #section-about .point {
    border: 1px solid #4f4f4f;
    border-bottom: 2px solid #4f4f4f;
    border-right: 2px solid #4f4f4f;
    border-radius: 4px;
    color: #4f4f4f;
    font-size: 1.1rem;
    line-height: 2.1;
    margin-bottom: 64px;
    padding: 26px 24px 24px 24px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #section-about .point {
        font-size: 15px;
        margin-bottom: 40px; } }
    #section-about .point:before {
      background: #222;
      color: #FFF;
      content: 'POINT';
      display: inline-block;
      font-size: 16px;
      left: 50%;
      line-height: 1;
      padding: 6px 0;
      position: absolute;
      width: 140px;
      text-align: center;
      top: 0;
      transform: translate(-50%, -50%); }
    #section-about .point p, #section-about .point ul, #section-about .point ol, #section-about .point dl {
      margin: 0; }
  #section-about .memo {
    border: 1px solid #4f4f4f;
    border-bottom: 2px solid #4f4f4f;
    border-right: 2px solid #4f4f4f;
    border-radius: 4px;
    font-size: 1.1rem;
    color: #4f4f4f;
    line-height: 2.1;
    margin-bottom: 64px;
    padding: 26px 24px 24px 24px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #section-about .memo {
        font-size: 15px;
        margin-bottom: 40px; } }
    #section-about .memo:before {
      content: 'MEMO';
      display: inline-block;
      width: 120px;
      padding: 6px;
      background-color: #FFF;
      background-image: url(../img/icon/icon-memo-left.png), url(../img/icon/icon-memo-right.png);
      background-repeat: no-repeat;
      background-position: 8%,92%;
      color: #4f4f4f;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    #section-about .memo p, #section-about .memo ul, #section-about .memo ol, #section-about .memo dl {
      margin: 0; }
  #section-about .btn-column {
    background: #02bb80;
    border-radius: 4px;
    margin: 2rem auto 3rem auto;
    position: relative;
    text-align: center;
    width: 50%;
    -webkit-box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    text-shadow: 2px 2px 2px #666; }
    #section-about .btn-column:hover {
      -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) inset;
      box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) inset;
      opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      #section-about .btn-column {
        width: 74%; } }
    #section-about .btn-column a {
      color: #FFF;
      display: block;
      font-size: 1.1rem;
      line-height: 1.2;
      padding: 1.2rem 1.4rem;
      font-weight: bold;
      text-decoration: none !important; }
    #section-about .btn-column img {
      position: absolute;
      right: 4%;
      top: 33%;
      width: 10px; }
    #section-about .btn-column.shine {
      overflow: hidden;
      position: relative; }
      #section-about .btn-column.shine::after {
        animation: shiny-btn1 3s ease-in-out infinite;
        background-color: #fff;
        content: '';
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        top: -180px;
        width: 30px; }
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
  #section-about p {
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 2rem;
    text-align: justify; }
  #section-about .txt-marker {
    background-image: linear-gradient(transparent 40%, #ffe76b 30%);
    font-weight: bold; }
  #section-about .txt-red {
    color: red;
    font-weight: bold; }
  #section-about .waku {
    background: #F3F3F3;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    padding: 2rem; }
  #section-about .txt-waku {
    border: 7px solid #53b4c5;
    margin-bottom: 30px;
    padding: 30px; }
  #section-about .blog-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 64px 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #section-about .blog-card {
        margin-bottom: 40px; } }
    #section-about .blog-card:hover {
      background: #fff7e6; }
    #section-about .blog-card .blog-card-kanren {
      background: #e28b23;
      border-radius: 50px;
      color: #fff;
      font-size: 14px;
      left: .5rem;
      line-height: 1;
      padding: 5px;
      position: absolute;
      top: -6%;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        #section-about .blog-card .blog-card-kanren {
          font-size: 12px;
          top: -10%; } }
    #section-about .blog-card a {
      color: #222;
      display: block;
      overflow: hidden;
      position: relative;
      text-decoration: none !important; }
      @media only screen and (max-width: 767px) {
        #section-about .blog-card a {
          overflow: hidden; } }
    #section-about .blog-card .blog-card-thumbnail {
      float: left;
      width: 25%; }
      @media only screen and (max-width: 767px) {
        #section-about .blog-card .blog-card-thumbnail {
          padding-bottom: 16px;
          padding-left: 16px;
          padding-top: 24px; } }
      #section-about .blog-card .blog-card-thumbnail img {
        border-radius: 4px 0 0 4px;
        height: auto;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #section-about .blog-card .blog-card-thumbnail img {
            border-radius: 4px; } }
    #section-about .blog-card .blog-card-content {
      float: right;
      padding: 16px;
      text-decoration: none;
      width: 75%; }
      #section-about .blog-card .blog-card-content .blog-card-title-midashi {
        margin-bottom: 10px; }
        @media only screen and (max-width: 992px) {
          #section-about .blog-card .blog-card-content .blog-card-title-midashi {
            margin-bottom: 5px; } }
        @media only screen and (max-width: 767px) {
          #section-about .blog-card .blog-card-content .blog-card-title-midashi {
            left: 16px;
            position: absolute;
            top: -10px; } }
        #section-about .blog-card .blog-card-content .blog-card-title-midashi span {
          background: #5090d9;
          color: #FFF;
          padding: 4px 8px; }
          @media only screen and (max-width: 992px) {
            #section-about .blog-card .blog-card-content .blog-card-title-midashi span {
              font-size: 12px; } }
      #section-about .blog-card .blog-card-content .blog-card-cat {
        float: left;
        font-size: 12px; }
        @media only screen and (max-width: 767px) {
          #section-about .blog-card .blog-card-content .blog-card-cat {
            font-size: 10px; } }
      #section-about .blog-card .blog-card-content .blog-card-day {
        float: right;
        font-size: 12px; }
        @media only screen and (max-width: 767px) {
          #section-about .blog-card .blog-card-content .blog-card-day {
            font-size: 10px; } }
      #section-about .blog-card .blog-card-content .blog-card-title {
        clear: both;
        color: #303030;
        font-size: 18px;
        font-weight: 700;
        padding: 8px 0;
        text-align: left;
        text-decoration: underline; }
        @media only screen and (max-width: 992px) {
          #section-about .blog-card .blog-card-content .blog-card-title {
            font-size: 15px; } }
        @media only screen and (max-width: 767px) {
          #section-about .blog-card .blog-card-content .blog-card-title {
            font-size: 14px;
            padding: 4px 0 0 0; } }
      #section-about .blog-card .blog-card-content .blog-card-excerpt {
        color: #222;
        font-size: 14px; }
      #section-about .blog-card .blog-card-content .more {
        bottom: 20px;
        position: absolute;
        right: 20px;
        text-align: right; }
        @media only screen and (max-width: 992px) {
          #section-about .blog-card .blog-card-content .more {
            position: static; } }
        #section-about .blog-card .blog-card-content .more span {
          font-size: 14px; }
          @media only screen and (max-width: 992px) {
            #section-about .blog-card .blog-card-content .more span {
              font-size: 12px; } }
  #section-about .interactive_item {
    display: flex;
    margin-bottom: 2rem; }
    #section-about .interactive_item .img {
      min-width: 12%;
      width: 12%; }
      @media only screen and (max-width: 767px) {
        #section-about .interactive_item .img {
          min-width: 16%;
          width: 16%; } }
      #section-about .interactive_item .img img {
        border: 2px solid #ddd;
        border-radius: 50%;
        width: 70px; }
    #section-about .interactive_item .text-left {
      background: #f1f1f1;
      border-radius: 6px;
      height: 100%;
      margin-left: 10px;
      max-width: calc(100% - 14%);
      position: relative;
      padding: 1rem; }
      #section-about .interactive_item .text-left::before {
        border: 10px solid transparent;
        border-right: 10px solid #f1f1f1;
        content: '';
        left: -20px;
        margin-top: -10px;
        position: absolute;
        top: 2rem; }
    #section-about .interactive_item .text-right {
      background: #f1f1f1;
      border-radius: 6px;
      height: 100%;
      margin-right: 20px;
      max-width: calc(100% - 14%);
      padding: 1rem;
      position: relative; }
      #section-about .interactive_item .text-right::before {
        border: 10px solid transparent;
        border-left: 10px solid #f1f1f1;
        content: '';
        right: -20px;
        margin-top: -10px;
        position: absolute;
        top: 2rem; }

/* 関連記事 */
#section-kanren {
  padding: 32px 32px 16px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #section-kanren {
      padding: 16px 16px 8px 16px; } }
  #section-kanren .item {
    width: 22%;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      #section-kanren .item {
        width: 100%;
        border-bottom: 1px solid #DDD;
        padding-bottom: 8px;
        margin-bottom: 8px;
        position: relative; } }
    #section-kanren .item a {
      text-decoration: none; }
    #section-kanren .item p {
      line-height: 1.4; }
    #section-kanren .item .img {
      margin-bottom: 8px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #section-kanren .item .img {
          width: 30%;
          float: left;
          margin-bottom: 0; } }
      #section-kanren .item .img img {
        width: 100%;
        height: auto; }
      #section-kanren .item .img .cat {
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px;
        font-size: 11px;
        background: rgba(144, 204, 190, 0.8);
        color: #FFF; }
    @media only screen and (max-width: 767px) {
      #section-kanren .item .txt {
        width: 70%;
        float: right;
        padding-left: 8px; } }
    #section-kanren .item .txt p {
      font-size: 13px;
      line-height: 1.5;
      color: #555;
      margin-bottom: 8px; }
    #section-kanren .item .txt .more {
      display: none; }
      @media only screen and (max-width: 767px) {
        #section-kanren .item .txt .more {
          display: block;
          text-align: right;
          font-size: 11px;
          border: 1px solid;
          color: #555;
          background: #EFEFEF;
          width: 130px;
          text-align: center;
          padding: 4px 8px;
          position: absolute;
          bottom: 7px;
          right: 0; } }

/* 記事  ダンディハウス他社コピー */
#wrap-lp {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px !important;
  font-family: Hiragino Sans, Arial, sans-serif !important;
  color: #000000 !important;
  line-height: 1.8 !important; }
  @media only screen and (max-width: 767px) {
    #wrap-lp {
      width: 100%; } }
  #wrap-lp .wrap-custom {
    padding-bottom: 15rem; }
    @media only screen and (max-width: 767px) {
      #wrap-lp .wrap-custom {
        padding-bottom: 10rem; } }
  #wrap-lp img {
    max-width: 100%;
    height: auto;
    margin: auto; }
  #wrap-lp #dandyhouse {
    background: #fff;
    padding: 1rem;
    /* ダンディハウスLP 02 */
    /* 上下に動く */
    /* キランとさせる */ }
    #wrap-lp #dandyhouse p {
      padding: 0.5rem 0rem;
      font-size: 17px; }
    #wrap-lp #dandyhouse .left {
      text-align: left; }
    #wrap-lp #dandyhouse .glay {
      color: #888888;
      font-size: 13px; }
    #wrap-lp #dandyhouse .red {
      color: red; }
    #wrap-lp #dandyhouse .yellow {
      background-color: yellow; }
    #wrap-lp #dandyhouse .yellow02 {
      background: linear-gradient(transparent 50%, #fffa91 50%); }
    #wrap-lp #dandyhouse .blue {
      color: blue; }
    #wrap-lp #dandyhouse .blue02 {
      color: #0066cc; }
    #wrap-lp #dandyhouse .purple {
      color: magenta; }
    #wrap-lp #dandyhouse .iframe {
      padding: 56.25% 0 0 0;
      position: relative;
      max-width: 100%; }
    #wrap-lp #dandyhouse .triangle {
      font-size: 36pt; }
    #wrap-lp #dandyhouse .f18 {
      font-size: 18pt; }
    #wrap-lp #dandyhouse .f36 {
      font-size: 36pt; }
    #wrap-lp #dandyhouse ul {
      border: 1px solid #f3cbd0;
      margin: 10px;
      padding: 20px;
      position: relative;
      background: none;
      box-sizing: border-box;
      text-align: left; }
      #wrap-lp #dandyhouse ul li {
        color: #0066cc;
        font-weight: normal; }
    #wrap-lp #dandyhouse .fukidashi {
      position: relative;
      width: 100%;
      margin-top: 3rem; }
      #wrap-lp #dandyhouse .fukidashi p {
        position: absolute;
        padding: 6px 8px;
        min-width: 50px;
        max-width: 100%;
        background: #000000;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: auto;
        left: 0px;
        top: -35px; }
        #wrap-lp #dandyhouse .fukidashi p:before {
          content: "";
          position: absolute;
          top: calc(100% - 1px);
          left: 35%;
          margin-left: -8px;
          border: 8px solid transparent;
          border-top: 6px solid #000000; }
    #wrap-lp #dandyhouse .cam {
      border: 1px solid #f3cbd0;
      margin: 10px;
      padding: 20px;
      position: relative;
      background: none;
      box-sizing: border-box;
      padding-bottom: 0px; }
    #wrap-lp #dandyhouse .sb-custom img {
      position: fixed;
      bottom: 10px;
      left: 50%;
      transform: translatex(-50%);
      z-index: 10000;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      display: block !important;
      width: 620px; }
      @media only screen and (max-width: 767px) {
        #wrap-lp #dandyhouse .sb-custom img {
          width: 100%; } }
    #wrap-lp #dandyhouse .f-link ul {
      border: none; }
    #wrap-lp #dandyhouse .txt-waku {
      position: relative;
      margin: 5px 0;
      padding: 20px;
      border: solid 3px #62c1ce;
      text-align: left; }
    #wrap-lp #dandyhouse .q-box {
      text-align: left;
      margin-bottom: 3rem; }
      #wrap-lp #dandyhouse .q-box p {
        font-weight: bold;
        font-size: 1.4rem; }
        #wrap-lp #dandyhouse .q-box p span {
          background: #2aca76;
          margin-right: 0.25em;
          padding: 0.125em 0.25em;
          color: #ffffff;
          font-weight: bold; }
        #wrap-lp #dandyhouse .q-box p.red {
          font-size: 0.7em; }
    #wrap-lp #dandyhouse a {
      text-decoration: none; }
    #wrap-lp #dandyhouse .cta {
      background: #F7629E;
      box-shadow: inset -0.225em -0.225em 0 0 #ef1062;
      border: none;
      border-radius: 0.25em;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      font-size: 1.625em;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      line-height: 1.375;
      padding: 0.25em 0.75em 0.5em 0.65em; }
    #wrap-lp #dandyhouse .sns {
      background: #2aca76;
      margin-right: 0.25em;
      padding: 0.125em 0.25em;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold; }
    #wrap-lp #dandyhouse .animated {
      animation: move-y .5s infinite alternate ease-in-out;
      display: inline-block; }
@keyframes move-y {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(10px); } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
    #wrap-lp #dandyhouse .animated-cta {
      position: relative;
      display: block;
      overflow: hidden; }
      #wrap-lp #dandyhouse .animated-cta::after {
        content: '';
        position: absolute;
        top: -100px;
        left: -100px;
        width: 50px;
        height: 50px;
        background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
        animation-name: shiny;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }

/*プルースト男女 動画部分の調整のみ*/
span.comment-video {
  position: absolute;
  top: 44%;
  left: 8.5%; }
  span.comment-video .comment-video02 {
    margin: auto !important; }

@media only screen and (max-width: 767px) {
  span.comment-video {
    top: 42%;
    left: 0.5%; }
    span.comment-video .comment-video02 {
      width: 85%; } }
.wrap-prst-meta {
  width: 620px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .wrap-prst-meta {
      width: 100%; } }

.balloon {
  margin-bottom: 2.4em;
  position: relative;
  margin-left: 4%;
  margin-right: 4%; }
  @media only screen and (max-width: 767px) {
    .balloon {
      margin-bottom: 1.4em;
      margin-left: 0;
      margin-right: 0; } }
  .balloon:before, .balloon:after {
    clear: both;
    content: "";
    display: block; }
  .balloon .balloon-img {
    width: 100px;
    height: 100px; }
    @media only screen and (max-width: 767px) {
      .balloon .balloon-img {
        width: 65px;
        height: 65px; } }
    .balloon .balloon-img img {
      width: 100%;
      height: 100%;
      margin: 0; }
  .balloon p {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      .balloon p {
        font-size: 13px !important; } }
    .balloon p:last-child {
      margin-bottom: 0 !important; }

.balloon-img-left {
  float: left;
  margin-right: 20px; }

.balloon-img-right {
  float: right;
  margin-left: 20px; }

.balloon-txt-right, .balloon-txt-left {
  position: relative;
  padding: 20px;
  border: 2px solid;
  border-radius: 10px;
  max-width: -webkit-calc(100% - 140px);
  max-width: calc(100% - 140px);
  display: inline-block;
  border-color: #aaa; }
  @media only screen and (max-width: 767px) {
    .balloon-txt-right, .balloon-txt-left {
      max-width: -webkit-calc(100% - 85px);
      max-width: calc(100% - 85px);
      padding: 16px; } }

.balloon-txt-right {
  float: left; }
  .balloon-txt-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -21px; }
  .balloon-txt-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px; }

.balloon-txt-left {
  float: right; }
  .balloon-txt-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -21px; }
  .balloon-txt-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px; }

.balloon-left .balloon-txt-right {
  border-color: #87D1C3;
  background: #fff; }
  .balloon-left .balloon-txt-right:before {
    border-right: 10px solid #87D1C3; }

.balloon-right .balloon-txt-left {
  border-color: #5A9FCC;
  background: #fff; }
  .balloon-right .balloon-txt-left:before {
    border-left: 10px solid #5A9FCC; }

/* カテゴリ一覧 */
#section-category {
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    #section-category {
      padding: 0; } }
  #section-category ul {
    overflow: hidden; }
  #section-category li {
    width: 25%;
    float: left; }
    @media only screen and (max-width: 767px) {
      #section-category li {
        width: 100%;
        border-bottom: 1px solid #DDD; }
        #section-category li:last-child {
          border: none; } }
    #section-category li a {
      font-size: 14px;
      background: url(../img/icon/icon-arrow-dot.png) no-repeat left center;
      width: 100%;
      display: block;
      padding: 4px 4px 4px 16px; }
      @media only screen and (max-width: 767px) {
        #section-category li a {
          padding: 12px 8px 12px 32px;
          display: block;
          background-position: 16px; } }

/*　フッター */
footer {
  background: #DDD;
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 16px; } }
  footer img {
    width: 120px;
    margin-bottom: 16px; }
  footer .f-link ul {
    margin-left: -8px; }
  footer .f-link li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #CCC; }
    footer .f-link li a {
      display: block;
      font-size: 12px; }
  footer small {
    font-size: 11px; }

/* ------------------------------------------------- *
 *        ＠category　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#cat-kanban {
  padding: 32px;
  background: red; }

/* ------------------------------------------------- *
 *        ＠固定ページ　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#page {
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    #page {
      padding: 16px; } }

/* ------------------------------------------------- *
*        ＠404
* ------------------------------------------------- */
#page-404 {
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    #page-404 {
      padding: 16px; } }

/* ------------------------------------------------- *
*        ＠reページ
* ------------------------------------------------- */
#main-w-re {
  height: 100vh;
  background: #FFF; }
  #main-w-re #main-w-re-in {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 30vh;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #main-w-re #main-w-re-in {
        padding-top: 20vh; } }
  #main-w-re #main-w-re-logo {
    margin-bottom: 15px; }
    #main-w-re #main-w-re-logo img {
      max-width: 200px;
      margin: auto; }
  #main-w-re p {
    margin-bottom: 15px; }
  #main-w-re .loading {
    margin: 0 auto 15px; }
  #main-w-re h2 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      #main-w-re h2 {
        font-size: 16px; } }
  #main-w-re #main-w-re-link a {
    text-decoration: underline; }

/* ------------------------------------------------- *
*        ＠その他
* ------------------------------------------------- */
.login {
  background: url(../img/bg/bg-login.jpg) no-repeat;
  background-size: cover; }

/*# sourceMappingURL=design.css.map */
