@charset "utf-8";
/* CSS Document */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

#security-box {
	text-align: center;
	font-size:15px;
	margin: 10px auto;
	margin-bottom:30px;
	font-size:1.3em;
	font-weight:bold;
	font-family:arial;
}

.openlock, .openlocklist{
  display: inline-block;
}

.openlock dd{
	text-align:left;
	float:left;
	width:26px;
}
.openlock dt{
	text-align:left;
	width: 500px;
}

.openlocklist dt{
	text-align:left;
	float:left;
	width:26px;
}
.openlocklist dd{
	text-align:left;
	width: 500px;
}

/* table style */
.security-table{
	border: 0px none!important;
	width:100%;
}
.security-table th{
	text-align:center;
	width:33%!important;
	border: 0px none!important;
}

.security-table td{
	border: 0px none!important;
	vertical-align:top;
	width:33%;
	font-size:14px;
}
.security-table p{
	font-weight:bold;
	text-align:center;
	margin-right:20px;
}
.security-table span{
	font-size:0.9em;
	text-indent:1em;
	line-height:0px!important;
}

.campaign-img{
	float:left;
	width:200px;
	margin-left:50px;
	margin-bottom:50px;
}
.campaign-text{
	float:right;
	width:600px;
	text-align:left;
}
.campaign-text h3{
	font-weight:bold;
	font-size:1.5em;
}
.campaign-text p{
	text-indent:0!important;
}



.price {
	table-layout:fixed!important;
	width:85%;
}
.price th,td{
	padding: 5px 5px 5px 10px!important; 
	vertical-align:top;
}
.price th{
	text-align:left!important;
	color: #ffffff;
	background-color:#17375e;
}
.price .col1{
	width:50%;
}
.price .col2{
	width:25%;
}
.price .col3{
	width:25%;
}
.price2 {
	text-align:center;
	table-layout:fixed!important;
	width:85%;
}
.price2 th,td{
	padding: 5px; 
	vertical-align:top;
}
.price2 th{
	text-align:center;
	color: #ffffff;
	background-color:#17375e;
}
.price2 .col1{
	width:25%;
}
.price2 .col2{
	width:40%;
}
.price2 .col3{
	width:25%;
}
.price2 .col4{
	width:15%;
}


.recommended {
	width:100%;
	margin-bottom:20px;
}
.recommended th,td{
	padding: 5px 5px 5px 10px!important; 
}
.recommended th{
	text-align:left!important;
	color: #ffffff;
	background-color:#17375e;
}
.recommended .col1{	width:15%; }
.recommended .col2{	width:17%; }
.recommended .col3{	width:17%; }
.recommended .col4{	width:17%; }
.recommended .col5{	width:17%; }
.recommended .col6{	width:17%; }
.course_table {
	border: solid #CCC 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:20px;
	margin-bottom:20px;
	width:600px;
}
.course_table th{
	text-align:left!important;
	color: #ffffff;
	background-color:#17375e;
	padding-left:10px!important;
}
.course_table th,td {
	vertical-align: middle;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 5px;
}
.course_table .col1{ width:20%; }
.course_table .col2{ width:80%; }


.imageArea{
	text-align:center;
	margin-bottom:50px;
}

.center{
	text-align:center;
}
.fwBold{
	font-weight:bold;
}
.text-pdf{
	font-weight:normal!important;
	text-align:left!important;
	line-height:1.2em!important;
	margin-bottom:1em;
}

.service-flow {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}
.service-flow p{
	text-indent:0px!important;
}
.service-flow li{
	padding-left:20px!important;
}
.service-flow .textBox{
	width:75%;
}
.service-flow .textBox2{
	width:80%;
}
.image-20L {
	width:20%;
}
.image-25L {
	width:25%;
}

#more_info{
	margin-bottom:20px;
}
#detail_info{
	display:none;
}

area{
border:none;
outline:none;
}

/* modal style */
h2.special {
	font-size:2em;
	margin-bottom: 1em;
	text-align:center;
	color: crimson;
}

h2.lv2 {
	font-size: 130%;
	margin-bottom: 1em;
	color: #3886c5;
	font-weight: bold;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
}
.modal ul{
	padding-left: 10px;
}
.modal li{
	position: relative;
	padding-left: 2em;
}
.modal li:before {
	content: "\27A2";
	position: absolute;
	margin-left: -1.5em;
	width: 12px;
	height: 12px;
}

#more_info{
	margin-left:1em;
	font-size:1.4em;
	color: #3886c5;
}