@charset "utf-8";



.faq-waku{overflow:hidden;
clear:both;
margin-bottom:10px;}

.faq-waku-a{
	background-color:#FFFFCC;
	padding:20px 10px 20px 80px;
	font-size: 16px;
	background-image: url(../image/a.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}

.faq-waku-q{
	background-color:#d3edff;
	padding:20px 10px 20px 80px;
	font-size: 16px;
	background-image: url(../image/Q.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}





.table-company	{
	border: 1px solid #DDD;
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
	background-color:#FFFFFF;
	text-align: left;
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;

}
.table-company th	{
	border: 1px solid #DDD;
	padding: 2px 2px;

}
.table-company td	{
	border: 1px solid #DDD;
	padding: 10px 10px;
	font-weight:normal;
		vertical-align:top;
}





/**************************************************************
フォーム
**************************************************************/



.contactform{
	background-position: center;
}

.contactform-inner{
	margin:0 auto;
	text-align: left;
	padding: 20px;
	border: solid 10px #ccc;
	margin-bottom: 120px;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
}


.c-waku{
	overflow:hidden;
	border-bottom:dashed 1px #ccc;
	clear:both;
	padding: 10px 1px;
	margin-bottom: 10px;
}

.c-waku-l{
	font-weight: bold;
}

.c-waku-r{
	margin-top: 5px;
}






.c-waku input[type="text"] {
  padding: 5px;
  width: 90%;
  color: #636063;
  font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }
  
  
.c-waku input[type="text"] :focus{
  background-color:#FFFFCC;
  }
  
  
.c-waku textarea{
  padding: 5px;
  width: 90%;
  height: 100px;
  color: #636063;
  font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }  

.c-waku textarea:focus{
  background-color:#FFFFCC;
  }
  
/* 送信ボタンの設定 */
.submit{
  display: block;
  width: 200px;
 border: none;
padding:10px;
background-color:#d60000;
color:#fff;
margin-top:15px;
  }

  /* 送信ボタンのフォーカス時の設定 */
.submit:hover{
  filter: alpha(opacity=80);
  opacity: .6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  }  
  
  
  
  
  /* お問合わせ完了 */

.thx{
	width:920px;
	margin:0 auto;
	margin-top: 50px;
} 
  
  
  
  
/* 2501 ZEALPLUS Add  -- 2504本体からコピー
----------------------------------------------------------- */

.newquoreserve{ padding-bottom: 60px;}
.inner800{ max-width: 800px; width: 90%; margin-inline: auto;}
.txl{text-align: left;}
.contact-waku{ margin-bottom: 20px;}
.newquoreserve .quobtnwrap a{ font-size: 1.25em; color: #E95377;}
.newquoreserve .quobtnwrap a.bg-pk{ color: #fff;}


        /* 20241201追加分 */
        .newquoreserve .quowrap {
            margin-top: 20px;
        }

        .newquoreserve .quowebapply {
            margin-bottom: 10px;
        }

        .newquoreserve .radioul li {
            width: 100%;
            margin-bottom: 10px;
            background-color: #FFF5F8;
        }

        .newquoreserve .quonotion {
            padding: 13px 15px 13px 20px;
            letter-spacing: 0.02em;
            margin-top: 20px;
            line-height: 1.8em;
        }

        .newquoreserve .radioquo.bg-pk {
            background: #E95377;
            color: #fff;
        }

        @media screen and (max-width: 800px) {
            .newquoreserve .quonotion {
                padding: 8px 10px 8px 15px;
            }
        }

        .newquoreserve .radioul li label {
            padding-left: 35px;
            width: 100%;
            height: 50px;
            line-height: 50px;
            box-sizing: border-box;
            display: block;
        }

        .newquoreserve input[type=radio] {
            display: none;
        }

        .radio03 {
            box-sizing: border-box;
            cursor: pointer;
            display: inline-block;
            position: relative;
            width: auto;
        }

        .radio03::before {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            left: 10px;
            background: #fff;
            border: 1px solid #666;
            border-radius: 50%;
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            opacity: 0.5;
        }

        .radio03::after {
            width: 12px;
            height: 12px;
            margin-top: -5px;
            left: 15px;
            background: #E95377;
            border-radius: 50%;
            content: '';
            display: block;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: scale3d(.3, .3, 1);
            transition: transform .2s ease-in-out, opacity .2s ease-in-out;
        }

        input[type=radio]:checked+.radio03::before {
            opacity: 1;
        }

        input[type=radio]:checked+.radio03::after {
            opacity: 0.8;
            transform: scale3d(1, 1, 1);
        }

        .newquoreserve .contactmid {
            margin-bottom: 10px;
            padding-right: 1.5em;
            display: inline-block;
            position: relative;
        }


        .fs18 {
            font-size: calc(18em / 14);
        }

        .fs30 {
            font-size: calc(30em / 14);
        }

        .mt20 {
            margin-top: 20px;
        }

        .txc {
            text-align: center;
        }

        .lh15 {
            line-height: 1.5;
        }

        .c_pk {
            color: #E95377;
        }

        .sp-show {
            display: none;
        }

        @media screen and (max-width: 800px) {
            .sp-show {
                display: block;
            }
        }

        .newquoreserve .radioquo {
            padding: 20px;
            text-align: center;
            cursor: pointer;
            background: #fff;
            border-radius: 3px;
            border: 1px solid #ee869b;
        }

        .newquoreserve .input[type='checkbox'],
        input[type='radio'] {
            display: none;
        }

        .bg-g {

            background: #f2f2f2;

        }

        .newquoreserve .kasoumidwrap {
            margin-bottom: 60px;
            line-height: 1;
        }

        .newquoreserve {
            margin: 40px 0;
        }

        .newquoreserve .contactul>li {
            margin-bottom: 40px;

        }

        /* 表示ボタン切り替え */
        .newquoreserve .quowrap {
            display: none;
        }

        .newquoreserve .quowrap.is-show {
            display: block;
        }

        .newquoreserve .quobtnwrap {
            width: 100%;
            display: none;

        }

        .newquoreserve .quobtnwrap.is-show {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        @media screen and (max-width: 600px) {
            .newquoreserve .quobtnwrap.is-show {
                grid-template-columns: 1fr;
            }
        }

        .newquoreserve .quobtnwrap .radioquo {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 0;
        }

        .quolinklist {
            width: 100%;
        }