@charset "UTF-8";
/*
Theme Name: MY THEME
Theme URI:
Author:
Author URI:
Description:
Requires at least: WordPress 5.2
Version: 1.0
License:
License URI:
Text Domain: my-theme
Tags:
*/

.sp {
    display: none;
}
.sp-599 {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


html,
body {
    font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "Meiryo", sans-serif;
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    position: relative;
    font-weight: 600;
}
img {
    width: 100%;
    height: auto;
}
a {
    transition: .3s;
}
a:hover {
    opacity: 0.85;
}
section h2 {
    text-align: center;
}
.flx {
    display: flex;
}
.f-content {
    max-width: 915px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ヘッダー */
.f-header {
    height: 100px;
    position: relative;
}
.head-logo {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.head-logo img {
    display: block;
    width: auto;
    height: 45px;
    max-width: 100%;
}
.point-level {
    line-height: 1.5;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
}

/* 応募フォームメイン */
.f-about {
    background-color: #f0f1e6;
    padding: 70px 0 55px;
}
.f-content h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}
.f-content h2 span {
    font-size: 24px;
}
.f-arrow {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.f-arrow img {
    max-width: 50px;
}
.present-box {
    background-color: #fff;
    padding: 10px 20px;
}
.f-pre-text {
    width: 55%;
    padding: 10px 20px 10px 10px;
}
.f-pre-title {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.f-pre-title div {
    width: 61px;
    margin-right: 5px;
}
.f-pre-title p {
    font-size: 20px;
    line-height: 1.5;
}
.f-pre-about {
    font-size: 24px;
    color: #ff4b00;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.f-pre-about span {
    font-size: 16px;
    line-height: 1;
}
.f-pre-about span#f-black {
    display: block;
    color: #000;
    margin-bottom: 8px;
}
.f-pre-day {
    font-size: 18px;
}
.f-pre-img {
    width: 43%;
}
.f-pre-guide {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}
.f-pre-guide small {
    display: inline-block;
    line-height: 2;
}
.f-content .f-send{
    margin-top: 15px;
    text-align: center;
}
.f-content .f-send small {
    font-size: 13px;
    text-align: center;
}
.f-main {
    padding: 60px 0 155px;
}
.f-attention {
    text-align: center;
    font-size: 15px;
    padding-bottom: 60px;
}
.f-attention span {
    color: #ff4b00;
}
.f-closed {
    text-align: center;
    font-size: 15px;
    padding-top: 95px;
}
.form-area {
    max-width: 500px;
    margin: 0 auto;
}
#cam-form .koumoku {
    margin-bottom: 20px;
}
#cam-form .koumoku + .koumoku {
    padding-top: 20px;
    border-top: 1px dashed #c7c7c7;
}
#cam-form .koumoku .label,
#cam-form .koumoku label{
    font-size: 15px;
    color: #575757;
}
#cam-form .koumoku label input {
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
}
#cam-form .koumoku .remarks {
    margin-top: -.5em;
    margin-left: 1em;
    padding-left: 1em;
    color: #575757;
    line-height: 1.8;
    text-indent: -1em;
    font-size: 70.588%;
    font-weight: normal;
}
.mw_wp_form_confirm #cam-form .koumoku .remarks {
    display: none;
}
#cam-form .postcode label input {
    width: 50%;
}
.select-box label {
    display: block;
    position: relative;
    z-index: 10;
    width: 50%;
}
.select-box label img {
    position: absolute;
    bottom: 16px;
    left: 89%;
    width: 14px;
    z-index: 9;
}
.mw_wp_form_confirm .select-box label img {
    display: none;
}
#cam-form .koumoku label select {
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    cursor: pointer;

    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    padding: 0.5em 1em;
    border-radius: 5px;
    background: transparent;
    z-index: 101;
}
::-ms-expand {
    display: none;
}
#cam-form .question-text{
    font-size: 18px;
    color: #575757;
    margin-top: 50px;
    margin-bottom: 10px;
}
#cam-form .question {
    margin-bottom: 20px;
}
#cam-form .question + .question {
    padding-top: 20px;
    border-top: 1px dashed #c7c7c7;
}
#cam-form .question .error {
    display: inline-block;
    margin-left: 14px;
}
#cam-form .radio p.item,
#cam-form .question p,
#cam-form .question label,
#cam-form .question .other-text-wrap{
    font-size: 15px;
    color: #575757;
}
#cam-form .question p {
    margin-bottom: 15px;
}
#cam-form .question p small {
    display: inline-block;
    font-weight: normal;
    line-height: 1.8;
    margin-left: 1em;
}
#cam-form .radio label,
#cam-form .question label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 14px;
}
#cam-form .radio label p,
#cam-form .question label p {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0px;
}
#cam-form .radio label input,
#cam-form .question label input {
    margin-top: 5px;
    margin-right: 5px;
}
#cam-form .radio label input {
    width: auto;
}
#cam-form .radio label input[type="radio"],
#cam-form .radio label input[type="checkbox"],
#cam-form .question label input[type="radio"],
#cam-form .question label input[type="checkbox"] {
    margin-top: 8px;
}
#cam-form .radio label input[type="text"],
#cam-form .question label input[type="text"] {
    margin-top: 0;
}
#cam-form .radio label input[type="text"][disabled],
#cam-form .question label input[type="text"][disabled] {
    background-color: #f0f0f0;
}
#cam-form .radio label textarea,
#cam-form .question label textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    padding: 5px 10px;
}
#cam-form .other-text-wrap {
    display: block;
    margin-left: 14px;
}
.mw_wp_form_confirm #cam-form .other-text-wrap {
    display: inline;
    margin-left: 0;
}
#cam-form .mwform-checkbox-field .other-text-wrap {
    display: inline-block;
    margin-left: 0;
}
#cam-form input.other-text {
    width: 65%;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    margin: 0 5px;
    padding: 2px 10px;
    color: #000;
}
.form-bottom-text {
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
}
.mw_wp_form_confirm .form-bottom-text {
    display: none;
}
.mw_wp_form_confirm .f-attention-box {
    display: none;
}
.f-attention-box h3,
.f-privacy h3 {
    margin-top: 90px;
    margin-bottom: 20px;
    color: #ff4b00;
    text-align: center;
}
.f-attention-box-text {
    font-size: 14.6px;
    background-color: #f0f0f0;
    padding: 25px;
    border-radius: 5px;
}
.f-attention-box-text ul {
    padding-left: 12px;
}
.f-attention-box-text ul li::before {
    position: relative;
      top: -1px;
      left:-6px;
      display: inline-block;
      width: 3px;
      height: 3px;
      content: '';
      border-radius: 100%;
      background: #000;
}
.f-att-title2 {
    margin-top: 30px;
}

.f-sub-title {
    display: block;
}

.f-privacy h3 {
    margin-top: 50px;
}

.f-privacy-box {
    padding: 25px;
    font-size: 15px;
    height: 315px;     /* 高さを制限(※) */
    overflow: scroll;  /* スクロールバーを表示(※) */
    border: 1px solid #a8a8a8;    /* 枠線を追加 */
    border-radius: 5px;
}
.mw_wp_form_confirm .f-privacy {
    display: none;
}

.f-privacy-box p span {
    display: block;
    margin-left: 15px;
}

.f-doui {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}
.mw_wp_form_confirm .f-doui {
    display: none;
}
.f-next-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.mw_wp_form_confirm .f-next-button {
    display: none;
}
.f-next-button.send-button {
    display: none;
}
.mw_wp_form_confirm .f-next-button.send-button {
    display: flex;
}
.f-next-button a,
.f-next-button .form-btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
/*     width: calc(100% / 2 - 10px); */
    width: 100%;
    border: 1px solid #a8a8a8;
    border-radius: 10px;
    text-align: center;
    font-size: 17px;
    padding: 30px 15px;
    color: #ff4b00;
}
.f-next-button .form-confirm-btn{
    width: 100%;
}
.f-next-button a img,
.f-next-button .form-btn img {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 13px;
}
/* 確認画面 */
.f-kakunin-about .f-arrow {
  margin-bottom: 10px;
}
.f-kakunin-orange {
    margin-bottom: 30px;
    font-size: 24px;
    color: #ff4b00;
    text-align: center;
}
.f-kakunin-text {
    text-align: center;
    margin-bottom: 40px;
}
.f-kakunin-text span {
    color: #ff4b00;
}
.f-kakunin-area #cam-form,
.mw_wp_form_confirm #cam-form {
  border-top: 1px solid #a8a8a8;
  padding-top: 50px;
}
.f-kakunin-area #cam-form .koumoku label p:first-child,
.mw_wp_form_confirm #cam-form .koumoku label p:first-child {
  float: left;
}
.f-kakunin-area #cam-form .koumoku label p:last-child,
.mw_wp_form_confirm #cam-form .koumoku label p:last-child {
  margin-left: 150px;
}
.f-kakunin-area #cam-form .question-box,
.mw_wp_form_confirm #cam-form .question-box {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  margin-top: 50px;
  padding-bottom: 20px;
}
.f-kakunin-area #cam-form .question,
.mw_wp_form_confirm #cam-form .question {
    margin-bottom: 30px;
}
.f-kakunin-area #cam-form .question p,
.mw_wp_form_confirm #cam-form .question p {
    margin-bottom: 5px;
}
.f-kakunin-area #cam-form .radio .item,
.mw_wp_form_confirm #cam-form .radio .item,
.f-kakunin-area #cam-form .question .item,
.mw_wp_form_confirm #cam-form .question .item {
    margin-left: 14px;
}
.f-kakunin-area #cam-form .radio label .item,
.mw_wp_form_confirm #cam-form .radio label .item,
.f-kakunin-area #cam-form .question label .item,
.mw_wp_form_confirm #cam-form .question label .item {
    margin-left: 0;
}
.mw_wp_form_confirm #cam-form .radio .item,
.mw_wp_form_confirm #cam-form .question .item {
    display: inline-block;
}
.mw_wp_form_confirm #cam-form .radio .item.-inline,
.mw_wp_form_confirm #cam-form .question .item.-inline {
    display: inline;
}
.f-kakunin-back {
    display: none;
    margin-top: 80px;
    margin-bottom: 70px;
    text-align: center;
}
.mw_wp_form_confirm .f-kakunin-back {
    display: block;
}
.f-kakunin-back a,
.f-kakunin-back button {
    color: #000;
    border-bottom: 1px solid #000;
}
.send-button a,
.send-button button.form-btn{
    width: 100%;
    display: block;
    color: #fff;
    background-color: #ff4b00;
}
.send-button button.form-btn.disabled{
    background-color: #aaa;
    cursor: default;
}
/* 送信完了画面 */
.f-content h2.thanks-maintitle {
  font-size: 24px;
  letter-spacing: 1px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.f-thanks-kakunin {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.f-thanks-kakunin p {
    font-size: 15px;
    line-height: 1.8;
}
.f-thanks-kakunin .f-thks-title {
    font-size: 18px;
    display: flex;
    width: 80%;
    align-items: center;
    margin: 0 auto 10px;
}
.f-thks-title::before,
.f-thks-title::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える CC*/
  height: 1px;
  background: #787878;
}
.f-thks-title::before {
    margin-right: 20px;
}
.f-thks-title::after {
    margin-left: 20px;
}
.f-thanks-top a {
  color: #000;
}

.f-thanks-kakulist {
	max-width: 625px;
	text-align: left;
	text-indent: -1em;
   padding-left: 2em;
	padding-right: 1em;
	margin: 0 auto 20px;
}

/* フッター */
footer {
    background-color: #eeeeee;
    padding: 20px 30px 30px;
}
.foot-link {
    margin-top: 20px;
}
.foot-link-box {
    justify-content: center;
    width: 100%;
}
.foot-link-box p {
    position: relative;
}
.foot-link-box p:not(:last-child) {
    margin-right: 50px;
}
.foot-link-box p:first-child {
    margin-right: 33px;
}
.foot-link-box p a {
    line-height: 1;
    letter-spacing: 1px;
}
.foot-link-box p a img{
    max-width: 12px;
    position: absolute;
    right: -17px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
      transform: translate(0,-50%);
}
.foot-logo {
    max-width: 330px;
    margin: 50px auto;
}
.foot-copy {
    justify-content: space-between;
    align-items: flex-end;
    line-height: 1;
}
.copy small {
    font-size: 14px;
}

.pc-fooot-copy {
    align-items: flex-end;
}
.pc-fooot-copy div {
    margin-right: 20px;
}
.pc-fooot-copy div img {
    max-width: 150px;
}
.pc-fooot-copy p{
    line-height: 1.5;
    letter-spacing: 2px;
}

/* new-present-box */
.new-present-box {
    background-color: #fff;
    padding: 30px 25px 20px;
}
.new-present-box .new-present-title {
    display: flex;
    align-items: center;
    width: 100%;
}
.new-present-box .new-present-title .icon {
    width: 60px;
    height: auto;
}
.new-present-box .new-present-title .text {
    padding-left: 12px;
    font-size: 22px;
    font-feature-settings: "palt";
    letter-spacing: 2.9px;
}
.new-present-box .new-present-subtitle {
    margin-top: 15px;
    padding: 5px 2px 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #ff4b00;
    font-size: 30px;
    font-feature-settings: "palt";
    letter-spacing: 1.9px;
    line-height: 1.2;
}
.new-present-box .new-present-subtitle small {
    color: #000;
    font-size: 18px;
    letter-spacing: -1px;
}
.new-present-box .new-present-period {
    margin-top: 5px;
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0;
}
.new-present-box .new-present-images {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -10px;
}
.new-present-box .new-present-images.-center {
    justify-content: center;
}
.new-present-box .new-present-images li {
    width: calc((100% - 40px) / 3);
    margin: 20px 20px 0 0;
}
.new-present-box .new-present-images.-new2 li {
    width: calc((100% - 20px) / 2);
}
.new-present-box .new-present-images li:nth-child(3n+3) {
    margin-right: 0;
}
.new-present-box .new-present-images.-new2 li:nth-child(3n+3) {
    margin-right: 20px;
}
.new-present-box .new-present-images.-new2 li:nth-child(2n+2) {
    margin-right: 0;
}
.new-present-box .new-present-images li img {
    width: 100%;
    height: auto;
}
.new-present-box .new-present-images li span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: .2px;
}
.new-present-box .new-present-remarks {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: right;
}
.new-present-box .new-present-remarks.-new2 {
    margin-top: 10px;
}

@media screen and (max-width: 940px) {

    footer {
        padding: 20px 15px 20px;
    }
    .pc-fooot-copy div {
        margin-right: 15px;
    }
    .pc-fooot-copy p {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .copy small {
        font-size: 12px;
    }

    /* new-present-box */
    .new-present-box .new-present-subtitle {
        font-size: 3.191vw;
    }
    .new-present-box .new-present-images li span {
        font-size: 1.702vw;
    }
}


/* SP */
@media screen and (max-width: 768px) {
    .f-header {
        height: auto;
        padding: 8px 10px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .head-logo {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        text-align: left;
    }
    .head-logo img {
        height: 30px;
        width: auto;
        max-width: 100%;
    }
    .point-level {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        align-self: flex-end;
        margin-left: auto;
        width: auto;
        max-width: 100%;
        font-size: 8px;
        line-height: 1.5;
        color: #575757;
        text-align: right;
    }
    .f-arrow img {
        max-width: 30px;

    }
    .f-arrow{
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .present-box {
        display: block;
        padding: 15px;
    }
    .f-pre-text,
    .f-pre-img {
        width: 100%;
    }
    .f-pre-text {
        padding: 0;
    }
    .f-pre-title {
        display: block;
    }
    .f-pre-title div {
        margin: 0 auto 10px;
    }
    .f-pre-title p {
        font-size: 17px;
        text-align: center;
    }
    .f-pre-about {
        text-align: center;
        font-size: 18px;

    }
    .f-pre-about span {
        font-size: 14px;
    }
    .f-pre-about span#f-black {
        font-size: 14px;
    }
    .f-pre-day {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
    .f-pre-img {
        margin-top: 10px;
    }

    .f-pre-guide br.pc {
      display: block;
    }
    #cam-form .question .error {
        margin-left: 0px;
    }
    #cam-form .radio label,
    #cam-form .question label {
        margin-left: 0px;
    }
    #cam-form .question .other-text-wrap {
        margin-left: 0px;
    }
    #cam-form .postcode label input {
        width: 100%;
    }
    #cam-form .koumoku label select {
        width: 100%;
    }
    #cam-form .koumoku .remarks {
        margin-left: 0;
    }
    .select-box label img {
        left: auto;
        right: 15px;
    }
    .f-attention-box h3, .f-privacy h3 {
        margin-top: 50px;
        font-size: 17px;
    }
    .form-bottom-text br.pc {
      display: block;
    }
    /* 確認画面 */
    .f-kakunin-orange {
        margin-bottom: 15px;
        font-size: 20px;
        color: #ff4b00;
        text-align: center;
    }
    .f-kakunin-text {
        text-align: center;
        margin-bottom: 60px;
    }
    .f-kakunin-text span {
        color: #ff4b00;
    }
    .f-kakunin-area #cam-form .question,
    .mw_wp_form_confirm #cam-form .question {
        margin-bottom: 30px;
    }
    .f-kakunin-area #cam-form .question p,
    .mw_wp_form_confirm #cam-form .question p {
        margin-bottom: 5px;
    }
    .f-kakunin-back {
        margin-top: 80px;
    }

    /* 完了画面 */
    .f-thanks-kakunin p {
        font-size: 14px;
    }
    .f-thanks-kakunin .f-thks-title {
        font-size: 17px;
    }
    .f-content h2.thanks-maintitle {
      margin-top: 50px;
    }
    .f-kakunin-text {
      margin-bottom: 50px;
    }
	.f-thanks-kakulist {
	max-width: 500px;
}



    /* フッター */
    .foot-link-box {
        display: block;
    }
    .foot-link-box p {
        position: static;
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
    }
    .foot-link-box p:not(:last-child) {
        margin: 0 auto;
    }
    .foot-link-box p a {
        text-align: left;
        max-width: 200px;
        margin: 0 auto;
        line-height: 2.5;
        position: relative;
    }
    .foot-link {
        text-align: left;
    }
    .foot-copy {
        display: block;
        text-align: center;
    }
    .pc-fooot-copy {
        display: block;
    }
    .pc-fooot-copy p {
        margin-top: 15px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .copy {
        margin-top: 30px;
    }
    .copy small{
        font-size: 10px;
    }

    /* new-present-box */
    .new-present-box {
        background: transparent;
        padding: 0;
    }
    .new-present-box .new-present-title {
        justify-content: center;
    }
    .new-present-box .new-present-title .text {
        padding-left: 0;
    }
    .new-present-box .new-present-period {
        margin-top: 10px;
        font-size: 100%;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    .new-present-box .new-present-subtitle {
        max-width: 400px;
        margin: 20px auto 0;
        padding-top: 10px;
        border-top-color: #ff4b00;
        border-bottom: none;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .new-present-box .new-present-subtitle small {
        display: inline-block;
        margin-bottom: 5px;
    }
    .new-present-box .new-present-subtitle span {
        line-height: 1.3;
    }
    .new-present-box .new-present-images {
        margin-top: 10px;
        padding: 0 20px 20px;
        background-color: #fff;
    }
    .new-present-box .new-present-images li,
    .new-present-box .new-present-images li:nth-child(3n+3),
    .new-present-box .new-present-images.-new2 li,
    .new-present-box .new-present-images.-new2 li:nth-child(3n+3) {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        text-align: center;
    }
    .new-present-box .new-present-images li:nth-child(2n+2),
    .new-present-box .new-present-images.-new2 li:nth-child(2n+2) {
        margin-right: 0;
    }
    .new-present-box .new-present-images li span {
        font-size: 12px;
    }
    .new-present-box .new-present-images li.icon {
        font-size: 11px;
    }
    .new-present-box .new-present-images li.icon img {
        width: 65%;
        height: auto;
        margin-top: 5px;
    }

}

@media screen and (max-width: 599px) {
    .sp-599 {
        display: block;
    }
    html,
    body {
        font-size: 15px;
    }
    #cam-form .question p,
    #cam-form .question label {
        text-align: left;
    }
    .f-kakunin-area #cam-form .select-box label,
    .mw_wp_form_confirm #cam-form .select-box label {
      width: 100%;
    }
    .f-content h2.thanks-maintitle {
      margin-top: 0px;
      font-size: 20px;
    }
    .f-thanks-kakunin .f-thks-title {
      width: 100%;
    }
    .f-pre-guide {
      text-align: justify;
      font-feature-settings: "palt";
    }
    .f-pre-guide br.pc {
      display: none;
    }
    .f-pre-guide small {
        font-size: 70%;
    }
    .form-bottom-text br.pc {
      display: none;
    }
    .form-bottom-text {
      text-align: justify;
    }


    /* フッター */
    .foot-logo {
        width: 75%;
    }

    /* new-present-box */
    .new-present-box .new-present-title .icon {
        width: 30px;
    }
    .new-present-box .new-present-title .text {
        font-size: 18px;
        letter-spacing: 0;
    }
    .new-present-box .new-present-subtitle {
        max-width: 90%;
        margin-top: 10px;
        padding: 5px 2px 10px;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.4;
    }
    .new-present-box .new-present-subtitle small {
        font-size: 16px;
        letter-spacing: 0;
    }
    .new-present-box .new-present-images {
        margin-top: 5px;
        padding: 0 10px 10px;
    }
    .new-present-box .new-present-images li,
    .new-present-box .new-present-images li:nth-child(3n+3),
    .new-present-box .new-present-images.-new2 li,
    .new-present-box .new-present-images.-new2 li:nth-child(3n+3) {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .new-present-box .new-present-images li:nth-child(2n+2),
    .new-present-box .new-present-images.-new2 li:nth-child(2n+2) {
        margin-right: 0;
    }
    .new-present-box .new-present-images li span {
        margin-top: 5px;
        font-size: 10px;
    }
    .new-present-box .new-present-images li span small {
        font-size: 100%;
    }
    .new-present-box .new-present-images li.icon small {
        position: relative;
        top: -7px;
    }
    .new-present-box .new-present-remarks {
        margin-top: 5px;
        font-size: 10px;
    }

}
@media screen and (max-width: 340px) {
  .f-content h2.thanks-maintitle {

    font-size: 18px;
  }

  /* new-present-box */
  .new-present-box .new-present-period {
      font-size: 11px;
  }
  .new-present-box .new-present-images li span {
      font-size: 10px;
  }

}

/* archive button
============================================================ */
.archive-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.archive-button.-input {
  margin-top: 55px;
  margin-bottom: 30px;
}
.archive-button.-complete {
  max-width: 560px;
  margin-top: 60px;
  margin-bottom: 80px;
}
.archive-button a,
.archive-button .btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  padding: 30px 15px;
  color: #fff;
  background: #ff4b00;
}
.archive-button a img,
.archive-button .btn img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 13px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 599px) {
  .archive-button.-input {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .archive-button.-complete {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.p-country-name {
  display: none;
}

/* grecaptcha
============================================================ */
.grecaptcha-badge {
  visibility: hidden;
}
.f-google-recaptcha {
  margin-top: 65px;
  font-size: 80%;
  font-weight: normal;
  text-align: center;
}
.mw_wp_form_confirm .f-google-recaptcha {
  display: none;
}
.required {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 5px;
  color: #fff;
  background-color: #ff0000;
  font-size: .8em;
  letter-spacing: 0;
  line-height: 1;
}
.mw_wp_form_confirm .required {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 599px) {
}

/* f-remark
============================================================ */
.f-remark {
  display: none;
  margin-top: 15px;
  color: #ff0000;
  font-size: .8em;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
.mw_wp_form_confirm .f-remark {
  display: block;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 599px) {
}
