@charset "UTF-8";
/*----------------------------------------
| 作品概要
----------------------------------------*/
.featrue__contents {
  display: flex;
  flex-flow: column; }

.feature p {
  font-size: 14px; }
.feature .container .feature__img {
  max-width: 700px;
  margin: 0 auto; }
.feature .container .feature__textBox {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 20px 40px; }

.textBox h4 {
  font-size: 24px;
  margin-bottom: 20px; }
.textBox p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.9; }
.textBox p.details {
  font-size: 12px;
  color: #18475c; }

@media (min-width: 768px) {
  .featrue__contents {
    margin-top: 80px;
    flex-direction: column-reverse; }

  .feature .container .feature__textBox {
    flex-flow: row;
    justify-content: center;
    padding-bottom: 0; }

  .textBox {
    width: 80%;
    padding-right: 40px;
    box-sizing: border-box; }
    .textBox h4 {
      font-size: 38px;
      font-weight: normal; } }
img.design {
  margin-top: 10px;
  margin-bottom: 70px; }

img.prt-scr {
  width: 40%; }

/*----------------------------------------
| ページャー
----------------------------------------*/
.page {
  display: none;
  width: 60%;
  height: auto; }

@media (min-width: 768px) {
  .page {
    display: block; }
    .page li {
      display: inline;
      position: fixed;
      bottom: 45%; }
    .page li:first-child {
      left: 0; }
    .page li:last-child {
      right: 0; } }
/*----------------------------------------
| フレックスボックス
----------------------------------------*/
@media (min-width: 768px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; }

  .flex-container li {
    width: 30%;
    list-style: none; } }
