@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 59px;
	padding: 42px 0 0 64px;
	background-color: #EA528F;
} 

#main .topBox .inner .photoBox {
	float: left;
}

#main .topBox .inner .textBox {
	float: right;
	width: 503px;
}

#main .topBox .inner .textBox .title {
	padding: 35px 0 8px;
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}

#main .topBox .inner .textBox .title img {
	position: absolute;
	left: 0;
	top: 0;
	left: -34px;
	top: -8px;
}

#main .topBox .inner .textBox .txt {
	margin: 0 30px 23px 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 1.65;
}

#main .topBox .inner .textBox .btn {
	margin-left: 2px;
}

#main .topBox .inner .textBox .btn a {
	padding: 6px 5px;
	color: #fff;
	font-size: 12px;
	display: block;
	border: 1px solid #fff;
	width: 199px;
	box-sizing: border-box;
	text-align: center;
}

#main .topBox .inner .textBox .btn a:hover {
	opacity: 0.7;
}

#main h2 {
	margin-bottom: 12px;
	text-align: center;
}

#main .topTxt {
	margin-bottom: 65px;
	line-height: 1.9;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

#main .tabPanel {
	margin-bottom: 108px;
}

#main .tabUlBox {
	border-bottom: 3px solid #271D1B;
}

#main .tabUlBox .tabUl li {
	float: left;
	width: 410px;
	text-align: center;
}

#main .tabUlBox .tabUl li:last-child {
	float: right;
}

#main .tabUlBox .tabUl li a {
	padding: 20px 0 15px;
	display: block;
	font-size: 24px;
	position: relative;
	font-weight: bold;
	background-color: #DCDCDC;
	border: 3px solid #DCDCDC;
	border-bottom: none;
}

#main .tabUlBox .tabUl .on a,
#main .tabUlBox .tabUl li a:hover {
	border: 3px solid #271D1B;
	border-bottom: none;
	background-color: #fff;
}

#main .tabUlBox .tabUl .on a:before,
#main .tabUlBox .tabUl li a:hover:before {
	width: 100%;
	height: 7px;
	background: #FBF543;
	position: absolute;
	top: 0;
	left: 0px;
	 
	content: ""; 
}

#main .tabUlBox .tabUl .on a:after,
#main .tabUlBox .tabUl li a:hover:after {
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -3px;
	left: 0px;
	 
	content: ""; 
}

#main .tabBox {
	padding: 50px 0 23px;
	background-color: #fff;
}

#main .tabBox .content {
	width: 1000px;
}

#main .tabBox ul {
	text-align: center;
}

#main .tabBox ul li {
	margin-bottom: 28px;
	width: 325px;
	padding: 0 28px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

#main .tabBox ul li a {
	padding: 19px 0 10px;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 5px solid #DBDBDB;
}

#main .tabBox ul li:before {
	width: 2px;
	height: 60px;
	background: #271D1B;
	position: absolute;
	top: 0;
	left: 0px;
	 
	content: "";
}

#main .tabBox ul li:nth-child(2):after {
	width: 2px;
	height: 60px;
	background: #271D1B;
	position: absolute;
	top: 0;
	right: 0px;
	 
	content: "";
}

#main .tabBox ul li:last-child:after {
	width: 2px;
	height: 60px;
	background: #271D1B;
	position: absolute;
	top: 0;
	right: 0px;
	 
	content: "";
}

#main .tabBox ul .on a,
#main .tabBox ul li a:hover {
	border-color: #271D1B;
}

#main .tabBox ul .on a:before,
#main .tabBox ul li a:hover:before {
	margin-left: -5.5px;
	width: 11px;
	height: 8px;
	background: url(../img/common/icon.gif) no-repeat center top;
	background-size: 11px 8px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	 
	content: "";
}

#main .tabBox ul li img {
	position: absolute;
	left: 12px;
	top: 0;
}

#main .listUl {
	margin: 0 -52px 3px 14px;
}

#main .listUl li {
	margin: 0 52px 99px 0;
	float: left;
	width: 400px;
	position: relative;
	text-align: center;
}

#main .listUl li .title {
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
	text-align: center;
	background: url(../img/index/bg.png) no-repeat center top;
}

#main .listUl li .title img {
	padding: 12px 0 0 2px;
}

#main .listUl li .info {
	margin: 0 1px;
	padding: 7px 5px;
	border: 2px solid #221715;
	border-top: none;
}

#main .listUl li .info:before {
	width: 400px;
	height: 3px;
	background: #221714;
	position: absolute;
	left: 0;
	bottom: -5px;
	 
	content: "";
}

#main .listUl li .infoBg {
	padding-bottom: 10px;
	background-color: #fff;
}

#main .listUl li .infoBg:before {
	width: 14px;
	height: 121px;
	background: #FEF200;
	position: absolute;
	right: -6px;
	bottom: 0;
	 
	content: "";
	z-index: -1;
}

#main .listUl li .infoBg:after {
	width: 202px;
	height: 24px;
	background: #FEF200;
	position: absolute;
	right: -6px;
	bottom: -12px;
	 
	content: "";
	z-index: -1;
}


#main .listUl li .ttl {
	margin: 0 0 14px 2px;
}

#main .listUl li .ttl img {
	padding-top: 4px;
}

#main .listUl li .txt {
	margin: 0 0 17px 33px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#main .listUl li .imgBox {
	margin: 0 5px 13px 0;
}

#main .listUl li:nth-child(2n) .imgBox {
	margin-left: 19px;
}

#main .listUl li .textP {
	margin-bottom: 9px;
	font-size: 12px;
	font-weight: bold;
}

#main .listUl li .textP span {
	display: block;
	color: #e92c2f;
}

#main .listUl li .link a {
	margin: 0 auto;
	padding: 5px;
	display: block;
	width: 150px;
	color: #22b3b7;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #00B1B4;
	box-sizing: border-box;
}

#main .listUl li .link a:hover {
	opacity: 0.7;
}

#main .imgBoxL {
	margin: 0 54px 38px 38px;
}

#main .imgBoxL .photoBox {
	float: left;
}

#main .imgBoxL .photoBox img {
	margin-top: -46px;
}

#main .imgBoxL .textBox {
	float: right;
	width: 425px;
}

#main .imgBoxL .textBox .title {
	margin-bottom: 12px;
	padding: 10px 0 8px;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -3.5px;
	background: url(../img/index/line01.png) repeat-x left top,url(../img/index/line02.png) repeat-x left bottom;
}

#main .imgBoxL .textBox li {
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
}

#main .detailBox {
	margin-bottom: 54px;
	padding: 28px 0 19px;
	background-color: #fff;
}

#main .detailBox .content {
	position: relative;
}

#main .detailBox .speImg {
	position: absolute;
	left: -20px;
	top: -52px;
}

#main .detailBox .inner {
	margin: 0 26px 0 86px;
}

#main .detailBox .inner .photoBox {
	float: left;
}

#main .detailBox .inner .textBox {
	padding-top: 37px;
	float: right;
	width: 452px;
}

#main .detailBox .inner .textBox .top {
	margin: 0 0 23px -14px;
	font-size: 18px;
	font-weight: bold;
}

#main .detailBox .inner .textBox .txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -1px;
}

#main .txtImg {
	margin-bottom: 113px;
	text-align: center;
}

#main .presentBox {
	padding-bottom: 28px;
	background-color: #EA528F;
}

#main .presentBox .content {
	width: 1000px;
}

#main .presentBox .lBox {
	padding: 46px 0 0 86px;
	float: left;
}

#main .presentBox .lBox .top {
	margin-bottom: 51px;
}

#main .presentBox .rBox {
	float: right;
	padding-right: 11px;
	width: 464px;
}

#main .presentBox .rBox img {
	margin-top: -69px;
}

@media all and (max-width: 767px) {
	#main {
		overflow: hidden;
	}
	
	#main .topBox {
		margin-bottom: 30px;
		padding: 22px 0 18px;
	} 
	
	#main .topBox .inner .photoBox {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	
	#main .topBox .inner .textBox {
		float: none;
		width: 100%;
	}
	
	#main .topBox .inner .textBox .title {
		padding: 35px 0 5px;
		font-size: 20px;
	}
	
	#main .topBox .inner .textBox .title img {
		left: -6px;
		top: -8px;
		width: 60px;
	}
	
	#main .topBox .inner .textBox .txt {
		margin: 0 0 13px 0;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .topBox .inner .textBox .btn a {
		padding: 5px;
		font-size: 11px;
		width: 170px;
	}
		
	#main h2 {
		margin-bottom: 10px;
	}
	
	#main h2 img {
		max-width: 100%;
	}
	
	#main .topTxt {
		margin-bottom: 30px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	
	#main .tabPanel {
		margin-bottom: 90px;
	}
	
	#main .tabUlBox {
		border-bottom: 2px solid #271D1B;
	}
	
	#main .tabUlBox .tabUl li {
		width: 48%;
	}

	#main .tabUlBox .tabUl li a,
	#main .tabUlBox .tabUl li a:hover {
		padding: 10px 0 10px;
		font-size: 16px;
		border: 2px solid #DCDCDC;
		border-bottom: none;
		background-color: #DCDCDC;
	}
	
	#main .tabUlBox .tabUl li a:after,
	#main .tabUlBox .tabUl li a:hover:after {
		width: 100%;
		height: 2px;
		background: #271D1B;
		position: absolute;
		bottom: -2px;
		left: 0px;
		 
		content: ""; 
	}
	
	#main .tabUlBox .tabUl li a:before,
	#main .tabUlBox .tabUl li a:hover:before {
		width: 100%;
		height: 4px;
		background: #DCDCDC;
		position: absolute;
		top: 0;
		left: 0px;
		 
		content: ""; 
	}

	#main .tabUlBox .tabUl li.on a {
		border: 2px solid #271D1B;
		background-color: #fff;
		border-bottom: none;
	}

	#main .tabUlBox .tabUl li.on a:after,
	#main .tabUlBox .tabUl li.on a:hover:after {
		background: #fff;
		height: 2px;
		bottom: -2px;
	}

	#main .tabUlBox .tabUl li.on a:before,
	#main .tabUlBox .tabUl li.on a:hover:before {
		background: #FBF543;
		height: 4px;
	}

	#main .tabBox {
		padding: 25px 0 5px;
	}
	
	#main .tabBox .content {
		width: auto;
	}
		
	#main .tabBox ul li {
		margin-bottom: 20px;
		width: 48%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	
	#main .tabBox ul li a {
		padding: 5px 0 8px;
		font-size: 12px;
		border-bottom: 3px solid #DBDBDB;
	}
	
	#main .tabBox ul li:before {
		width: 1px;
		height: 37px;
		background: #271D1B;
		position: absolute;
		top: 0;
		left: 0px;
		 
		content: "";
	}
	
	#main .tabBox ul li:nth-child(2):after {
		width: 1px;
		height: 37px;
		background: #271D1B;
		position: absolute;
		top: 0;
		right: 0px;
		 
		content: "";
	}
		
	#main .tabBox ul li:last-child:after {
		width: 1px;
		height: 37px;
		background: #271D1B;
		position: absolute;
		top: 0;
		right: 0px;
		 
		content: "";
	}
	
	#main .tabBox .txtList01 li:nth-child(5):after {
		width: 1px;
		height: 37px;
		background: #271D1B;
		position: absolute;
		top: 0;
		right: 0px;
		 
		content: "";
	}
	
	#main .tabBox ul li a,
	#main .tabBox ul li a:hover {
		border-color: #DBDBDB;
	}
	
	#main .tabBox ul li a:hover:before {
		display: none;
	}
	
	#main .tabBox ul .on a,
	#main .tabBox ul .on a:hover {
		border-color: #271D1B;
	}
	
	#main .tabBox ul .on a:before,
	#main .tabBox ul .on a:hover:before {
		display: block;
		width: 9px;
		height: 6px;
		background-size: 9px 6px;
		margin-left: -4.5px;
		bottom: -9px;
	}
		
	#main .tabBox ul li img {
		position: inherit;
		left: auto;
		top: auto;
		width: 25px;
		margin: -10px 5px -10px 0;
		vertical-align: middle;
	}
	
	#main .listUl {
		margin: 0;
	}
	
	#main .listUl li {
		margin: 0 0 90px;
		width: 100%;
	}
		
	#main .listUl li img {
		max-width: 100%;
	}
		
	#main .listUl li:nth-child(2n) {
		float: left;
	}
	
	#main .listUl li .title {
		background: url(../img/index/sp_bg.png) no-repeat center top;
	}
					
	#main .listUl li .info {
		padding: 5px 3px;
		margin: 0;
	}
	
	#main .listUl li .infoBg {
		padding: 10px 10px 15px;
	}
	
	#main .listUl li .info::before {
		width: 100%;
	}
	
	#main .listUl li .infoBg::before {
		height: 100px;
		right: -3px;
		width: 12px;
	}
	
	#main .listUl li .infoBg::after {
		width: 160px;
		height: 18px;
		right: -3px;
		bottom: -10px;
	}
		
	#main .listUl li .ttl {
		margin: 0 0 10px 0px;
	}
	
	#main .listUl li .ttl img {
		padding-top: 4px;
	}
	
	#main .listUl li .txt {
		margin: 0 0 15px 10px;
		text-align: center;
	}
	
	#main .listUl li .imgBox {
		margin: 0 0 10px 0;
	}
	
	#main .listUl li:nth-child(2n) .imgBox {
		margin-left: 0px;
	}
	
	#main .listUl li .textP {
		margin-bottom: 6px;
	}
		
	#main .listUl li .link a {
		padding: 5px 5px 4px;
		width: 145px;
		border: 1px solid #00B1B4;
	}
		
	#main .imgBoxL {
		margin: 0 0 30px;
	}
	
	#main .imgBoxL .photoBox {
		margin-bottom: 15px;
		float: none;
		text-align: center;
	}
	
	#main .imgBoxL .photoBox img {
		margin-top: 0;
		max-width: 100%;
	}
	
	#main .imgBoxL .textBox {
		float: none;
		width: auto;
	}
	
	#main .imgBoxL .textBox .title {
		margin-bottom: 10px;
		padding: 9px 0;
		font-size: 20px;
		letter-spacing: -2px;
		background: url(../img/index/line01.png) repeat-x left top,url(../img/index/line02.png) repeat-x left bottom;
		background-size: 4px auto,3px auto;
	}
	
	#main .imgBoxL .textBox li {
		font-size: 11px;
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	
	#main .detailBox {
		margin-bottom: 25px;
		padding: 20px 0;
	}
		
	#main .detailBox .speImg {
		left: 0px;
		top: -32px;
		width: 52px;
	}
	
	#main .detailBox .inner {
		margin: 0;
	}
	
	#main .detailBox .inner .photoBox {
		float: none;
		text-align: center;
	}
	
	#main .detailBox .inner .textBox {
		padding-top: 18px;
		float: none;
		width: auto;
	}
	
	#main .detailBox .inner .textBox .top {
		margin: 0 0 12px;
		font-size: 14px;
	}
	
	#main .detailBox .inner .textBox .txt {
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	
	#main .txtImg {
		margin: 0 10px 50px;
	}
	
	#main .txtImg img {
		width: 100%;
	}
	
	#main .presentBox {
		padding-bottom: 20px;
		text-align: center;
	}
	
	#main .presentBox img {
		max-width: 100%;
	}
	
	#main .presentBox .content {
		width: auto;
	}
	
	#main .presentBox .lBox {
		padding: 20px 0 10px;
		float: none;
	}
	
	#main .presentBox .lBox .top {
		margin-bottom: 25px;
	}
	
	#main .presentBox .rBox {
		float: none;
		padding-right: 0;
		width: auto;
	}
	
	#main .presentBox .rBox img {
		margin-top: 0;
	}
}

@media all and (-ms-high-contrast:none){
	#main .topBox .inner .textBox .btn a {
		padding: 9px 5px 6px;
	}
	
	#main .listUl li .link a {
		padding: 8px 5px 5px;
	}
}  
