@charset "utf-8";
/* CSS Document */

html,body { 
	height:100%;
	background: #eeeeee;
}

/* -------------------------------
	 #wrapper
-------------------------------*/
#wrapper {
	position: relative;
	width: 100%;
	padding-top: 10px;
}

/* -------------------------------
	 #header_top
-------------------------------*/
#header_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #1a2732;
	font-size: 110%;
}

#header_top a {
	color: #FFF;
	text-decoration: none;
	padding-left: 20px;
}

#header_top a:hover {
	text-shadow: 0 0 10px #fff,0 0 15px #fff;
}

/* -------------------------------
	 #contents
-------------------------------*/
#wrapper #contents {
	width: 650px;
	margin: 0 auto 40px;
	padding: 30px 50px 20px;
	background: #FFF;
}

/*-----------------------
	　　タイトル
------------------------*/
h2.page_title {
	height: 70px;
	line-height: 70px;
	background: #3e4852;
	color: #FFF;
	font-size:28px;
	font-weight:bold;
	padding-left: 20px;
	margin-bottom: 50px;
}

/*-----------------------
	　質問
------------------------*/
#contents form {
	margin-bottom: 30px;
}

#contents dl dt {
	font-size: 120%;
	border-bottom: #333 solid 1px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#contents dl dt span.enqu_no {
	font-weight: bold;
	font-size: 110%;
	color: #009a9a;
	padding-right: 7px;
}

#contents dl dd {
	font-size: 110%;
	line-height: 2;
	margin-bottom: 40px;
}

/* テキスト入力エリア */
#contents dl dd textarea {
	width: 95%;
} 


/* チェックボックスデザイン
---------------------- */
.checkbox_dsn{
  display: none;
}
.checkbox_parts{
  padding-left: 20px;
  position:relative;
  margin-right: 12px;
  margin-left: 5px;
}
.checkbox_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox_dsn:checked + .checkbox_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}


/*-----------------------
	　送信ボタン
------------------------*/
#contents  #submit_enqu {
	text-align: center;
}

#contents  #submit_enqu input {
	padding: 1em 6em;
	border: none;
	display: inline-block;
	background-color: #5A7AB3;
	box-shadow: 0 6px #4063A4;
	font-size: 150%;
	line-height: 1;
	color: #fff;
	position: relative;
	cursor: pointer;
	
	border-radius: 2px;
	box-shadow: 0 6px #4063A4;	
}

#contents  #submit_enqu input:hover {
	top: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
#contents  #submit_enqu input:active {
    box-shadow: 0 0 #4063A4;
    top: 6px;
}

/* ----------------------------------------------------

	<< スマホ対応(iPhone6で検証) >>

---------------------------------------------------- */

/* 幅の最小値を指定する */
@media screen and (max-width: 375px){
	
	/* -------------------------------
		#contents
	-------------------------------*/
	#wrapper #contents {
		width: 95%!important;
		margin: 0 auto;
		padding: 30px 3% 30px!important;
		/* background: #a7f3ff; */		
	}

	
	/*-----------------------
	　　タイトル
	------------------------*/
	h2.page_title {
		font-size:180%!important;
		height: 50px;
		line-height: 50px;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	
}


/* ----------------------------------------------------
	<< lightBox 起動ボタン >>
---------------------------------------------------- */
#lightbox {
	width: 200px;
	text-align: center;
	cursor: pointer;
}

.lightbox{
	position: absolute;
	top: 0px;
	/*width: 100%;
	height: 100%;*/
	z-index:300;
	/*background: rgba(0,0,0,0.1);
	opacity: 0;*/
}

.lightboxBtn {
  background: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #d9d9d9, #6e6e6e);
  background-image: -moz-linear-gradient(top, #d9d9d9, #6e6e6e);
  background-image: -ms-linear-gradient(top, #d9d9d9, #6e6e6e);
  background-image: -o-linear-gradient(top, #d9d9d9, #6e6e6e);
  background-image: linear-gradient(to bottom, #d9d9d9, #6e6e6e);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-size: 20px;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

/*.msgBox{
	position: absolute;
	display: inline-block;
	width: 1200px;
	background: rgba(255,255,255,0.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
	border-radius: 30px; 
}*/

.dpN {
	display: none;
}

.clearfix{
	clear: both;
}

.TaR{
	text-align:right; 
}

.langageBox{
	float: right;	
	
	
	
}
