@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	line-height:1.4;
	color: #323232;
	background: #e4e4e4;
	font-size:0.8em;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#contents {
	width:800px;
	margin: 0 auto;
	padding:10px 50px 10px 50px;
	text-align:left;
	background:#fff;
}
.header {
	width: 796px;
	height:77px;
	border: 2px solid #FF9900;
	background-color: #FFFFEC;
	margin: 0px 0px 5px;
	height: 80px;
}
.h-img {
    float: left;
}
.h-tit {
    text-align: right;
    margin: 40px 10px 0px 0px;
}
h2.header_h2 {
	margin:0 10px 0 0;
    font-size: 1.8em;
    color: #666;
}
/*パンくずリスト*/
#pan{
	width: 850px;
	margin:0;
	padding: 0;
	font-size: 90%;
}
#pan a{
color:#515ca1;
}
.pan-list-inline li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}
/*パンくずリストここまで*/

#contents01 {
	width:765px;
	margin:15px 0 0 20px;
	color:#666;
	font-size:115%;
}
/* フォーム同意書欄のテキスト表示*/
.agree {
	padding: 10px;
	width: 750px;
	height: 150px;
	overflow: auto;
	background-color: #fff;
	line-height: 1.34em;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.text_left {
	width:400px;
	margin-bottom:30px;
}
.p_text {
	font-size: 1em;
	color: #666;
	font-weight: bold;
	line-height: 20px;
	vertical-align: bottom;
}
/* フォーム*/
table {
	border-collapse:collapse;
	border: 1px solid #ccc;
}
/* フォーム　必須入力*/
.l_Cel_01 {
	padding: 10px;
	font-size: 105%;
	color: #666;
	font-weight: bold;
	width:250px;
	height: 40px;
	color: #666;
	background-color: #F0F4F8;
	background-image:url(../img/imperative.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	border: 1px solid #ccc;

}
/* フォーム　任意入力*/
.l_Cel_02 {
	padding: 10px;
	font-size: 108%;
	color: #666;
	font-weight: bold;
	width:250px;
	height: 40px;
	color: #666;
	background-color: #F0F4F8;
	background-image:url(../img/optional.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.r_Cel {
	padding: 10px;
	font-size: 108%;
	color: #666;
	width: 260px;
	background-color: #FFF;
	vertical-align: middle;
	border: 1px solid #ccc;
}

.r_Cel01 {
	padding: 10px;
	font-size: 108%;
	color: #666;
	width: 260px;
	background-color: #FFF;
	vertical-align: middle;
	border: 1px solid #ccc;
}
input {
	font-size: 110%;
}
/* フォームsubmitボタン*/
#submit_1{
	margin-top:20px;
	padding:0px;
	text-align:center;
}
/*ページトップへ*/
.org_pagetop{
	height: 14px;
	width: 100px;
	text-align:left;
	float:right;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*セコムバッチ*/
#secom{
	padding:0px 0px 0px 0px;
	width:88px;
	height:88px;
	margin:0 20px 5px 20px;
}
/*フッター*/
.footer{
	width:800px;
	padding:0px 0px 0px 20px;
	border-bottom:#F2932F solid 5px;
}

/*パート用*/
.part_text{
	width:765px;
	font-size:16px;
}


/*マイナビボタン*/
.btn-group {
margin:0 auto 3em;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
}
p.fnotice{
margin:1em auto 0;
text-align:center;
width:90%;
font-size:2em;
color:red;
font-weight:bold;
}
a.c-btn__02{
min-height: 80px;
min-width: 200px;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
padding: 0.3em 1.5em;
color: #fff;
font-size: 3rem;
font-weight: 700;
text-align: center;
background: #54A5DD;
border: 2px solid #fff;
transition: 0.2s;
text-decoration: none;
outline: none;
}
a.c-btn__02:hover{
color: #54A5DD;
background: #fff;
border: 2px solid #54A5DD;


}













