
.row.col2 {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.row.col2 > * {
    flex-basis: 49%;
    max-width: 49%;
}
.coi dl {
    border: 1px solid #000;
    margin-top: 10px;
}
.coi dl dt {
    background: #dbeff1;
    text-align: center;
    padding: 5px;
}
.coi dl dd {
    border: 0px;
    text-align: center;
    padding: 10px;
}
.coi dl dd a {
    display: block;
}
.coi dl dd a img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.appBox00 {
	width: 600px;
	margin: 0 auto 50px;
}
.appBox {
	width: 300px;
	text-align: center;
	float: left;
}
.appBox img {
	margin: 10px auto;
}
.tbl_link{
	width:500px;
	margin:20px auto;
}
.tbl_link td{
	text-align:center;
	padding:10px;
}
.tbl_link img{
	margin:10px auto;
}
.tbl-style_ple {
	width:70%;
	margin: 10px;
}
.tbl-style_ple th,
.tbl-style_ple td {
	border: 1px #CCCCCC;
	border-style: solid;
	vertical-align: middle;
}
.tbl-style_ple th {
	background-color: #dddddd;
	padding: .5em;
	text-align: center;
	font-weight: bold;
}
.tbl-style_ple th {
	background-color: #eeeeee;
	padding: .5em;
}
.tbl-style_ple td {
	padding: .5em;
}

/*ボタン*/
.btn_cfp01{
	width:72%;
	margin:0 auto;
}
.btn_cfp01 a{
  display:block;
  height:60px;
	line-height:1.2;
  background:#20639B;
  border-radius:5px;
  box-sizing:border-box;
	box-shadow:3px 3px 5px #999;
  color:#fff;
	text-shadow:1px 1px 2px #000;
  font-size:15px;
  font-weight:600;
  text-align:center;
  text-decoration:none;
  padding:20px 30px 0;
	margin:10px auto;
}
.btn_cfp01 a:hover{
	background:#2f80ed;
  color:#fff;
  opacity:1;
  transform:translateY(0);
  transition-duration:.35s;
	cursor:pointer;
}
.btn_cfp01.w200{
	width:200px;
}
.btn_cfp01.w250{
	width:250px;
}
.btn_cfp01.w300{
	width:300px;
}
.btn_cfp01.w350{
	width:350px;
}
.btn_cfp01.w400{
	width:400px;
}
.btn_cfp01.w450{
	width:450px;
}
.btn_cfp01.w500{
	width:500px;
}
.ol_part1{
	margin-left:2em;
}
.ol_part1 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part1 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}       
.ol_part2{
	margin-left:2em;
}
.ol_part2 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part2 li::before{
	content:counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part3{
	margin-left:2em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part3 li::before{
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.kome dt {
  	position: relative;
}
	.kome dt span {
  		position: absolute;
	}
	.kome dd {
 		padding-left:20px;
		margin-bottom:5px;
	}

@media screen and (min-width: 641px){
	
.ul_btn_css2 {
	margin: 30px auto 50px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css2 li a {
			display: inline-block;
			width:180px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
	
.txt_period {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	display: table;

}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #000;
	}
	.txt_period del {
		color: #e50012;
	}
	.txt_period .end i {
		color: #000;
	}
	
	
	
.tbl_abs {
	width: 340px;
	float: left;
	margin: 5px;
}
	.tbl_abs th,
	.tbl_abs td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
		vertical-align: middle;
	}
	.tbl_abs th {
		width: 40px;
		white-space: nowrap;
		text-align: center;
		background: #659DD2;
		color: #fff;
		font-weight:600;
	}
	.tbl_abs td {
		text-align: left;
	}
	.tbl_abs .td01 {
		background: #ddd;
		font-weight: bold;
	}
	
	
	
	
}





@media screen and (max-width: 640px){

.ul_btn_css2 {
	margin: 30px auto 40px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		list-style: none;
		margin:0 auto 10px;
	}
		.ul_btn_css2 li a {
			display: block;
			width:180px;
			padding: 15px 20px;
			margin:0 auto;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
	
	
.txt_period {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	color: #e50012;
}
	.txt_period span {
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
	}
	.txt_period del {
		color: #e50012;
	}
	.txt_period .end i {
		color: #e50012;
	}
	

.tbl_abs {
	width: 100%;
	float: none;
	margin: 0px;
}
	.tbl_abs th,
	.tbl_abs td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		background: #fff;
		text-indent: 0;
	}
	.tbl_abs th {
		width: 40px;
		white-space: nowrap;
		text-align: center;
		background: #659DD2;
		color: #fff;
		font-weight:600;
	}
	.tbl_abs td {
		text-align: left;
	}
	.tbl_abs .td01 {
		background: #ddd;
		font-weight: bold;
	}
	
	
.appBox00 {
	width: 100%;
	margin: 0 auto;
}
.appBox {
	width: 70%;
	text-align: center;
	float: none;
	margin: 0 auto 50px;
}
.appBox img {
	width: 50%;
}

	
	
	
}










