/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016/11/10, 18:34:45
    Author     : Yuji Nakagawa
*/
@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
}

body.common{
	background-repeat: repeat;
}

header.common{
	background-color: #fff;
	border-bottom: 4px solid #ff4a87;
	margin-bottom: 2em;
}

header span {
	display: block;
	font-weight: bold;
	float: left;
}

.header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	max-width: 1150px;
	height: 150px;
	margin:0 auto;
}

.header-label {
	font-weight: bold;
}

.header-logo-img {
	width: 7em;
}

.container {
	background-color: #fff;
	min-height: calc(100vh - 16em);
}

footer.common{
	width: 100%;
	background-color: #fff;
	height: 10em;
	padding: 1em 1em 0em 1em;
	margin-top: 2em;
	border-top: 4px solid #ff4a87;
	text-align: center;
}

body.about{
	background-color: #ffffff;
	text-align: center;
}

img.pc{
	width: 100%;
}

div.top_box{
	position: relative;
}

.top_form{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_btn{
	border: 0px;
    width:90vh;
	height: 170px;
    background: url(../img/PC_button.png) left top no-repeat;
	background-size: 100%;
}

.top_btn:hover{
    cursor: pointer;
    background: url(../img/PC_hover_btn.png) left top no-repeat;
	background-size: 100%;
	transition: 2s;
}

footer.about {
	width: 100%;
	background-color: rgb(243, 243, 243);
	display: block;
	margin-bottom: 1em;
	margin-top: 6em;
}

.sp{
	display: none;
}

.division {
	text-align: center;
}

#attention {
	margin-top: 15px;
	color: #ff0000;
}

#infomation {
	margin-top: 15px;
}


#cb-div {
	text-align: center;
	margin-top: 10px;
}

#cb-div label {
	display: inline-block;
}

#comp-div {
	/*text-align: center;*/
}

#comp-div label {
	margin: 0;
}
#comp-div hr {
	margin-bottom: 5px;
}

#thank-u {
	font-size: 4vmin;
	font-weight: bold;
}

#link {
	margin-top: 3em;
}

.info {
	font-size: 1.2em;
	font-weight: bold;
}

.title {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

.natural-confirm-data {
	font-weight: bold;
	text-align: left !important;
}

td.naturalTitle {
	color: #555;
	text-align: center;
	padding: 0.7em;
	background-color: #ffffff !important;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

td.natural-confirm-data {
	color: #383838;
	padding: 0.7em;
	background-color: #f7f7f7;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

label.title {
	font-size: 1.4em;
}

label.question-section-title {
	font-weight: bold;
	font-size: 1.3em;
	color: #ff0000	!important;
}

label.title-red {
	font-weight: bold;
	font-size: 1.3em;
	color: #ff0000;
}

table.cstm-table-light {
	background-color:#f7f7f7;
}

td.title {
	text-align: center;
	background-color: #f1e4e4 !important;
	border-right: 1px solid #ddd;
}

.confirm-title {
	text-align: left !important;
}

.confirm-data {
	text-align: left !important;
}

.contact {
	display: block;
	margin-bottom: 1em;
}

.copy {
	display: block;
}

.indent {
	text-indent: 2em;
	padding-left: 2em;
}

.p-bold{
	font-weight: bold;
}

.line {
	border-bottom: 1px solid #000 !important;
	margin-top: 0;
}

.headingColor {
	color: #ff0000;
}

.mailto {
	text-decoration: underline;
}

.privacyNotice {
	padding-bottom: 50px;
}

.linkFitCenter {
	text-decoration: underline;
	text-align: center;
}

.table td, .table th {
    vertical-align: middle;
}

select.form-control {
    margin-bottom: 1.5em;
}

#privacy {
	height:200px;
	width:100%;
	border: 1px solid #ccc;
	overflow-y:scroll;
}

#privacy ol li {
	padding-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	display: list-item;
	list-style: outside lower-roman;
		list-style-type: lower-roman;
		list-style-position: outside;
		list-style-image: initial;
	margin-left: 15px;
}
#privacy li {
	list-style: outside decimal;
		list-style-type: decimal;
		list-style-position: outside;
		list-style-image: initial;
}

#privacy ul {
	list-style: none;
		list-style-type: none;
		list-style-position: initial;
		list-style-image: initial;
}

#privacy p {
	outline: 0;
		outline-color: initial;
		outline-style: initial;
		outline-width: 0px;
}

div.custlist{
	overflow-x: scroll;
}

table.custlist,td.custlist,th.custlist{
	border: 1px rgba(0, 0, 0, 0.288) solid;
	font-size: small;
	text-align: center;
}

td.custlist,th.custlist{
	white-space: nowrap;
	padding: 3px;
}

tr.table_karam{
	background-color: rgb(189, 238, 241);
}


@media screen and (min-width: 480px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 7em !important;
	}
}

@media screen and (min-width: 768px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 6em !important;
	}
}

@media screen and (min-width: 970px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 6em !important;
	}
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 2vmin !important;
	}
	#input-tbl td {
		width: 3em !important;
	}
}

@media screen and (max-width: 479px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 7em !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 6em !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 969px) {
	html {
		font-size: 3vmin !important;
	}
	#input-tbl td {
		width: 3em !important;
	}
}

@media screen and (min-width: 970px) and (max-width: 1199px) {
	html {
		font-size: 2vmin !important;
	}
	#input-tbl td {
		width: 3em !important;
	}
}

@media screen and (min-width: 280px) and (max-width: 540px) {
	.imgFitCenter {
		margin: 10px;
	}
}

@media (max-width:540px){

		body.about{
			position: relative;
		}
	
		.textFitCenter{
			margin: 0 auto 0 1em;
		}
		
		.top_form{
		position: absolute;
		}
	
		.top_form{
		display: block !important;
		margin-top: 10em !important; 
		}
	
		.top_btn{
		border: 0px;
		width:40vh;
		background: url(../img/SP_button.png) left top no-repeat;
		background-size: 100%;
		}
		
		.top_btn:hover{
			cursor: pointer;
			background: url(../img/SP_hover_btn.png) left top no-repeat;
			background-size: 100%;
			transition: 2s;
		}
		
		footer.about {
			margin-top: 12em;
		}
	
		.sp{
			display: block;
			text-align: center;
			width: 100%;
			
		}
		.pc{
			display: none;
		}
}

@media screen and (min-width:541px) and (max-width:767px) {

	body.about{
		position: relative;
	}

	.textFitCenter{
		margin: 0 auto 0 1em;
	}
	
	.top_form{
	position: absolute;
	}

	.top_form{
	display: block !important;
	margin-top: 10em;
	}

	.top_btn{
	border: 0px;
	width:40vh;
	background: url(../img/SP_button.png) left top no-repeat;
	background-size: 100%;
	}
	
	.top_btn:hover{
		cursor: pointer;
		background: url(../img/SP_hover_btn.png) left top no-repeat;
		background-size: 100%;
		transition: 2s;
	}
	
	footer.about {
		margin-top: 12em;
	}

	.sp{
		display: block;
		text-align: center;
		width: 100%;
	}
	.pc{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 912px) {
	.textFitCenter{
		margin: 0 auto 0 1em;
	}

	.top_btn{
		border: 0px;
		width:45vh;
		height: 150px;
		background: url(../img/SP_button.png) left top no-repeat;
		background-size: 100%;
		margin-top: 3.5em;
		}
		
		.top_btn:hover{
			cursor: pointer;
			background: url(../img/SP_hover_btn.png) left top no-repeat;
			background-size: 100%;
			transition: 2s;
		}

		footer.about {
			margin-top: 7em;
		}
		
		.sp{
			display: block;
			text-align: center;
			width: 100%;
		}
		.pc{
			display: none;
		}
	

}

@media screen and (min-width: 913px) and (max-width: 1024px) {
	.textFitCenter{
		margin: 0 auto 0 1em;
	}
	
	.top_btn{
		border: 0px;
		width:70vh;
		height: 100px;
		background: url(../img/PC_button.png) left top no-repeat;
		background-size: 100%;
		}
		
		.top_btn:hover{
			cursor: pointer;
			background: url(../img/PC_hover_btn.png) left top no-repeat;
			background-size: 100%;
			transition: 2s;
		}

}