/* CSS レイアウト *//* 全体の設定*/
/*fxcolumn02.css*/

.style2 {
    max-width: 610px;
    width: 100%;
    margin: 20px 0;
}


.h3-style{
    max-width: 470px;
    width: 100%;
    font-weight: bold;
    font-size: 2rem;
    text-indent: 2em;
    margin-bottom: 10px  
}
.img-1{
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.img-position2{
    max-width:120px;
    width:100%;
    margin: 14px 0;
}
.CH_title1:before {
	font-family: FontAwesome;
	content: "\f10c";
	/*丸アイコン*/
	color: #dd2929;
	font-size: 2.2rem;
	margin-right: 5px;
	text-shadow: 1px 1px 1px #333;
}
.table01{
	width:90%;
    margin: 0 auto;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
    margin-bottom:30px
}
.table01 thead th{
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
.table01 tbody th{
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
.table01 tbody tr:last-child{
	border-bottom:#3EB1C6 solid 3px;
}
.table01 tr{
	border-top:#3EB1C6 solid 3px;
}
.table01 tbody td{
	background:#FFF;
	padding:10px 15px;
	border-left:#3EB1C6 solid 1px;
	border-bottom:#3EB1C6 solid 1px;
	vertical-align:top;
}
#sec-s2{
    margin-top: -80px
}
.CH5{
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}



@media screen and (max-width: 640px) {
.img-1{
    max-width: 900px;
    width:100%;
    text-align: center;
    margin-bottom: 20px
}
.img-1 img{
    width:99%}
.table01{
    width:100%;}
.table01 thead {
	display:none;
}
.table01 tbody th{
	display:block;
}
.table01 tbody td{
	display:block;
}
.table01 tbody td:first-child{
    text-align: center;
	border-top:#3EB1C6 solid 3px;
}
.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.table01 tbody td p {
	padding-left:6em;
}

}



