@charset "utf-8";
/* CSS Document */

.sp,
.open_toggle,
.open_target,
.sp_menu {
	display:none !important;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #7c7c7c;
	text-decoration: underline;
}
* {
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size:16px;
}

body,
textarea {
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size:16px;
}
body {
	-webkit-text-size-adjust: 100%;
}
a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
@media all and (-ms-high-contrast:none)
{
    html
    {
        font-family: 'メイリオ', 'Meiryo', sans-serif;
    }
}

/*Panasonic Homes グループヘッダー*/
#phg-header {
    background-color: #21366e;
}
#phg-header .phgcontainer {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#phg-header .phgcontainer::after {
    display: none;
}
#phg-header .phgcontainer #phg-logo {
    -webkit-box-flex:0;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
}
#phg-header .phgcontainer #phg-logo a {
    display: block;
}
#phg-header .phgcontainer #phg-logo img {
    display: block;
    width: 302px;
    height: 21px;
}
#phg-header .phgcontainer #phg-link {
    -webkit-box-flex:0;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
}
#phg-header .phgcontainer #phg-link a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #fff;
    padding: 0px 25px 0px 10px;
    background: url(/images/common/phb-arrow_m_wh.png) no-repeat right 8px center / 5px auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#phg-header .phgcontainer #phg-link a:link,
#phg-header .phgcontainer #phg-link a:visited {
    color: #fff;
    text-decoration: none;
}
#phg-header .phgcontainer #phg-link a:hover,
#phg-header .phgcontainer #phg-link a:active {
    color: #d3d7e2;
    text-decoration: none;
}

/* header */
header {
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 999;
	padding-bottom: 15px;
}
.head_inr {
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.hyogologo img {
	height: 18px;
	padding: 25px 25px 25px 0;
}
.hyogologo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	float:left;
}
.hyogoinfo {
	padding-top: 22px;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	display: block;
	float: left;
	font-weight: normal;
}

.container * {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.container {
	margin-top: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	line-height:1.5;
}
section {
	overflow: hidden;
	position: relative;
}
h2.formtitle {
	background-color:#F2F2F2;
	width: 100%;
	height:57px;
	margin-bottom:25px;
}
h2.formtitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
.box_top {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom:1em;
}
.box_form {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom:1em;
}
.box_btm {
}

#page-top {
    position: fixed;
    bottom: 85px;
    right: 0px;
    font-size: 60%;
	z-index:999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 64px;
    padding: 27px 0;
    text-align: center;
    display: block;
    border-radius: 3px 0px 0px 3px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/* footer */
footer {
	width: 100%;
	margin-top:65px;
}
.ft_inr {
	width: 100%;
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	padding: 15px 0 10px 0;
}
.ft_inr2 {
	width: 100%;
	max-width:1000px;
	margin:auto;
	overflow: hidden;
	position:relative;
	display:block;
}
footer .ft_inr2 ul {
	text-align: center;
	display: table;
	table-layout: auto;
	float:left;
	width:80%;
	max-width:800px;
	margin: 20px 0;
}
footer .ft_inr2 ul li {
	display: table-cell;
	font-size:14px;
	text-align: left;
	line-height:18px;
}
@media screen and (max-width: 1010px) {
	footer .ft_inr2 ul li {
		font-size:1.5vw;
	}
}
footer .ft_inr2 ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-right:20px;
}
footer .ft_inr2 ul li a:before {
	content:url(../images/common/yaji2.png);
	position: relative;
	top:2px;
}
footer .ft_inr2 ul li.ssl {
	display:none;
}
#global_sheel {
	height: 50px;
	width: 100px;
	display: block;
	float:right;
}
.copy {
	font-size: 10px;
	line-height: 50px;
	color: #666;
	text-align: right;
}
/*------------FOOTER COPYRIGHT--------------*/
#phsb-footer .copyright {
    text-align: center;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
    background-color: #d9d9d9;
    padding: 20px 0;
}
/*------------GLOBAL FOOTER - Panasonic Homes Group Design-----------*/
#phg-footer {
    background-color: #21366e;
    padding-bottom: 8em;
}
#phg-footer .ft_container {
    zoom:1;
    position: relative;
	width: 100%;
	margin: auto;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#phg-footer .ft_container a {
    color: #fff;
    text-decoration: none;
}
#phg-footer .ft_container:after {
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:'.';
}
#phg-footer .ft_container a {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 13px;
}
#phg-footer .ft_container .print {
    float: left;
}
#phg-footer .ft_container .print a {
    display: inline-block;
    padding: 18px 0 18px 20px;
    background: url(/images/common/pgd_icn-print.gif) no-repeat 0 50%;
    font-weight: bold;
}
#phg-footer .ft_container #page-top {
	display: none;
}
#phg-footer .ft_container .pagetop {
    float: right;
}
#phg-footer .ft_container .pagetop a {
    display: inline-block;
    padding: 18px 0 18px 16px;
    background: url(/images/common/pgd_icn-footer-arrow-up.gif) no-repeat center left;
    font-weight: bold;
}
#phg-footer .ft_container .terms {
    padding-top: 18px;
    font-size: 11px;
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform:translate(-50%, 0);
        -ms-transform:translate(-50%, 0);
            transform:translate(-50%, 0);
}
#phg-footer .ft_container .terms ul {
    text-align: center;
    font-size: 0;
}
#phg-footer .ft_container .terms ul li {
    display: inline-block;
    border-left: 1px solid #c5c5c5;
    padding: 0 8px;
}
#phg-footer .ft_container .terms ul li:first-child {
    border-left: none;
}
#phg-footer .ft_container .terms ul li a {
    font-size: 11px;
}

@media screen and (max-width: 1031px) {
	#phg-header .phgcontainer,
	#phg-footer .ft_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hyogologo img {
		padding: 25px 18px 25px 15px;
	}
	.head_info_inr ol {
		margin-right:15px;
	}
	footer .ft_inr2 ul {
		margin-left:15px;
	}
}