@charset "utf-8";

#contents h1 {
	color: #336699;
	font-size: 1em;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-bottom: 5px;
	line-height: 1.4em;
	margin-top: 0px;
}
#contents h4 {
	border-bottom:none !important;
}
#contents .columnLeft {
	float:left;
}
#contents .columnRight {
	float:right;
}
#contents .alC {
	text-align:center;
}
#contents .intro {
	margin-bottom:25px;
}
#contents .intro .columnLeft {
	width:240px;
}
#contents .intro .columnRight {
	width:550px;
}
#contents .intro .columnRight span {
	display:block;
	margin-top:1.5em;
}


#contents .btnArea {
	margin-bottom:50px;
}
#contents .btnArea .columnLeft {
	/* width:360px; */
	width: 100%;
	border:#06C 1px solid;
	background:#f2f9ff;
}
#contents .btnArea .columnRight {
	width:360px;
	border:#C30 1px solid;
	background:#fff5f2;
}
#contents .btnArea dl {
	padding:20px 20px 10px;
}
#contents .btnArea dt,
#contents .btnArea .appBtn {
	text-align:center;
}
#contents .btnArea dt {
	font-weight:bold;
	margin-bottom:15px;
}
#contents .btnArea dd {
	margin:0;
}

#contents ul {
	margin:0;
}
#contents ul li {
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#ccc 1px solid;
}
#contents ul li:last-child {
	border-bottom:none;
}
#contents .imageArea {
	width:165px;
}
#contents .explain {
	width:630px;
}

/* 180824追記 */
#contents .btnAreaFlex {
	display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
#contents .columnflex {
	float: none !important;
}
#contents .columnRight.columnflex {
	margin-left: 12px;
}
