@charset "UTF-8";
.section-main {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	width: 1010px !important;
	margin: 0 auto;
}
.section-main a {
	color: #0092c4;
}
.section-main a {
	color : #0092c4;
	font-weight : bold;
	text-decoration : none;
	outline : none;
}
.section-main a:visited {
	color : #0092c4;
}
.section-main a:hover {
	color : #0071b7;
	text-decoration : underline;
}


.section-main .col2 {
	float : left;
	width : 50%;
	margin-bottom : 20px;
	box-sizing : border-box;
}
.section-main .col2-space {
	float : left;
	width : 47%;
	margin : 0 0 20px 0;
	box-sizing : border-box;
}
.section-main .col2-space:nth-child(2n) {
	margin-left : 6%;
}
.h2 {
	margin-bottom : 20px;
	color : #343434;
	font-weight : bold;
	font-size : 25px;
	font-size : 2.5rem;
}
.h2 i {
	margin-right : 10px;
	vertical-align: middle;
}
.h3 {
	margin-bottom : 20px;
	padding-bottom : 5px;
	border-bottom : 1px solid;
	font-size : 22px;
	font-size : 2.2rem;
	font-weight: bold;
}
.h4 {
	margin-bottom : 17px;
	font-weight : bold;
	font-size : 20px;
	font-size : 2rem;
}
.h5 {
	margin-bottom : 5px;
	font-weight : bold;
	font-size : 17px;
	font-size : 1.7rem;
}
.fillText {
	padding : 4px 25px;
	color : #fff;
	font-weight : bold;
	font-size : 14px;
	font-size : 1.4rem;
	text-align : center;
	vertical-align : middle;
}
span.fillText {
	margin-left : 20px;
}
.page-heading {
	margin: 0 auto 48px;
	max-width: 960px;
}
.icon {
	display: inline-block;
}
.icon_intro {
	margin : 30px 0;
	padding : 10px;
	border : solid 5px #eee;
}
.icon.icon_arrow-black {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
}
.icon.icon-guide {
	background: #FF8300 url(/Contents/images/column/icon-column.png) no-repeat 50% 50%;
	border-radius: 100px;
	width: 40px;
	height: 40px;
}
.fl-l { float: left; }
.fl-r { float: right; }
.bg-gray { background-color: #f5f4ef; }
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
.pg15 { padding: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.c-green { color: #1da991; }
.fz-ll {
	font-size : 22px;
	font-size : 2.2rem;
}
.fz-l {
	font-size : 18px;
	font-size : 1.8rem;
}
.fz-m {
	font-size : 15px;
	font-size : 1.5rem;
}
.fz-s {
	font-size : 11px;
	font-size : 1.1rem;
	line-height : 1.4em;
}

.icon_intro:after,
.columnList:after {
	display : block;
	clear : both;
	visibility : hidden;
	height : 0;
	font-size : 0;
	content : ".";
}
table.table {
	width : 100%;
	align : center;
	border-collapse : collapse;
}
table.table tr {
	border : 1px solid #cecece;
}
table.table tr th {
	padding : 10px;
	border : 1px solid #cecece;
	background-color : #f5f4ef;
	font-size : 13px;
	font-size : 1.3rem;
	text-align : center;
}
table.table tr td {
	padding : 10px;
	border : 1px solid #cecece;
	font-size : 1.3rem;
	line-height : 18px;
	text-align : center;
}
/* column index */
.columnList {
	list-style: none;
	margin-top: 0;
}
.columnList li {
	padding-bottom : 15px;
	border-bottom : 1px dashed #666;
}
	.columnList li a {
		display : block;
	}
.column_thum {
	display : block;
	float : left;
	overflow : hidden;
	width : 80px;
	height : 80px;
	margin-right : 10px;
	        border-radius : 40px;
	-webkit-border-radius : 40px;
	   -moz-border-radius : 40px;
	background : #f5f4ef none repeat scroll 0 0;
	box-shadow : 3px 3px 0px rgba(0, 0, 0, 0.2);
	text-align : center;
}
	.column_thum img {
		width : auto;
		height : 85px;
	}
.movie {
	width: 800px;
	margin: 30px auto 0;
}
@media (max-width:768px) {
	.movie {
		position: relative;
		width: 100%;
		margin: 10px auto 0;
		padding-top: 56.25%;
	}
	.movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}