@charset "UTF-8";


#ct #ctC .mail .button-field{
	width: 100%;
	padding: 10px 0 30px 0;
	text-align: center;
}
#ct #ctC .mail .button-field .button-active{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	width: 320px;
	padding: 1.2em .8em;
	background-color: #04296c;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.mail .button-field .button-active.red{
	background-color: #c10505 !important;
}
#ct #ctC .mail .button-field .button-active:hover{
	text-decoration: none;
}
#ct #ctC .mail .button-field .button-disable{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	width: 320px;
	height: 54px;
	background-color: #b5b5b5;
	color: #6c6c6c;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
}
.text-field{
	width: 100%;
	text-align: center;
}
.text-field .text{
	line-height: 2em;
	text-align: center;
	font-size: 14px;
}

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

.text-appbutton{
	padding: 0 0 18px 0;
}
.appbutton-field .btn-app{
	display: inline-block;
	margin: 0 8px;
}

.gutter-1{
	padding: 15px 0 0;
}
.font-14{
	font-size: 14px;
}
.mt-5{
    margin-top:5px!important;
}
.mt-10{
    margin-top:10px!important;
}
.mt-15{
    margin-top:15px!important;
}
.mt-20{
    margin-top:20px!important;
}
.mt-25{
    margin-top:25px!important;
}
.mt-30{
    margin-top:30px!important;
}

h2{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #04296c;
	padding: .4em .8em;
	margin-top: 30px;
}

ul.list-disc li {
    margin-left:15px;
    list-style-type:disc;
    font-size: 14px;
}

.copyright{
	font-size: 10px;
    line-height: 1.4;
	padding: 0 .8em 1.5em;
	text-align: center;
	margin-top: 30px;
}



/* warning-wrapper
========================================================================== */
#ct .warning-wrapper {
	padding: 26px;
	background-color: #f8f8f8;
}

#ct .warning-wrapper .container-white {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #fff;
}

#ct .warning-wrapper .warning-head {
	padding: 28px 0 24px 0;
	text-align: center;
}
#ct .warning-wrapper .warning-head img {
	width: 148px;
}

#ct .warning-wrapper .title-about {
	margin: 0 40px;
	padding: 0.2em;
	background-color: #efefef;
	font-weight: bold;
	border-radius: 1.2em;
	font-size: 16px;
	text-align: center;
}
#ct .warning-wrapper .text-about {
	margin: 0 40px;
	padding: 18px 0 20px 0;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
}
#ct .warning-wrapper .text-about2 {
	margin: 0 40px;
	padding: 18px 0 20px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
#ct .warning-wrapper .text-about .link {
	text-decoration: underline;
}
#ct .warning-wrapper .text-about2 .link {
	text-decoration: underline;
}
#ct .warning-wrapper .text-about .color-red {
	color: #b90303;
}

#ct .warning-wrapper .app-container {
	text-align: center;
	padding: 0 0 40px 0;
}
#ct .warning-wrapper .app-container .app-list {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
#ct .warning-wrapper .app-container .app-list li {
	margin: 0 7px;
}
#ct .warning-wrapper .app-container .app-list .btn img {
	display: inline-block;
	height: 74px;
}
#ct .warning-wrapper .app-container .app-list .btn:hover {
	opacity: 0.8;
}


#ct .warning-wrapper .app-container2 {
	text-align: center;
	padding: 14px 0 0 0;
}
#ct .warning-wrapper .app-container2 .app-list {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
}
#ct .warning-wrapper .app-container2 .app-list li {
	margin: 0 20px;
	text-align: center;
}
#ct .warning-wrapper .app-container2 .app-list .btn img {
	display: block;
	margin: 0 auto;
	height: 49px;
}
#ct .warning-wrapper .app-container2 .app-list .btn:hover {
	opacity: 0.8;
}
#ct .warning-wrapper .app-container2 .app-list .qrcode {
	display: block;
	margin: 0 auto 13px auto;
	height: 128px;
}

#ct .warning-wrapper .button-area {
	padding: 28px 0 0 0;
}
#ct .btn-red {
	display: block;
	width: 306px;
	height: 60px;
	margin: 0 auto;
	background-color: #c10505;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#ct .btn-red:hover {
	opacity: 0.8;
	text-decoration: none;
}
/* //warning-wrapper
========================================================================== */
