@charset "utf-8";
/* CSS Document */

#wrapper {
	min-height: 780px;
	width: 100%;
	margin: 0px auto;	
	color: #656d73;					/*中央寄せ（左寄せの場合はこの行を削除）*/
}

.container {
	height: 100%;
	background-color: #FFFFFF;				/*背景色*/
}

.header {
	height: 50px;
	padding: 0 30px;
	border-bottom: 1px solid #5d6466;		/*ヘッダーロゴ直下の罫線設定（太さ、実線、色）*/
	background-color: #FFFFFF;				/*ヘッダー背景色*/
}

.logo {
	width: 305px;
	height: auto;
	margin: 0px 0px 0px 10px;			/*ロゴ画像周りの余白（上、右、下、左）*/
}

.title {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 15px 0px 5px 10px;
}
.title-text {
	text-align: center;
	font-size: 185%;
	font-weight: bold;
	margin-top: 50px;
}

/*エラーページ設定*/
.inner {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;		/*エラーメッセージ周りの余白（上、右、下、左）*/
	color: #656d73;							/*エラーメッセージ文字色*/
	font-size: 120%;						/*エラーメッセージ文字サイズ*/
}
.inner h2{
	font-weight: lighter;
	font-size: 142%;
    border-bottom: 1px solid #c3c3c3;
    margin: 30px 15px 30px 15px;
    padding: 15px;
}
.inner p {
    margin: 30px;
}
.inner .btn{
	width: 100px;
}
.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: 0px 30px 0px 20%;			/*エラーメッセージ周りの余白（上、右、下、左）*/						/*エラーメッセージ文字色*/
	font-size: 100%;						/*エラーメッセージ文字サイズ*/
}

.inner p,.inner2 p {
	font-size: 100%;
}
.inner2_text{
	color: #E90B27;
}

/*アンケートテーブル設定*/
.tableSection {
	padding: 10px 0px 0;
	background-color: #FFFFFF;				/*背景色*/
}
.tableSection br{
	display: none;
}
.tableSection p{
	color: #E90B27;
}
.formTable01 {
	width: 90%;
	background-color: #FFFFFF;				/*アンケートテーブル背景色*/
	margin: auto;
}

.formTable01 th {
	background-color: #FFFFFF;
	width: 35%;
	padding: 10px;
	font-size: 16px;
	font-weight: lighter;
	text-align: left;
}

.formTable01 td {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 85%;
}
ul{
    text-align:center;
    padding-left:0;
    margin-top: 25px;

}
ul li {
	list-style :none;
}

.formTable01 td dd {
	margin-inline-start:0px;
	text-indent: 0;
}

input{
	width: 65%;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    border: 1px solid #999999;
    line-height: 1.5em;
    padding: 5px;
    margin-bottom: 15px;
	border-radius: 5px;
}

textarea{
	width: 65%;
	height: 72px;
	border-radius: 5px;
}

/*個人情報保護テーブル設定*/
.contentsTable02{
	width: 60%;
	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 20%;			/*確認ページの余白（上、右、下、左）*/
	color: #666666;							/*文字色*/
	font-size: 120%;						/*文字サイズ*/
}

.caution{
	width: 90%;
	margin: auto;
}

.confirm{
	width: 450px;
	margin:	10px auto 0;
	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;
}
.mt10 a {
    text-decoration: none;
    color: #005bac;
}
.mt10 a:hover {
    color: #005bac;
    text-decoration: underline;
}
.mt20 {
	margin-top: 20px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}



.typeCenter {
	text-align: center !important;
}

.orangeText{
	color: #E90B27;
	margin-left: 10px;
}
.smallText {
	font-size: 83%;
}

/* ボタン設定 */

.btn{
	display: block;
	width: 120px;
    margin: 0 auto 15px;
}

.btn input{
	display: inline-block;
	width: 100%;
    padding: 15px 30px;
    background: #005bac;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px #c3c3c3;
    cursor: pointer;
}
.btn input:hover{
	opacity: 0.8;
}
.send_btn{
	width: 80px;
}
.send_btn input{
	padding: 15px 20px;
}
/* トップに行くボタン */
#toPagetop {
	position: fixed;
	right: 30px;
	bottom: 60px;
	display: none;
}
#toPagetop a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background: #005bac;
	color: #ffffff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}
/*同意*/

.ml10, .indent50{
    width:auto;
}
/*フッター*/
.footer {
	text-align: right;						/*コピーライト位置（右寄せ）*/
	padding-top: 18px;
	font-size: 85%;			/*フッター内余白（上、右、下、左）*/
	background-color: #f7f9fa;				/*フッター背景色*/
}

.footer-logo {
	text-align: center;
}
#footerUtility {
	display: flex;
	justify-content: center;
	padding: 0px;
}
.utilityLinks li {
	display: inline-block;
	margin-right: 0px;
}
.utilityLinks li a {
	color: #656d73;
	text-decoration: none;
}
.copyright {
	margin: 40px 0px 0px 0px;				/*周り周り余白（上、右、下、左）*/
}

@media screen and (max-width: 768px) {
	/* ヘッダー */
	.header {
		padding: 0;	
	}
	.logo img{
		width: 160px;
		margin: 0px 0px 0px 5px;			/*ロゴ画像周りの余白（上、右、下、左）*/
	}
	/*アンケートテーブル設定*/
	.title {
		margin-top: 0;
		padding: 0px 0px 0px 10px;
	}
	.title-text {
		margin-top: 0;
		margin-bottom: 0;
	}
	.inner {
        width: auto;
    }
	.inner2 {
		padding: 0;	
	}
	.inner2 tr{
	    display:grid;
	}
	.inner2 input,.inner2 textarea {
	    width:100%;
	}
	.inner2_text{
	    margin-left:30px;
	}
	.contentsTable02 {
    width: 100%;
    }
	.inner3 {
		padding: 50px 0px 50px 10%;	
	}
	/*フッター*/
	.footer{
		text-align: center;
		font-size: 70%;
	}
	#footerUtility {
		display: block;
	}
	.footer-logo img{
		width: 160px;
	}
	.copyright {
		margin: 0;
	}
}