@charset "utf-8";
/* CSS Document */

/* お問い合わせ（entry）
--------------------------------------------------*/
.top_text {
    margin-bottom: 40px;
}
/* お問い合わせの前に */
#inq_before ul {
    margin: 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap:0 20px;
}
#inq_before li {
    position: relative;
    width: calc(100% / 2 - 10px);
}
#inq_before li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #1C2F61;
}
#inq_before li a:hover {
    color: #333;
    opacity: .7;
}
#inq_before li .btn_g-arrow {
    background: #1C2F61;
    right:0;
}
#inq_before li .btn_g-arrow::after {
    background: #fff;
}
.chat_box {
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width:750px) {
    #inq_before li {
        width: 100%;
    }
    #inq_before li a .btn_g-arrow{
        width: calc(36 * 100vw / 750);
        height: calc(36 * 100vw / 750);
    }
    #inq_before li a .btn_g-arrow::after{
        width: calc(14 * 100vw / 750);
        height: calc(18 * 100vw / 750);
        left: calc(20 * 100vw / 750);
    }
}
/* お問い合わせフォーム */
#info{
    margin-bottom:30px;
}
#reception_box {
    background: #eee;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 20px;
}
#reception_box .reception_item{
    display: flex;
    gap: 0 20px;
}
#reception_box .reception_item p:first-child{
    font-weight: bold;
    width: 200px;
    flex-shrink: 1;
}
@media screen and (max-width:750px) {
    #reception_box .reception_item{
        flex-direction: column;
        row-gap: calc(5 * 100vw / 750)
    }
    #reception_box .reception_item:first-child{
        margin-bottom:calc(20*100vw/750);
    }
    #reception_box .reception_item p:first-child{
        width: 100%;
    }
}

/* エラー表示 */
#box_error {
	background-color:#FFEEEE;
	padding:10px 10px 10px 30px;
	color:#D70C18;
	margin: 0 0 30px;
}
#box_error li {
	font-weight: bold;
	margin-bottom:5px;
}
@media screen and (max-width:750px){
    #box_error {
        padding: calc(15 * 100vw / 750);
        margin-bottom: calc(40 * 100vw / 750);
    }
    #box_error li{
        margin-bottom: 0;
    }
}
/* テーブル（フォーム）設定 */
#main table {
	margin-bottom:60px;
	background:#CCCCCC;
	width:100%;
}
#main th,#main td{
    box-sizing: border-box;
} 
#main th {
	width:260px;
	padding:0 0 0 40px;
	background:#F5F5F5;
	text-align:left;
	color:#1C2F61;
    box-sizing: border-box;
    position: relative;
}
#main th span.must {
    background:#F36960;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    border-radius: 4px;
    padding: 1px 10px;
    position: absolute;
    right: 20px;
}
#main td {
	padding:22px 50px;
	background:#FFFFFF;
    word-break: break-all;
}
#main td input,
#main td textarea {
    padding: 10px 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}
@media screen and (max-width:750px){
    #main table {
        margin-bottom: calc(80 * 100vw / 750);
    }
    #main table th{
        padding-left: calc(20*100vw/750);
    }
    #main table th,#main table td{
        display: block;
        width: 100%;
        padding: calc(15 * 100vw / 750);
        min-height: calc(80 * 100vw / 750);
    }
    #main td input, #main td textarea {
        width: 100%;
        padding: calc(15 * 100vw / 750);
        font-size:calc(28 * 100vw / 750);
    }
   #main td input[type=text],#main td textarea,#main select{
        font-size:16px;
    }
    #main th span.must {
        top: 50%;
        transform: translateY(-50%);
        padding: calc(5 * 100vw / 750) calc(15 * 100vw / 750);
        font-size: calc(20 * 100vw / 750);
        line-height: 150%;
        border-radius: calc(8 * 100vw / 750);
        right: calc(20 * 100vw / 750);
    }
}
/* 個人情報の取扱いについて */
#kjoho {
	margin-bottom:40px;
}
#kjoho h3 {
	height:40px !important;
	margin:0 !important;
	padding:0 !important;
	background:#CCC !important;
	color:#333 !important;
	font-size:14px !important;
	line-height:40px !important;
	text-align:center !important;
}
#kjoho div {
	border:#CCC solid 1px;
}
#kjoho iframe {
	width:100%;
	height:200px;
}
/* 確認ボックス */
#consent {
    font-size: 16px;
	margin-bottom:25px;
	text-align:center;
}
#consent label:first-child{
    margin: 0 10px 0 20px;
}
#consent label input{
    margin-right:5px;
}
/* 「入力内容を確認する」ボタン */
div.btn {
	text-align:center;
	margin:0 auto;
}
.btn_entry {
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.btn input {
    width: 100%;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    padding: 26px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background-color: #23af3c;
    transition: opacity .3s;
    line-height: 0;
    cursor: pointer;
}
.btn input:hover {
    opacity: .7;
}
.btn .btn_g-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: 16px;
    right: 13px;
}
.btn .btn_g-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 10px;
    background-color: #23af3c;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* お問い合わせ（confirm）
--------------------------------------------------*/
.btn_return {
    width:90px;
}
.btn_return input{
    background-color:#CCC;
}
.btn_send {
    width:280px;
}
#box_send .btn {
    max-width: 410px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0 10px;
}

/* お問い合わせ（thanx）
--------------------------------------------------*/
#finish dt {
	font-size:22px;
    font-weight: bold;
	margin-bottom:20px;
}
#finish p:first-child {
	margin-bottom:14px;
}

#tnumber {
	width:424px;
	height:65px;
	float:right;
}

#info p.box_mb10 {
	margin-bottom:10px;
}

/* Pマーク＆Gサイン　開始 */

#box_security {
	width:300px;
    height: 100px;
	position: absolute;
    top: 0;
    right: 0;
}
#digicert{
	position: absolute;
    top: 25px;
    right: 140px;
}
#box_security p {
	line-height:140%;
	font-size: 93%;
}

/* Pマーク＆Gサイン　終了 */
#main_inner {
	margin-bottom:30px;
}

/* お客様控え・注文内容確認　開始　*/

.box_ly {
	background:#FFFFCC;
	padding:10px;
	border: #999999 solid 1px;
	margin-bottom: 20px;
}
.box_lg {
	background:#F7F7F7;
	padding:10px;
	border: #999999 solid 1px;
	margin-bottom: 20px;
}
.box_ly h4, .box_lg h4 {
	border-bottom:#999999 solid 1px;
	margin-bottom:10px;
}

#nsite {
	width:240px;
	float:left;
}
#cr img {
	margin-bottom:3px;
}
/* フッター　終了 */




/********************************************/

#error div.e_text{
margin-bottom:100px;
}

/********************************************/

div.btn form{
display:inline;
}

/********************************************/





/* アイス棒ボタン（緑）
--------------------------------------------------*/
#main .btn_g-radius {
    width: 400px;
    margin: auto;
}
@media screen and (max-width:750px) {
    #main .btn_g-radius{
        width:auto;
    }
}
