@charset "UTF-8";

/* sp基本クラス
----------------------------------------*/

/* レイアウト
----------------------------------------*/

body {
	min-width: 320px;
}

/* PCだけ表示 */
.visible_l {
	display: none !important;
}
/* SPだけ表示 */
.visible_s {
	display: block !important;
}

/*header
----------------------------------------*/
header {
	height: 300px;
	background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-moz-background-size: 5px auto;
	-o-background-size: 5px auto;
	padding-top: 10px;
	overflow: hidden;
}

header h1 {
	width: 301px;
	height: 28px;
	margin: 0 auto;
}

header h1 img {
	width: 91px;
	height: auto;
}

header h2 {
	top: 10px;
    margin-left: -57px;
    display: inline-table;
	overflow: hidden;
	left: 50%;
}

header h2 img {
	width: 206px;
	height: auto;
}

header h3 {
	width: 200px;
	left: 50%;
	height: 133px;
	padding: 0;
	text-align: right;
    margin: 8px 0 0 -60px;
    background: url(../../images/ttl_header_shadow01.png) no-repeat right 20px,
				url(../../images/ttl_header_shadow03.png) no-repeat right 100px;
	background-size: 190px auto,190px auto;
	-webkit-background-size: 190px auto,94px auto;
	-moz-background-size: 190px auto,94px auto;
	-o-background-size: 190px auto,94px auto;
	z-index: 1;
}

header h3 img:first-child {
	width: 194px;
	height: auto;
}

header h3 br + img {
	width: 205px;
	height: auto;
	top: 24px;
	right: -5px;
}

header h3 br.visible_s + img {
	width: 95px;
	height: auto;
	top: 75px;
	right: -5px;
}

header ul {
    width: 300px;
    top: 52px;
    left: 50%;
    right: auto;
    margin: 0 auto 0 -150px;
    height: 258px;
    padding: 139px 0 0 0;
    overflow: visible;
    background: url(../../images/ttl_header_shadow02.png) no-repeat 105px 50px;
    background-size: 190px auto;
    -webkit-background-size: 190px auto;
    -moz-background-size: 190px auto;
    -o-background-size: 190px auto;
}

header ul:after {
	content: "";
	width: 209px;
	height: 258px;
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	background: url(../../images/ph_header.png) no-repeat;
	background-size: 209px 258px;
	-webkit-background-size: 209px 258px;
	-moz-background-size: 209px 258px;
	-o-background-size: 209px 258px;
	clear: both;
	z-index: 0;
}

header ul li {
	margin-right: 0;
	position: relative;
	z-index: 1;
}

header ul li + li {
	float: right;
}

header ul li img {
	width: 146px;
	height: auto;
}

header .btn_block a {
    top: 140px;
	width: 254px;
	height: 54px;
	background: url(../../images/btn_sp_consult01.png) no-repeat;
	background-size: 254px auto;
	-webkit-background-size: 254px auto;
	-moz-background-size: 254px auto;
	-o-background-size: 254px auto;
}


/*container
----------------------------------------*/
#pagetop {
	background-size: auto 4px;
	-webkit-background-size: auto 4px;
	-moz-background-size: auto 4px;
	-o-background-size: auto 4px;
	padding: 15px 0 3px;
}

#pagetop p {
	width: auto;
	margin: 0 auto;
    text-align: center;
}


#pagetop p img {
	width: 80px;
    height: auto;
}


/*footer
----------------------------------------*/
footer {
	padding: 14px 0;
}

footer #flogo {
	width: auto;
    text-align: center;
}

footer ul {
	position: static;
	margin: 10px 20px 15px;
	background: #d5d5d5;
	padding: 2px;
}

footer ul li {
	float: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0 !important;
}

footer ul li + li {
	margin: 5px 0 0 !important;
}

footer ul li a {
	display: block;
	text-align: center;
	padding: 0;
	height: 48px;
	line-height: 48px;
	background: url(../../images/bg_footer_btn.gif) repeat-x;
	background-size: auto 48px;
	-webkit-background-size: auto 48px;
	-moz-background-size: auto 48px;
	-o-background-size: auto 48px;
	text-shadow: 1px 1px 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

footer .pmark {
	font-size: 77%;
	display: block;
	position: static;
	margin-left: 0;
}

#copyright {
	width: auto;
	font-size: 77%;
	text-align: center;
	margin: 10px 0 0;
}