@charset "UTF-8";
@font-face {
  font-family: 'tobira';
  src: url("/assets/fonts/tobira.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, 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, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

pre, code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: text-bottom;
  font-size: 75%; }

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle; }

a {
  outline: none; }

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

time {
  display: inline; }

[hidden] {
  display: none; }

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none; }

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

input {
  outline: none; }

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

small {
  font-size: 85%; }

i, em {
  font-weight: normal;
  font-style: normal; }

b {
  font-weight: 500; }

html {
  scroll-behavior: smooth; }

a:link,
a:hover,
a:active,
a:visited {
  color: #231815;
  text-decoration: none; }

html {
  font-size: 62.5%; }

body, input, button, select, textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

.aLt {
  text-align: left; }

.aCt {
  text-align: center; }

.aRt {
  text-align: right; }

@media (min-width: 768px) {
  html {
    font-size: 75%; }

  .spBr {
    display: none; }

  a.phoneLink {
    pointer-events: none;
    text-decoration: none; }

  .spItem {
    display: none !important; } }
@media (max-width: 767px) {
  .pcBr {
    display: none; }

  .spBr {
    display: inline; }

  .phoneLink {
    pointer-events: auto; }

  .pcItem {
    display: none !important; }

  .spItem {
    display: block; }
  .spItem.flex {
    display: flex; }
  .spItem.inline {
    display: inline; } }
/* SECTION MODULE
================================================ */
.page-wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100dvh; }

.main-footer {
  background: #ebe9e8;
  padding: 2.5rem 2.4rem 1.5rem; }
.main-footer ul.primary {
  margin-bottom: 4rem; }
.main-footer ul.primary li {
  margin-bottom: 1.5em; }
.main-footer ul.primary a[target=_blank]::before {
  font-family: 'tobira';
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
  position: relative;
  top: -0.125em;
  font-weight: normal !important; }
.main-footer ul.primary a[target=_blank]::before {
  content: "";
  font-size: 1.4rem; }
.main-footer ul.sub {
  margin: -2rem 0 4rem 1.5em; }
.main-footer ul.sub li {
  list-style: disc;
  margin-bottom: 1em; }
.main-footer ul.sub li a {
  font-size: 1.2rem; }
.main-footer .copyright {
  text-align: center; }

.loader {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh; }

@media (min-width: 768px) {
  body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
  body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1rem); }

  .page-wrapper {
    width: 480px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1; } }
/* form objects
===================================================== */
input[type=text],
input[type=password],
input[type=email],
textarea {
  border: 1px #ccc solid;
  border-radius: .4rem;
  padding: 0.9rem 1.4rem;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  resize: vertical; }

select {
  border: 0 none;
  border-radius: .4rem;
  padding: .9rem 1.4rem;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  appearance: none; }

button {
  background: none transparent;
  border: 0 none;
  display: block; }

.select-box {
  background: #fff;
  border-radius: .4rem;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  position: relative; }
.select-box::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.select-box::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  right: 1rem;
  top: calc(50% - .6rem);
  font-size: 1rem;
  pointer-events: none; }
.select-box select {
  font-size: 1.4rem;
  appearance: none;
  outline: none;
  background: #fff;
  padding: .9rem 1.4rem;
  width: 100%;
  line-height: 1.75; }

button.btn, a.btn {
  border-radius: .4rem;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  display: block;
  padding: 1.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 100%; }
button.btn.primary, a.btn.primary {
  background: #5d524d;
  color: #fff; }
button.btn.weak, a.btn.weak {
  background: #fff; }
button.btn.logout, a.btn.logout {
  padding: 1.3rem 1.5rem 1.5rem; }
button.btn.edit, a.btn.edit {
  padding: 1.3rem 1.5rem 1.5rem; }
button.btn:disabled, a.btn:disabled {
  opacity: .3;
  pointer-events: none; }
button.btn.sm, a.btn.sm {
  font-size: 1.3rem;
  padding: 2rem .5rem; }

button.text, a.text {
  display: inline;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5d524d;
  border-bottom: #231815 1px solid; }

.fixpos-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1rem);
  padding: 2.3rem 2.4rem;
  width: 100%;
  z-index: 10; }
.fixpos-btn.stop {
  position: relative;
  border-top: 1px #ebe9e8 solid; }

label.radio {
  display: block;
  padding: .75rem 0 .75rem 2.8rem;
  position: relative;
  overflow: hidden; }
label.radio input {
  position: absolute;
  left: -50px;
  top: -50px; }
label.radio i {
  display: block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 2px #ccc solid;
  left: 0;
  top: calc(50% - 1.0rem);
  transition: all .3s ease; }
label.radio i::after {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #fff;
  left: .2rem;
  top: calc(50% - .7rem);
  position: absolute;
  transition: all .3s ease; }
label.radio input:checked + i {
  border-color: #5d524d; }
label.radio input:checked + i::after {
  background: #5d524d; }

label.check {
  display: block;
  padding: .75rem 0 .75rem 2.8rem;
  position: relative;
  overflow: hidden; }
label.check input {
  position: absolute;
  left: -50px;
  top: 0; }
label.check i {
  display: block;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px #ccc solid;
  left: 0;
  top: calc(50% - 1.0rem);
  transition: all .3s ease;
  border-radius: .2rem; }
label.check i::after {
  content: '';
  width: 1rem;
  height: .5rem;
  border: 1px #fff solid;
  border-width: 0 0 2px 2px;
  left: .3rem;
  top: calc(50% - .5rem);
  position: absolute;
  transition: all .3s ease;
  transform: rotate(-45deg); }
label.check input:checked + i {
  border-color: #5d524d;
  background: #5d524d; }
label.check input:checked + i::after {
  background: #5d524d; }

/* modal
===================================================== */
.modal-base {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  backdrop-filter: blur(1rem);
  background: rgba(255, 255, 255, 0.15);
  z-index: 99;
  display: none; }

.modal-base .modal-msg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  width: calc(100% - 4.8rem);
  border-radius: 1rem;
  display: none;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3); }
.modal-base .modal-msg .msg-head {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem; }
.modal-base .modal-msg p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5; }
.modal-base .modal-msg p:last-child {
  margin-bottom: 0; }
.modal-base .modal-msg p.memo {
  font-size: 1.2rem;
  font-weight: normal; }
.modal-base .modal-msg .btns {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem; }

@media (min-width: 768px) {
  .modal-base .modal-msg {
    max-width: 360px; }

  .fixpos-btn {
    width: 480px;
    margin: 0 auto;
    left: calc(50% - 240px); } }
/* SECTION MY ESSAY
=========================================================== */
.my-essay-header {
  height: 100vw;
  position: relative; }
.my-essay-header .cover-image {
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.my-essay-header .cover-image .edit-profile {
  background: rgba(255, 255, 255, 0.7);
  padding: .5rem 1rem .6rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6;
  right: 2.4rem;
  bottom: 2rem;
  border-radius: .4rem;
  display: block;
  width: fit-content;
  position: absolute;
  font-weight: bold; }
.my-essay-header .toggle {
  position: fixed;
  width: 4.4rem;
  height: 4.4rem;
  top: 1rem;
  right: 2rem;
  backdrop-filter: blur(0.5rem);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 90; }
.my-essay-header .toggle a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -999rem;
  background: url("/assets/images/icnMenu.svg") no-repeat center;
  background-size: 3rem;
  display: block; }
.my-essay-header .toggle i {
  width: .6rem;
  height: .6rem;
  background: #ed1c24;
  border-radius: 50%;
  display: block;
  text-indent: -999rem;
  overflow: hidden;
  position: absolute;
  right: .4rem;
  top: .4rem; }
.my-essay-header .my-info {
  background: rgba(255, 255, 255, 0.15);
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  width: 100%;
  padding-left: 3rem;
  backdrop-filter: blur(1rem);
  display: none; }
.my-essay-header .my-info .body {
  background: #fff;
  padding: 0 2.5rem 2.5rem;
  overflow: auto;
  height: 100%;
  position: absolute;
  right: -100vw;
  top: 0;
  width: calc(100% - 3rem);
  transition: right .5s ease-in-out .3s; }
.my-essay-header .my-info .body header {
  padding: 2rem 0; }
.my-essay-header .my-info .body header .disp-name b {
  font-size: 1.8rem;
  font-weight: bold; }
.my-essay-header .my-info .body header .close {
  position: fixed;
  width: 4.4rem;
  height: 4.4rem;
  top: 1rem;
  right: calc(-100vw - 2rem);
  overflow: hidden;
  text-indent: -999rem;
  background: url("/assets/images/icnMenuClose.svg") no-repeat center #fff;
  background-size: 3rem;
  display: block;
  transition: right .5s ease-in-out .2s; }
.my-essay-header .my-info .body .toggled {
  display: none; }
.my-essay-header .my-info .body .info, .my-essay-header .my-info .body .profile {
  border-top: 1px #eeedec solid; }
.my-essay-header .my-info .body .info header, .my-essay-header .my-info .body .profile header {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
.my-essay-header .my-info .body .info header::after, .my-essay-header .my-info .body .profile header::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.my-essay-header .my-info .body .info header i, .my-essay-header .my-info .body .profile header i {
  width: .6rem;
  height: .6rem;
  background: #ed1c24;
  border-radius: 50%;
  display: inline-block;
  text-indent: -999rem;
  overflow: hidden;
  vertical-align: super;
  margin-left: .5rem; }
.my-essay-header .my-info .body .info header::after, .my-essay-header .my-info .body .profile header::after {
  content: "";
  right: 0;
  top: calc(50% - .8rem);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6;
  font-size: 1.2rem;
  transition: transform .3s ease; }
.my-essay-header .my-info .body .info header.open::after, .my-essay-header .my-info .body .profile header.open::after {
  transform: rotate(180deg); }
.my-essay-header .my-info .body .info {
  border-top: 0; }
.my-essay-header .my-info .body .info dl {
  line-height: 1.75;
  padding-bottom: .75em; }
.my-essay-header .my-info .body .info dl dt {
  color: #666666; }
.my-essay-header .my-info .body .info dl dd {
  margin-bottom: .75em; }
.my-essay-header .my-info .body .info dl a {
  text-decoration: underline; }
.my-essay-header .my-info .body .profile dl {
  line-height: 1.75;
  padding-bottom: 0; }
.my-essay-header .my-info .body .profile dl dt {
  text-align: center;
  margin-bottom: .75em; }
.my-essay-header .my-info .body .profile dl dd {
  margin-bottom: 1.75em; }
.my-essay-header .my-info .body .profile dl .img-uploader {
  padding: 0 4rem; }
.my-essay-header .my-info .body .profile dl .img-uploader .preview {
  background: #ebe9e8;
  position: relative;
  border-radius: .4rem;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden; }
.my-essay-header .my-info .body .profile dl .img-uploader .function {
  width: 100%;
  height: 100%; }
.my-essay-header .my-info .body .profile dl .img-uploader .function label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
.my-essay-header .my-info .body .profile dl .img-uploader .function label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.my-essay-header .my-info .body .profile dl .img-uploader .cover-image-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.my-essay-header .my-info .body .profile dl .img-uploader .cover-image-preview img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.my-essay-header .my-info .body .profile dl .img-uploader .delete {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff none;
  right: 1rem;
  top: 1rem;
  border: 0 none;
  border-radius: 50%;
  display: block;
  position: relative;
  position: absolute;
  text-indent: -999rem; }
.my-essay-header .my-info .body .profile dl .img-uploader .delete::before {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  font-weight: normal !important; }
.my-essay-header .my-info .body .profile dl .img-uploader .delete::before {
  content: "";
  text-align: center;
  text-indent: 0;
  color: #cccccc;
  font-size: 2rem;
  line-height: 2.6rem;
  width: 2.6rem;
  left: 0;
  top: 0; }
.my-essay-header .my-info .body .profile .form-btns {
  padding-bottom: 3rem; }
.my-essay-header .my-info .body .profile .form-btns .btn {
  margin: 0 0 2rem;
  font-size: 1.4rem; }
.my-essay-header .my-info .body .profile .form-btns .reset {
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-size: 1.4rem;
  padding: 0 0 .25rem; }
.my-essay-header .my-info .body footer {
  border-top: 1px #ebe9e8 solid;
  padding: 3rem 0 0; }
.my-essay-header .my-info .body.open {
  right: 0; }
.my-essay-header .my-info .body.open header .close {
  right: 2rem; }
.my-essay-header .my-info .body .btn {
  font-size: 1.4rem;
  border-top: 1px #eeedec solid; }
.my-essay-header .my-info .body .btn a {
  padding: 2rem 0;
  display: block;
  font-weight: bold;
  position: relative; }
.my-essay-header .my-info .body .btn a::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.my-essay-header .my-info .body .btn a::after {
  content: "";
  right: 0;
  top: calc(50% - .8rem);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6;
  font-size: 1.2rem;
  transition: transform .3s ease; }

.my-essey-body {
  padding: 3rem 2.4rem 0; }
.my-essey-body > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }
.my-essey-body > header h1 {
  font-size: 1.8rem; }
.my-essey-body > header .filter {
  background: #fff;
  border-radius: .4rem;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  position: relative;
  min-width: 17rem;
  max-width: 22rem;
  position: relative; }
.my-essey-body > header .filter::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.my-essey-body > header .filter::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  right: 1rem;
  top: calc(50% - .6rem);
  font-size: 1rem;
  pointer-events: none; }
.my-essey-body > header .filter select {
  font-size: 1.4rem;
  appearance: none;
  outline: none;
  background: #fff;
  padding: .8rem 1rem; }
.my-essey-body .essays-list > section {
  padding: 2.5rem 2rem 3rem 0;
  border-top: 1px #ebe9e8 solid;
  position: relative; }
.my-essey-body .essays-list > section a {
  display: block;
  position: relative; }
.my-essey-body .essays-list > section header {
  margin-bottom: 1rem; }
.my-essey-body .essays-list > section header h2 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: .5rem; }
.my-essey-body .essays-list > section header .date {
  color: #666666;
  letter-spacing: 0.1em; }
.my-essey-body .essays-list > section .body p {
  display: none;
  line-height: 1.75; }
.my-essey-body .essays-list > section .body .tags {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666; }
.my-essey-body .essays-list > section .menu-base {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10; }
.my-essey-body .essays-list > section .menu {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: -1rem;
  top: 2rem;
  background: url("/assets/images/menuDot.svg") no-repeat center;
  transition: all .3s ease;
  z-index: 12;
  cursor: pointer; }
.my-essey-body .essays-list > section .menu a {
  display: none; }
.my-essey-body .essays-list > section .menu.open {
  position: absolute;
  right: 0;
  bottom: 1rem;
  border: 1px #cccccc solid;
  border-radius: .4rem;
  background: #fff;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  width: auto;
  height: fit-content; }
.my-essey-body .essays-list > section .menu.open a {
  display: block;
  padding: .6rem 1rem;
  text-align: center;
  font-size: 1.2rem; }
.my-essey-body .essays-list > section .menu.open a:not(:last-child) {
  border-bottom: 1px #cccccc solid; }
.my-essey-body .essays-list > section:nth-child(-n+3) {
  padding: 0 2rem 2.5rem 0;
  border-top: 0; }
.my-essey-body .essays-list > section:nth-child(-n+3) a {
  display: flex;
  justify-content: space-between; }
.my-essey-body .essays-list > section:nth-child(-n+3) header {
  width: 55%;
  aspect-ratio: 1/.85;
  background-color: #ebe9e8;
  border-radius: .6rem;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center; }
.my-essey-body .essays-list > section:nth-child(-n+3) header .date {
  position: absolute;
  left: 1.5rem;
  bottom: 1rem; }
.my-essey-body .essays-list > section:nth-child(-n+3) header.with-image {
  align-items: flex-end;
  padding-bottom: 2.5rem; }
.my-essey-body .essays-list > section:nth-child(-n+3) header.with-image h2, .my-essey-body .essays-list > section:nth-child(-n+3) header.with-image .date {
  color: #fff;
  z-index: 1; }
.my-essey-body .essays-list > section:nth-child(-n+3) header.with-image h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden; }
.my-essey-body .essays-list > section:nth-child(-n+3) header.with-image::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
.my-essey-body .essays-list > section:nth-child(-n+3) .body {
  width: 41%; }
.my-essey-body .essays-list > section:nth-child(-n+3) .body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  margin-bottom: 1em; }
.my-essey-body .essays-list > section:nth-child(-n+3) .menu {
  top: 0; }
.my-essey-body .essays-list > section:nth-child(-n+3) .menu a {
  display: none; }
.my-essey-body .essays-list > section:nth-child(-n+3) .menu.open a {
  display: block; }
.my-essey-body .essays-list > section:nth-child(n+4) header:not(.with-image) h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.my-essey-body .essays-list > section.fix-top header::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-family: 'tobira';
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center; }

/* SECTION CREATE ESSAY
=========================================================== */
.create-essay {
  padding: 3.4rem 2.4rem; }
.create-essay h1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2.5rem; }
.create-essay h2 {
  font-size: 1.6rem;
  text-align: center;
  margin: 4rem 0 3rem; }
.create-essay .prompt {
  border-bottom: 1px #ebe9e8 solid; }
.create-essay .prompt-t {
  padding: 1.75rem 2rem 1.75rem 0;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4; }
.create-essay .prompt-t::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.create-essay .prompt-t::after {
  content: "";
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  right: 0;
  top: calc(50% - .5rem);
  transition: transform .3s ease; }
.create-essay .prompt-t.active::after {
  transform: rotate(180deg); }
.create-essay .prompt-d {
  padding: .2rem 0 2rem;
  display: none; }
.create-essay .prompt-d textarea {
  min-height: 4.2rem;
  line-height: 1.5; }
.create-essay .prompt-d textarea + textarea {
  margin-top: .5rem; }
.create-essay .prompt .img-uploader {
  padding: 0 6rem;
  margin: 0 auto 1.5rem; }
.create-essay .prompt .img-uploader .preview {
  background: #ebe9e8;
  position: relative;
  border-radius: .4rem;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden; }
.create-essay .prompt .img-uploader .function {
  width: 100%;
  height: 100%; }
.create-essay .prompt .img-uploader .function label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
.create-essay .prompt .img-uploader .function label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
.create-essay .prompt .img-uploader .cover-image-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.create-essay .prompt .img-uploader .cover-image-preview img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
.create-essay .prompt .img-uploader .delete {
  width: 2.6rem;
  height: 2.6rem;
  background: #fff none;
  right: 1rem;
  top: 1rem;
  border: 0 none;
  border-radius: 50%;
  display: block;
  position: relative;
  position: absolute;
  text-indent: -999rem; }
.create-essay .prompt .img-uploader .delete::before {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  font-weight: normal !important; }
.create-essay .prompt .img-uploader .delete::before {
  content: "";
  text-align: center;
  text-indent: 0;
  color: #cccccc;
  font-size: 2rem;
  line-height: 2.6rem;
  width: 2.6rem;
  left: 0;
  top: 0; }
.create-essay .prompt ul.notes li {
  color: #666666;
  text-indent: -1em;
  padding-left: 1em;
  margin: .5em 0; }
.create-essay .essay-conditions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.create-essay .essay-conditions dt, .create-essay .essay-conditions dd {
  width: 50%;
  font-size: 1.4rem;
  padding: 1.6rem 1rem; }
.create-essay .essay-conditions dd {
  position: relative;
  padding: 1.6rem 3rem;
  text-align: center; }
.create-essay .essay-conditions dd .slick-arrow {
  width: 3rem;
  height: 3rem;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  background: none transparent;
  border: 0 none;
  padding: 0;
  top: calc(50% - 1.5rem);
  position: absolute; }
.create-essay .essay-conditions dd .slick-arrow::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.create-essay .essay-conditions dd .slick-arrow::after {
  width: 3rem;
  height: 3rem;
  text-indent: 0;
  text-align: center;
  line-height: 3rem;
  position: absolute;
  left: 0;
  top: 0; }
.create-essay .essay-conditions dd .slick-arrow.slick-prev {
  left: 0; }
.create-essay .essay-conditions dd .slick-arrow.slick-prev::after {
  content: ""; }
.create-essay .essay-conditions dd .slick-arrow.slick-next {
  right: 0; }
.create-essay .essay-conditions dd .slick-arrow.slick-next::after {
  content: ""; }
.create-essay .essay-conditions dd .slick-arrow.slick-disabled {
  opacity: .1; }
.create-essay .btns {
  padding: 3rem 0 0; }
.create-essay .btns p {
  margin: 1rem 0; }
.create-essay .btns p.return {
  text-align: center;
  padding: 1.2rem 0 0; }
.create-essay p.note {
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 2rem 0 0;
  letter-spacing: -0.03em; }
.create-essay p.note a {
  color: #000;
  text-decoration: underline; }

.page-wrapper.generating {
  display: flex;
  justify-content: center;
  align-items: center; }
.page-wrapper.generating div .anim {
  width: 6.5rem;
  height: auto;
  display: block;
  margin: 0 auto .5rem; }
.page-wrapper.generating div p {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
  padding-left: .5em; }
.page-wrapper.generating div p img {
  width: 1.5rem;
  height: auto;
  vertical-align: bottom;
  position: relative;
  top: .5rem;
  margin-left: .5rem; }

/* SECTION EDIT ESSAY
=========================================================== */
.essay-editor {
  padding: 3.4rem 2.4rem 20rem; }
.essay-editor header {
  margin-bottom: 2.6rem; }
.essay-editor header a.return {
  position: relative;
  padding: .5rem 0 .5rem 2.25rem; }
.essay-editor header a.return::before {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  font-weight: normal !important; }
.essay-editor header a.return::before {
  content: "";
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  left: 0;
  top: calc(50% - 1rem); }
.essay-editor h1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3.5rem; }
.essay-editor dl.create-confirm {
  padding-bottom: 3.5rem; }
.essay-editor dl.create-confirm dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5rem; }
.essay-editor dl.create-confirm dd {
  margin-bottom: 2.5rem;
  padding-top: .5rem; }
.essay-editor dl.create-confirm dd.radio-array {
  text-align: left; }
.essay-editor dl.create-confirm dd.radio-array label {
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem; }
.essay-editor dl.create-confirm dd.radio-array label input {
  display: inline-block;
  margin-right: .5rem;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: -.2rem; }
.essay-editor dl.create-confirm dd:last-child {
  margin-bottom: 0; }
.essay-editor .image-list .image-item {
  display: block;
  background: #ebe9e8;
  margin: 0 0 1rem 0;
  position: relative;
  padding: 1.5rem;
  border-radius: .2rem;
  cursor: move; }
.essay-editor .image-list .image-item:last-child {
  border-bottom: 0; }
.essay-editor .image-list .image-item.dragging {
  transform: rotate(5deg);
  opacity: .7; }
.essay-editor .image-list .image-item .sorter {
  width: 4rem;
  height: 4rem;
  position: relative;
  position: absolute;
  left: 1.5rem;
  top: calc(50% - 2rem); }
.essay-editor .image-list .image-item .sorter::before {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  font-weight: normal !important; }
.essay-editor .image-list .image-item .sorter::before {
  content: "";
  font-size: 2.4rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  left: 0;
  top: 0; }
.essay-editor .image-list .image-item .photo {
  width: 12rem;
  height: 12rem;
  margin: 0 auto;
  background: #fff; }
.essay-editor .image-list .image-item .photo img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%; }
.essay-editor .image-list .image-item.sortable-drag {
  opacity: .5; }
.essay-editor .image-list .image-item.ui-sortable-placeholder {
  background: #999;
  visibility: visible !important; }
.essay-editor .categories-selector {
  padding-top: .5rem; }
.essay-editor .categories-selector .categories-switch {
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  padding: 1rem 3rem 1rem 1rem;
  background: #fff;
  width: fit-content;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  margin-bottom: 1rem;
  border-radius: .4rem; }
.essay-editor .categories-selector .categories-switch::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.essay-editor .categories-selector .categories-switch::after {
  content: "";
  width: 1.4rem;
  height: 1.4erm;
  line-height: 1.4rem;
  text-align: center;
  right: 1rem;
  top: calc(50% - .7rem);
  font-size: 1.2rem;
  transition: transform .3s ease; }
.essay-editor .categories-selector .categories-switch.open::after {
  transform: rotate(180deg); }
.essay-editor .categories-selector .categories-panel {
  border: 1px #cccccc solid;
  border-radius: .2rem;
  padding: 1.1rem 1.75rem .2rem;
  margin: 1rem 0;
  display: none;
  border-radius: .4rem; }
.essay-editor .categories-selector .categories-panel ul li {
  font-size: 1.4rem;
  margin-bottom: 1.1rem; }
.essay-editor .categories-selector .categories-selected {
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 1px #cccccc solid;
  border-radius: .2rem;
  line-height: 1.5;
  border-radius: .4rem; }
.essay-editor .categories-selector .categories-selected:empty {
  display: none; }
.essay-editor .categories-selector .categories-selected span {
  white-space: nowrap; }
.essay-editor .categories-selector .categories-edit {
  padding: 2rem 0 0;
  font-size: 1.4rem; }
.essay-editor .categories-selector .categories-edit a {
  position: relative;
  padding: .5rem 0 .5rem 1.5rem; }
.essay-editor .categories-selector .categories-edit a::before {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  left: 0;
  font-weight: normal !important; }
.essay-editor .categories-selector .categories-edit a::before {
  content: "";
  width: 1.0rem;
  height: 1.0rem;
  font-size: 1.0rem;
  text-align: center;
  left: 0;
  top: calc(50% - .4rem); }
.essay-editor .btns.fixpos-btn {
  padding: 2rem 2.4rem;
  margin: 0 auto;
  /*border-top:1px $c-pale solid;*/ }
.essay-editor .btns.fixpos-btn p {
  margin: 1rem 0; }
.essay-editor .btns.fixpos-btn p.return {
  text-align: center;
  padding: 1rem 0 0; }

.categories-editor,
.essay-preview {
  background: #fff;
  z-index: 99;
  position: fixed;
  left: auto;
  top: 0;
  height: 100dvh;
  width: 100%;
  right: -101vw;
  transition: right .5s ease-in-out .3s; }
.categories-editor.open,
.essay-preview.open {
  right: 0; }
.categories-editor.open .body header .close,
.essay-preview.open .body header .close {
  display: block;
  z-index: 9; }
.categories-editor .body,
.essay-preview .body {
  background: #fff;
  padding: 0 2.4rem 4rem;
  overflow: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
.categories-editor .body header,
.essay-preview .body header {
  padding: 3rem 0;
  margin-bottom: 1rem; }
.categories-editor .body header .close,
.essay-preview .body header .close {
  position: fixed;
  width: 4.4rem;
  height: 4.4rem;
  top: 1rem;
  overflow: hidden;
  text-indent: -999rem;
  background: url("/assets/images/icnMenuClose.svg") no-repeat center rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(0.5rem);
  background-size: 3rem;
  display: block;
  transition: right .5s ease-in-out .2s;
  right: 1rem;
  display: none;
  border-radius: 1rem; }
.categories-editor .body .essay-body,
.essay-preview .body .essay-body {
  padding: 0; }
.categories-editor .body h2,
.essay-preview .body h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2.5rem; }
.categories-editor .body .ctg-list,
.essay-preview .body .ctg-list {
  margin-bottom: 1rem; }
.categories-editor .body .ctg-list div,
.essay-preview .body .ctg-list div {
  margin-bottom: 1.6em;
  /*box-shadow:0 0 1rem rgba(0,0,0,.1);*/
  position: relative;
  border-radius: .4rem; }
.categories-editor .body .ctg-list div::after,
.essay-preview .body .ctg-list div::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
.categories-editor .body .ctg-list div input,
.essay-preview .body .ctg-list div input {
  font-size: 1.4rem;
  text-align: center;
  border: 0 none;
  background: #fff;
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.3);
  transition: all .3s ease; }
.categories-editor .body .ctg-list div input::placeholder,
.essay-preview .body .ctg-list div input::placeholder {
  color: #ccc; }
.categories-editor .body .ctg-list div input:focus,
.essay-preview .body .ctg-list div input:focus {
  box-shadow: none;
  border: 1px #ccc solid; }
.categories-editor .body .ctg-list div input::-webkit-calendar-picker-indicator,
.essay-preview .body .ctg-list div input::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none; }
.categories-editor .body .ctg-list div input::-webkit-list-button,
.essay-preview .body .ctg-list div input::-webkit-list-button {
  content: none; }
.categories-editor .body .ctg-list div input[list]::-webkit-calendar-picker-indicator,
.essay-preview .body .ctg-list div input[list]::-webkit-calendar-picker-indicator {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
.categories-editor .body .ctg-list div::after,
.essay-preview .body .ctg-list div::after {
  content: '';
  display: block;
  position: absolute;
  right: -3rem;
  top: calc(50% - 2rem);
  width: 3rem;
  height: 4rem;
  content: "";
  font-size: 2.4rem;
  text-align: right;
  line-height: 4rem;
  color: #ccc;
  opacity: 0; }
.categories-editor .body .ctg-list div.set::after,
.essay-preview .body .ctg-list div.set::after {
  opacity: 1; }
.categories-editor .body p.note,
.essay-preview .body p.note {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2rem;
  color: #666666; }

.categories-editor .body {
  padding: 0 5rem 3rem; }

@media (min-width: 768px) {
  .my-essay-header {
    height: 480px; }
  .my-essay-header .toggle {
    top: 1rem;
    right: auto;
    left: calc(50% + 180px); }
  .my-essay-header .my-info {
    width: 480px;
    left: auto; }
  .my-essay-header .my-info .body {
    right: 0; }
  .my-essay-header .my-info .body header .close {
    right: 2rem; }
  .my-essay-header .my-info .body.open {
    width: calc(100% - 3rem); }

  .categories-editor,
  .essay-preview {
    width: 480px;
    left: auto; }
  .categories-editor.open,
  .essay-preview.open {
    right: auto;
    left: calc(50% - 240px); }
  .categories-editor.open .body header .close,
  .essay-preview.open .body header .close {
    right: auto;
    left: calc(50% + 174px); } }
/* SECTION VIEW ESSAY
=========================================================== */
.essay-body {
  padding: 3rem 2.4rem; }
.essay-body .issued {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #666;
  letter-spacing: .1em; }
.essay-body .title {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  line-height: 1.3;
  font-weight: bold; }
.essay-body p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-size: 1.4rem; }
.essay-body p img {
  display: block;
  width: 100%;
  height: auto; }
.essay-body .ctg-tags {
  color: #666666; }
.essay-body .return-mypage {
  padding-top: 4rem; }

/* SECTION LOGIN / LOUGOUT
=========================================================== */
div.login-panel, div.logout-panel {
  padding: 3.5rem 2.4rem 3rem; }
div.login-panel h1, div.logout-panel h1 {
  width: 13rem;
  margin: 0 auto 4.8rem; }
div.login-panel h2, div.logout-panel h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem; }
div.login-panel h2::before, div.logout-panel h2::before {
  font-family: 'tobira';
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
  position: relative;
  top: -0.125em;
  font-weight: normal !important; }
div.login-panel h2::before, div.logout-panel h2::before {
  content: "";
  display: block;
  font-size: 4.4rem;
  margin-bottom: .5rem; }
div.login-panel dl, div.logout-panel dl {
  margin-bottom: 3rem; }
div.login-panel dl dt, div.logout-panel dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .75rem; }
div.login-panel dl dd, div.logout-panel dl dd {
  margin-bottom: 1.75rem; }
div.login-panel dl dd input[type=text],
div.login-panel dl dd input[type=password], div.logout-panel dl dd input[type=text],
div.logout-panel dl dd input[type=password] {
  padding: 1.2rem 1.4rem; }
div.login-panel .functions, div.logout-panel .functions {
  padding: 3.25rem 0 0; }
div.login-panel .functions ul, div.logout-panel .functions ul {
  font-size: 1.4rem;
  margin-bottom: 5.5rem; }
div.login-panel .functions ul li, div.logout-panel .functions ul li {
  margin-bottom: 1.75rem; }
div.login-panel .functions ul li a[target=_blank]::before, div.logout-panel .functions ul li a[target=_blank]::before {
  font-family: 'tobira';
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
  position: relative;
  top: -0.125em;
  font-weight: normal !important; }
div.login-panel .functions ul li a[target=_blank]::before, div.logout-panel .functions ul li a[target=_blank]::before {
  content: ""; }
div.login-panel .functions dl, div.logout-panel .functions dl {
  text-align: center;
  margin: 3rem 0 0; }
div.login-panel .functions dl dt, div.logout-panel .functions dl dt {
  font-size: 1.6rem;
  margin-bottom: 2.25rem; }
div.login-panel .functions dl dd, div.logout-panel .functions dl dd {
  display: flex;
  justify-content: center;
  column-gap: 3rem; }
div.login-panel .functions dl dd a, div.logout-panel .functions dl dd a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px; }
div.login-panel .msg, div.logout-panel .msg {
  display: flex;
  height: 33rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem; }
div.login-panel .msg p, div.logout-panel .msg p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold; }
div.login-panel .msg p::before, div.logout-panel .msg p::before {
  font-family: 'tobira';
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
  position: relative;
  top: -0.125em;
  font-weight: normal !important; }
div.login-panel .msg p::before, div.logout-panel .msg p::before {
  content: "";
  display: block;
  font-size: 4.4rem; }
div.login-panel .btns, div.logout-panel .btns {
  text-align: center; }
div.login-panel .btns .relogin, div.logout-panel .btns .relogin {
  padding: 2.5rem 0 0; }

div.logout-panel {
  padding-bottom: 5rem; }

/* SECTION TOP PAGE
=========================================================== */
article.toppage {
  padding: 3.5rem 2.4rem 3rem; }
article.toppage section {
  padding: 0; }
article.toppage section h1 {
  width: 13rem;
  margin: 0 auto 3rem; }
article.toppage section .sub-section {
  border-top: 1px #ebe9e8 solid;
  margin-top: 4.5rem;
  padding-top: 4rem; }
article.toppage section .lead-copy p {
  text-align: center;
  line-height: 2.1;
  margin-bottom: 2em;
  font-size: 1.4rem;
  font-weight: bold; }
article.toppage section h2.usage {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: .5rem; }
article.toppage section .usage-slider {
  padding: 0;
  margin-bottom: 1rem; }
article.toppage section .usage-slider figure {
  padding: 0; }
article.toppage section .usage-slider figure .img img {
  display: block; }
article.toppage section .usage-slider figure figcaption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 auto; }
article.toppage section .usage-slider .slick-arrow {
  display: block;
  width: 4rem;
  height: 4rem;
  text-indent: -999rem;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 16.5rem;
  z-index: 2;
  border: 0 none;
  background: none transparent; }
article.toppage section .usage-slider .slick-arrow::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
article.toppage section .usage-slider .slick-arrow::after {
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 4rem;
  font-size: 2.2rem; }
article.toppage section .usage-slider .slick-arrow.slick-disabled::after {
  color: #ebe9e8; }
article.toppage section .usage-slider .slick-arrow.slick-prev {
  left: -1.5rem; }
article.toppage section .usage-slider .slick-arrow.slick-prev::after {
  content: ""; }
article.toppage section .usage-slider .slick-arrow.slick-next {
  right: -1.5rem; }
article.toppage section .usage-slider .slick-arrow.slick-next::after {
  content: ""; }
article.toppage section .usage-slider .slick-list {
  margin-bottom: 1rem; }
article.toppage section .usage-slider .slick-dots {
  background: #fff;
  position: relative;
  width: 100%;
  padding: .75rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem; }
article.toppage section .usage-slider .slick-dots button {
  display: block;
  text-indent: -999rem;
  width: .8rem;
  height: .8rem;
  background: #ebe9e8 none;
  border-radius: 50%;
  border: 0 none;
  padding: 0; }
article.toppage section .usage-slider .slick-dots li.slick-active button {
  background: #231815; }
article.toppage section p.usage-note {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0; }

/* SECTION FAQ AND CONTACT
=========================================================== */
article.faq-contact {
  padding: 3.5rem 2.4rem 3rem; }
article.faq-contact h1 {
  display: none; }
article.faq-contact section {
  padding: 0 0 5rem; }
article.faq-contact section h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: .75rem; }
article.faq-contact section h2 b {
  font-size: 1.8rem;
  font-weight: bold; }
article.faq-contact section h2 + p {
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem; }
article.faq-contact section h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2rem 0 1rem; }
article.faq-contact section p {
  font-size: 1.4rem;
  line-height: 1.5; }
article.faq-contact section.faq dl {
  line-height: 1.5;
  border-bottom: 1px #cccccc solid; }
article.faq-contact section.faq dl dt {
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
  padding: 1.5rem 2.5rem;
  border-top: 1px #cccccc solid; }
article.faq-contact section.faq dl dt::after {
  font-family: 'tobira';
  display: block;
  position: absolute;
  top: -0.15em;
  right: 0;
  font-weight: normal !important; }
article.faq-contact section.faq dl dt::after {
  content: "";
  right: .5rem;
  top: calc(50% - .9rem);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6;
  font-size: 1.4rem;
  transition: transform .3s ease; }
article.faq-contact section.faq dl dt.open::after {
  transform: rotate(180deg); }
article.faq-contact section.faq dl i {
  position: absolute;
  left: .5rem;
  top: 1.5rem;
  font-weight: bold; }
article.faq-contact section.faq dl dd {
  padding: 0 0 1.5rem 2.5rem;
  position: relative;
  display: none; }
article.faq-contact section.faq dl dd i {
  top: 0; }
article.faq-contact section.faq dl dd a {
  text-decoration: underline; }
article.faq-contact section.faq dl dd p:not(:last-child) {
  margin-bottom: 1rem; }
article.faq-contact section.contact {
  padding-bottom: 0; }
article.faq-contact section.contact dl {
  line-height: 1.5;
  margin-bottom: .5rem; }
article.faq-contact section.contact dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 .5em; }
article.faq-contact section.contact dl dd {
  padding: 0 0 1.5rem 0; }
article.faq-contact section.contact dl dd select {
  border: 0 none;
  border-radius: .4rem; }
article.faq-contact section.contact .agreement {
  margin-bottom: 1rem; }
article.faq-contact section.contact .btns {
  padding: 2rem 0; }
article.faq-contact section.contact .btns p {
  margin: 1rem 0 1.5rem; }
article.faq-contact section.contact .btns p.return {
  text-align: center;
  margin-top: 2rem; }

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