@charset "UTF-8";

/* overwrite
========================================================================== */
#ct .warning-wrapper{
  padding: 30px 0;
  background-color: #fff;
}
#ct .warning-wrapper .container-white {
	width: auto;
}
#ct .warning-wrapper .title-about {
	margin: 0;
}
#ct .warning-wrapper .text-about {
	margin: 0;
}
#ct #articleArea #articleBody .warning-wrapper .text-about2 .link {
	color: #c7171a;
}
/* //overwrite
========================================================================== */

#ct #ctC .enq{
	width: 630px;
	margin: 10px auto 15px;
	padding-bottom: 10px;
  text-align: center;
}
#ct #ctC .enq .center-column{
  padding: 0 0 20px 0;
  font-size: 17px;
  text-align: left;
}
#ct #ctC .enq .center-column img{
  max-width: 100%;
}
#ct #ctC .enq .center-column a{
	color: #c7171a;
	text-decoration: underline;
}
#ct #ctC .enq .center-column a:hover{
	text-decoration: none;
}

#ct #ctC .enq .button-field{
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
}
#ct #ctC .enq .button-field .button-active{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
	min-height: 54px;
	padding: .4em .8em;
	background-color: #c10505;
	border: 1px solid #c10505;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
  border-radius: 0;
}
#ct #ctC .enq .button-field .button-active:hover{
  opacity: 0.6;
	text-decoration: none;
}
#ct #ctC .enq .button-field .button-disable{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-flex;
  justify-content: center;
  align-items: center;
	min-width: 320px;
 padding: .4em .8em;
	min-height: 54px;
	background-color: #b5b5b5;
	border: 1px solid #b5b5b5;
	color: #6c6c6c;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
 border-radius: 0;
}
#ct #ctC .enq .text-field{
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
}
#ct #ctC .enq .text-field .text{
	line-height: 2em;
	text-align: center;
	font-size: 14px;
}
#ct #ctC .enq .text-field .text .link{
  color: #c7171a;
  text-decoration: underline;
}
#ct #ctC .enq .text-field .text .link:hover{
  text-decoration: none;
}

#ct #ctC .enq .text-field-2{
	width: 100%;
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	background-color: #f7f7f7;
}


#ct #articleArea #articleBody .btn-white {
	color: #c10505;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ct #articleArea #articleBody .btn-white:hover {
  text-decoration: none;
}

