/*====================================================================================*/
/* Common
/*====================================================================================*/
#wpadminbar{
	display:none;
}
#colophon{
	display:none;
}
.sbi_header_img_hover{
	display:none;
}
#sbi_load{
	display:none;
}
/*====================================================================================*/
/* PC 
/*====================================================================================*/
html,body {
    text-align:center;
}
/*__ Common   ____________________________*/
.PageWrapper{
    /* height: 100%; */
    text-align: center;
    min-height: 100%;
    padding-top: 160px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-bottom: 50px; */
}
.PageWrapper > .title{
	font-size:200%;
    text-align: center;
	letter-spacing: 0.1em;
	margin-bottom:20px;
}
.ContentsArea{
	padding: 150px 15vw;
    padding-bottom: 200px;
    /* margin-bottom: 125px; */
	/* padding-bottom: 50px; */
}
.ContentsArea a{
	color:black;
}

.ContentsArea > .title{
    display: inline-block;
    width: 50px;
    margin-right: 50px;
}
#customerDisplay{
	
}
#customerDisplay > .parts{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 1px;
    text-align: left;
    padding-left: 15px;
}
#customerDisplay > .parts > .title{
	margin-bottom:5px;
}
#customerDisplay > .parts > .title::before {
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: black;
    content: " ";
    margin-bottom: 15px;
    transform: translate(-10px, 10px);
}
#customerDisplay > .parts > .data{
    padding-left: 10px;
	
}


/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:portrait){

	.ContentsArea{
		padding: 50px 7vw;
	}
	.PageWrapper > .title {
		left: 9px;
		font-size: 2.0rem;
	}
#Contact > .title{
    display: block;
}
#Contact > .contents {
    display: block;
	width:100%;
}
#Contact > .contents > .caption > .info_wrap {
    margin-bottom: 30px;
}
#Contact > .contents > .caption > .info_wrap > .info{
	width:100%;
	margin-bottom: 15px;
}
#form_contact > .parts textarea {
    width: 100%;
}


}

