/*! Writen  by SCSS */
.contentsBlock {
  padding: 60px 0 100px;
  background: #000;
  color: #fff;
  margin-bottom: 60px; }

.l_inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px; }

@media (max-width: 700px) {
  .l_inner {
    max-width: 100%;
    padding-right: 5%;
    padding-left: 5%; } }
.l_inner.-full {
  max-width: 100%; }

.l_inner.-narrow {
  max-width: 880px; }

.c_pageTitle {
  margin: 60px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 28px;
  text-align: center;
  letter-spacing: .1em; }

@media (max-width: 700px) {
  .c_pageTitle {
    font-size: 24px; } }
.c_pageTitle ._ja, .c_pageTitle ._en {
  display: block; }

.c_pageTitle ._en {
  margin-top: .5em;
  font-size: 60%;
  text-transform: uppercase;
  color: #736847; }

.c_title {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 34px; }

@media (max-width: 700px) {
  .c_title {
    font-size: 24px; } }
.c_text {
  margin-bottom: 1em;
  text-align: justify;
  font-size: 17px;
  line-height: 1.8; }

@media (max-width: 700px) {
  .c_text {
    font-size: 14px; } }
.c_notes {
  margin-bottom: 1em;
  display: block;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6; }

@media (max-width: 700px) {
  .c_notes {
    font-size: 10px; } }
.c_lead {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 2; }

@media (min-width: 701px) {
  .c_lead {
    font-size: 22px; } }
.item_free_plan {
  margin-top: 60px;
  color: #333;
  padding: 15px;
  text-align: center;
  background: linear-gradient(to right, #c59e46 0%, #fef7b4 50%, #c59e46 100%); }
  .item_free_plan .item_ttl {
    color: #001a49;
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #333;
    padding-bottom: 9px;
    margin-bottom: 10px; }
    @media (max-width: 700px) {
      .item_free_plan .item_ttl {
        font-size: 20px; } }
    .item_free_plan .item_ttl .min {
      font-size: 60%; }
  .item_free_plan .item_txt {
    color: #333;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px; }
    @media (max-width: 700px) {
      .item_free_plan .item_txt {
        font-size: 14px; } }
  .item_free_plan .cap_c {
    line-height: 1.4; }

.p_limitedTitle {
  padding: .2em;
  background: linear-gradient(to right, #c59e46 0%, #fef7b4 50%, #c59e46 100%);
  text-align: center;
  font-size: 24px;
  letter-spacing: .3em;
  color: #900000; }

.p_pageTitle {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 0;
  background: linear-gradient(to right, #7d132c 0%, #bf291e 50%, #7d132c 100%);
  text-align: center;
  color: #fff; }

.p_pageTitle ._en, .p_pageTitle ._ja {
  display: block; }

.p_pageTitle ._en {
  font-size: 38px;
  line-height: 1.2; }

@media (max-width: 700px) {
  .p_pageTitle ._en {
    font-size: 24px; } }
.p_pageTitle ._ja {
  margin-top: .5em;
  font-size: 16px;
  line-height: 1.2; }

@media (max-width: 700px) {
  .p_pageTitle ._ja {
    font-size: 12px; } }
.p_selectMenu {
  margin: 60px 0; }

.p_selectMenu ._title {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

@media (max-width: 700px) {
  .p_selectMenu ._title {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; } }
.p_selectMenu ._title ._en {
  font-size: 24px; }

.p_selectMenu ._title ._ja {
  font-size: 16px; }

.p_selectMenu ._row {
  display: flex;
  justify-content: space-between;
  gap: 16px 32px; }

@media (min-width: 701px) {
  .p_selectMenu ._row {
    align-items: flex-start; } }
@media (max-width: 700px) {
  .p_selectMenu ._row {
    flex-direction: column;
    align-items: center; } }
@media (min-width: 701px) {
  .p_selectMenu ._row ._col.-n1 {
    width: 312px;
    padding-top: 10px; } }
@media (max-width: 700px) {
  .p_selectMenu ._row ._col.-n1 img {
    width: 100%; } }
@media (min-width: 701px) {
  .p_selectMenu ._row ._col.-n2 {
    width: calc(100% - 312px - 32px); } }
.p_selectMenu ._row ._col.-n2 .image {
  margin-bottom: 10px; }

.p_section.-orderSelect {
  margin-top: 120px; }

@media (max-width: 700px) {
  .p_section.-orderSelect {
    margin-top: 80px; } }
.p_section.-orderSelect .images {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px; }

@media (max-width: 700px) {
  .p_section.-orderSelect .images {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
.u_tac {
  text-align: center !important; }

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

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

.u_clear {
  clear: both !important; }

.u_clearfix:after {
  content: "";
  display: block;
  clear: both; }

.u_hidden {
  display: none !important; }

.u_visibility-hidden {
  visibility: hidden !important; }

.u_fl {
  float: left !important; }

.u_fr {
  float: right !important; }

@media (min-width: 701px) {
  .u_hidden-desktop {
    visibility: hidden !important;
    display: none !important; } }
@media (max-width: 700px) {
  .u_hidden-mobile {
    visibility: hidden !important;
    display: none !important; } }
.p_section.-orderSelect .js_inview03 {
  justify-content: center;
  column-gap: 20px; }

@media (max-width: 700px) {
  .p_section.-orderSelect .js_inview03 {
    flex-direction: row;
    width: calc(100% - 40px);
    margin-inline: auto;
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: space-between;
    row-gap: 15px; }
    .p_section.-orderSelect .js_inview03 .image:nth-child(1) {
      width: 100%;
      text-align: center; }
    .p_section.-orderSelect .js_inview03 .image:nth-child(2) {
      width: 40%; }
    .p_section.-orderSelect .js_inview03 .image:nth-child(3) {
      width: 56%; } }

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