@charset "utf-8";
/* CSS Document */

/*独自追加*/

input[name="q156"],
input[name="q157"],
input[name="q161"],
input[name="q178"]{
 width: 80%!important;
}

input[name="q155"],
input[name="q159"]{
 width: 50%!important;
}


#wrapper {
	min-height: 780px;
	min-width: 768px;
	margin: 0px auto;						/*中央寄せ（左寄せの場合はこの行を削除）*/
}

@media screen and (min-width: 769px){
	div{
		max-width:1200px;					/*PCサイト横幅指定*/
	}
}

.container {
    width: 80%;/*2025年4月18日追加*/
	height: 100%;
	background-color: #FFFFFF;				/*背景色*/
}

.header {
	padding: 3px 0px 0px;
	border-bottom: 3px solid #005bac;		/*ヘッダーロゴ直下の罫線設定（太さ、実線、色）*/
	background-color: #FFFFFF;				/*ヘッダー背景色*/
}

.logo {
	margin: 0px 10px 0px 10px;				/*ロゴ画像周りの余白（上、右、下、左）*/
}

.title {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 15px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;		/*問い合わせ直下の罫線設定（太さ、実線、色）*/	
	/*background: url("mail-icon.png") no-repeat 0 50%;	*/	/*メールマーク*/
}
.title-text {
	padding-left: 40px; 
	font-size: 180%;
	font-weight: bold;
}




.radio_area4 li.indent20{
text-align: center;
font-size: 1.4em;} /*test*/

/*エラーページ設定*/
.inner {
	height: 100%;
	background-color: #FFFFFF;
	padding: 50px 30px 50px 50px;			/*エラーメッセージ周りの余白（上、右、下、左）*/
	color: #FF3333;							/*エラーメッセージ文字色*/
	font-size: 120%;						/*エラーメッセージ文字サイズ*/
}

.inner p {
	color: #333333;
	margin-bottom: 80px;
}
.inner a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 10px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #005bac;
	background: #005bac;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
.inner a :hover {
	color: #005bac;
	background: #fff;
}

/*bb-formアンケートページ設定*/
.inner2 {
	height: 100%;
	background-color: #FFFFFF;
	padding: 20px 30px 50px 50px;			/*エラーメッセージ周りの余白（上、右、下、左）*/
	color: #333333;							/*エラーメッセージ文字色*/
	font-size: 100%;						/*エラーメッセージ文字サイズ*/
}

.inner p,.inner2 p {
	font-size: 100%;
	color: #333333;
    line-height: 1.6;
}

/*アンケートテーブル設定*/
.tableSection {
	padding: 10px 0px;
	background-color: #FFFFFF;				/*背景色*/
}

.formTable01 {
	width: 100%;
	background-color: #FFFFFF;				/*アンケートテーブル背景色*/
	margin: 0 auto 30px auto;
	border : 1px solid #999999;				/*罫線色*/
}

.formTable01 th {
	background-color: #E9F3FC;
	width: 35%;
	border-right : 1px solid #999999;				/*罫線色（右）*/
	border-bottom : 1px solid #999999;				/*罫線色（下）*/
	padding: 20px;
	font-size: 100%;
}

.formTable01 td {
	background-color: #FFFFFF;
	border-bottom : 1px solid #999999;				/*罫線色*/
	padding: 20px;
	font-size: 100%;
}

ul li {
	list-style :none;
}

.formTable01 td dd {
	margin-inline-start:0px;
	text-indent: 0;
}

input{
	border: 1px solid #999999;
	line-height: 1.5em;
}

.select-default select {
  padding: 11px 15px;

}

/*
.select-default {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}

.select-default select {
  appearance: none;
  width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
 
.select-default select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
 
.select-default select::-ms-expand {
  display: none;
}*/
 

/*個人情報保護テーブル設定*/
.contentsTable02{
	width: 100%;
	background-color: #FFFFFF;				/*アンケートテーブル背景色*/
	margin: 15px auto;
	border : 1px solid #999999;				/*罫線色*/
	padding: 15px 35px;

}

.headingH4_01 {
	margin-bottom: 20px;
	padding: 1px 0 1px 10px;
	border-left: 5px solid #4da1d1;
	font-weight: bold;
	vertical-align: middle;
}

.inner3 {
	height: 100%;
	background-color: #FFFFFF;
	padding: 50px 30px 50px 50px;			/*確認ページの余白（上、右、下、左）*/
	color: #666666;							/*文字色*/
	font-size: 120%;						/*文字サイズ*/
}

.caution{
	width: 90%;
	margin: auto;
}


/*.caution img.imgTx{
padding-top: 15px!important;
}*/

.confirm{
	width: 450px;
	margin:	10px auto 100px;
	display: block;
}

/* btnList02 */
.btnList02_form {
	font-size: 0;
}
.btnList02_form li {
	float: left !important;
	margin-left: 30px;
}


.col2nd{
	background-color:#e8e8e8;
	overflow:hidden;
}


.col3rd{
	background-color:#FFFFFF;
	overflow:hidden;
}


.typeRight {
	text-align: right !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.indent20 {
	margin-left: 20px;
}

.typeCenter {
	text-align: center !important;
}

.orangeText{
	color:#FF6600;
	margin-left: 10px;
}
.smallText {
	font-size: 83%;
}


/*フッター*/
.footer {
	text-align: right;						/*コピーライト位置（右寄せ）*/
	padding: 50px 0px 0px 20px;				/*フッター内余白（上、右、下、左）*/
	background-color: #ffffff;				/*フッター背景色*/
}

.footer-logo {
	text-align: left;
}

.copyright {
	margin: 0px 5px 5px 0px;				/*周り周り余白（上、右、下、左）*/
}

@media screen and (max-width:991px) {
   input[type=text]{
height:48px;
       font-size: 2.0em;
}
    
    .container {
    width: 100%;/*2025年4月18日追加*/
}
    
    .formTable01  {
        width: 100%;
        
    }
    
    
    .formTable01 th {
        width: 100%;
         box-sizing: border-box;
    }
      .formTable01 td {
        width: 100%;
           box-sizing: border-box;
    }
    
    }