@charset "UTF-8";


.mainImage.typeWide {
	background: url("../images/top-main1.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
}
/*.mainImage.typeWide.is-target {
	opacity: 0;
	transition: 1s ease;
}
.mainImage.typeWide.is-view {
	opacity: 1;
}*/
.mainImage.typeWide > div {
	height: 355px;
}

#contentsArea .bc-sec1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: auto;
	max-width: 1040px;
	width: 100%;
}
#contentsArea .bc-inner1 {
	margin: auto;
	max-width: 980px;
	width: 100%;
}

#contentsArea .bc-main-copy1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.66;
	margin: 0 0 80px;
	text-align: center;
}

#contentsArea .bc-title1 {
	background-color: #F2F2F2;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 38px;
	padding: 8px 30px;
	position: relative;
}
#contentsArea .bc-anchor1 {
	position: absolute;
	top: -98px;
}

#contentsArea .bc-sub-title1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 25px;
}
#contentsArea .bc-sub-title1 .small {
	font-size: 13px;
	font-weight: 400;
}

#contentsArea .bc-block1 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 110px;
}
#contentsArea .bc-block1 > div {
	width: 450px;
}
/*#contentsArea .bc-block1 > div.is-target {
	opacity: 0;
	transform: translateY(30px);
	transition: 1s ease;
}
#contentsArea .bc-block1 > div.is-view {
	opacity: 1;
	transform: translateY(0);
}*/
#contentsArea .bc-block1 > div.is-target {
	opacity: 0;
	transform: translateX(-30px);
	transition: 1s ease;
}
#contentsArea .bc-block1 > div.is-view {
	opacity: 1;
	transform: translateX(0);
}
#contentsArea .bc-block1 > div:nth-child(2).is-target {
	transition-delay: 0.5s;
}
#contentsArea .bc-block1 > div h3 {
	border: 1px solid #C1C1C1;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 29px;
	padding: 2px;
	text-align: center;
}
#contentsArea .bc-block1 > div img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

#contentsArea .bc-block2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px;
}
#contentsArea .bc-block2 > div {
	margin: 0 3.0102% 40px 0;
	width: 31.3265%;
}
#contentsArea .bc-block2 > div.is-target {
	opacity: 0;
	transform: translateY(30px);
	transition: 1s ease;
}
#contentsArea .bc-block2 > div.is-view {
	opacity: 1;
	transform: translateY(0);
}
#contentsArea .bc-block2 > div:nth-child(3n) {
	margin-right: 0;
}
#contentsArea .bc-block2 > div h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	margin: 2px 0 0;
}
#contentsArea .bc-block2 > div img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

#contentsArea .bc-buttons1 {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 90px;
}
#contentsArea .bc-buttons1.st1 {
	margin: 20px 0 0;
}
#contentsArea .bc-buttons1 li {
	margin: 0 1.923% 0 0;
	width: 49.0384%;
}
#contentsArea .bc-buttons1.st1 li {
	margin: 0;
	width: 100%;
}
#contentsArea .bc-buttons1 li.is-target {
	opacity: 0;
	transform: translateY(20px);
	transition: 1s ease;
}
#contentsArea .bc-buttons1 li.is-view {
	opacity: 1;
	transform: translateY(0);
}
#contentsArea .bc-buttons1 li:nth-child(2n) {
	margin-right: 0;
}
#contentsArea .bc-buttons1 li a {
	border: 1px solid #1A1B1B;
	color: #1A1B1B !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	height: 70px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
}
/*#contentsArea .bc-buttons1 li a:hover {
	opacity: 0.7;
    transition: 0.3s all ease;
}*/
#contentsArea .bc-buttons1 li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e0e0e0;
    transition: 0.15s all ease;
    transform: translateX(-100%);
    z-index: -1;
}
#contentsArea .bc-buttons1 li a:hover:after {
    transform: translateX(0);
}
#contentsArea .bc-buttons1 li a img {
	margin-top: -0.3em;
	position: relative;
	vertical-align: middle;
}
#contentsArea .bc-buttons1 .icon1 {
	height: 50px;
	margin-right: 23px;
	width: auto;
}
#contentsArea .bc-buttons1 .icon2 {
	height: 46px;
	margin-right: 30px;
	width: auto;
}
#contentsArea .bc-buttons1 .icon3 {
	height: 50px;
	margin-right: 20px;
	width: auto;
}
#contentsArea .bc-buttons1 li a .small1 {
	font-size: 14px;
	font-weight: 400;
}

#contentsArea .bc-tab-box .bc-tab-btns {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin:0;
	padding: 0;
	width: 100%;
}
#contentsArea .bc-tab-box .bc-tab-btns .btn1 {
	border-left: 1px solid #b8b8b8;
	display: block;
	flex: 1;
	padding: 0 1px;
}
#contentsArea .bc-tab-box .bc-tab-btns .btn1:last-child {
	border-right: 1px solid #b8b8b8;
}
#contentsArea .bc-tab-box .bc-tab-btns .btn1 > span {
	color: #000 !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	height: 33px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
}
#contentsArea .bc-tab-box .bc-tab-btns .btn1.active > span {
	background: #ddd;
}
#contentsArea .bc-tab-box .bc-tab-btns .btn1:hover > span {
	background-color: #ddd;
}
#contentsArea .bc-tab-box .bc-tab-panels {
	padding: 45px 0 0;
}
#contentsArea .bc-tab-box .bc-tab-panels .panel {
	display:none;
	margin: 0 -1.2909%;
	overflow: hidden;
	position: relative;
	/*width: 100%;*/
}
#contentsArea .bc-tab-box .bc-tab-panels .panel.active {
	display:block;
	animation: show1 0.6s;
}

#contentsArea .bc-tabs .bc-tabs-head {
	border-bottom: 2px solid #595758;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin:0;
	padding: 0;
	width: 100%;
}
#contentsArea .bc-tabs .bc-tabs-head .tab1 {
	background: #b3b3b3;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	height: 44px;
	padding: 0;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 49.7959%;
}
#contentsArea .bc-tabs .bc-tabs-head .tab1:hover {
	background-color: #595758;
}
#contentsArea .bc-tabs .bc-tabs-head .tab1.active {
	background:#595758;
}
#contentsArea .bc-tabs .bc-tabs-body {
	padding: 20px 0 0;
}
#contentsArea .bc-tabs .bc-tabs-body .body {
	display:none;
}
#contentsArea .bc-tabs .bc-tabs-body .body.active {
	display:block;
	animation: show1 0.6s;
}

@keyframes show1 {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#contentsArea .bc-block3 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 55px;
	min-height: 225px;
}
#contentsArea .bc-block3 > div {
	/*margin: 0 2.72108% 40px 0;*/
	margin: 0 1.2909% 40px;
	/*width: 22.9591%;*/
	width: 22.3435%;
}
/*#contentsArea .bc-block3 > div.is-target {
	opacity: 0;
	transform: translateY(30px);
	transition: 1s ease;
}
#contentsArea .bc-block3 > div.is-view {
	opacity: 1;
	transform: translateY(0);
}*/
/*#contentsArea .bc-block3 > div:nth-child(4n) {
	margin-right: 0;
}*/

#contentsArea .bc-block3 > div h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	margin: 2px 0 0;
}
#contentsArea .bc-block3 > div img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

#contentsArea .bc-block3 > div.no-data {
	display: none;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	width: 100%;
}
#contentsArea .bc-block3 > div.no-data.is-active {
	display: block;
}

#contentsArea .bc-table1 {
	width: 100%;
}
#contentsArea .bc-table1 thead th {
	background: #777;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .bc-table1 thead th + th {
	border-left: 1px solid #fff;
}
#contentsArea .bc-table1 tbody th {
	border-bottom: 1px solid #ccc;
	background: #F5F5F5;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .bc-table1 tbody td {
	border-bottom: 1px solid #ccc;
	background: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}
#contentsArea .bc-table1 tbody tr > * + * {
	border-left: 1px solid #ccc;
}

#contentsArea .bc-table2 {
	border-top: 1px solid #ccc;
	max-width: 560px;
	width: 100%;
}
#contentsArea .bc-table2 tbody th {
	border-bottom: 1px solid #ccc;
	background: #F5F5F5;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
#contentsArea .bc-table2 tbody td {
	border-bottom: 1px solid #ccc;
	background: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.4;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
#contentsArea .bc-table2 tbody tr > * + * {
	border-left: 1px solid #ccc;
}

#contentsArea .bc-about-img1 {
	height: auto;
	max-width: 980px;
}

#contentsArea .bc-mgt1 {
	margin-top: 100px;
}

.bc-select1 {
	background: rgba(224,224,224,0.6);
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	margin: 7px 0 0;
	padding: 14px 0 14px 11px;
	width: 100%;
}
.bc-select1 li + li {
	margin-left: 1.0204%;
}
.bc-select1 .hd1 {
	font-size: 15px;
	font-weight: 500;
}
.bc-select1 .button1 {
	padding: 0 0 0 20px;
	position: relative;
}
.bc-select1 .button1.is-active {
	font-weight: 700;
}
.bc-select1 .button1:before {
	background: #fff;
	border: 1px solid #827F7A;
	border-radius: 50%;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
.bc-select1 .button1.is-active:after {
	background: #827F7A;
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 6px;
}
.bc-select1 .button2 {
	background: #fff;
	border: 1px solid #827F7A;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	height: 27px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 71px;
}
.select_item {
	cursor: pointer;
}
.is-hide {
	display: none;
}

#contentsArea .bc-block4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 55px;
}
#contentsArea .bc-block4 > div:nth-child(1) {
	width: 48.9795%;
}
#contentsArea .bc-block4 > div:nth-child(2) {
	width: 45.8163%;
}
#contentsArea .bc-block4 > div.is-target {
	opacity: 0;
	transform: translateX(-30px);
	transition: 1s ease;
}
#contentsArea .bc-block4 > div.is-view {
	opacity: 1;
	transform: translateX(0);
}
#contentsArea .bc-block4 > div:nth-child(2).is-target {
	transition-delay: 0.5s;
}
#contentsArea .bc-block4 > div img {
	height: auto;
	width: 100%;
}
#contentsArea .bc-block4 > div p {
	margin-bottom: 20px;
}

@media print, screen and (min-width:751px) {
	
}

@media screen and (max-width: 750px) {
	.mainImage.typeWide > div {
		height: 180px;
	}
	#contentsArea .bc-inner1 {
		padding: 0 15px;
	}

	#contentsArea .bc-main-copy1 {
		font-size: 24px;
		margin: 0 0 50px;
		text-align: center;
	}

	#contentsArea .bc-title1 {
		font-size: 22px;
		margin: 0 0 30px;
		padding: 8px 20px;
	}
	#contentsArea .bc-anchor1 {
		top: -50px;
	}

	#contentsArea .bc-sub-title1 {
		padding-left: 1em;
		text-indent: -1em;
	}

	#contentsArea .bc-block1 {
		display: block;
		margin: 0 auto 60px;
		max-width: 640px;
		width: 100%;
	}
	#contentsArea .bc-block1 > div {
		margin: 0 0 30px;
		width: 100%;
	}
	#contentsArea .bc-block1 > div h3 {
		margin: 0 0 20px;
	}

	#contentsArea .bc-block2 {
		display: block;
		margin: 0 auto 60px;
		max-width: 640px;
		width: 100%;
	}
	#contentsArea .bc-block2 > div {
		margin: 0 0 40px;
		width: 100%;
	}

	#contentsArea .bc-buttons1 {
		display: block;
		margin: 40px 0 60px;
		padding: 0 15px;
	}
	#contentsArea .bc-buttons1 li {
		margin: 0 0 20px;
		width: 100%;
	}
	#contentsArea .bc-buttons1 li a.btn1 span {
		margin-left: -3em;
	}
	#contentsArea .bc-buttons1 li a > span {
  	  line-height: 1.3;
    	text-align: left;
	}
	#contentsArea .bc-buttons1 .icon3 {
		float: left;
	}
	#contentsArea .bc-buttons1 li a .small1 {
		display: block;
	}

	#contentsArea .bc-tab-box .bc-tab-btns .btn1 > span {
		flex-direction: column;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1.2;
		height: 44px;
	}
	#contentsArea .bc-tab-box .bc-tab-btns .btn1 > span > span {
		display: block;
		font-size: 10px;
	}
	#contentsArea .bc-tab-box .bc-tab-panels {
		padding: 10px 0 0;
	}
	#contentsArea .bc-tab-box .bc-tab-panels .panel {
		margin: 0 -2%;
	}
	
	#contentsArea .bc-tabs .bc-tabs-head .tab1 {
		width: 49.5%;
	}

	#contentsArea .bc-block3 {
		margin: 0 0 30px;
	}
	/*#contentsArea .bc-block3 > div {
		margin: 0 4% 25px 0;
		width: 48%;
	}
	#contentsArea .bc-block3 > div:nth-child(4n) {
		margin-right: 4%;
	}
	#contentsArea .bc-block3 > div:nth-child(2n) {
		margin-right: 0;
	}*/
	#contentsArea .bc-block3 > div {
		margin: 0 2% 25px;
		width: 46%;
	}
	#contentsArea .bc-block3 > div h3 {
		font-size: 15px;
	}

	#contentsArea .bc-table1 {
		width: auto;
	}
	#contentsArea .bc-table1 thead th {
		padding: 5px;
		white-space: nowrap;
	}
	#contentsArea .bc-table1 tbody th {
		padding: 5px;
		white-space: nowrap;
	}
	#contentsArea .bc-table1 tbody td {
		padding: 5px;
		white-space: nowrap;
	}
	
	#contentsArea .bc-table2 tbody th {
		padding: 5px;
	}
	#contentsArea .bc-table2 tbody td {
		padding: 5px;
	}


	#contentsArea .bc-about-img1 {
		display: block;
		width: 980px;
	}
	#contentsArea .bc-sp-wrap1 {
		overflow: hidden;
		overflow-x: auto;
		width: 100%;
	}

	#contentsArea .bc-mgt1 {
		margin-top: 60px;
	}
	
	#contentsArea .bc-block4 {
		display: block;
		margin: 0 auto 60px;
		max-width: 640px;
		width: 100%;
	}
	#contentsArea .bc-block4 > div {
		margin: 0 0 30px;
		width: 100% !important;
	}

	.bc-select1 {
		display: block;
		padding: 10px 0 10px 10px;
	}
	.bc-select1 li + li {
		margin-left: 0;
	}
	.bc-select1 .hd1 {
		display: block;
		margin-bottom: 15px;
	}
	.bc-select1 .button1 {
		display: block;
		float: left;
		margin: 0 0 15px;
		width: 35%;
	}
	.bc-select1 :nth-child(4),
	.bc-select1 :nth-child(7) {
		width: 30%;
	}
	.bc-select1 .button1 span span {
		font-size: 11px;
	}
	.bc-select1 .button2 {
		clear: both;
		display: block;
		margin: 0;
	}
	
}

.clearfix::after {
	display:block;
	clear:both;
	content:""
}