@charset "utf-8";
/* CSS Document */
.box-1000 {
    width: 100%;

}
.top-p-heading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #CCCCCC;
    margin-bottom: 30px;
    margin-top: 100px!important;
    background-color: #F9F5EB;
    padding-left: 10px;
    padding-right: 10px;
}
.top-p-heading h4 {
    color: #E46109;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;

}


.p-txt  {
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6em;
}
#pc-break .p-txt {
    margin-bottom: 50px;
}


.mainvisual-p-min {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
.mainvisual-p-min img {
	width: 100%;
	height: auto;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    width: 100%;
}
.inq-info {
    margin-bottom: 30px;
    margin-top: 30px;

}
.ch-box {
    margin-top: 10px;
    margin-bottom: 20px;
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.btn-02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 10px;
}
.btn-02 li  {
    list-style-type: none;
    float: left;
    margin-right: 30px;
    width: 96%;
    border-bottom-style: none;
}
iframe   {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    frameborder: 0px;
    border: none;
    padding-top: 15px;

}
/*-- 個人情報取り扱い --*/
.privacy {
	border: solid 1px #666666;
	width: 930px;
	overflow: auto;
	height: 180px;
	padding: 10px;
	font-size: 80%;
	line-height: 1.8em;
	margin-bottom: 45px;
	margin-top: 0px;
	background-image: url(../sp/bc_maker.jpg);
}
.privacy {
	scrollbar-arrow-color: #000099;
	scrollbar-highlight-color: #333333;
    scrollbar-3dlight-color: #999999;
    scrollbar-shadow-color: #333333;
    scrollbar-darkshadow-color: #000000;
}
.policy {
	height: auto;
	width: 900px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.policy .add {
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
}

.policy .heading {
	color: #4B3536;
	margin-top: 10px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
}
.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: center;
    width: 80%;
    padding-left: 0px;
    margin-left: 30px;
}

.Form-Item-Label {
    width: 100%;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    float: none;
    margin-bottom: 5px; /* 🔹追加：ラベルと入力欄の隙間（2段組み用） */
}
.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: none; /* 🔹変更：flex:1 → none（高さつぶれ防止） */
    width: 100%;
    background: #eaedf2;
    font-size: 18px;
    float: none;
    box-sizing: border-box; /* 🔹追加：paddingを含めて枠内に収める */
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background-color: #FF7A3E;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: none; /* 🔹変更：flex:1 → none（高さつぶれ防止） */
    width: 90%;
    background: #eaedf2;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box; /* 🔹追加：paddingを含めて枠内に収める */
}
.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 180px;
    display: block;
    letter-spacing: 0.05em;
    background-color: #05B3D7;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-style: none;
}
.Form-Btn:hover {
    background-color: #55DFEB; /* ホバー時の文字色 */
}

.privacy {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #666666;
}
#formWrap form .Form-Item-Label02 {
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
    text-indent: 20px;
    margin-bottom: -20px;
}
.p-heading {
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
    font-size: 2rem;
}
.shop-l-box {
    display: none;
}
.kaigyo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
form .kaigyo .Form-Item-Input {
    width: 90%;
}
.answer ul {
    margin-top: 30px;
}

.answer ul li {
    float: left;
    list-style-type: none;
    margin-right: 60px;
    margin-bottom: 20px;
}
.kaigyo .Form-Item-Label.isMsg .small {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 0em;
}

/*-------お支払い方法-------*/
.payment-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    margin-top: 12px;
}
.payment-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.payment-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 24px 16px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    background: #ffffff;
    color: #5C4A4B;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s;
}
.payment-btn-sub {
    display: block;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 1.2;
    margin-top: 8px;
}
.payment-btn:hover {
    border-color: #05B3D7;
}
.payment-radio:checked + .payment-btn {
    background-color: #eaedf2;
    border-color: #cccccc;
    color: #5C4A4B;
}
.payment-radio:focus-visible + .payment-btn {
    outline: 2px solid #05B3D7;
    outline-offset: 2px;
}

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

.faq-inq-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    margin-top: 60px;
}

.faq-inq-top .txt {
    margin-bottom: 30px;
    text-align: center;
    font-size: 1em;
}
#contents .faq-inq-top h3 {
    color: #ffffff;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    background-color: #ef4786;
    text-align: center;
}
.faq-inq-top .txt a {
    text-decoration: underline;
}
.faq-bannar  {
    width: 100%;
    margin-bottom: 0px;
}
.faq-bannar ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.faq-bannar ul li {
    float: left;
    text-align: center;
    font-weight: bold;
    list-style-type: none;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    color: #5C4A4B;
    width: 100%;
    margin-bottom: 30px;
}
.btn,
a.btn,
button.btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 3rem;
    color: #5C4A4B;
    height: 100px;
    width: 100%;
}

a.btn-border:hover {
    background-image: url(../sp/ami.jpg);

}
a.btn-border {
    border: 4px solid #5C4A4B;
    border-radius: 10px;
    background-image: url(../sp/bc_beige.jpg);
    font-size: 2rem;
}
.con-box .faq-txt {
    margin-bottom: 80px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
    font-weight: normal;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 80px;
}
.Form-Item .Form-Item-Label small {
    font-weight: normal;
    font-size: 0.8em;
}







/*-------------------------------
 ▼PC
 --------------------------------*/
@media screen and (min-width:1024px) {
.p-mainvisual.pc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    background-image: url(../sp/bc_rainbow_parts-d.jpg);
    background-repeat: repeat-x;
    background-size: 80% 80%;
    background-position: 20% 40%;
}
.p-mainvisual.pc img {
    width: 1280px;
}

.btn-02   {
    height: auto;
    padding-left: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    width: 600px;
}
.btn-02 li  {
    float: left;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 200px;

}
.top-p-heading .p-txt {
    font-size: 1.6rem;
}



.top-p-heading h4  {
    letter-spacing: 0.3rem!important;
    line-height: 1.2em;
    color: #E46109;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 1.6em;


}
.top-p-heading {
    width: 1024px;
}

.Form-Item .Form-Item-Label .s12 {
    font-size: 80%;
}
.Form-Item {
    display: flex;
    flex-direction: column;   /* 🔹追加：横並び→縦並び（2段組み） */
    align-items: flex-start;  /* 🔹変更：center→左揃え */
    width: 1024px;
    margin-right: auto;
    padding-right: 0px;
    margin-left: auto;
}
.Form-Item-Label {
    width: 100%;
}
.Form-Item .Form-Item-Input {
    height: 48px;   /* 🔹追加：PCでも高さを明示的に確保 */
    flex: none;     /* 🔹追加：縦つぶれ防止 */
}
.kaigyo {
    display: flex;            /* 🔹追加：2段組みに揃える */
    flex-direction: column;   /* 🔹追加：縦並び */
    align-items: flex-start;  /* 🔹変更：center→左揃え */
    width: 1024px;
    padding-right: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    margin-top: 30px;
}
form .kaigyo .Form-Item-Label.isMsg {
    width: 100%;
}
form .kaigyo .Form-Item-Input {
    width: 990px;
    height: 48px;   /* 🔹追加：PCでも高さを確保 */
    flex: none;     /* 🔹追加：縦つぶれ防止 */
}
.payment-group {
    max-width: 620px;
}
.payment-btn {
    width: 290px;
}
#formWrap form .p-heading {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#formWrap form .privacy {
    width: 1000px;
}
.faq-inq-top h3 {
    width: 60%!important;
    margin-left: auto;
    margin-right: auto;
}

.con-box .faq-inq-top {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.con-box .faq-inq-top ul {
    margin-left: 80px;
}

.con-box .faq-inq-top ul li {
    margin-right: 20px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
}
.faq-txt {
    text-align: center;
}

.btn.btn-border {
    width: 100%;
    margin-right: 20px;
    font-size: 1.5rem;
}
.con-box .language {
    width: 1024px;
}
.Form-Item-Textarea {
    width: 990px;
    height: 216px;   /* 🔹追加：PCでも高さを確保 */
    flex: none;      /* 🔹追加：縦つぶれ防止 */
}




















	}
