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


.pc,
nav {
	display:none !important;
}

* {
	font-family : "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height:1.3;
}

html,body,
textarea{
background:#fff;
font-family : "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
line-height:1.3;
text-align: left;
}
div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th,h1,h2,h3,h4,h5,h6{
color:#333;
font-size:3.73vw;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #7c7c7c;
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: 100%;
}
a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

img { vertical-align : middle;}
img { width : 100%;}


.container {
	margin-top: 4vw;
	width: 100%;
	overflow: hidden;
	position: relative;
}


/*Panasonic Homes グループヘッダー*/
    #phg-header {
		background-color: #21366e;
    }
    #phg-header .phgcontainer {
		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-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		margin: auto;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        padding: 15px;
    }
	#phg-header .phgcontainer::after {
		display: none;
	}
    #phg-header .phgcontainer #phg-logo {
		-webkit-box-flex:0;
		    -ms-flex:0 0 auto;
		        flex:0 0 auto;
		width: 60%;
        height: auto;
        min-width: 200px;
    }
	#phg-header .phgcontainer #phg-logo a {
		display: block;
	}
    #phg-header .phgcontainer #phg-logo img {
        display: block;
        width: 100%;
        height: auto;
    }
	#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;
    	-webkit-transition: 0.3s;
    	-o-transition: 0.3s;
    	transition: 0.3s;
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        border: 1px solid #fff;
        padding: 0px 20px 0px 8px;
        background: url(/images/common/phb-arrow_m_wh.png) no-repeat right 8px center / 5px auto;
    }
    #phg-header .phgcontainer #phg-link a span {
        display: none;
    }
	#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: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2430af;
}
.head_inr {
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 18px;	
	overflow: hidden;
	position: relative;
}
.hyogologo {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 50%;
	display: block;
	font-size: 1px;
	line-height: 1px;
	padding: 15px 0;
	min-width: 120px;
}
.hyogoinfo {
	display:none;
}

.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:10.67vw;
	margin-bottom:1em;
	text-align:center;
}
h2.formtitle span {
	width: 100%;
	margin: auto;
	line-height: 10.67vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}
.box_top {
	width: 94%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom:1em;
}
.box_form {
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom:1em;
}

/* footer */
footer {
	width: 100%;
}
.ft_inr {
	width: 100%;
}
.ft_inr2 {
	width: 100%;
	margin:auto;
	overflow: hidden;
	position:relative;
	display:block;
}
footer .ft_inr2 ul {
	text-align: center;
	table-layout: auto;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top:solid 1px #c3c3c3;
	border-bottom:solid 1px #c3c3c3;
	background-color:#f6f6f6;
	margin-bottom:5vw;
}
footer .ft_inr2 ul li {
	width: 80px;
	font-size: 12px;
	text-align: center;
	border-left:solid 1px #c3c3c3;
	line-height:15px;
	margin-left:10vw;
	position: relative;
}
footer .ft_inr2 ul li:first-child {
	border-left-width: 0;
}
footer .ft_inr2 ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	padding:15px 0 15px 2px;
}
footer .ft_inr2 ul li a::before {
	position:absolute;
    top: 15px;
	content: " ";
	/*display: inline-block;*/
	display: block;
	width:20px;
	height: 30px;
	background-size: contain;
	vertical-align: top;
	background-image: url(../ssl/images/footerimg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
footer .ft_inr2 ul li a:before {
}
footer .ft_inr2 ul li.ssl {
	display:none;
}
#global_sheel {
	width:100px;
	height:50px;
	display: block;
	position: absolute;
	top: 7px;
	right:10vw;
}
.copy {
	font-size: 2.5vw;
	line-height: 3vw;
	color: #666;
	margin-bottom:105px;
	text-align:center;
}
/*------------FOOTER COPYRIGHT--------------*/
#phsb-footer .copyright {
    text-align: center;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 11px;
    background-color: #d9d9d9;
    padding: 15px 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;
	font-size: 12px;
}
#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 {
    display: none;
}
#phg-footer .ft_container #page-top {
    float: none;
    text-align: center;
    padding: 8px 0 0;
}
#phg-footer .ft_container #page-top a {
    display: inline-block;
    font-weight: bold;
	padding: 10px 0 0 0;
    background: url(/images/common/pgd_icn-footer-arrow-up.gif) no-repeat top center;
}
#phg-footer .ft_container .terms {
    padding-top: 18px;
    font-size: 11px;
	position: static;
    -webkit-transform:translate(0, 0);
        -ms-transform:translate(0, 0);
            transform:translate(0, 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;
}