@charset "utf-8";

/* CSS Document */
/*-----フォントの設定-----*/
/* Regular*/
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Regular.ttf') format('truetype');
}

/* bold */
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* medium*/
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Medium.ttf') format('truetype');
    font-weight: medium;
}

/* HelveticaWorld-Bold*/
@font-face {
    font-family: 'HelveticaWorld-Bold';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/HelveticaWorld-Bold.ttf') format('truetype');
}

/* 03スマートフォントUI*/
@font-face {
    font-family: '03スマートフォントUI';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/03スマートフォントUI.otf') format('truetype');
}

/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/

html {
    font-size: 62.5%;
    font-family: 'GenJyuuGothic';
}

p {
    font-size: 1.6rem;
}

img {
    max-width: 100%;
}

/* スマホで見たときは"sp"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.pc {
    display: none !important;
}

.br-pc {
    display: none;
}

.br-tb {
    display: none;
}

/*-----共通設定ここまで-----*/
/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(TV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html {
    scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #562E00;
    border-radius: 50%;
    z-index: 1;
}

/* Font Awesome */
#page_top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: '\f106';
    /*アイコン*/
    font-size: 40px;
    color: rgb(255, 255, 255);
    /*アイコンの色*/
    position: absolute;
    /*width: 30px;*/
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;

}


/**/
/**/
/**/
/*top-view<!--TV-->*/
/**/
/**/
/**/
.top-view-box01 {
    position: relative;
}

a.topcta {
    position: absolute;
    bottom: 2.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}

/**/
/**/
/**/
/*<!--TVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting {
    background: url("../img/targeting-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}

.targeting-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 2.0rem 0;
    position: relative;
}

.targeting-tittle h2 {
    font-size: 1.7rem;
    color: #ffffff;
}

.targeting-tittle h1 {
    font-size: 1.8rem;
    color: #ffffff;
}

.targeting-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.targeting-tittle-box::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top: 37%;
    left: 2%;
}

.targeting-tittle-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top: 37%;
    right: 2%;
}

.targeting-wrapper {
    padding: 3.6rem 1.5rem 2.4rem 1.5rem;
}

.targeting-wrapper p {
    margin: 1.8rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    color: #403D3C;
}

.mark::before {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 2.0rem;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 1.0rem;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery {
    background: url("../img/gallery-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}

.gallery-tittle {
    background: linear-gradient(#ea5b19, #c54732);
    padding: 2.0rem 0;
    position: relative;
}

.gallery-tittle h1 {
    font-size: 2.1rem;
    color: #ffffff;
    margin-bottom: 1.0rem;
    line-height: 1.3;
}

.gallery-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #c54732 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.gallery-tittle-box::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top: 50%;
    left: -1%;
}

.gallery-tittle-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-60deg);
    top: 50%;
    right: -1%;
}

.gallery-wrapper {
    padding: 2.8rem 1.5rem 2.8rem 1.5rem;
}

.gallery-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-box {
    box-sizing: border-box;
    margin: 0;
    padding: 1.9rem 1.5rem;
    width: 50%;
}

.gallery-box p {
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.1rem;
}

.gallery-box img {
    margin-bottom: 1.0rem;
}

.gallery-box .yen1 {
    font-size: 1.7rem;
    margin: 0.3rem 0;
}

.gallery-box .buy {
    font-size: 1.0rem;
    width: 118px;
    margin: 0 auto;
    background-color: #f15a24;
    padding: 0.3rem 0.5rem 1.0rem 0.5rem;
    color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0, 100% 60%, 50% 100%, 0 60%);
}

.gallery-box .yen2 {
    font-size: 2.5rem;
    color: #f15a24;
}

.gallery-wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.04em;
    background-color: #ffff00;
    mix-blend-mode: multiply;
    /*乗算*/
    padding: 1.0rem 0;
}

.gallery-wrapper span {
    color: #e60012;
}

.gallery-btn {
    position: relative;
}

.gallery-btn.btn img {
    max-width: 75%;
}

.gallery-btn.btn {
    margin: 2.2rem 0;
    text-align: left;
}

.gallery-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
}

.gallery-text {
    font-size: 1.2rem;
}

/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*step<!--ST-->*/
/**/
/**/
/**/
#step {
    text-align: center;
}

.step-wrapper {
    padding: 1.4rem 1.5rem 2.3rem 1.5rem;
}

.step-tittle p {
    margin: 0.5rem 0 2.2rem 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
}

.step-tittle span {
    background-color: #ffff00;
}

.step-btn {
    margin-top: 2.5rem;
}

.step-btn-friend img {
    margin-bottom: 1.2rem;
}

/**/
/**/
/**/
/*step<!--STここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit {

    text-align: center;
}

.merit-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 2.0rem 0;
    position: relative;
}

.merit-tittle p {
    font-size: 2.0rem;
    color: #ffffff;
    line-height: 1.4;
}

.merit-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.merit-tittle-box::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 33px;
    border: 0;
    border-top: 2px dashed white;
    margin: 2px 0;
    padding: 0;
    transform: rotate(70deg);
    top: 50%;
    left: 4%;
}

.merit-tittle-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 33px;
    border: 0;
    border-top: 2px dashed white;
    margin: 2px 0;
    padding: 0;
    transform: rotate(-70deg);
    top: 50%;
    right: 4%;
}

.merit-wrapper {
    padding: 4.5rem 1.5rem 5.0rem 1.5rem;
    background: url("../img/merit-bg-sp.png")no-repeat center center / cover;
}

.merit-wrapper h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7;
    color: #403D3C;
}

.merit-wrapper p {
    font-size: 1.3rem;
    margin: 1.6rem 0 2.5rem 0;
    line-height: 1.7;
    color: #403D3C;
}

.merit-area img:nth-of-type(-n+5) {
    margin-bottom: 1.2rem;
}

.merit-btn.btn {
    margin-top: 2.5rem;
}

/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
#information {
    background: url("../img/info-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}

.information-tittle h1 {
    font-size: 2.0rem;
    color: #41601B;
    margin-bottom: 3.0rem;
    position: relative;
}

.information-tittle h1 span {
    font-size: 2.5rem;
}

.information-tittle h1::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed #41601B;
    margin: 2px 0;
    padding: 0;
    transform: rotate(60deg);
    top: 50%;
    left: 10%;
}

.information-tittle h1::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 35px;
    border: 0;
    border-top: 2px dashed #41601B;
    margin: 2px 0;
    padding: 0;
    transform: rotate(-70deg);
    top: 50%;
    right: 10%;
}

.information-wrapper {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
}

.information-area {
    border: 3px solid #41601B;
    position: relative
}

.information-top {
    position: absolute;
    top: -3%;
    left: 19%;
    width: 60%;
}

.information-box {
    background-color: #F7F9E9;
    margin: 0.9rem;
    padding: 5.5rem 1.2rem 1.2rem 1.2rem;
}

.information-item {
    margin-bottom: 2.0rem;
}

.information-item p {
    text-align: left;
    margin-bottom: 1.5rem;
    color: #403D3C;
}

.line {
    background-color: #FFFF00;
    width: 29.0rem;
}

.information-subtext {
    color: #403D3C;
}

/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing {
    text-align: center;
}

.closing-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 2.0rem 0;
    position: relative;
}

.closing-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.closing-tittle p {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1.4;
}

.closing-tittle-sb {
    margin-top: 1.3rem;
    border-top: 2.5px solid #f39800;
    border-bottom: 2.5px solid #f39800;
    display: inline-block;
    padding: 0.5rem 0;
}

.closing-tittle-sb p {
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 0.1em;
}

.closing-tittle-sb span {
    color: #ffe600;
}

.closing-wrapper {
    background-color: #E6EFCB;
}

.closing-area {
    padding: 3.2rem 1.5rem 0 1.5rem;
}

.closing-box01 {
    margin-bottom: 1.2rem;
}

.tel-box {
    display: flex;
    justify-content: center;
}

.tel-box img {
    align-self: center;
    flex-wrap: wrap;
}

.tel-box .tel {
    font-size: 3.8rem;
    color: #e60012;
    font-family: 'HelveticaWorld-Bold';
    margin-bottom: 0.8rem;
}

.closing-box01 .time {
    font-size: 1.3rem;
    text-align: center;
    color: #403D3C;
}

.closing-item01 {
    margin-bottom: 1.4rem;
}

iframe {
    width: 100%;
    height: 100px;
}

.closing-box02-in {
    display: flex;
    margin-top: 2.7rem;
}

.closing-item02 {
    margin: 0 1.0rem 0 1.0rem;
}

.closing-timetext,
.closing-daytext,
.closing-addresstext {
    position: relative;
    margin-left: 2.0rem;
    margin-bottom: 0.7rem;
}

.closing-timetext:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 1.5rem;
    left: -15px;
    top: -2px;
    background-color: #41601B;
}

.closing-addresstext:before {
    position: absolute;
    content: "";
    width: 0.3rem;
    height: 1.5rem;
    left: -15px;
    top: -2px;
    background-color: #41601B;
}

.closingtext:nth-of-type(-n+2) {
    margin-bottom: 1.7rem;
}

.closingtext p {
    text-align: left;
    font-size: 1.2rem;
    color: #403D3C;
}

.closing-box02-in img {
    align-self: end;
    max-width: 50%;
}



.closing-logo {
    background: linear-gradient(#41601B, #41601B);
    padding: 1.7rem 0;
    position: relative;
}

.closing-logo h1 {
    font-size: 1.8rem;
    font-family: '03スマートフォントUI';
    margin-bottom: 1.6rem;
}

.closing-logo span {
    font-size: 80%;
    font-family: '03スマートフォントUI';
}

.closing-logo p {
    font-size: 1.3rem;
    color: #ffffff;
    font-family: '03スマートフォントUI';
}

/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/
#list {
    text-align: center;
}

.list-tittle {
    background: linear-gradient(#ea5b19, #c54732);
    padding: 3.2rem 0 4.0rem 0;
    position: relative;
}

.list-tittle p {
    font-size: 2.0rem;
    color: #ffffff;
}

.list-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #c54732 transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.list-tittle-box::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(70deg);
    top: 50%;
    left: -1%;
}

.list-tittle-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: 10px 0;
    padding: 0;
    transform: rotate(-70deg);
    top: 50%;
    right: -1%;
}

.list-wrapper {
    padding: 4.0rem 2.0rem 3.2rem 2.0rem;
}

.list-area {
    margin-bottom: 2.0rem;
}

.list-box {
    text-align: left;
    margin-top: 1.7rem;
}

.list-box p {
    position: relative;
}

.list-box-1 p:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 11.0rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}

.list-box-2 p:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 11.0rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}

.list-box-3 p:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 15.5rem;
    left: -15px;
    /*top: 7px;*/
    background-color: #000000;
}

.list-box p {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin: 0rem 1.0rem 3.3rem 2.0rem;
}

.list.btn {
    margin-top: 4.0rem;
}

/**/
/**/
/**/
/*list<!--LI-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
p.voice-question {
    display: none;
}

#voice {
    background: url("../img/voice-bg-sp.png")no-repeat center center / cover;
    text-align: center;
}

.voice-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 2.2rem 0;
    position: relative;
}

.voice-tittle p {
    font-size: 1.9rem;
    color: #ffffff;
    line-height: 1.5;
}

.voice-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

.voice-tittle-box::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: -2px 0;
    padding: 0;
    transform: rotate(70deg);
    top: 50%;
    left: 11%;
}

.voice-tittle-box::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    border: 0;
    border-top: 2px dashed white;
    margin: -2px 0;
    padding: 0;
    transform: rotate(-70deg);
    top: 50%;
    right: 11%;
}

.voice-wrapper {
    padding: 0 2.0rem 1.7rem 2.0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voice-sbtittle {
    margin: 3.0rem 0 1.7rem 0;
    padding: 0 1.5rem;
}

.voice-area {
    background-color: #ffffff;
    padding: 1.2rem 0.9rem;
    border-radius: 1.1rem;
    max-width: 160px;
}

.voice-area img {
    max-width: 70%;
}

.voice-area:nth-of-type(-n+4) {
    margin-bottom: 1.1rem;
}

.voice-box {
    font-size: 1.2rem;
}

.voice-text {
    text-align: left;
    line-height: 1.2;
    font-size: 1.2rem;
    padding: 0 0.2rem;
    color: #403D3C;
}

.voice-name {
    font-size: 1.0rem;
    text-align: center;
    padding: 0.3rem 0;
    color: #41601B;
}

.sp-voice-name {
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    margin: 1.1rem 0 0.7rem 0;
}

/**/
/**/
/**/
/*voice<!--VOここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa {
    text-align: center;
}

.qa-wrapper {
    padding: 1.8rem 1.5rem 2.5rem 1.5rem;

}

.qa-tittle {
    display: flex;
    justify-content: space-between;
    border-top: 3px solid #f15a24;
    border-bottom: 3px solid #f15a24;
    background-color: #ffffff;
    padding: 1.3rem 1.0rem 1.3rem 2.1rem
}

.qa-tittle p {
    align-self: center;
}

.qa-tittle-left {
    display: flex;
}

.qa-tittle-left p {
    font-size: 2.0rem;
    color: #f15a24;
    margin-left: 1.2rem;
    font-weight: bold;
}

.qa-tittle-left img {
    align-self: center;
}

.qa-tittle-right {
    align-self: center;
    font-size: 1.9rem;
    color: #562e00;
    font-weight: bold;
}

.qa-text {
    font-size: 1.3rem;
    color: #f15a24;
    margin: 2.0rem 0 2.0rem 0;
}

.qa-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.6rem;
}

.qa-box {
    background-color: #f4e7db;
    padding: 1.3rem 1.6rem;
    position: relative;
    border-radius: 2.4rem 2.4rem 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #353535;
}

.qa-border {
    margin: 2.0rem 0;
}

.qa-box h2 {
    font-size: 1.9rem;
    color: #f15a24;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    position: relative;
    margin-left: 2.0rem;
}

.qa-box h2:before {
    position: absolute;
    content: "";
    width: 1.0rem;
    height: 5.0rem;
    left: -20px;
    top: 5px;
    background-color: #f15a24;

}

.qa-box p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.8rem;
    border-top: 2px dashed#f15a24;
    padding-top: 0.8rem;
}

/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr {
    background-color: #f0e1c5;
    text-align: center;
}

.pr-wrapper {
    padding: 2.5rem 1.5rem 2.0rem 1.5rem;
    box-sizing: content-box;
}

.pr-tittle img {
    margin-bottom: 1.5rem;
}

.pr-tittle p {
    font-size: 1.2rem;
    position: relative;
}

.pr-tittle p:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background-size: 12px 12px;
    background-image: linear-gradient(to right, #f15a24 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5px;
}


.pr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5rem 0 0 0;
}

.pr-area img {
    margin-bottom: 1.0rem;
    max-width: 32%;

}

.pr-btn.btn {
    margin: 2.6rem 0;
}

/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image {
    position: relative;
}

#image .btn-image {
    position: absolute;
    width: 80%;
    height: auto;
    bottom: 0%;
    left: 14%;
}

.btn-image img {
    max-width: 100%;
}

/**/
/**/
/**/
/*image<!--IMここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
body {
    margin: 0;
}

#form {
    text-align: center;
    background-color: #ACCCA3;
}

.entry-tittle {
    padding: 5rem 1.5rem 0rem 1.5rem;
    text-align: center;
}

form {
    margin: 0 1rem 4.0rem 1rem;
    text-align: center;
    background-color: #ffffff;
    padding: 0 0 2.0rem 0;
}

table {
    width: 100%;
}

.entry-text {
    margin: 0 0 2.0rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #403D3C;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}

.entry-text span {
    background-color: #FFFF00;
    letter-spacing: -0.08rem;
}

.form-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 3.0rem 1.0rem;
    background-color: #ffffff;
}

th {
    font-size: 1.6rem;
    color: #403D3C;
    text-align: left;
}


/* Table */
th,
td {

    display: table-cell;
    display: block;
}

th {
    vertical-align: middle;
}

td {
    width: 90%;
    text-align: left;
    margin-bottom: 2rem;

}

span.radio-text {
    font-size: 1.6rem;
    margin-right: 1.5rem;
}

.input-text {
    border: 2px solid #403D3C;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
}

textarea {
    border: 2px solid #403D3C;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 120px;
}

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}

.personal-tittle {
    color: #403D3C;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
}

th.form-tittle {
    margin-bottom: 1rem;
}

.btn-primary {
    align-items: center;
    text-decoration: none;
    width: 70%;
    padding: 1.0rem 0rem 1.0rem 0rem;
    font-weight: bold;
    background: #f15a24;
    color: #ffffff;
    position: relative;
    transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
}

input.btn.btn-primary {
    margin: 2.0rem 0 6.5rem 0;
    text-align: center;
}

.btn-primary:hover {
    background: #f0e1c5;
    color: #f15a24;
}

.select-01 {
    border: 2px solid #562e00;
    background: #fff;
    padding: 1.5rem;

}

/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(241, 90, 36, 0.5);
}

span.text-Required {
    font-size: 1.4rem;
    color: #403D3C;

}

.personal-text span {
    font-size: 1.8rem;
}


/* scroll */
.scroll-box {
    overflow: scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    padding: 1.5rem 0 1.5rem 0.5rem;
}

.scroll-box p {
    text-align: left;
    font-size: 1.4rem;
    color: #403D3C;
}

/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(110, 108, 108, 0.2);
}

/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #41601B;
}

/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
}

/* ラジオボタンは非表示（透明化 requiredを使用したいため） */
.radio-btn input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio-text {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 2px #562e00;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-text:after {
    content: "";
    position: absolute;
    background: #562e00;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
}

.radio-btn input:checked+.radio-text:after {
    opacity: 1;
}

/**/
/*チェックボックス*/
/**/
.check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
    color: #403D3C;
}

.check-text {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 2px #403D3C;
    box-sizing: border-box;
}

.check-text:after {
    content: "";
    opacity: 0;
    display: block;
    width: 14px;
    height: 10px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-color: #403D3C;
    transform: rotate(-45deg);
}

.check-btn input:checked+.check-text:after {
    opacity: 1;
}

/* チェックボックスは非表示（透明化 requiredを使用したいため） */
.check-btn input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/

/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success {
    background-color: #ACCCA3;
}

#success {
    text-align: center;
}

.success-tittle {
    padding: 9.0rem 1.5rem 0 1.5rem;

}

.success-tittle img {
    width: 80%;
}

.success-warpper {
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #403D3C;

}

.success-text {
    margin: 4.0rem 0 6.0rem 0;
    font-size: 1.6rem;
    color: #403D3C;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 1.5rem;
}

.success-text span {
    background-color: #FFFF00;

}

.success-warpper a {
    font-size: 2.0rem;
    color: #562e00;

}


a.success-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;

    width: 220px;
    margin: auto;
    padding: 1rem 4rem 1rem 3rem;
    font-weight: bold;
    background: #DB5927;
    color: #ffffff;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}

a.success-btn::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(230deg);
}

a.success-btn:hover {
    background: #DB4327;
    color: #ffffff;
}

/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/







.block {
    background-color: gray;
    height: 100vh;
    position: relative;
}

.block h1 {
    font-size: 4.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}