@charset "utf-8";
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
/*.mainImg {
	margin-bottom: 53px;
	min-height: 403px;
	padding: 76px 0 20px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: url(../img/index/main_img_bg.jpg) no-repeat center top;
}

.mainImg .subBox {
	margin: 0 auto;
	width: 1052px;
}

.mainImg .subBox a {
	display: block;
}

.mainImg .subBox a img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.mainImg .subBox a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.mainImg .subBox .topImg {
	margin: 0 0 17px 55px;
}

.mainImg .subBox .topImg .spImg {
	display: none;
}

.mainImg .subBox .title {
	margin: 0 0 44px 30px;
}

.mainImg .subBox .imgTitleText {
	margin: 0 0 17px 55px;
}

.mainImg .subBox .imgText {
	margin: 0 0 24px 55px;
}

.mainImg .subBox .link {
	margin-left: 242px;
}

.mainImg .subBox .link .spImg {
	display: none;
}*/

.mainImg {
	box-sizing:border-box;
	height: 500px;
	margin-bottom: 53px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: url(../img/index/main_img_bg.jpg) no-repeat center top;

}
.mainImg > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width:1052px;
	height:500px;
	margin:0 auto;
}
.mainImg a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.mainImg img.spImg{
	display: none;
}


#main {
	margin: 0;
	width: auto;
}

#main .topBox {
	margin: 0 auto 53px;
	width: 1052px;
	text-align: center;
}
#main .topBox + .topBox{
	padding-top : 53px;
	border-top: 1px solid #D1D1D1;
}

#main .topBox h2{
	margin-bottom: 34px;
	font-size: 26px;
	font-weight: normal;
}

#main .topBox .btn a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.7em 2em;
	font-size: 16px;
	color: #fff;
	background: #FF488A;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#main .topBox .btn a:hover{
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .topBox .topImg {
	margin-bottom: 34px;
}

#main .topBox .topImg .spImg {
	display: none;
}

#main .topBox p {
	margin-bottom: 42px;
	font-size: 15px;
	line-height: 1.7;
}

#main .topBox .link img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main .topBox .link a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .topBox .link .spImg {
	display: none;
}

#main .pinkBox {
	padding: 27px 0 42px;
	background-color: #FF488A;
}

#main .pinkBox .subBox {
	margin: 0 auto;
	width: 1052px;
	text-align: center;
}

#main .pinkBox .subBox .title {
	margin-bottom: 36px;
}

#main .pinkBox .subBox p {
	margin-bottom: 44px;
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#main .pinkBox .subBox .link img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main .pinkBox .subBox .link a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .detailBox {
	padding: 57px 0 3px;
	margin: 0 auto;
	width: 1052px;
}

#main .detailBox h2 {
	margin-bottom: 44px;
	text-align: center;
}

#main .detailBox .infoBox {
	margin-right: -49px;
	overflow: hidden;
}

#main .detailBox .infoBox .subBox {
	padding: 0 49px 51px 0;
	width: 501px;
	float: left;
}

#main .detailBox .infoBox .subBox .title {
	margin-bottom: 18px;
	padding-bottom: 7px;
	text-align: center;
	border-bottom: 1px solid #D1D1D1;
}

#main .detailBox .infoBox .subBox .photoList {
	margin-bottom: 17px;
}

#main .detailBox .infoBox .subBox .photoList li {
	margin-right: 13px;
	padding-right: 26px;
	float: left;
	background: url(../img/common/icon01.gif) no-repeat right center;
}

#main .detailBox .infoBox .subBox .photoList .last {
	margin: 0;
	padding: 0;
	background: none;
}

#main .detailBox .linkImg {
	text-align: center;
}

#main .detailBox .linkImg img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main .detailBox .linkImg a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .detailBox .linkImg .spImg {
	display: none;
}

#main .method {
	padding: 56px 0 49px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}

#main .method .subMethod {
	margin: 0 auto;
	width: 1052px;
}

#main .method .subMethod h2 {
	margin-bottom: 34px;
	text-align: center;
}

#main .method .subMethod .listUl {
	margin-right: -20px;
	overflow: hidden;
}

#main .method .subMethod .listUl li {
	margin-right: 22px;
	width: 244px;
	float: left;
	text-align: center;
	border: 1px solid #D1D1D1;
}

#main .method .subMethod .listUl li img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main .method .subMethod .listUl li a {
	padding: 17px 20px 25px;
	display: block;
	text-decoration: none;
}

#main .method .subMethod .listUl li a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .method .subMethod .listUl li .title {
	margin-bottom: 23px;
	color: #323232;
	font-size: 21px;
	font-weight: bold;
}

#main .method .subMethod .listUl li .imgBox {
	margin-bottom: 16px;
}

#main .method .subMethod .listUl li img {
	display: inline-block;
}

#main .method .subMethod .listUl li p {
	font-size: 12px;
	line-height: 1.6;
}

#main .bnrBlog p{
	width : 500px;
	margin : 30px auto 80px;
}
#main .bnrBlog p a{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#main .bnrBlog p a:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#main .bnrBlog p a img{
	width: 100%;
}

#main .news {
	padding: 56px 0 49px;
	border-top: 1px solid #D1D1D1;
}

#main .news h2 {
	margin-bottom: 34px;
	text-align: center;
}
#main .news p {
	text-align: center;
	margin-bottom: 42px;
	font-size: 15px;
	line-height: 1.7;
}

#main .btmBox {
	margin: 0 auto;
	padding: 55px 0 38px;
	width: 1052px;
}

#main .btmBox h2 {
	margin-bottom: 39px;
	text-align: center;
}

#main .btmBox .inner .photoBox {
	float: left;
}

#main .btmBox .inner .textBox {
	padding-top: 40px;
	width: 513px;
	float: right;
}

#main .btmBox .inner .textBox .title {
	margin-bottom: 23px;
	text-align: left;
}

#main .btmBox .inner .textBox p {
	margin: 0 30px 25px 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

#main .btmBox .inner .textBox .link {
	margin-right: 40px;
	text-align: center;
}

#main .btmBox .inner .textBox .link img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#main .btmBox .inner .textBox .link a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#main .btmBox .inner .textBox .link .spImg {
	display: none;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.visual {
		padding-top: 95px;
	}

	/*.mainImg {
		margin-bottom: 34px;
		min-height: inherit;
		padding: 13% 0 13%;
		background: url(../img/index/sp_main_img.jpg) no-repeat left top;
		background-size: 100% 100%;
		border-bottom: 1px solid #E4E4E4;
		border-top: none;
	}

	.mainImg img {
		width: 100%;
	}

	.mainImg .subBox {
		width: auto;
	}

	.mainImg .subBox .topImg {
		margin: 0 0 6px 18px;
		width: 57%;
	}

	.mainImg .subBox .topImg .spImg {
		display: block;
	}

	.mainImg .subBox .topImg .pcImg {
		display: none;
	}

	.mainImg .subBox .title {
		margin: 0 0 18px 17px;
		width: 59%;
	}

	.mainImg .subBox .imgTitleText {
		display: none;
	}


	.mainImg .subBox .imgText {
		display: none;
	}

	.mainImg .subBox .link {
		margin-left: 22%;
		width: 25%;
	}

	.mainImg .subBox .link .spImg {
		display: block;
	}

	.mainImg .subBox .link .pcImg {
		display: none;
	}*/

	.mainImg {
		min-height: inherit;
		height: auto;
		padding: 0;
		background: none;
		border-bottom: 1px solid #E4E4E4;
		border-top: none;
	}
	.mainImg > div{
		width:100%;
		height:auto;
	}
	.mainImg img{
		width: 100%;
	}
	.mainImg img.spImg{
		display: block;
	}
	.mainImg img.pcImg{
		display: none;
	}


	#main {
		margin: 0;
		padding: 0;
	}

	#main .topBox {
		margin-bottom: 39px;
		width: 87%;
	}

	#main .topBox .topImg {
		margin-bottom: 18px;
	}

	#main .topBox .topImg .spImg {
		display: block;
		width: 100%;
	}

	#main .topBox .topImg .pcImg {
		display: none;
	}


	#main .topBox h2{
		font-size: 20px;
		margin-bottom: 18px;
	}

	#main .topBox p {
		margin-bottom: 24px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .topBox .link {
		margin: 0 auto;
		width: 72%;
	}

	#main .topBox .link img {
		width: 100%;
	}

	#main .topBox .link .spImg {
		display: block;
	}

	#main .topBox .link .pcImg {
		display: none;
	}

	#main .pinkBox {
		padding: 14px 0 17px;
	}

	#main .pinkBox .subBox {
		width: 84%;
	}

	#main .pinkBox .subBox .title {
		margin: 0 0 15px;
	}

	#main .pinkBox .subBox .title img {
		width: 100%;
	}

	#main .pinkBox .subBox p {
		margin: 0 10px 24px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .pinkBox .subBox .link {
		margin: 0 auto;
		width: 31%;
	}

	#main .pinkBox .subBox .link img {
		width: 100%;
	}

	#main .detailBox {
		padding: 39px 0 3px;
		width: auto;
	}

	#main .detailBox h2 {
		margin: 0 auto 23px;
		width: 22%;
	}

	#main .detailBox h2 img {
		width: 100%;
	}

	#main .detailBox .infoBox {
		margin: 0 auto 8px;
		width: 80%;
	}

	#main .detailBox .infoBox .subBox {
		padding: 0 0 26px 0;
		width: 100%;
	}

	#main .detailBox .infoBox .subBox .title {
		margin-bottom: 8px;
		padding-bottom: 0px;
	}

	#main .detailBox .infoBox .subBox .title img {
		width: 28px;
	}

	#main .detailBox .infoBox .subBox .title01 img {
		width: 52px;
	}

	#main .detailBox .infoBox .subBox .photoList {
		margin-bottom: 8px;
		background: url(../img/common/icon01.gif) no-repeat center center;
		background-size: 7px 8px;
	}

	#main .detailBox .infoBox .subBox .photoList li {
		margin: 0;
		padding: 0;
		width: 45%;
		background: none;
	}

	#main .detailBox .infoBox .subBox .photoList li img {
		width: 100%;
	}

	#main .detailBox .infoBox .subBox .photoList li:last-child {
		float: right;
	}

	#main .detailBox .linkImg {
		margin: 0 auto;
		width: 42%;
	}

	#main .detailBox .linkImg img {
		width: 100%;
	}

	#main .detailBox .linkImg .spImg {
		display: block;
	}

	#main .detailBox .linkImg .pcImg {
		display: none;
	}

	#main .method {
		padding: 39px 0;
	}

	#main .method .subMethod {
		width: auto;
	}

	#main .method .subMethod h2 {
		margin: 0 auto 18px;
		width: 55%;
	}

	#main .method .subMethod h2 img {
		width: 100%;
	}

	#main .method .subMethod .listUl {
		margin: 0 auto;
		width: 80%;
	}

	#main .method .subMethod .listUl li:last-child {
		margin-bottom: 0;
	}

	#main .method .subMethod .listUl li {
		margin: 0 0 8px;
		height: auto !important;
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
	}

	#main .method .subMethod .listUl li a {
		padding: 10px 2px 5px 10px;
		overflow: hidden;
	}

	#main .method .subMethod .listUl li .topInner {
		width: 24%;
		float: left;
	}

	#main .method .subMethod .listUl li .title {
		margin: 4px 0 3px;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}

	#main .method .subMethod .listUl li .title img {
		width: 32px;
	}

	#main .method .subMethod .listUl li:nth-child(3) .title img {
		width: 58px;
	}

	#main .method .subMethod .listUl li .imgBox {
		margin: 0;
	}

	#main .method .subMethod .listUl li .imgBox img {
		width: 100%;
	}

	#main .method .subMethod .listUl li p {
		margin: 0;
		padding: 6% 0 0 31%;
		font-size: 11px;
		text-align: left;
	}

	#main .bnrBlog p{
		width: 90%;
		margin: 0 auto 30px;
	}

	#main .news {
		padding: 39px 0;
	}

	#main .news h2 {
		margin: 0 auto 18px;
		width: 25%;
	}

	#main .news h2 img {
		width: 100%;
	}

	#main .news p {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 1.5;
	}


	#main .btmBox {
		padding: 40px 0 50px;
		width: 84%;
	}

	#main .btmBox h2 {
		margin: 0 auto 27px;
		width: 61%;
	}

	#main .btmBox h2 img {
		width: 100%;
	}

	#main .btmBox .inner .photoBox {
		margin: 0 10px 7px;
		width: auto;
		float: none;
	}

	#main .btmBox .inner .photoBox img {
		width: 100%;
	}

	#main .btmBox .inner .textBox {
		padding: 0;
		width: auto;
		float: none;
	}

	#main .btmBox .inner .textBox img {
		width: 100%;
	}

	#main .btmBox .inner .textBox .title {
		margin: 0 0 13px;
	}

	#main .btmBox .inner .textBox p {
		margin: 0 -5px 27px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .btmBox .inner .textBox  .link {
		margin: 0 auto;
		width: 75%;
	}

	#main .btmBox .inner .textBox .link img {
		width: 100%;
	}

	#main .btmBox .inner .textBox .link .spImg {
		display: block;
	}

	#main .btmBox .inner .textBox .link .pcImg {
		display: none;
	}
}