@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
body {
	background-color: #ffffff !important;
	-webkit-text-size-adjust: 100%;
}
/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:100px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 180px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
.logo {
    max-width: 440px;
    width: 96%;
    display: inline-block;
}
.logo img {
    width: 100%;
}
#header .content .free h1 {
    font-size: 14px;
    font-weight: bold;
    float: right;
    max-width: 50%;
    width: auto;
}
@media screen and (max-width: 800px) {
	.logo {
	    margin: 0 auto;
    	display: block;
	}
	#header .content .free h1 {
	    float: none;
	    max-width: 96%;
	    text-align: center;
	}
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
}

/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
}

/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
	text-align: center !important;
}

#footer .content .free a:link, a:visited, a:active {
	color: #333 !important;
}

/*******************************
 メイン
*******************************/
.title {
	color: #FF7F17;
	margin: 10px 0 20px 0;
	padding: 10px 20px;
}

.underline {
	border-bottom: 2px solid #FF7F17;
}

#privacy {
	padding: 10px 20px;
}

ul {
    list-style: none;
}

ul li {
	margin-left: 17px;
}

#privacy h2 {
	color: #FF7F17;
}

#privacy p {
	font-size: 14px !important;
	padding: 0 0 10px 0;
	line-height: 1.3;
}

.li2 {
	margin-bottom: 10px;
}

.li2 li {
	padding: 0 !important;
	line-height: 1.3;
}

.li2 li p {
	padding: 0 !important;
}
.li_wrap {
	margin: 0 0 20px 0;
}

.btn {
	text-align: center;
	margin-top: 20px;
}

.btn li {
    margin: 0 0.5%;
	display: inline-block;
	vertical-align: middle;
}

.btn li a {
	line-height: 1;
	height: 30px;
}

.btn li a p {
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
}

.anchor {
	display: block;
	width: 200px;
	padding: 0.8em;
	text-align: center;
	color: #fff !important;
	background: #FF7F17;
	display: inline-block;
}

.anchor:hover {
	 opacity:0.6;
	 cursor: pointer;
	 text-decoration: none;
}
.btn1 {
	margin-top: 8px;
}

@media screen and (max-width: 670px){
	.anchor {
		width: 130px;
	}
}