@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

@media all and (-ms-high-contrast: none) {
  body,
tooltip,
popover {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  /* アンチエイリアスを指定する */
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  /* IE11 */
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1.5rem;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  color: #333;
  transition: opacity 0.2s ease;
}

a:hover, a:active, a:focus {
  opacity: 0.8;
  text-decoration: none;
}

p {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* SVGがIEで正常に表示されないバグ対策 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/**
  * 日本語では斜体を使用しないためリセットします。
  */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/* =============================================================================
   common
========================================================================== */
body {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.p-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1120px;
}

.p-logo {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.p-logo img {
  display: block;
  margin: 15px auto 0 auto;
  width: 210px;
}

@media (max-width: 768px) {
  .p-logo {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .p-logo img {
    margin: 9px auto 0 auto;
    width: 140px;
  }
}

.p-title {
  margin-bottom: 18px;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-title {
    margin-bottom: 11px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-asterisk__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-asterisk__list li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

.p-asterisk__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media (max-width: 768px) {
  .p-asterisk__list li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-num {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-num {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}

/* safariハック */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .p-num {
    font-family: inherit;
  }
}

.p-btn {
  width: 200px;
  height: 53px;
  font-size: 16px;
  font-size: 1rem;
  background: linear-gradient(0deg, #ed8721 0%, #f5ba2c 40%, #ffcf60 100%);
  border-radius: 5px;
  transition: .3s;
}

.p-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #f5ba2c;
  border-radius: 5px;
  transition: .3s;
}

.p-btn:hover {
  box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
}

.p-btn:hover a {
  opacity: 1;
  background-color: transparent;
}

@media (max-width: 768px) {
  .p-btn {
    width: 130px;
    height: 32px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-btn:hover {
    box-shadow: none;
  }
  .p-btn:hover a {
    background-color: #f5ba2c;
  }
}

.p-buy__btn a:before {
  width: 24px;
  height: 20px;
  margin: -4px 10px 0 0;
  content: "";
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 20px;
}

@media (max-width: 768px) {
  .p-buy__btn a:before {
    width: 15px;
    height: 13px;
    margin: -2px 6px 0 0;
    background-size: 15px 13px;
  }
}

.p-number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #00b2ff !important;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-number {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/* safariハック */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media, _:future, :root .p-number {
    font-family: inherit;
  }
}

/* =============================================================================
   header
========================================================================== */
header {
  height: 690px;
  padding-top: 66px;
  background: #00b2ff;
  background-image: url(../img/img_main.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 401px;
}

header .container {
  padding: 0 70px;
}

header .p-logo {
  margin-bottom: 51px;
}

header .p-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header .p-flex p {
  margin: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  letter-spacing: 1.6px;
}

@media (max-width: 768px) {
  header {
    height: 414px;
    padding-top: 40px;
    background-size: 240px;
  }
  header .container {
    max-width: 580px;
    padding: 0 20px;
  }
  header .p-logo {
    margin-bottom: 30px;
  }
  header .p-flex p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media (max-width: 568px) {
  header {
    height: auto;
    padding-bottom: 250px;
    background-size: 200px;
  }
  header .p-flex {
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  header .p-flex p {
    width: 100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  header .p-flex p:first-of-type {
    margin-bottom: 0.6rem;
  }
}

/* =============================================================================
   about
========================================================================== */
.about {
  padding: 99px 0 100px 0;
}

.about * {
  color: #00b2ff;
}

.about .p-title {
  margin: 8px 0 31px 0;
}

.about img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.about p {
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .about {
    padding: 55px 0;
  }
  .about .p-title {
    margin-bottom: 5px 0 18px 0;
    text-align: center;
  }
  .about img {
    margin-bottom: 20px;
  }
  .about p {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

/* =============================================================================
   data
========================================================================== */
.data {
  padding: 92px 0 100px 0;
  background: #00b2ff;
}

.data * {
  color: #fff;
  text-align: center;
}

.data p {
  margin-bottom: 2.85rem;
}

.data table caption {
  caption-side: top;
}

.data table th, .data table td {
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.data table th {
  background-color: rgba(255, 255, 255, 0.3);
}

.data table td {
  text-align: center;
}

.data table tbody th {
  text-align: left;
}

@media (max-width: 768px) {
  .data {
    padding: 55px 0 60px 0;
  }
  .data p {
    margin-bottom: 0.85rem;
  }
  .data table {
    display: table !important;
  }
  .data table:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* =============================================================================
   characteristics
========================================================================== */
.characteristics {
  padding: 88px 0 100px 0;
  background-image: url(../img/img_characteristics01.png);
  background-repeat: no-repeat;
  background-position: top 0px right 0px;
  background-size: 542px;
}

.characteristics .p-num {
  margin-bottom: 1.2rem;
  color: #00b2ff;
}

.characteristics .p-title {
  color: #00b2ff;
}

.characteristics p {
  color: #00b2ff;
}

.characteristics .p-article:nth-of-type(1) {
  margin-bottom: 37px;
}

.characteristics .p-article:nth-of-type(1) .col-md-7 {
  padding-left: 50px;
}

.characteristics .p-article:nth-of-type(1) img {
  position: absolute;
  top: 0;
  right: 0;
}

.characteristics .p-article:nth-of-type(2) {
  padding: 44px 0 104px 0;
  background-image: url(../img/img_characteristics02.png);
  background-repeat: no-repeat;
  background-position: top 0px left 0px;
  background-size: 405px;
}

.characteristics .p-article:nth-of-type(2) .col-md-7 {
  padding-right: 50px;
}

.characteristics .p-article:nth-of-type(3) {
  padding: 50px 0 120px 0;
  background-image: url(../img/img_characteristics04.png);
  background-repeat: no-repeat;
  background-position: top 0px right 50px;
  background-size: 280px;
}

.characteristics .p-article:nth-of-type(3) img {
  display: none;
}

.characteristics .p-article:nth-of-type(4) * {
  text-align: center;
}

.characteristics .p-article:nth-of-type(4) .p-num {
  margin-bottom: 1rem;
}

.characteristics .p-article:nth-of-type(4) .p-title {
  margin-bottom: 0.8rem;
}

.characteristics .p-article:nth-of-type(4) p {
  margin-bottom: 2.9rem;
}

.characteristics .p-article:nth-of-type(4) .p-flex {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.characteristics .p-article:nth-of-type(4) .p-flex img {
  width: 100%;
  max-width: 200px;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .characteristics {
    padding: 53px 0 55px 0;
    background-size: 70%;
  }
  .characteristics .p-article {
    margin: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
  .characteristics .p-article:nth-of-type(1) {
    margin-bottom: 22px;
  }
  .characteristics .p-article:nth-of-type(1) .col-md-7 {
    padding: 0;
  }
  .characteristics .p-article:nth-of-type(2) {
    padding: 20px;
    background-image: none;
  }
  .characteristics .p-article:nth-of-type(2) .col-md-5 {
    display: none;
  }
  .characteristics .p-article:nth-of-type(2) .col-md-7 {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .characteristics .p-article:nth-of-type(3) {
    padding: 20px;
    background-image: none;
  }
  .characteristics .p-article:nth-of-type(3) .col-md-5 {
    display: none;
  }
  .characteristics .p-article:nth-of-type(3) .col-md-7 {
    flex: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .characteristics .p-article:nth-of-type(3) img {
    float: right;
    display: block;
    width: 120px;
    margin-left: 5px;
  }
  .characteristics .p-article:nth-of-type(4) * {
    text-align: left;
  }
  .characteristics .p-article:nth-of-type(4) .p-num {
    margin-bottom: 1.2rem;
  }
  .characteristics .p-article:nth-of-type(4) .p-title {
    margin-bottom: 11px;
  }
  .characteristics .p-article:nth-of-type(4) p {
    margin-bottom: 0.875rem;
  }
  .characteristics .p-article:nth-of-type(4) .p-flex {
    flex-wrap: wrap;
  }
  .characteristics .p-article:nth-of-type(4) .p-flex img {
    width: 25%;
    margin: 0;
    padding: 9px;
  }
  .characteristics .p-article:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* =============================================================================
   documents
========================================================================== */
.documents {
  padding: 92px 0 100px 0;
}

.documents .container {
  background: #00b2ff;
}

.documents .p-title {
  color: #fff;
  text-align: center;
}

.documents .p-documents_list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 60px auto 0;
}

.documents .p-documents_list li + li {
  margin-top: 20px;
}

.documents .p-documents_list li a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.documents .p-documents_list li a:hover {
  color: #fff;
}

.documents .p-documents_list li span {
  display: -webkit-flex;
  display: flex;
}

.documents .p-documents_list li span:before {
  content: '■';
}

@media (min-width: 769px) {
  .documents .container {
    padding: 92px 30px 100px;
  }
}

@media (max-width: 768px) {
  .documents {
    padding: 53px 0 55px 0;
  }
  .documents .container {
    padding: 55px 30px 60px;
  }
  .documents .p-documents_list {
    margin-top: 30px;
  }
  .documents .p-documents_list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-lead_button {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 0;
}

.p-lead_button a {
  border-radius: 5px;
  text-align: center;
  display: block;
  background-color: #f5ba2c;
  color: #fff;
  padding: 30px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}

/* =============================================================================
   item
========================================================================== */
.item {
  padding: 97px 0 65px 0;
  background: #00b2ff;
}

.item .container {
  padding: 0 70px;
}

.item .p-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.item .p-flex .item__img {
  width: 100%;
  max-width: 212px;
}

@media (max-width: 768px) {
  .item {
    padding: 58px 0 39px 0;
  }
  .item .container {
    padding: 0 20px;
  }
  .item .p-flex {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .item .p-flex .item__img {
    max-width: 16.5%;
    margin-right: 30px;
  }
  .item .p-logo {
    margin-bottom: 15px;
  }
  .item .p-buy__btn {
    margin: 0 auto;
  }
}

/* =============================================================================
   aside
========================================================================== */
aside .phone {
  position: fixed;
  top: 0;
  right: 0;
  width: 266px;
  height: 78px;
  background: #fff;
}

aside .phone a {
  display: block;
  height: 100%;
  padding: 17px 19px;
  color: #606060;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

aside .phone .p-number {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

aside .phone .p-number img {
  width: 40px;
  margin-right: 9px;
}

aside .buy {
  position: fixed;
  top: 50%;
  right: 0;
  width: 53px;
  height: 185px;
  background: #f5ba2c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

aside .buy a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  text-align: center;
}

aside .buy a img {
  width: 24px;
  height: 20px;
  margin: 0 0 10px -3px;
}

@media (max-width: 768px) {
  aside {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #f2f2f2;
  }
  aside .phone, aside .buy {
    position: static;
    height: 50px;
  }
  aside .phone {
    width: 60%;
  }
  aside .phone a {
    padding: 8px 0 0 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  aside .phone .p-number img {
    width: 24px;
    margin-right: 5px;
  }
  aside .buy {
    width: 40%;
    border-radius: 0;
  }
  aside .buy a {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  aside .buy a img {
    widows: 20px;
    margin: -2px 5px 0 0;
  }
}

/* =============================================================================
   footer
========================================================================== */
footer {
  padding: 59px 0;
}

footer .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

footer .contact a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

footer .contact a img {
  width: 86px;
  margin-right: 14px;
}

footer .contact a div {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

footer .contact a .p-number {
  font-size: 36px;
  font-size: 2.25rem;
}

footer .master {
  font-weight: bold;
}

footer .master .agency {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

footer .master .master__name {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #000;
}

@media (max-width: 768px) {
  footer {
    padding: 35px 0 85px 0;
  }
  footer .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .contact {
    display: none;
  }
  footer .master {
    text-align: center;
  }
  footer .master .agency {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #606060;
  }
  footer .master .master__name {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #000;
  }
}

/* utility
 -------------------------------------------------------------------------- */
.u-sp-visible-pc-hide {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-sp-hide {
  display: block !important;
}

@media (max-width: 767px) {
  .u-pc-visible-sp-hide {
    display: none !important;
  }
}

.u-tab-visible-pc-hide {
  display: none !important;
}

@media (max-width: 991px) {
  .u-tab-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-tab-hide {
  display: block !important;
}

@media (max-width: 991px) {
  .u-pc-visible-tab-hide {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important;
}

.u-text-color--blk {
  color: #000 !important;
}

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important;
}

.u-text-normal {
  font-weight: 500 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important;
}

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important;
}

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important;
}

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important;
}

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important;
}

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important;
}

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}
