@charset "utf-8";
/* CSS Document */

#wrapper {
	min-height: 780px;
	margin: 0px auto;
}

a {
    text-decoration: none;
    outline: none;
}
@media screen and (min-width: 769px){
	main{
		max-width: 1200px;
		min-width: 768px;
        margin: 0 auto;					/*PCサイト横幅指定*/
	}
}

.logo {
	margin: 0px 10px 0px 10px;				/*ロゴ画像周りの余白（上、右、下、左）*/
}

.title {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 15px 0px 5px 10px;
	border-bottom: 1px solid #CCCCCC;		/*問い合わせ直下の罫線設定（太さ、実線、色）*/	
}
.title-text {
	padding-left: 60px; 
	font-size: 180%;
	font-weight: bold;
}
/*ヘッダー*/
#header {
    z-index: 10;
    background: #FFF;
    position: relative;
    display: block;
    clear: both;
}
#header .header-hold {
    padding: 15px 0;
}

.container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#header #logo {
    float: left;
    margin-top: 15px;
}
#header #logo img {
    display: block;
    height: 55px;
    max-width: none;
}

a {
    color: #005bac;
    transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
    -webkit-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
    -moz-transition: color 180ms linear, background 180ms linear, opacity 180ms linear;
}
#header .top-links {
    float: right;
    position: relative;
    margin-right: 15px;
    font-size: 12px;
}
#header .header-main {
    float: right;
    clear: right;
}
#header .head-mobile {
    float: right;
}
#header .mobile-menu {
    width: 36px;
    height: 36px;
    margin: 10px 0 0 20px;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}
#header .mobile-menu .mline {
    background: #005bac;
    width: 30px;
    height: 5px;
    margin: 5px auto;
    display: block;
    transition: background 180ms linear;
    -webkit-transition: background 180ms linear;
    -moz-transition: background 180ms linear;
}

#navigation {
    z-index: 999;
    float: left;
    margin-top: 15px;
}
#navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#navigation ul li.level_1 {
    display: block;
    float: left;
    position: relative;
}
#navigation ul li.level_1 a {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #757575;
    display: block;
    text-transform: uppercase;
}
#navigation ul li.level_1 a:hover {
    color: #005bac;
}
.clear {
    clear: both;
}
.clearafter:after, .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#mobileNav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    overflow: auto;
    max-height: calc(100vh - 85px);
}
.mm-hold {
    padding: 0;
    clear: both;
}
.mm-hold a {
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    color: #454545;
}
.mm-hold a.go-sub {
    padding-right: 35px;
    position: relative;
}
.mm-hold a.go-sub span.bk {
    display: none;
}
.mm-hold .l2, .mm-hold .l3 {
    display: none;
}
.mm-hold .do-show {
    display: block !important;
}
/*MV*/

/*エラーページ設定*/
.inner {
	height: 100%;
	background-color: #FFFFFF;
	padding: 50px 30px 50px 50px;			/*エラーメッセージ周りの余白（上、右、下、左）*/						/*エラーメッセージ文字色*/
	font-size: 115%;						/*エラーメッセージ文字サイズ*/
}

.inner p {
	color: #333333;
	margin-bottom: 40px;
}
.inner .mt20{
    margin-bottom: 0px;
}
.inner a {
	margin: 10px auto;
}
.inner a :hover {
	color: #005bac;
	background: #fff;
}
.caution{
    color:red;
}
/*bb-formアンケートページ設定*/
.inner2 {
	height: 100%;
	background-color: #FFFFFF;
	padding: 50px 30px 50px 50px;			/*エラーメッセージ周りの余白（上、右、下、左）*/
	color: #333333;							/*エラーメッセージ文字色*/
	font-size: 100%;						/*エラーメッセージ文字サイズ*/
}

.inner p,.inner2 p {
	font-size: 100%;
	color: #757575;
}

/*アンケートテーブル設定*/
.tableSection {
	padding: 10px 0px;
}

.formTable01 {
	width: 90%;
	background-color: #FFFFFF;				/*アンケートテーブル背景色*/
	margin: auto;
}

.formTable01 th {
	width: 35%;
	padding: 10px;
	font-size: 85%;
	font-weight: bold;
	color: #757575;
}

.formTable01 td {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 85%;
}

ul li {
	list-style :none;
}

.formTable01 td dd {
	margin-inline-start:0px;
	text-indent: 0;
}

input{
	border: 1px solid #999999;
	line-height: 1.5em;
}

/*個人情報保護テーブル設定*/
.contentsTable02{
	width: 90%;
	background-color: #FFFFFF;				/*アンケートテーブル背景色*/
	margin: 15px auto;
	border : 1px solid #999999;				/*罫線色*/
	padding: 15px 35px;

}
.contentsTable02 td{
    padding: 10px 20px;
}
.radio_area4 ul{
    padding-left:0;
}

.headingH4_01 {
	margin-bottom: 20px;
	padding: 1px 0 1px 10px;
	border-left: 5px solid #757575;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
}
.indent20{
    color: #757575;
}
.inner3 {
	height: 100%;
	background-color: #FFFFFF;
	padding: 50px 30px 50px 50px;			/*確認ページの余白（上、右、下、左）*/
	color: #666666;							/*文字色*/
	font-size: 100%;						/*文字サイズ*/
}

.caution{
	width: 90%;
	margin: auto;
}

.confirm{
	width: 450px;
	margin:	10px auto 100px;
	display: block;
}

/* btnList02 */
.btnList02_form {
	font-size: 0;
}
.btnList02_form li {
	float: left !important;
	margin-top: 15px;
	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;
}

.typeCenter {
	text-align: center !important;
}

.orangeText{
	color:#FF6600;
	margin-left: 10px;
}
.smallText {
	font-size: 83%;
}
#chkEntry{
    display:inline;
}

/*フッター*/
.footer {
	text-align: right;						/*コピーライト位置（右寄せ）*/
	padding: 50px 0px 0px 20px;				/*フッター内余白（上、右、下、左）*/
	background-color: #005bac;				/*フッター背景色*/
}

.footer-logo {
	text-align: left;
}

.copyright {
	margin: 0px 5px 5px 0px;				/*周り周り余白（上、右、下、左）*/
}

@media (max-width: 1200px) {
/*ヘッダー*/
    #header .container {
        text-align: right;
    }
    
    #header #logo {
        margin-top: 0;
    }
    #header .top-links {
        display: none;
    }
    
    #navigation {
        display: none;
    }
    #mobileNav {
        max-height: calc(100vh - 56px);
    }
    
    
}

@media (max-width: 610px) {
/*ヘッダー*/
    #header .header-hold {
        padding: 10px 0;
    }
    
    #header .mobile-menu {
        margin: 0;
    }
    
    

}

.btn  {
    background: #fff !important;
}

.btn input {
    width: 200px;
    height: 35px;
    font-size: 128%;
    background: #005bac;
    border: none;
    color: #fff;
    cursor: pointer;
}

.btn_inner {
    display: flex;
    justify-content: space-evenly;
}

.cancel_btn input {
    width: 150px;
    height: 35px;
    font-size: 128%;
    background: #333333;
    border: solid 1px #ccc;
    color: #fff;
    cursor: pointer;
}

.submit_btn input {
    width: 150px;
    height: 35px;
    font-size: 128%;
    background: #005bac;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
}

#q904_1{
    width: 30%;
}

#q904_2{
    width: 30%;
}

#q904_3{
    width: 30%;
}