/*====================================================================================*/
/* 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: left;
    min-height: 100%;
    padding-top: 120px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-bottom: 50px; */
}
.pageWrapper > .title{
	font-size: 130%;
}
.pageWrapper > .title > div{
	display: inline-block;
}
.pageWrapper > .title:before{
	display: inline-block;
	content:" ";
    width: 60px;
    height: 1px;
    background-color: black;
    margin-bottom: 15px;
    transform: translateX(-2px);
}
.ContentsArea{
	padding: 80px 65px;
    margin-bottom: 125px;
	/* padding-bottom: 50px; */
}
.ContentsArea a{
	color:black;
}

.ContentsArea > .title{
    display: inline-block;
    width: 50px;
    margin-right: 50px;
}
#Contact > .title{
	margin-right: 80px;
	display: inline-block;
    text-align: left;
    width: 100px;
	margin-bottom:10px;
}
#Contact > .contents{
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 190px);
	margin-bottom: 30px;
}
#Contact > .contents{
    display: inline-block;
    text-align: left;
}
#Contact > .contents > .caption{
	margin-bottom: 100px;
}

#Contact > .contents > .caption > .info_wrap{
}
#Contact > .contents > .caption > .info_wrap > .info{
	display:inline-block;
	width:45%;
	vertical-align: top;
    margin-bottom: 50px;
}
/* Form関連 */
#form_contact{
}
#form_contact > .parts{
	margin-bottom:30px;
}
#form_contact > .parts  textarea {
    border: solid 1px #888888;
    color: black;
    letter-spacing: 0.1em;
    width: 70%;
	padding: 8px 15px;
}
#form_contact > .parts input[type="text"], #form_contact > .parts input[type="email"] {
	border: solid 1px #888888;
    color: black;
    letter-spacing: 0.1em;
    width: 240px;
    padding: 8px 15px;
}
button, [type="button"], [type="reset"], [type="submit"] {
	display: inline-block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    /* width: 150px; */
    border-style: solid;
    border-width: 0.5px;
    background: white;
    border: solid 1px #888888;
    color: #666666;
    text-align: center;
    transition: background-color 0.75s ease;
    transition: color 0.75s ease;
    font-size: 9pt;
    letter-spacing: 0.1em;
}
.grayHover{
	/* For animatiopn */
	-webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
	transition: all 0.5s !important;
}
.grayHover:hover{
	background-color:gray !important;
	color:white !important;
}

/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@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;
	}
	.pageWrapper > .title:before {
		width: 22px;
		transform: translate(-2px, 10px);
	}
#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%;
	box-sizing: border-box;
}
	.pageFooterWraper{
		padding:0 30px;
	}

}

