@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
}

#main .mainVisual {
	margin-bottom: 65px;
	padding-bottom: 37px;
	background: url(../img/index/main_visual_bg.jpg) no-repeat center top;
}

#main .mainVisual .lBox {
	float: left;
	width: 588px;
}

#main .mainVisual .lBox .txtImg {
	margin-bottom: 110px;
}

#main .mainVisual .lBox .linkList {
	margin-left: -2px;
}

#main .mainVisual .lBox .linkList li {
	margin-right: 12px;
	float: left;
	width: 244px;
}

#main .mainVisual .lBox .linkList li a {
	padding: 11px;
	display: block;
	font-size: 18px;
	text-align: center;
	border: 2px solid #1F4C9F;
	border-radius: 6px;
	position: relative;
	behavior: url(js/pie.htc);
}

#main .mainVisual .news {
	margin-top: 32px;
	padding: 12px 32px 20px;
	float: right;
	width: 208px;
	position: relative;
	background-color: rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3FFFFFF,endcolorstr=#B3FFFFFF);
}

#main .mainVisual .news .ttl {
	margin-bottom: 18px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#main .mainVisual .news dt {
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
}

#main .mainVisual .news dd {
	padding-bottom: 35px;
	font-size: 14px;
}

#main .mainVisual .news dd a {
	color: #333;
	text-decoration: underline;
}

#main .mainVisual .news dd a;hover {
	text-decoration: none;
}

#main .mainVisual .news .link {
	padding: 9px 17px;
	position: absolute;
	left: 0;
	bottom: -38px;
	width: 238px;
	font-size: 14px;
	text-align: right;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}

#main .mainVisual .news .link a {
	color: #FFF;
	text-decoration: underline;
}

#main .mainVisual .news .link a:hover {
	text-decoration: none;
}

#main .wrap {
	padding-top: 55px;
}

#main .topList {
	margin: 0 auto 28px;
	width: 1098px;
}

#main .topList li {
	margin-left: 50px;
	float: left;
	width: 332px;
	font-size: 18px;
	text-align: center;
}

#main .topList li:first-child {
	margin-left: 0;
}

#main .topList li img {
	margin: 0 auto 30px;
	display: block;
	width: 276px;
}

#main .topList li span.free {
	padding: 8px 0;
	margin-top: 15px;
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	background-color: #00c1f4;
}

#main .bgSec {
	margin: 66px 0 78px;
	padding: 63px 0 81px;
	background-color: #1F4C9F;
}

#main .bgSec .mainBox {
	width: 860px;
}

#main .bgSec .headLine01 {
	color: #FFF;
}

#main .bgSec table {
	margin-bottom: 28px;
	width: 100%;
	border-collapse: collapse;
}

#main .bgSec th,
#main .bgSec td {
	padding: 19px 0;
	width: 33.3%;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
}

#main .bgSec .tdStyle01 {
	background-color: #00C1F4;
}

#main .bgSec .notes {
	color: #FFF;
	font-size: 12px;
}

#main .bgSec .notes span {
	margin-right: 40px;
}

#main .bgSec .comLink {
	margin-top: 70px;
}

#main .bgSec .comLink a {
	color: #1f4c9f;
	background-color: #FFF;
}

#main .bgSec .comLink a:hover {
	color: #FFF;
	background-color: #496EB2;
}

#main .btmList li {
	padding: 35px 30px 45px;
	float: left;
	width: 450px;
	border-left: 1px solid #1F4C9F;
}

#main .btmList li:first-child {
	border-left: none;
}

#main .btmList li .ttl {
	display: table;
	width: 100%;
}

#main .btmList li .ttl span {
	padding: 15px 0;
	display: table-cell;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

#main .btmList li .pho {
	margin: 0 auto 35px;
	width: 382px;
	position: relative;
}

#main .btmList li .pho02 {
	margin-bottom: 65px;
}

#main .btmList li ul {
	position: absolute;
	left: 45px;
	bottom: -15px;
}

#main .btmList li li {
	padding: 0 15px 0 0;
	width: auto;
	border-left: none;
}

#main .btmList li p {
	color: #1f4c9f;
	font-size: 14px;
	line-height: 2;
}

#main .btmList li p span {
	margin-bottom: 25px;
	display: block;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .mainVisual {
		margin-bottom: 33px;
		background: none;
	}

	#main .mainVisual .mainBox {
		margin: 0;
	}

	#main .mainVisual .lBox {
		float: none;
		width: auto;
	}

	#main .mainVisual .lBox .txtImg {
		margin-bottom: 20px;
	}

	#main .mainVisual .lBox .txtImg img {
		width: 100%;
	}

	#main .mainVisual .lBox .linkList {
		margin: 0 15px;
	}

	#main .mainVisual .lBox .linkList li {
		margin-right: 0;
		width: 47.5%;
	}

	#main .mainVisual .lBox .linkList li:nth-child(2) {
		float: right;
	}

	#main .mainVisual .lBox .linkList li a {
		padding: 6px;
		font-size: 14px;
		border-width: 1px;
		border-radius: 4px;
	}

	#main .mainVisual .news {
        display: none;
		margin-top: 25px;
		padding: 12px 32px 20px;
		float: none;
		width: auto;
	}

	#main .mainVisual .news .ttl {
		margin-bottom: 27px;
	}

	#main .mainVisual .news dt {
		text-align: center;
	}

	#main .mainVisual .news dd {
		text-align: center;
	}

	#main .mainVisual .news .link {
		padding: 9px 5%;
		bottom: -30px;
		width: 90%;
		text-align: center;
	}

	#main .topList {
		margin: 0 10px 28px;
		width: auto;
	}

	#main .topList li {
		margin: 0 0 30px;
		float: none;
		width: auto;
		font-size: 14px;
	}

	#main .topList li img {
		margin-bottom: 25px;
		width: 207px;
	}

	#main .topList li span.free {
		/*padding: 0;
		margin-top: 5px;
		color: #009cc5;
		font-size: 14px;
		font-weight: normal;
		background: none;
		*/
		background-color: #00c1f4 !important;
		color: #fff !important;
		font-size: 14px !important;
		font-weight: bold !important;
		margin-top: 5px !important;
		padding: 8px 0 !important;

	}

	#main .h2Ttl01 img {
		width: 144px;
	}

	#main .bgSec {
		margin: 40px 0 45px;
		padding: 40px 0 70px;
	}

	#main .bgSec .mainBox {
		width: auto;
	}

	#main .bgSec .headLine01 img {
		width: 57px;
	}

	#main .bgSec table {
		margin-bottom: 10px;
	}

	#main .bgSec th,
	#main .bgSec td {
		padding: 8px 0;
		font-size: 10px;
		width: 50%;
		background-color: #fff;
		color: #1f4c9f;
	}

	#main .bgSec tbody th {
		background-color: #5281d9;
	}

	#main .bgSec .tdStyle01 {
		font-size: 8px;
	}

	#main .bgSec thead th {
		padding: 0;
		font-size: 12px;
		border-left: none;
		border-right: none;
	}

	#main .bgSec thead th a:visited {
		background:#ccc !important;
	}

	#main .bgSec thead th span {
		padding: 6px 0;
		position: relative;
		display: block;
	}


	.motion {
	display: none;
　　}
　　#motion_area1 {
	display: block;
　　}
　　a.active {
	font-weight: bold;
	background-color: #5281D9;
　　}

	#main .bgSec thead th {
		color: #FFF;
		background-color: #DDD;
	}

	#main .bgSec thead th.on {
		background-color: #5281D9;
		border-bottom-color: #5281D9;
	}

	#main .bgSec thead th span:before {
		width: 8px;
		height: 31px;
		background: url(../img/index/th_bg02.png) no-repeat;
		background-size: 8px 31px;
		position: absolute;
		top: -1px;
		left: 0;

		content: "";
	}

	#main .bgSec thead th span:after {
		width: 8px;
		height: 31px;
		background: url(../img/index/th_bg01.png) no-repeat;
		background-size: 8px 31px;
		position: absolute;
		top: -1px;
		right: 0;

		content: "";
	}

	#main .bgSec td .notes {
		font-size: 6px;
	}

	#main .bgSec td .notes_w {
		color: #1f4c9f;
		font-size: 6px;
	}
	#main .bgSec .notes {
		font-size: 10px;
	}

	#main .bgSec .notes span {
		display: block;
		line-height: 1.4;
	}

	#main .bgSec .comLink {
		margin-top: 30px;
	}

	#main .bgSec .comLink a {
		color: #1f4c9f;
		background-color: #FFF;
	}

	#main .btmList li {
		padding: 0 20px 45px;
		float: none;
		width: auto;
		border-left: none;
	}

	#main .btmList li .ttl {
		height: auto !important;
	}

	#main .btmList li .ttl span {
		padding: 0 0 15px;
		font-size: 20px;
	}

	#main .btmList li .pho {
		width: auto;
	}

	#main .btmList li .pho img {
		margin: 0 auto;
		width: 82%;
		display: block;
	}

	#main .btmList li .pho02 {
		margin-bottom: 25px;
	}

	#main .btmList li ul {
		margin-top: 15px;
		position: inherit;
		left: auto;
		bottom: auto;
	}

	#main .btmList li li {
		padding: 0 13px 0 0;
		float: left;
	}

	#main .btmList li .pho li img {
		width: 67px;
	}

	#main .btmList li .pho li:last-child {
		padding-right: 0;
	}

	#main .btmList li p {
		font-size: 12px;
		line-height: 1.8;
	}

	#main .btmList li p span {
		line-height: 1.2;
	}
}