@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

/* ---------------------------------------------------------
 normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------- */

/* Document
   ====================================================== */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ====================================================== */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
}

/* Grouping content
   ====================================================== */

figcaption,
figure,
main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ====================================================== */

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ====================================================== */

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ====================================================== */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/* elements
--------------------------------------------------------- */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
  list-style-type: none;
}

a {
  -webkit-text-decoration-skip: objects;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* forms
--------------------------------------------------------- */

input {
  border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  background-color: transparent;
  border-style: none;
}

select::-ms-value {
  color: currentColor;
}

/* ---------------------------------------------------------
 Base
--------------------------------------------------------- */

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4em;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0;
  background: #fff url(../img/tex_brain.png) repeat 0 0;
  background-size: 540px 960px;
}

footer {
  margin-top: auto;
}

/* lang */

:lang(zh-cmn-Hans) {
  font-family: "Arial","Simhei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

:lang(zh-cmn-Hant) {
  font-family: "Microsoft Yahei","PingFang HK","Hiragino Sans CNS",sans-serif;
  letter-spacing: 0.1em;
}

:lang(en) {
  font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* ---------------------------------------------------------
 Element style
--------------------------------------------------------- */

/* section, article
--------------------------------------------------------- */

section,
article {
  clear: both;
}

section:after,
article:after {
  content: "";
  display: table;
  clear: both;
}

/* link
--------------------------------------------------------- */

a[href]:not([class]) {
  color: #4c4cff;
  text-decoration: underline;
}

a[href]:not([class]):hover {
  color: #4c4cff;
  text-decoration: none;
  -webkit-transition: all .6s;
  transition: all .6s;
}

a[href][class] {
  color: #333;
  text-decoration: none;
}

a[href][class]:hover {
  color: #333;
  -webkit-transition: all .6s;
  transition: all .6s;
}

/* heading
--------------------------------------------------------- */

h1:not([class]) {
  font-size: 2.5rem;
}

h1,
h2,
h3 {
  clear: both;
}

h2:not([class]),
.hdg-main {
  position: relative;
  margin: 1.4em -20px 1em;
  padding: 0.4em 20px;
  background-color: #f6f6f6;
  font-size: 1.8rem;
}

h1:not([class]) + h2:not([class]),
h1:not([class]) +
  .hdg-main {
  margin-top: 1em !important;
}

h3:not([class]),
.hdg-primary {
  margin: 1.4em 0 1em;
  padding: 0.2em 0.5em;
  border-left: 10px solid #ffd3c8;
  font-size: 1.8rem;
}

h2:not([class]) + h3:not([class]),
h2:not([class]) +
  .hdg-primary {
  margin-top: 1em !important;
}

h4:not([class]),
.hdg-secondary {
  margin: 1.4em 0 0.7em;
  color: #f13000;
  font-size: 1.6rem;
}

h3:not([class]) + h4:not([class]),
h3:not([class]) +
  .hdg-secondary {
  margin-top: 1em !important;
}

h5:not([class]),
.hdg-tertiary {
  margin: 1.4em 0 0.7em;
  font-size: 1.5rem;
}

h4:not([class]) + h5:not([class]),
h4:not([class]) +
  .hdg-tertiary {
  margin-top: 1em !important;
}

h6:not([class]) {
  margin: 1.1em 0 0.7em;
  font-size: 1em;
}

h5:not([class]) + h6:not([class]) {
  margin-top: 1em !important;
}

hr:not([class]) {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #d6d6d6;
}

/* text
--------------------------------------------------------- */

p:not([class]) {
  display: block;
  margin-top: 1.2em;
  line-height: 1.8;
}

h2 + p:not([class]),
h3 + p:not([class]),
h4 + p:not([class]),
h5 + p:not([class]),
h6 + p:not([class]) {
  margin-top: 0;
}

strong:not([class]) {
  font-weight: bold;
}

em:not([class]) {
  font-style: italic;
}

figure:not([class]) {
  margin: 2em 0;
  text-align: center;
}

figcaption:not([class]) {
  margin-top: 0.3em;
  font-size: 90%;
}

blockquote:not([class]) {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* list
--------------------------------------------------------- */

ul:not([class]),
ol:not([class]),
.list-main {
  margin-top: 1em;
  line-height: 1.8;
}

dl ul:not([class]),
dl ol:not([class]) {
  margin-top: 0;
}

.media__content ul:not([class]):nth-child(1),
.media__content ol:not([class]):nth-child(1),
.media__content dl:not([class]):nth-child(1) {
  margin-top: 0;
}

ul:not([class]) > li:not([class]),
.list-main li {
  position: relative;
  padding-left: 1.1em;
}

ul:not([class]) > li:not([class]):before,
.list-main li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.4em;
  margin-left: -0.4em;
  content: '・';
  color: #ffd3c8;
  font-size: 2em;
}

ul:not([class]) > li:not([class]) a,
.list-main li a {
  text-indent: 0;
}

ul:not([class]) > li:not([class]) + li:not([class]),
.list-main li + li {
  margin-top: 0.3em;
}

ol:not([class]) {
  padding-left: 1em;
  text-indent: -1.1em;
  counter-reset: my-counter;
}

ol:not([class]) li {
  position: relative;
  padding-left: 1.2em;
}

ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
  color: #333;
}

li > ul:not([class]),
li > ol:not([class]) {
  margin: 1em 0 1em 1.5em;
}

dt:not([class]) {
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  padding: 0.3em 1em 0.3em 1em;
  font-weight: 700;
  border-left: 5px solid #ffd3c8;
}

dd:not([class]) + dd:not([class]) {
  margin-top: 1em;
}

/* table
--------------------------------------------------------- */

table:not([class]),
.table-default {
  margin-top: 1.5em;
  line-height: 1.4;
}

table:not([class]) th,
table:not([class]) td,
.table-default th,
.table-default td {
  padding: 1em 1.2em;
  border: 1px solid #ccc;
  background-color: #fff;
}

table:not([class]) th,
.table-default th {
  border-left: 1px solid #ccc;
  vertical-align: top;
}

table:not([class]) th[scope="col"],
.table-default th[scope="col"] {
  background-color: #ffd3c8;
  text-align: center;
}

table:not([class]) th[scope="row"],
.table-default th[scope="row"] {
  background-color: #eee;
  text-align: left;
}

table:not([class]) td,
.table-default td {
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

table:not([class]) p:nth-of-type(1),
.table-default p:nth-of-type(1) {
  margin-top: 0;
}

td > p:nth-child(1),
td > ul:nth-child(1),
td > ol:nth-child(1),
td > .list-main:nth-child(1),
td > dl:nth-child(1) dt {
  margin-top: 0;
}

/* form
--------------------------------------------------------- */

input,
textarea,
select,
button {
  font-size: 16px;
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"] {
  padding: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #333;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -3px;
  margin-right: 0.4em;
  vertical-align: middle;
}

select {
  padding: 10px 25px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

/* ---------------------------------------------------------
  common
--------------------------------------------------------- */

h1,
h2,
h3,
h5,
h6,
.post-list__title {
  position: relative;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.05em;
}

ul:not([class]) > li:not([class]):before,
.list-main li:before,
.external-link:after,
.icon-text-link:before,
.btn-login:after,
.btn-member-regist:after,
.btn-agree:after,
.btn-entry:after,
.btn-update:after,
.btn-purchase:after,
.btn-purchase-decision:after,
.btn-send:after,
.btn-next-step:after,
.btn-payment-step:after,
.btn-cart:after,
.btn-back:after,
.btn-continue:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ---------------------------------------------------------
  Main container
--------------------------------------------------------- */

/* l-main
--------------------------------------------------------- */

.l-main {
  width: 100%;
  margin: 0 auto;
  max-width: 1030px;
  padding: 15px;
}

/* ---------------------------------------------------------
  Grid
--------------------------------------------------------- */

/* Grid base
--------------------------------------------------------- */

.grid2,
.grid3,
.grid4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.voice-prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-list__info,
.voice-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.voice-prof__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Two grid
--------------------------------------------------------- */

.grid2 .grid__col {
  margin-top: 20px;
}

.grid2.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Three grid
--------------------------------------------------------- */

.grid3 .grid__col {
  margin-top: 20px;
}

/* Four grid
--------------------------------------------------------- */

.grid4 {
  margin-top: -1em;
}

.grid4 + .grid4 {
  margin-top: 0.2em;
}

.grid4 .grid__col {
  width: calc((100% - 20px) / 2);
  margin-top: 1em;
}

/* ---------------------------------------------------------
  Module
--------------------------------------------------------- */

/* video-wrap
--------------------------------------------------------- */

.video-wrap {
  position: relative;
  margin-top: 20px;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* terms
--------------------------------------------------------- */

.terms h2:not([class]),
.terms .profile__title {
  background-color: #eee;
  color: #333;
  font-size: 1.6rem;
}

.terms ol:not([class]) {
  counter-reset: none;
}

.terms ol:not([class]) li:not([class]) {
  padding-left: 0;
}

.terms ol:not([class]) li:not([class]):before {
  display: none;
}

.terms dl:not([class]) dt:not([class]) {
  padding-left: 0;
  border-left: none;
}

/* ---------------------------------------------------------
  Button-wrap
--------------------------------------------------------- */

/* One column
--------------------------------------------------------- */

.btn-wrap {
  clear: both;
  margin-top: 30px;
  text-align: center;
}

.btn-wrap.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-wrap.mini {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* Two column
--------------------------------------------------------- */

.btn-wrap__item {
  width: 100%;
}

.btn-wrap__item + .btn-wrap__item {
  margin-top: 20px;
}

/* ---------------------------------------------------------
  button
--------------------------------------------------------- */

/* button base
--------------------------------------------------------- */

.btn-main {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 0.8em 2em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.btn-main:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

.btn-main {
  border: 1px solid #f13000;
  color: #f13000;
}

/* button main
--------------------------------------------------------- */

.btn-main:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2em;
  height: 0;
  content: '';
  border-top: 1px solid #f13000;
  z-index: 3;
}

.btn-main:after {
  position: absolute;
  top: 50%;
  right: -2em;
  width: 2em;
  height: 0;
  content: '';
  border-top: 1px solid #f13000;
  z-index: 3;
}

/* button size
--------------------------------------------------------- */

.btn-middle {
  min-width: 13.2em;
  padding: 0.8em 2.5em !important;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mt0 {
  margin-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mt-ns {
  margin-top: -1em !important;
}

.mt-nxs {
  margin-top: -0.6em !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* Clearfix
--------------------------------------------------------- */

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* clear
--------------------------------------------------------- */

.clear {
  clear: both;
}

/* Size
--------------------------------------------------------- */

.size15 {
  width: 15% !important;
}

.size20 {
  width: 20% !important;
}

.size25 {
  width: 25% !important;
}

.size30 {
  width: 30% !important;
}

.size35 {
  width: 35% !important;
}

.size40 {
  width: 40% !important;
}

.size45 {
  width: 45% !important;
}

.size50 {
  width: 50% !important;
}

.size55 {
  width: 55% !important;
}

.size60 {
  width: 60% !important;
}

.size70 {
  width: 70% !important;
}

.size80 {
  width: 80% !important;
}

.size90 {
  width: 90% !important;
}

.size100 {
  width: 100% !important;
}

/* Font size
--------------------------------------------------------- */

.font-tiny {
  font-size: 80% !important;
}

.font-small {
  font-size: 90% !important;
}

.font-middle {
  font-size: 110% !important;
}

.font-large {
  font-size: 120% !important;
}

.font-italic {
  font-style: italic;
}

/* Text align
--------------------------------------------------------- */

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

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

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

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

.text-line-through {
  text-decoration: line-through;
}

/* Text color
--------------------------------------------------------- */

.text-color-emphasis {
  color: #f13000;
}

.text-color-main {
  color: #0094d1;
}

.text-color-primary {
  color: #4fb6d9;
}

.text-color-default {
  color: #333;
}

.text-color-pink {
  color: #f282a4;
}

.text-color-white {
  color: #fff;
}

/* marker
--------------------------------------------------------- */

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff958));
  background: -webkit-linear-gradient(transparent 50%, #fff958 50%);
  background: linear-gradient(transparent 50%, #fff958 50%);
}

/* New line
--------------------------------------------------------- */

/* ---------------------------------------------------------
  Icon
--------------------------------------------------------- */

/* text-link
--------------------------------------------------------- */

.external-link {
  color: #666 !important;
}

.external-link:after {
  content: '\f35d';
  margin-left: 0.3em;
  color: #666 !important;
}

.icon-text-link {
  color: #666 !important;
}

.icon-text-link:before {
  content: '\f138';
  margin-right: 0.3em;
  color: #666 !important;
}

/* ---------------------------------------------------------
/* page title
--------------------------------------------------------- */

.page-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 205px;
  margin-bottom: 30px;
  background: #f13000 url("../img/base/bg_page_title.png") no-repeat top center;
  background-size: cover;
  color: #fff;
}

/* ---------------------------------------------------------
 Table
--------------------------------------------------------- */

/* table-default
--------------------------------------------------------- */

.table-default.fixed {
  table-layout: fixed;
}

.bg-alternately tr:nth-of-type(even) th,
.bg-alternately tr:nth-of-type(even) td {
  background-color: #fff4f1;
}

/* table
--------------------------------------------------------- */

.table-main {
  margin-top: 1em;
  border: 2px solid #ccc;
  line-height: 1.4;
}

.table-main th,
.table-main td {
  padding: 1em 1.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-main th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
}

.table-main th[scope="col"] {
  background-color: #ffd3c8;
  text-align: center;
}

.table-main th[scope="row"] {
  background-color: #eee;
  text-align: left;
}

.table-main td {
  border-right: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}

/* ---------------------------------------------------------
  Post-list
--------------------------------------------------------- */

.post-list {
  margin: 0 -20px;
}

.post-list__link {
  display: block;
  padding: 10px 20px;
}

.post-list__date {
  font-size: 1.3rem;
  font-weight: bold;
}

.post-list__title {
  margin-top: 0.1em;
  color: #333 !important;
}

a .post-list__title {
  color: #4c4cff !important;
  text-decoration: underline;
}

.post-list__info {
  margin-top: 0.2em;
}

.post-list__name,
.post-list__age,
.post-list__sex {
  font-size: 1.3rem;
  font-weight: bold;
}

.post-list__name {
  margin-left: -0.5em;
}

.post-list__name:before {
  content: '\FF08';
  margin-right: 0.1em;
}

.post-list__name:after {
  content: '\3055\3093';
  margin-left: 0.1em;
}

.post-list__age:before {
  content: '\FF1A';
  margin-right: 0.1em;
}

.post-list__age:after {
  content: '\6B73';
  margin-left: 0.1em;
}

.post-list__sex:before {
  content: ' ';
  margin-right: 0.5em;
}

.post-list__sex:after {
  content: '\FF09';
  margin-left: 0.1em;
}

/* pagination
--------------------------------------------------------- */

.pagination {
  margin: 15px -20px 0;
  text-align: center;
}

.pagination__item {
  line-height: 30px;
  margin: 10px 10px 0;
  display: inline-block;
}

.pagination__text {
  display: block;
  width: 100%;
  color: #4c4cff !important;
  text-decoration: underline !important;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.6rem;
}

.pagination__text:hover {
  color: #4c4cff !important;
}

.pagination__text.current {
  color: #333 !important;
  text-decoration: none !important;
}

/* kawashima-channel
--------------------------------------------------------- */

.btn-box__item {
  margin: 0 auto;
  max-width: 455px;
  height: auto;
}

.btn-box__item + .btn-box__item {
  margin-top: 15px;
}

/* ---------------------------------------------------------
  Post
--------------------------------------------------------- */

/* post
--------------------------------------------------------- */

.post p:not([class]) img {
  display: block;
  margin: 2em auto;
}

.post h1 + p:not([class]) img,
.post h2 + p:not([class]) img,
.post h3 + p:not([class]) img,
.post h4 + p:not([class]) img,
.post h5 + p:not([class]) img {
  margin: 0.5em 0 2em;
}

.post h1 {
  font-size: 1.8rem;
}

figure {
  text-align: center;
}

figure.graph {
  margin: 2em auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #efefef;
}

.img-wrap {
  margin: 20px auto;
  text-align: center;
}

/* post-info
--------------------------------------------------------- */

.post-info {
  margin-bottom: 0.4em;
}

.post-info__cate {
  display: inline-block;
  margin-right: 0.8em;
  padding: 3px 18px;
  background-color: #f13000;
  color: #fff;
  font-size: 12px;
}

.post-info__cate .cate-name:before {
  content: '#';
  margin-right: 0.1em;
}

.post-info__cate .cate-name + .post-info__cate .cate-name {
  margin-left: 0.5em;
}

.post-info__date {
  margin-right: 0.6em;
  font-weight: bold;
}

.post-info__name:after {
  content: '\3055\3093';
  margin-left: 0.1em;
}

.post-info__age:before {
  content: '\FF08';
  margin-right: 0.1em;
}

.post-info__age:after {
  content: '\6B73\FF09';
  margin-left: 0.1em;
}

/* voice-info
--------------------------------------------------------- */

.voice-info {
  margin: 0.2em 0 0.5em -0.5em;
  font-size: 1.4rem;
}

.voice-info__name:before {
  content: '\FF08';
  margin-right: 0.1em;
}

.voice-info__name:after {
  content: '\3055\3093';
  margin-left: 0.1em;
}

.voice-info__age:before {
  content: '\FF1A';
  margin-right: 0.1em;
}

.voice-info__age:after {
  content: '\6B73';
  margin-left: 0.1em;
}

.voice-info__sex:before {
  content: ' ';
  margin-right: 0.5em;
}

.voice-info__sex:after {
  content: '\FF09';
  margin-left: 0.1em;
}

/* caption
--------------------------------------------------------- */

.caption {
  display: block;
  font-size: 90%;
}

p:not([class]) img + .caption {
  margin-top: -1.5em;
}

/* post-page
--------------------------------------------------------- */

.post-page-head {
  margin-bottom: 20px;
}

.post-page-head__inner {
  position: relative;
}

.post-page-title {
  font-size: 1.8rem;
}

.post-page-title.txt__case img {
  width: 126px;
  height: 22px;
}

.post-page-title.txt__kc img {
  width: 158px;
  height: 22px;
}

.post-page-title.txt__bs {
  width: 113px;
  height: 22px;
}

.btn-back-main {
  position: absolute;
  top: -7px;
  right: 0;
}

.btn-back-main img {
  width: 64px;
  height: 36px;
}

.page-select {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 18px;
}

.page-select__text {
  display: inline-block;
}

.page-select__text img {
  width: 34px;
  width: 34px;
}

.page-select__date {
  padding-right: 15px;
  padding-left: 15px;
}

.page-img-link:before,
.page-img-link:after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.page-img-link.img-prev-link:before {
  background-image: url(../img/btn/btn-prev.png);
  width: 34px;
  height: 34px;
  opacity: 0.3;
}

.page-img-link.img-next-link:after {
  background-image: url(../img/btn/btn-next.png);
  width: 34px;
  height: 34px;
  opacity: 0.2;
}

.page-select__text .page-img-link.img-prev-link:before {
  opacity: 1;
}

.page-select__text .page-img-link.img-next-link:after {
  opacity: 1;
}

/* brain-story-detail
--------------------------------------------------------- */

.brain-story-detail .post ul {
  margin-bottom: 10px;
  margin-left: 1em !important;
}

.brain-story-detail .post ul li:before {
  margin-top: -0.5em;
}

.bdr-box {
  margin: 20px auto;
  padding: 0 20px 20px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

/* training
--------------------------------------------------------- */

.txt-color-red {
  color: #f13000;
}

.txt-color-green {
  color: #009644;
}

.txt-color-red_dark {
  color: #be2500;
}

.txt-color-blue {
  color: #4fb6d9;
}

.font-bold {
  font-weight: bold;
}

/* ---------------------------------------------------------
  FAQ
--------------------------------------------------------- */

/* faq
--------------------------------------------------------- */

.faq-list {
  margin: 20px 0;
}

.faq-list__title {
  position: relative;
  margin-top: 5px;
  padding: 18px 15px 0 35px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #f9f9f9;
}

.faq-list__text {
  position: relative;
  padding: 14px 15px 0 35px;
  border-top: none;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.faq-list__text p:nth-of-type(1) {
  margin-top: 0;
}

.faq-list__text p + p {
  margin-top: 1.2em;
}

.q-icon,
.a-icon {
  top: 14px;
  left: 10px;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}

.a-icon {
  top: 12px;
}

/* ---------------------------------------------------------
  Voice
--------------------------------------------------------- */

/* voice-faq
--------------------------------------------------------- */

.voice-faq {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.voice-faq + .voice-faq {
  margin-top: 30px;
}

.voice-faq__title,
.voice-faq__text {
  position: relative;
  padding-left: 1.5em;
}

.voice-faq__title:before,
.voice-faq__text:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.voice-faq__title {
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #ffd3c8;
}

.voice-faq__title:before {
  content: 'Q.';
  color: #d32a00;
}

.voice-faq__text {
  margin-top: 0.8em;
}

.voice-faq__text:before {
  content: 'A.';
}

/* voice-prof
--------------------------------------------------------- */

.voice-prof {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff4f1;
}

.voice-prof__pic {
  width: 23%;
  text-align: center;
}

.voice-prof__pic img {
  border-radius: 50%;
}

.voice-prof__box {
  width: 73%;
}

.voice-prof__txt {
  font-weight: bold;
}

.voice p:not([class]) img {
  display: block;
  margin: 2em auto;
}

.voice-img {
  margin: 2em auto;
}

.voice-img p:not([class]) img {
  margin: 0 auto 0.5em !important;
}

.voice-img p + p,
.grid2 + .voice-img__cap,
.voice-img__cap + .grid2 {
  margin-top: 0.5em;
}

.full-text-img {
  margin: 30px auto;
  text-align: center;
}

.l-main.voice .full-text-img {
  display: none;
}

/* ---------------------------------------------------------
  Form parts
--------------------------------------------------------- */

/* select, radio, checkbox
--------------------------------------------------------- */

/* common */

.form-section input[type="radio"],
.login-form input[type="checkbox"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  filter: alpha(opacity=0);
  opacity: 0;
}

.form-section select:focus,
.order-table select:focus,
input[type="radio"]:focus + .radio-icon,
input[type="checkbox"]:focus + .check-icon {
  border-color: #333;
}

label {
  position: relative;
}

/* select */

.form-section select,
.order-table select {
  max-width: 100%;
  line-height: 24px;
  padding: 7px 35px 7px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: url(../img/base/icon-select.png) no-repeat right 10px top 50% #fff;
  background-size: auto 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-section select::-ms-expand,
.order-table select::-ms-expand {
  display: none;
}

/* radio */

.form-section input[type="radio"] + .radio-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
  margin-right: 4px;
  margin-top: -3px;
  background: #fff;
}

.form-section input[type="radio"]:checked + .radio-icon {
  position: relative;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 0 0 5px #fff inset;
  box-shadow: 0 0 0 5px #fff inset;
  background: #f13000;
  content: '';
}

/* checkbox */

.login-form input[type="checkbox"] + .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: 6px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff;
  vertical-align: middle;
}

.login-form input[type="checkbox"]:checked + .check-icon {
  position: relative;
  border: 1px solid #dcdcdc;
}

.login-form input[type="checkbox"]:checked + .check-icon:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 4px;
  width: 10px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  border-radius: 0 0 1px 0;
}

/* form-table parts
--------------------------------------------------------- */

.err {
  border-color: #d32a00 !important;
  border-width: 2px !important;
  background-color: #ffdbd2 !important;
}

.error-text {
  margin: 10px 0 14px;
  color: #f13000;
}

.required-text {
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px 5px;
  border-radius: 2px;
  border: 1px solid #f13000;
  background: #fff;
  color: #f13000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.required-text.any {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #999;
}

.zip-code__item:nth-of-type(2) {
  margin-left: 1em;
}

.zip-code__item:nth-of-type(3) {
  width: 100%;
  margin-top: 0.5em;
  font-size: 1.2rem;
}

/* input-rule
--------------------------------------------------------- */

.input-rule {
  display: inline;
  margin-left: 8px;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
}

.form-example {
  margin-top: 0.8em;
  color: #595959;
  font-size: 1.2rem;
}

.form-example:before {
  content: '\00203b';
  margin-right: 0.2em;
}

.form-example.no-icon:before {
  content: none;
  margin-right: 0;
}

.select-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-list__item + .select-list__item {
  margin-left: 1em;
}

/* Size
--------------------------------------------------------- */

.size-max {
  width: 100%;
}

.size-l {
  width: 100%;
}

.size-m {
  width: 60%;
}

.size-s {
  width: 42%;
}

.size-xs {
  width: 50%;
}

.size-zip {
  width: 100px;
}

/* policy-container
--------------------------------------------------------- */

.policy {
  margin: 30px -10px;
}

.policy__tit {
  margin: 20px 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.policy__txt {
  margin: 20px 10px;
  font-size: 1.4rem;
}

#policyContent {
  margin: 30px auto 0;
  width: 100%;
  height: 240px;
  border: 1px solid #d8d8d8;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#policyContent iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* form-message
--------------------------------------------------------- */

.form-message {
  padding: 20px;
  border: 2px solid #dcdcdc;
}

.form-message__tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.45em;
}

.form-message__text + .form-message__text {
  margin-top: 1.5em;
}

.form-message__btn {
  margin-top: 20px;
  text-align: center;
}

.form-message.error .form-message__tit,
.form-message.caution .form-message__tit {
  color: #f13000;
}

.form-message.caution {
  margin-top: -10px;
}

.form-message.caution .form-message__tit {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: none;
  color: #f13000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.form-message.caution .form-message__tit:before {
  content: '-';
  margin-right: 1em;
}

.form-message.caution .form-message__tit:after {
  content: '-';
  margin-left: 1em;
}

.form-message.completion .form-message__text {
  max-width: 34em;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.form-message.caution .form-message__tit:before,
.order-num .order-num__label:before {
  content: '-';
  margin-right: 0.5em;
}

.form-message.caution .form-message__tit:after,
.order-num .order-num__label:after {
  content: '-';
  margin-left: 0.5em;
}

/* order-num
--------------------------------------------------------- */

.order-num {
  padding: 20px;
  background-color: #f5f5f5;
  text-align: center !important;
}

.order-num__label {
  display: block;
}

.order-num__text {
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* member-info
--------------------------------------------------------- */

.member-info,
.pass-reset {
  padding-bottom: 30px;
  background: white;
}

/* ---------------------------------------------------------
  Object
--------------------------------------------------------- */

.zip-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Step menu
--------------------------------------------------------- */

.step-menu {
  position: relative;
  counter-reset: step;
  z-index: 0;
}

.step-menu__item {
  position: relative;
  float: left;
  width: 33.333333%;
  color: #aaa;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.step-menu__item:before {
  width: 22px;
  height: 22px;
  content: counter(step);
  counter-increment: step;
  line-height: 22px;
  display: block;
  text-align: center;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  background-color: #eee;
}

.pass-reset .step-menu__item {
  width: 25%;
}

.step-menu__item:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eaeaea;
  top: 12px;
  left: -50%;
  z-index: -1;
}

.step-menu__item:first-child:after {
  content: none;
}

.step-menu__item.active {
  color: #f13000;
}

.step-menu__item.active:before {
  background-color: #f13000;
  color: #fff;
}

.step-menu__item.active + .step-menu__item.active:after {
  background-color: #f13000;
}

.step-menu__item.nav04 {
  width: 25%;
}

/* Page heading
--------------------------------------------------------- */

.page-hdg {
  margin: 15px 0;
}

.page-hdg__text {
  font-size: 1.8rem;
}

.page-hdg__sub-text {
  font-size: 1.3rem;
}

.page-hdg__sub-text:after {
  content: '：';
}

.page-hdg__lead {
  margin-top: 20px;
  line-height: 1.7;
}

.page-hdg__lead + .page-hdg__lead {
  margin-top: 10px;
}

.page-hdg__lead.emphasis {
  color: #f13000;
}

/* form-list
--------------------------------------------------------- */

.form-list + .form-list {
  margin-top: 10px;
}

.form-list__tit {
  margin-bottom: 5px;
  font-weight: bold;
}

.form-list__input input {
  width: 100%;
}

/* form-section
--------------------------------------------------------- */

.form-section {
  position: relative;
}

.form-section.regist {
  margin: 0 -10px;
}

.form-section__tit {
  margin: 20px 0 15px;
  padding: 10px 17px;
  background-color: #fff;
  border-left: 5px solid #ffd3c8;
  font-size: 1.6rem;
}

.form-section .change-btn {
  position: absolute;
  top: 0.5em;
  right: 0;
}

/* select-group
--------------------------------------------------------- */

.select-group {
  margin-top: 30px;
}

.select-group + .select-group {
  padding-top: 30px;
  border-top: 1px dashed #dcdcdc;
}

.select-group__choise {
  margin-bottom: 15px;
  font-weight: bold;
}

/* form-table
--------------------------------------------------------- */

.form-table {
  line-height: 1.4;
}

.form-table th,
.form-table td {
  padding: 15px 20px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.form-table th {
  background: #f6f6f6;
  text-align: left;
}

.form-table p:not([class]):nth-of-type(1) {
  margin-top: 0;
}

.form-table.regist th,
.form-table.confirm th {
  position: relative;
}

/* order-table
--------------------------------------------------------- */

.form-message + .order-table {
  margin-top: 30px;
}

/* Order item */

/* cell width */

video,
object,
embed {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wmv-wrap {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 30px;
  height: 0;
  overflow: hidden;
}

.wmv-wrap object,
.wmv-wrap embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

/* ---------------------------------------------------------
  Buttons
--------------------------------------------------------- */

/* button base
--------------------------------------------------------- */

.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 0.8em 1em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-login,
.btn-member-regist,
.btn-agree,
.btn-entry,
.btn-update,
.btn-purchase,
.btn-purchase-decision,
.btn-send,
.btn-next-step,
.btn-payment-step,
.btn-cart {
  padding: 1em 1.6em !important;
  border: 1px solid #f13000;
  background-color: #f13000;
  color: #fff !important;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.btn-login:after,
.btn-member-regist:after,
.btn-agree:after,
.btn-entry:after,
.btn-update:after,
.btn-purchase:after,
.btn-purchase-decision:after,
.btn-send:after,
.btn-next-step:after,
.btn-payment-step:after,
.btn-cart:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  content: '\f054';
  font-size: 0.7em;
}

.btn-login:hover,
.btn-member-regist:hover,
.btn-agree:hover,
.btn-entry:hover,
.btn-update:hover,
.btn-purchase:hover,
.btn-purchase-decision:hover,
.btn-send:hover,
.btn-next-step:hover,
.btn-payment-step:hover,
.btn-cart:hover {
  border-color: #bd2600;
  background-color: #bd2600;
}

.btn-back,
.btn-continue {
  padding: 1em 1.6em !important;
  border: 1px solid #888 !important;
  background-color: #888 !important;
  color: #fff !important;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.btn-back:after,
.btn-continue:after {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.5em;
  content: '\f053';
  font-size: 0.7em;
}

.btn-back:hover,
.btn-continue:hover {
  border: 1px solid #606060 !important;
  background-color: #606060 !important;
}

.btn-change,
.btn-input {
  padding: 0.4em 1.6em !important;
  border-radius: 2px;
  border: 1px solid #f13000;
  color: #f13000;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.btn-change:hover,
.btn-input:hover {
  opacity: 0.8;
}

.btn-input {
  background-color: #f13000;
}

.btn-delete {
  width: auto;
  padding: 0.3em 0.4em !important;
  background-color: #f5f5f5;
  color: #999;
  font-weight: normal;
}

.btn-delete:hover {
  color: #f13000;
}

.btn-address {
  padding: 10px !important;
  border: 1px solid #606060 !important;
  background-color: #606060 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.btn-address:hover {
  border: 1px solid #4a4949 !important;
  background-color: #4a4949 !important;
}

@media screen and (min-width: 576px) {
  .grid4:before {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid4:after {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
  }

  .grid4 .grid__col {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6em;
  }

  h2:not([class]),
  .hdg-main {
    margin: 1.4em 0 1em;
    padding: 0.4em 0.8em 0.4em 0.8em;
    font-size: 2.6rem;
  }

  h3:not([class]),
  .hdg-primary {
    font-size: 2.4rem;
  }

  h4:not([class]),
  .hdg-secondary {
    font-size: 2.2rem;
  }

  h5:not([class]),
  .hdg-tertiary {
    font-size: 1.8rem;
  }

  table:not([class]) th,
  table:not([class]) td,
  .table-default th,
  .table-default td {
    padding: 1.2em 1.5em;
  }

  .grid__col h2:nth-child(1),
  .grid__col h3:nth-child(1),
  .grid__col h4:nth-child(1),
  .grid__col h5:nth-child(1),
  .grid__col h6:nth-child(1),
  .grid__col p:nth-child(1),
  .grid__col dl:nth-child(1),
  .grid__col ul:nth-child(1),
  .grid__col ol:nth-child(1) {
    margin-top: 0 !important;
  }

  .grid2 .grid__col {
    width: calc((100% - 40px) / 2);
  }

  .grid3:after {
    content: '';
    display: block;
    width: calc((100% - 40px) / 3);
  }

  .grid3 .grid__col {
    width: calc((100% - 40px) / 3);
  }

  .grid4:before {
    content: '';
    display: block;
    width: calc((100% - 60px) / 4);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid4:after {
    content: '';
    display: block;
    width: calc((100% - 60px) / 4);
  }

  .grid4 .grid__col {
    width: calc((100% - 60px) / 4);
  }

  .btn-wrap {
    margin-top: 40px;
  }

  .btn-wrap__item {
    width: 48%;
    text-align: left;
  }

  .btn-wrap__item + .btn-wrap__item {
    margin-top: 0;
  }

  .btn-wrap__item:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }

  .btn-main {
    width: auto;
    padding: 0.4em 2.5em;
    font-size: 15px;
    font-weight: normal;
  }

  .btn-middle {
    font-size: 1.7rem;
  }

  .mtpc0 {
    margin-top: 0px !important;
  }

  .mtpc-0 {
    margin-top: 0px !important;
  }

  .mtpc5 {
    margin-top: 5px !important;
  }

  .mtpc-5 {
    margin-top: -5px !important;
  }

  .mtpc10 {
    margin-top: 10px !important;
  }

  .mtpc-10 {
    margin-top: -10px !important;
  }

  .mtpc15 {
    margin-top: 15px !important;
  }

  .mtpc-15 {
    margin-top: -15px !important;
  }

  .mtpc20 {
    margin-top: 20px !important;
  }

  .mtpc-20 {
    margin-top: -20px !important;
  }

  .mtpc25 {
    margin-top: 25px !important;
  }

  .mtpc-25 {
    margin-top: -25px !important;
  }

  .mtpc30 {
    margin-top: 30px !important;
  }

  .mtpc-30 {
    margin-top: -30px !important;
  }

  .mtpc35 {
    margin-top: 35px !important;
  }

  .mtpc-35 {
    margin-top: -35px !important;
  }

  .mtpc40 {
    margin-top: 40px !important;
  }

  .mtpc-40 {
    margin-top: -40px !important;
  }

  .mtpc45 {
    margin-top: 45px !important;
  }

  .mtpc-45 {
    margin-top: -45px !important;
  }

  .mtpc50 {
    margin-top: 50px !important;
  }

  .mtpc-50 {
    margin-top: -50px !important;
  }

  .size-l-half {
    width: 50%;
  }

  .text-center-only-l {
    text-align: center !important;
  }

  .new-line {
    display: block;
  }

  .page-title {
    margin-bottom: 70px;
  }

  .table-main th,
  .table-main td {
    padding: 1.2em 1.5em;
  }

  .post-list__date {
    font-size: 1.4rem;
  }

  .post-info__cate {
    font-size: 14px;
  }

  .voice-info {
    font-size: 1.7rem;
  }

  .faq-list__title {
    padding: 20px 90px 20px 73px;
  }

  .faq-list__text {
    padding: 20px 26px 20px 73px;
  }

  .q-icon,
  .a-icon {
    top: 8px;
    left: 24px;
    font-size: 28px;
  }

  .voice-faq__title,
  .voice-faq__text {
    line-height: 2;
  }

  .voice-prof {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .voice-prof__pic {
    width: 160px;
  }

  .voice-prof__box {
    width: calc((100% - 160px) - 20px);
  }

  .form-section select,
  .order-table select {
    padding: 10px 35px 10px 15px;
  }

  .required-text {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -1.2em 0 0 0;
    padding: 2px 8px;
  }

  .zip-code__item:nth-of-type(3) {
    width: auto;
    margin: 0 0 0 1em;
    font-size: 14px;
  }

  .input-rule {
    display: block;
    margin: 0.2em 0 0 0;
    font-size: 1.3rem;
  }

  .form-example {
    font-size: 14px;
  }

  .size-max {
    width: 98%;
  }

  .size-l {
    width: 70%;
  }

  .size-m {
    width: 50% !important;
  }

  .size-s {
    width: 30% !important;
  }

  .size-xs {
    width: 15% !important;
  }

  .size-zip {
    width: 100px;
  }

  .policy {
    margin: 30px 0 0;
  }

  #policyContent {
    margin: 30px auto 0;
  }

  .form-message {
    padding: 40px;
    line-height: 1.7;
    text-align: center;
  }

  .form-message__tit {
    max-width: 20em;
    margin-right: auto;
    margin-left: auto;
  }

  .form-message.caution {
    padding: 15px;
  }

  .step-menu {
    float: right;
    width: 50%;
    margin-top: -6px;
  }

  .page-hdg {
    margin: 40px 0 30px;
  }

  .page-hdg__text {
    clear: none !important;
    font-size: 2.4rem;
  }

  .page-hdg__sub-text {
    margin-right: 0.5em;
    font-size: 1.8rem;
  }

  .form-section.regist {
    margin: 0;
  }

  .form-section__tit {
    margin: 30px 0 15px;
    font-size: 1.8rem;
  }

  .form-section .change-btn {
    top: 0.8em;
  }

  .form-table + .form-table {
    margin-top: 20px;
  }

  .form-table th,
  .form-table td {
    padding: 15px 25px;
  }

  .form-table th {
    width: 14em;
  }

  .form-table.regist th,
  .form-table.confirm th {
    padding-right: 60px;
  }

  .hide-l {
    display: none !important;
  }

  .btn {
    width: auto;
    padding: 0.4em 1em;
    font-size: 15px;
    font-weight: normal;
  }

  .btn-login,
  .btn-member-regist,
  .btn-agree,
  .btn-entry,
  .btn-update,
  .btn-purchase,
  .btn-purchase-decision,
  .btn-send,
  .btn-next-step,
  .btn-payment-step,
  .btn-cart {
    min-width: 300px;
    font-size: 1.7rem;
  }

  .btn-back,
  .btn-continue {
    min-width: 300px;
    font-size: 1.7rem;
  }

  .btn-delete {
    padding: 0.5em 0.8em !important;
  }
}

@media screen and (min-width: 1000px) {
  html {
    overflow-y: scroll;
  }
}

@media print, screen and (min-width: 1140px) {
  .size100 {
    width: 98% !important;
  }

  .font-tiny {
    font-size: 13px !important;
  }

  .font-small {
    font-size: 14px !important;
  }

  .font-middle {
    font-size: 22px !important;
  }

  .font-large {
    font-size: 28px;
  }

  .faq-list__text {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .size-l {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .step-menu {
    max-width: 600px;
    margin: 20px auto 0;
  }

  .step-menu:after {
    content: "";
    clear: both;
    display: block;
  }

  .form-table,
  .order-table {
    border-top: 1px solid #dcdcdc;
  }

  .form-table + .form-table,
  .order-table + .form-table,
  .form-table +
    .order-table,
  .order-table +
    .order-table {
    border-top: none;
  }

  .form-table th,
  .form-table td,
  .order-table th,
  .order-table td {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }

  .form-table th,
  .order-table th {
    display: block;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
  }

  .form-table td,
  .order-table td {
    display: block;
    width: 100%;
    border-top: none !important;
  }

  .hide-s {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .table-main {
    border-bottom-width: 1px;
  }

  .table-main th,
  .table-main td {
    display: block;
    border-right: none;
  }

  .table-main th {
    border: none;
  }
}

@media screen and (max-width: 481px) {
  .size-s.spMax,
  .size-m.spMax {
    width: 100%;
  }

  .size-s.spHalf {
    width: 60%;
  }
}

@media screen and (max-width: 420px) {
  .new-line-only-s {
    display: block;
  }
}