
/*================common====================*/

body {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

/*--header--*/
.header_wrapper {
    background: white;
}
.header_logo img {
    height: auto;
	max-width:363px;
}
.topimg {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.headline_area {
    color: #FFFFFF;
}

.headline_area {
    position: absolute;
    z-index: 1;
    text-align: center;
    min-width: 845px;
    height: 140px;
    padding: 0 30px;
	bottom: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(-50%,100%,0);
    transform: translate3d(-50%,100%,0);
    -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.headline_area:before {
    background: #000000;
	opacity: 0.5;
    content: '';
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
}

.headline_area_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.headline {
    -webkit-animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    animation: opacityAnimation 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s;
    font-size: 56px;
	color:#FFF;
    font-weight: 500;
    font-family: "Times New Roman" ,  "ヒラギノ角ゴ ProN" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 500;
}
/*--header end--*/


/*--footer--*/
.test-footer{ 
	border-top:#ddd solid 1px;
}
.bg-mainColor{
	background:#eee;
	color:#666;
}
.footer_nav li a {
    font-weight: 500;
    padding: 20px;
}
.textbox_text{
	color:#666;
	font-size:12px;
	height: 35px;
}
.footer_logo{
	margin-top:20px;
	margin-bottom:40px;
}
.footer_logo img {
    width: 80%;
    margin: auto;
}
/*--footer end--*/


@media screen and (max-width: 750px){
	
	.inner50 {  padding: 0px !important;}
	
	.topimg {
		height: 200px;
	}
	.headline_area {
		min-width: 250px;
		height: 60px;
	}
	.headline {
		font-size: 22px;
	}
	.footer_logo{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}
	.header_wrapper {
		padding: 20px;
	}
}



@media screen and  (width: 768px){
	
	.topimg {
		height: 400px;
	}
	.headline_area {
		min-width: 450px;
		height: 70px;
	}
	.headline {
		font-size: 45px;
	}
	.footer_logo{
		margin-top:0px;
		margin-bottom:20px;
		text-align:center;
	}
	.footer_logo {
		width:auto !important;
	}
	.header_wrapper {
		padding: 15px;
	}
}



/*============= parts ================*/

/*-------for pagetitle--------*/


.required-button {
    background: #de0049;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
	display: block;
    line-height: 1;
    padding: 7px;
    text-align: center;
}

table{border:none !important;}


.table-contact th {
	padding: 14px 16px;
	width: 14em;
}
.table-contact td {
	padding: 14px 16px;
}
.td-required {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 64px;
}
input{ width:100%;}
.inputarea-bg {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 11px;
}


.btn-contact-go {
    background: #118dcb;
}
.btn-contact {
    padding: 15px 40px;
    color: #fff;
    text-align: center;
	min-width:200px;
}

.btn-contact-back{
	border: #118dcb solid 1px;
	background: #FFF;
	color:#118dcb;
}

@media screen and (max-width: 750px){
	
	.inner50 {  padding: 0px !important;}
	
}

@media (max-width: 991px){
	.required-mark {
		display: inline-block;
		margin-left: 8px;
		color: #d90000;
	}
	.td-required {
		display: none !important;
	}

	.btn-contact {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 200px;
	}
}


@media (min-width: 992px){
	.required-mark {
		display: none;
	}
}

@media (max-width: 767px){
	.contact-title{
		text-align:center
	}
	.order-registration-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}