#container{
    margin-top: -13px ;
}

@media screen and (max-width:896px) {
#container{
    margin-top: -13px ;
}
	
}


.inquiry_bt {
    line-height: 1em;
}


/*****************************/
/* ヘッダーイメージ */
/*****************************/
.header_image img{
    max-height: 400px;
    object-fit: cover;
	object-position: 0 45%;
}

.header_image .image_copy{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 130%;
}

@media screen and (max-width:896px) {
.header_image .image_copy{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 130%;
}	
}

/*****************************/
/* コンテンツ */
/*****************************/

p {
	text-align: center;
    line-height: 2em;
}

@media screen and (max-width:1024px) {
	
} 


@media screen and (max-width:896px) {
	
p {
	margin: 0 auto;
	width: calc( 100% - 10% );
}
	
p br{
	display: none;
}

}

@media screen and (max-width:480px) {
p {
	
}	

} 



/*****************************/
/* テーブル */
/*****************************/

table {
    width: 900px;
	margin: 0 auto;
	font-size: 85%;
}

table th {
    width: 30%;
	background-color: #fd7400;
	border-top: 1px solid #fd7400;
	border-left: 1px solid #fd7400;
	border-right: 1px solid #fd7400;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.5em;
}

table .table-last-block {
	border-bottom: 1px solid #fd7400;
}

table th span {
    font-size: 80%;
}

table td {
	border: 1px solid #fd7400;
	padding: 15px 0 15px 10px;
	line-height: 2em;
	vertical-align: middle;
}

.table-history {
    width: 900px;
	margin: 0 auto 50px auto;
	font-size: 85%;
}

.table-history th {
    width: 30%;
	background-color: #fd7400;
	border-top: 1px solid #fd7400;
	border-left: 1px solid #fd7400;
	border-right: 1px solid #fd7400;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.5em;
}

.table-history .table-last-block {
	border-bottom: 1px solid #fd7400;
}

.table-history th span {
    font-size: 80%;
}

.table-history td {
	border: 1px solid #fd7400;
	padding: 15px 0 15px 10px;
	line-height: 2em;
	vertical-align: middle;
}


@media screen and (max-width:896px) {
	
table,
.table-history{
    width: calc( 100% - 10% );
}
	
table th{
    width: 20%;
	font-size: 90%;
}
	
.table-history th{
    width: 20%;
	font-size: 80%;
}
	
table td,
.table-history td{
    padding: 15px 10px 15px 10px;
}
}

/*****************************/
/* 新サービス */
/*****************************/
.topicsbox{
    max-width: calc(900px);
    margin: 0 auto 0 auto;
}

.topicsbox p{
    margin-top: 10px;
}

.topicsbox a:hover{
    opacity: 0.5;
}

.topicsbox a img{
	box-shadow: 0.1px 0.1px 3px gray;
}

@media screen and (max-width:896px) {
.topicsbox{
    width: calc(100%);
    margin: 0 auto 0 auto;
}
	
.topicsbox p{
    margin-top: 30px;
}
}
