@charset "utf-8";
/*------------------------------------------------------------

------------------------------------------------------------*/
.topVisual {
	position: relative;
}

.topVisual .prev {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: 0;
}

.topVisual .next {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 0;
}

.topVisual .prev a,
.topVisual .next a {
	padding-left: 56px;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	display: inline-block;
	position: relative;
}

.topVisual .next a {
	padding: 0 56px 0 0;
}

.topVisual .prev a:before,
.topVisual .next a:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 1px;
	border-top: 1px solid #fff;
	content: "";
}

.topVisual .next a:before {
	left: auto;
	right: 0;
}

.topVisual .foo .slick-slide > div {
	line-height: 0;
}

.topVisual .foo li {
	position: relative;
	overflow: hidden;
}

.topVisual .foo li > img {
	width: 100%;
	display: block;
	max-width: inherit;
}

.topVisual .foo li .inner {
	position: absolute;	
	width: 1040px;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%);
}

.topVisual .foo li .inner02 {
	top: 54%;
}

.topVisual .foo li .inner .txtBox {
	margin-top: 10%;
	float: left;
}

.topVisual .foo li .inner .linkBox {
	margin-right: 40px;
	float: right;
	text-align: center;
}

.topVisual .foo li .inner .linkBox .title {
	margin-bottom: -65px;
}

.topVisual .foo li .inner .linkBox .comBtn {
	margin: 0 auto;
	width: 280px;
	position: relative;
}

.topVisual .foo li .inner .linkBox .comBtn a {
	width: 280px;
	padding: 17px;
	font-size: 2rem;
	box-shadow: none;
}

.topVisual .foo li .inner .linkBox .comBtn a span {
	padding-left: 22px;
	line-height: 1.5;
	background: url("../img/icon05_over.png") no-repeat left 6px;
	background-size: 16px auto;
	
}

.topVisual .foo li .inner01 .txtBox {
	margin: 0 0 0 90px;
}

.topVisual .foo li .inner01 .txtBox p {
	font-size: 1.2rem;
	line-height: 2.67;
	letter-spacing: 3px;
}

.topVisual .foo li .inner01 .txtBox .ttl {
	margin-bottom: 17px;
	font-size: 3.2rem;
	line-height: 2;
	letter-spacing: 8px;
	font-family: "微軟正黑體",YuMincho,"Hiragino Mincho ProN",serif;
}

.slick-dots {
	position: absolute;
	left: 3%;
	bottom: 94px;
}

.slick-dots li {
	margin: 0 8px;
    position: relative;
    display: inline-block;
	width: 12px;
	height: 12px;
    padding: 0;
    cursor: pointer;
	background: none !important;
}

.slick-dots li button {
	padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	width: 12px;
    height: 12px;
    box-shadow: 0 0 12px 0 rgba(240, 115, 64, 0.25);
    background-color: #ffffff;
	border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots .slick-active button {
	background-color: #c78a03;
}

#main .sec01 {
	padding: 80px 0 72px;
	position: relative;
	
}
/*-----------------
#main .sec01:before {
	position: absolute;
	left: 0;
	top: -56px;
	width: 100%;
	height: 56px;
	background: url("../img/bg01.png") no-repeat center top;
	background-size: 100% 56px;
	content: "";
}
---------------*/
#main .sec01 .photo01 {
	position: absolute;
	right: 5%;
	top: 185px;
}

#main .sec01 .photo02 {
	position: absolute;
	left: 0;
	bottom: -78px;
}

#main .topBox {
	max-width: 840px;
	margin-bottom: 30px;
	
}

#main .topBox .h2 {
	margin-bottom: 27px;
	text-align: center;
}

#main .topBox > p {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

#main .topBox .linkBox {
	position: relative;
}

#main .topBox .linkBox .bgBox {
    padding: 22px 50px 32px;
    background-color: #C78A03;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

#main .topBox .linkBox .ttl {
	font-size: 2.5rem;
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}

#main .topBox .linkBox li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	float: left;
	width: 47.5%;
	color: #fff;
	font-size: 2rem;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

#main .topBox .linkBox li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#main .topBox .linkBox li:nth-child(2n) {
	float: right;
}

#main .topBox .linkBox li a {
	margin-top: 4px;
	padding-left: 20px;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	font-size: 1.2rem;
	background: url("../img/icon01.svg") no-repeat 6px 7px;
}

#main .topBox .linkBox li a:after {
	position: absolute;
	left: 20px;
	bottom: 2px;
	width: 0;
	height: 7px;
	background-color: rgba(255,255,255,0.2);
	content: "";
}

#main .topBox .linkBox li .win {
	background-image: url("../img/icon04.svg");
	background-position: 4px 8px;
}

#main .topBox .linkBox .photo {
	position: absolute;
	right: -369px;
	bottom: -200px;
	z-index: 11;
}

#main .topBox .linkBox .photo > div {
	position: absolute;
	left: -128px;
	bottom: 5px;
}

#main .topBox .linkBox .priceBox {
	position: absolute;
	left: -82px;
	top: -120px;
	width: 160px;
    height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C78A03;
    box-shadow: 0 0 32px 0 rgba(240, 115, 64, 0.25);
    background-color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

#main .topBox .linkBox .priceBox p {
	line-height: 1;
	text-align: center;
}

#main .topBox .linkBox .priceBox .num {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
}

#main .topBox .linkBox .priceBox .small {
	margin-top: 5px;
	display: inline-block;
}

#main .topBox .linkBox .priceBox .small span {
	font-size: 1rem;
}

#main .topBox .linkBox .priceBox .free {
	padding-top: 15px;
	position: absolute;
	left: -15px;
	top: -17px;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	background-color: #C78A03;
	border-radius: 50%;
	box-sizing: border-box;
}

#main .topBox .linkBox .priceBox .free span {
	display: block;
	font-size: 1.8rem;
}

#main .sec02 {
	padding: 80px 0 0;
	background-color: #fef7f0;
	position: relative;
}



#main .sec02 h2 {
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	color: #3b3b3b;
	font-size: 1.8rem;
}

#main .sec02 h2:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
    height: 2px;
	border-top: 2px solid #C78A03;
	content: "";
}

#main .sec02 h3 {
	margin-bottom: 20px;
	padding-top: 20px;
	position: relative;
	color: #3b3b3b;
	font-size: 1.8rem;
}

#main .sec02 h3:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
    height: 2px;
	border-top: 2px solid #8b1116;
	content: "";
}

#main .sec02 .Box {
	float: left;
	width: 100%;
}

#main .sec02 .Box li {
	margin-right: 2%;
	float: left;
	width: 18%;
	font-size: 1.2rem;
	text-align: center;
}

#main .sec02 .Box li:last-child {
	margin-right: 0;
}

#main .sec02 .Box li a {
	display: block;
	padding: 10px 16px 10px;
	border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

#main .sec02 .Box li img {
	margin: 0 auto 6px;
	display: block;
	height: 68px;
}

#main .sec02 .Box li .over {
	display: none;
}

#main .sec02 .Box li span {
	padding: 0 0 5px 20px;
	display: inline-block;
	color: #C78A03;
	font-size: 1.6rem;
	font-weight: bold;
	background: url("../img/icon05.png") no-repeat left 3px;
	background-size: 16px auto;
}


#main .sec03 {
	padding: 10px 0 68px;
	background-color: #efefef;
}

#main .sec03 .mainBox {
	max-width: 1130px;
}

#main .sec03 .mainBox h2 {
	margin-top: 30px;
	text-align:center; 
	color: #000;
}


#main .sec03 .lBox {	
	float: left;
	width: 70%;
	
}

#main .sec03 .lBox .bgBox h2 {
	margin: 20px;
	text-align:left; 
	color: #000;
}

#main .sec03 .lBox .bgBox {
	padding: 10px 0;	
}

#main .sec03 .lBox .bgBox .linkNavi {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}

#main .sec03 .lBox .bgBox .linkNavi li {
	margin: 0 15px;
	display: inline;
}

#main .sec03 .lBox .bgBox .linkNavi li a {
	display: inline-block;
	padding-bottom: 5px;
	color: #8c8c8c;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

#main .sec03 .lBox .bgBox .linkNavi .on a {
	opacity: 1;
	color: #3b3b3b;
	border-bottom-color: #C78A03;
}

#main .sec03 .lBox .bgBox .tabBox {
	padding: 10px 0;
	
}

#main .sec03 .lBox .bgBox table {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

#main .sec03 .lBox .bgBox table img {
	width: 20px;
}

#main .sec03 .lBox .bgBox tr {
	margin: 10px 0;
	padding: 5px;
	border-bottom: 1px solid #C78A03;
}

#main .sec03 .lBox .bgBox td {
	margin: 10px 0;
	padding: 10px 0;
	color: #333333;
	font-size: 1.8rem;
	text-align: left;
	border-bottom: 1px solid #C78A03;
}

#main .sec03 .lBox .bgBox td .tag {
	margin: 0px 0 3px;
	padding: 0 3px;
	min-width: 80px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
    background-color: #C78A03;
}


#main .sec03 .lBox .bgBox dl {
	padding-right: 15px;
}

#main .sec03 .lBox .bgBox dt {
	margin-bottom: 10px;
	color: #8c8c8c;
	font-size: 1.2rem;
}

#main .sec03 .lBox .bgBox dt .tag {
	margin-left: 10px;
	min-width: 70px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
    background-color: #C78A03;
}

#main .sec03 .lBox .bgBox dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #d7dce3;
}

#main .sec03 .lBox .bgBox dd a {
	color:#CB3D06; 		
}

#main .sec03 .lBox .bgBox dd span {
	font-size: 1.2rem;
}


#main .sec03 ul {
	padding: 10px;
	float: right;
	width: 298px;
	border: 1px solid #ccc;
	background:#fff; 
}

#main .sec03 ul h2{
	 margin: 20px;
	text-align:left; 
	color: #000;
}

#main .sec03 li {
	float: left;
	width: 298px;
	overflow: hidden;
}

#main .sec03 li:nth-child(2n) {
	float: right;
}

#main .sec03 li .photo {
	float: left;
	width: 298px;
	margin-bottom: 20px;
}

#main .sec03 li .txtBox {
	padding: 10px 0;
}

#main .sec03 li .txtBox .txt {
	margin-bottom: 14px;
	color: #8c8c8c;
	font-size: 1.6rem;
	line-height: 1.67;
}

#main .sec03 li .txtBox .ttl {
	margin: 10;
	min-height: 48px;
	font-size: 1.6rem;
	
}

#main .sec03 .mainBox .comBtn {
	width: 100px;
	margin:  auto;
}

#main .sec03 .mainBox .comBtn a {
	max-width: 100px;
	padding: 8px;
	font-size: 1.4rem;
}

#main .sec03 .mainBox .comBtn a span {
	background-position: left 2px;
		
	}

/*#main .sec03 > li:last-child {
	padding: 60px 0 100px;
	background:#fef7f0 url("../img/company_bg.jpg");
	background-repeat: no-repeat;
	
}

#main .sec03 > li:last-child .bgBox {
	padding: 30px 50px 18px;
	border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(243, 154, 71, 0.12);
    background-color: #fff;
	
}*/

#main .btmList > li:last-child .bgBox p {
	margin-bottom: 47px;
	line-height: 1.71;
	text-align: center;
}

#main .btmList > li:last-child .bgBox .tog {
	position: absolute;
	right: 43px;
	bottom: -48px;
}

#main .btmList > li:last-child .bgBox li {
	margin-bottom: 15px;
	padding: 0 7px 11px;
	float: left;
	width: 47.5%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

#main .btmList > li:last-child .bgBox li:nth-child(2n) {
	float: right;
}

#main .btmList > li:last-child .bgBox li a {
	padding-left: 14px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	-webkit-transition:  .3s; 
	transition: .3s;
	background: url("../img/icon06.svg") no-repeat left 5px;
}

#main .btmList > li:last-child .bgBox li a:after {
	position: absolute;
	left: 15px;
	bottom: 2px;
	width: 0;
	height: 7px;
	background-color: rgba(35,160,209,0.3);
	content: "";
}



#main .sec04 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fef7f0;
}

#main .sec04 .mainBox {
	max-width: 1130px;
}

#main .sec04 li {
	margin-right: 1.6%;
	float: left;
	width: 23.8%;
}

#main .sec04 li a {
	display: block;
	border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(243, 154, 71, 0.12);
    background-color: #fff;
}

#main .sec04 li a .photo {
	overflow: hidden;
	border-radius: 16px 16px 0 0;
}

#main .sec04 li a .photo img {
	-webkit-transition:  .5s; 
	transition: .5s;
}

#main .sec04 li:last-child {
	margin-right: 0;
}

#main .sec04 li .txtBox {
	padding: 15px 15px 12px;
}

#main .sec04 li .txtBox .ttl {
	margin-bottom: 13px;
	font-weight: bold;
	line-height: 1.7;
}

#main .sec04 li .txtBox .date {
	color: #8c8c8c;
	font-size: 1.2rem;
}

#main .sec04 .mainBox .comBtn {
	width: 200px;
	margin:  auto;
}

#main .sec04 .mainBox .comBtn a {
	max-width: 200px;
		padding: 14px;
		font-size: 1.4rem;
}

#main .sec04 .mainBox .comBtn a span {
		background-position: left 2px;
		
	}


#main .btmList > li {
	padding: 60px 0 100px;
	float: left;
	width: 50%;
	background: #fef7f0 url("../img/news_bg.jpg");
	background-repeat: no-repeat;
}


#main .btmList > li > div {
	margin: 0 auto;
	max-width: 560px;
	
}

#main .btmList li .bgBox {
	padding: 30px 50px 0px;
	border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(243, 154, 71, 0.12);
    background-color: #fff;
	
}

#main .btmList li .bgBox .linkNavi {
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}

#main .btmList li .bgBox .linkNavi li {
	margin: 0 15px;
	display: inline;
}

#main .btmList li .bgBox .linkNavi li a {
	display: inline-block;
	padding-bottom: 10px;
	color: #8c8c8c;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

#main .btmList li .bgBox .linkNavi .on a {
	opacity: 1;
	color: #3b3b3b;
	border-bottom-color: #C78A03;
}

#main .btmList li .bgBox .tabBox {
	padding: 30px;
	margin-right: -35px;
}

#main .btmList li .bgBox .dlWrap {
	overflow-y: auto;
	height: 290px;
	display: none;
}

#main .btmList li .bgBox .dlWrap.on {
	display: block;
}

#main .btmList li .bgBox .jspVerticalBar {
	width: 12px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #fef7f0;
}

#main .btmList li .bgBox .jspTrack {
	background-color: #fef7f0;
	border-radius: 6px;
}

#main .btmList li .bgBox .jspHorizontalBar {
	display: none;
}

#main .btmList li .bgBox .jspVerticalBar .jspDrag {
	width: 8px;
	margin: 0 auto;
	background-color: #C78A03;
	border-radius: 4px;
}


#main .btmList li .bgBox table {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

#main .btmList li .bgBox table img{
	width: 20px;
}

#main .btmList li .bgBox tr
{
	margin: 10px 0;
	padding: 5px;
	border-bottom: 1px solid #C78A03;
}

#main .btmList li .bgBox td {
	margin: 10px 0;
	padding: 10px 0;
	color: #333333;
	font-size: 1.8rem;
	text-align: left;
	border-bottom: 1px solid #C78A03;
}

#main .btmList li .bgBox td .tag {
	margin: 0px 0 3px;
	padding: 0 3px;
	min-width: 80px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
    background-color: #C78A03;
}


#main .btmList li .bgBox dl {
	padding-right: 15px;
}

#main .btmList li .bgBox dt {
	margin-bottom: 15px;
	color: #8c8c8c;
	font-size: 1.2rem;
}

#main .btmList li .bgBox dt .tag {
	margin-left: 10px;
	min-width: 80px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 10px;
    background-color: #C78A03;
}

#main .btmList li .bgBox dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d7dce3;
}

#main .btmList > li:last-child {
	padding: 60px 0 100px;
	background:#fef7f0 url("../img/company_bg.jpg");
	background-repeat: no-repeat;
	
}

#main .btmList > li:last-child .bgBox {
	padding: 30px 50px 18px;
	border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(243, 154, 71, 0.12);
    background-color: #fff;
	
}

#main .btmList > li:last-child .bgBox p {
	margin-bottom: 47px;
	line-height: 1.71;
	text-align: center;
}

#main .btmList > li:last-child .bgBox .tog {
	position: absolute;
	right: 43px;
	bottom: -48px;
}

#main .btmList > li:last-child .bgBox li {
	margin-bottom: 15px;
	padding: 0 7px 11px;
	float: left;
	width: 47.5%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

#main .btmList > li:last-child .bgBox li:nth-child(2n) {
	float: right;
}

#main .btmList > li:last-child .bgBox li a {
	padding-left: 14px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	-webkit-transition:  .3s; 
	transition: .3s;
	background: url("../img/icon06.svg") no-repeat left 5px;
}

#main .btmList > li:last-child .bgBox li a:after {
	position: absolute;
	left: 15px;
	bottom: 2px;
	width: 0;
	height: 7px;
	background-color: rgba(35,160,209,0.3);
	content: "";
}

.comContact {
	margin-top: 0;
}

.comContact h2 {
	margin-bottom: -75px;
	position: relative;
	top: -110px;
}

@media all and (min-width: 768px) {
	#main .btmList li .bgBox .linkNavi li a:hover {
		color: #3b3b3b;
		border-bottom-color: #C78A03;
	}
	
	#main .sec02 .Box li a:hover {
		color: #fff;
		background-color: #C78A03;
	}

	#main .sec02 .Box li a:hover .out {
		display: none;
	}

	#main .sec02 .Box li a:hover .over {
		display: block;
	}

	#main .sec02 .Box li a:hover span {
		color: #fff;
		background-image: url("../img/icon05_over.png");
	}
	
	#main .sec04 li a:hover {
		color: #C78A03;
	}

	#main .sec04 li a:hover img {
		transform: scale(1.05);
	}

	
	
	#main .btmList li .bgBox dd a:hover {
		opacity: 0.7;
	}
	
	.topVisual .foo li .inner .linkBox .comBtn a:hover {
		color: #fff;
		background-color: #C78A03;
	}
	
	#main .topBox .linkBox li a:hover:after,
	#main .btmList > li:last-child .bgBox li a:hover:after {
		width: 90%;
		-webkit-transition: all .5s; 
		transition: all .5s;
	}
		
	#main .btmList > li:last-child .bgBox li a:hover:after {
		width: 84%;
	}
	
	
}

@media all and (max-width: 767px) {
	.topVisual .prev {
		margin-top: 0;
		top: auto;
		bottom: -42px;
		z-index: 10;
	}

	.topVisual .next {
		margin-top: 0;
		top: auto;
		bottom: -42px;
		z-index: 10;
	}

	.topVisual .foo li .inner {
		width: 100%;
		padding: 0 20px 0 40px;
		left: 0;
		top: 23.5%;
		transform: none;
		box-sizing: border-box;
	}

	.topVisual .foo li .inner .txtBox {
		margin-top: 0;
		float: none;
	}

	.topVisual .foo li .inner .linkBox {
		margin-right: 0;
		float: none;
	}

	.topVisual .foo li .inner .linkBox .title {
		margin-bottom: -75px;
	}

	.topVisual .foo li .inner .linkBox .comBtn {		
		width: 200px;
	}

	.topVisual .foo li .inner .linkBox .comBtn a {
		max-width: 200px;
		padding: 14px;
		font-size: 1.4rem;
	}

	.topVisual .foo li .inner .linkBox .comBtn a span {
		background-position: left 2px;
		
	}
	
	.topVisual .foo li .inner01 .txtBox {
		margin: 0;
	}

	.topVisual .foo li .inner01 .txtBox p {
		line-height: 2;
		letter-spacing: 0;
	}

	.topVisual .foo li .inner01 .txtBox .ttl {
		margin-bottom: 13px;
		font-size: 2.2rem;
		line-height: 1.82;
		letter-spacing: 5.5px;
	}

	.topVisual .foo li .inner02 {
		padding: 0;
	}

	.topVisual .foo li .inner02 .txtBox {
		margin: 4px 0 5px 32px;
	}
	
	.slick-dots {
		left: 25px;
		bottom: 50px;
	}

	.slick-dots li {
		float: none !important;
		margin: 0 6px !important;
		width: 8px !important;
		height: 8px !important;
		box-shadow: none !important; 
		overflow: visible!important;
	}

	.slick-dots li button {
		width: 8px;
		height: 8px;
	}

	#main .sec01 {
		padding: 170px 0 78px;
	}

	#main .sec01:before {
		top: -15px;
		height: 15px;
		background-size: 100% 15px;
	}

	#main .sec01 .photo01 {
		right: 6.2%;
		top: 122px;
		width: 24%;
	}

	#main .sec01 .photo02 {
		left: 0;
		bottom: auto;
		top: 190px;
		width: 28%;
	}

	#main .topBox {
		max-width: inherit;
	}

	#main .topBox h2 {
		margin: 0 auto 23px;
		max-width: 205px;
		position: relative;
	}

	#main .topBox > p {
		margin-bottom: 17px;
		font-size: 1.4rem;
	}

	#main .topBox .linkBox .bgBox {
		padding: 22px 35px 55px;
	}

	#main .topBox .linkBox li {
		float: none !important;
		width: auto;
	}

	#main .topBox .linkBox .photo {
		display: none;
		
	}

	#main .topBox .linkBox .photo > div {
		display: none;
	}

	#main .topBox .linkBox .priceBox {
		display: none;
	}
	
	#main .sec02 {
		padding: 28px 0 35px;
	}

	#main .sec02:before,
	#main .sec02:after {
		top: -15px;
		height: 15px;
		background-size: 100% 15px;
	}

	#main .sec02:after {
		top: auto;
		bottom: -15px;
	}

	#main .sec02 .Box {
		margin-bottom: 30px;
		float: none;
		width: auto;
	}

	#main .sec02 .Box li {
		margin: 0 0 10px;
		width: 49%;
	}

	#main .sec02 .Box li a {
		padding: 30px 16px 20px;
	}

	#main .sec02 .Box li:nth-child(2n) {
		float: right;
	}

	#main .sec02 .Box li a img {
		margin-bottom: 20px;
	}

	#main .sec03 {
		padding: 72px 0 68px;
	}

	#main .sec03 .lBox {
		margin: 0 0 30px;
		float: none;
		width: auto;
	}

	#main .sec03 .lBox h2 {
		margin-bottom: 135px;
	}

	#main .sec03 .lBox .dog {
		margin: 0 auto;
		max-width: 295px;
	}

	#main .sec03 ul {
		margin: 0 -10px;
		float: none;
		width: auto;
	}

	#main .sec03 li {
		float: none !important;
		width: auto;
	}

	#main .sec03 li .photo {
		margin-bottom: 30px;
		width: 100%;
	
	}

	#main .sec03 li .txtBox {
		margin-top: 10px;
		width: 100%;
	}
	
	#main .sec04 {
		margin-bottom: 73px;
	}

	#main .sec04 .slick-slide > div {
		width: 76vw;
		padding: 0 10px 10px;
		overflow: hidden;
	}

	#main .sec04 li {
		margin-right: 20px;
		width: 285px;
	}

	#main .sec04 .slideUl01 {
		margin: 0 -15px 0 -10px;
	}

	#main .sec04 .slick-slide > div li {
		margin-right: 0;
	}

	#main .sec04 .slideUl01 .slick-dots {
		bottom: -38px;
		width: 100%;
		left: 0;
		text-align: center;
	}
	
	#main .btmList > li {
		padding: 60px 15px 42px;
		float: none;
		width: auto;
		background-image: url("../img/index/sp_news_bg.jpg");
	}

	#main .btmList li .bgBox {
		margin: 0 30px;
		padding: 30px 20px 22px;
	}

	#main .btmList li .bgBox .linkNavi {
		margin-bottom: 20px;
	}

	#main .btmList li .bgBox .linkNavi li {
		margin: 0 10px;
	}

	#main .btmList li .bgBox .linkNavi li a {
		font-size: 1.4rem;
	}

	#main .btmList li .bgBox .tabBox {
		margin-right: -12px;
	}

	#main .btmList li .bgBox dl {
		margin: 0 0 0 12px;
		padding-right: 10px;
	}

	#main .btmList > li:last-child {
		padding-bottom: 100px;
		background-image: url("../img/index/sp_company_bg.jpg");
	}

	#main .btmList > li:last-child .bgBox {
		padding: 17px 35px 0px;
	}

	#main .btmList > li:last-child .bgBox p {
		margin-bottom: 22px;
	}

	#main .btmList > li:last-child .bgBox .tog {
		right: 17px;
		bottom: -73px;
		width: 114px;
	}

	#main .btmList > li:last-child .bgBox li {
		float: none !important;
		width: auto;
	}
	
	#main .btmList > li:last-child .bgBox li a {
		background-position: left 6px;
	}
	
	#main .btmList > li:last-child .bgBox li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.comContact .headLine01 {
		margin-bottom: -75px;
	}
		
}

@media all and (max-width: 374px) {
	#main .btmList li .bgBox .linkNavi li {
		margin: 0 8px;
	}
	
	#main .btmList > li:last-child .bgBox {
		padding: 27px 30px 32px;
	}
}

@media all and (max-width: 359px) {
	#main .sec02 .Box li span {
		font-size: 1.5rem;
	}
	
	#main .sec02 .Box li a {
		padding: 30px 5px 20px;
	}

	#main .btmList li .bgBox .linkNavi {
		margin: 0 -5px 20px;
	}

	#main .btmList li .bgBox .linkNavi li {
		margin: 0 5px;
	}

}

.txtSize{
	font-size: 1.4rem;
}

.comBtn a span{
	background-position-y: center;
}
