.red{
	color: #FF0000;
}
.sub h2{
	font-size: 220%;
	color: #186AAB;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
.sub h2{
	font-size: 150%;
}
}

.sub h2 span {
	position: relative;
	line-height: 1.4;
	display: inline-block;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
}

.sub h2 span:before, .sub h2 span:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.sub h2 span:before{
  border-left: solid 1px #186AAB;
  border-top: solid 1px #186AAB;
  top:0;
  left: 0;
}

.sub h2 span:after{
  border-right: solid 1px #186AAB;
  border-bottom: solid 1px #186AAB;
  bottom:0;
  right: 0;
}


.sub h3{
	position: relative;
	padding: 0.6em;
	background: #D0E2F0;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.sub h3:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #D0E2F0;
width: 0;
height: 0;
}
.sub h3 div{
	font-size: 70%;
	font-weight: normal;
	text-align: right;
}

.sub h4{
	border-radius: 1em;        /* CSS3草案 */
    -webkit-border-radius: 1em;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 1em;   /* Firefox用 */ 
	behavior: url(/PIE.htc);
	color: #FFFFFF;
	background-color: #186AAB;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}

.sub ul{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.img_right{
	clear: right;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

table{
	margin-top: 10px;
	margin-bottom: 10px;
}
table td,table th{
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
table th{
	white-space: nowrap;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #6699CC;
	font-size: 90%;
}
table .border_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

table.member tr:nth-child(4n+2),
table.member tr:nth-child(4n+3) {
   background-color: #E6EFF7;
}

table.member{width:100%;}
table.member td,table.member th{
	border: 1px solid #CCCCCC;
}
table.detail{
	width: 50%;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
}


blockquote {
	position: relative;
	padding: 20px;
	background-color: #E6EFF7;
	width: 40%;
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2%;
	box-shadow: -1px 1px 1px rgba(0,0,0,0.3);
}
blockquote:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

/*トップへ戻るボタン*/
.topBtn {
	position:fixed; /*固定*/
	bottom:20px; /*場所を右下に移動*/
	right:20px; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:22px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
	z-index: 20;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}

/*ボタン*/
.arrowBtn,.arrow_ico{
	list-style:none;
	padding-left:2em;
	position:relative;
	background-color: #186AAB;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-radius: 1em;        /* CSS3草案 */
    -webkit-border-radius: 1em;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 1em;   /* Firefox用 */ 
	behavior: url(/PIE.htc);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.arrowBtn:before,
.arrowBtn:after,
.arrow_ico:after{
	content:"";
	display:block;
	position:absolute;
}
.arrowBtn:before{
	width:12px;
	height:12px;
	border-radius: 2px;        /* CSS3草案 */
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */ 
	background:#FFFFFF;
	left:8px;
	top:50%;
	clip: rect(-6px,auto,auto,auto);
	margin-top: -6px;
}
.arrowBtn:after,.arrow_ico:after{
	border:5px solid transparent;
	border-left-color:#186AAB;
	left:12px;
	top:50%;
	clip: rect(-6px,auto,auto,auto);
	margin-top: -5px;
}
a.arrowBtn:hover{
	background-color: #FF6633;
  transition: .3s;
}
a.arrowBtn:hover:after{
	border-left-color:#FF6633;
}
.arrow_ico{
	box-shadow:none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1.8em;
	border: 2px solid #186AAB;
	line-height: 1.4em;
	font-size: 90%;
}
.arrow_ico:after{
	border-left-color:#FFFFFF;
}
.arrow{
	position: relative;
	border-radius: 15px;        /* CSS3草案 */
-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 15px;   /* Firefox用 */ 
	border: 2px solid #186AAB;
	display: inline-block;
	color: #186AAB;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
.arrow:before,
.arrow:after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow_r:before{
right: 10px;
width: 8px;
height: 8px;
border-top: 4px solid #186AAB;
border-right: 4px solid #186AAB;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow_l:before{
left: 10px;
width: 8px;
height: 8px;
border-bottom: 4px solid #186AAB;
border-left: 4px solid #186AAB;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*check*/
.list
,.list li{
	padding:0px;
	margin:0px;
}
 
.list li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.check li{
	position:relative;
	padding-left:20px;
}
 
.check li:after, .check li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:6px; 
	left:8px; 
	height:12px; 
	width:3px; 
	background:#ff0000; 
	transform:rotate(40deg);
	-webkit-transform:rotate(40deg);
	-o-transform:rotate(40deg);
}
.check li:before{
	top:10px; 
	left:3px;
	height:8px; 
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
}


*, *:before, *:after {
	box-sizing: border-box;
}
.col-3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col-3 > figure{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.col-3 > figure{
		width: 50%;
	}
}
.col-3 figure img { width: 100%; }
