@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#lazy{
    width: 100%;
    margin: 0 auto;
	clear:both;
}
#loadimg {
    clear:both;
    text-align: center;
}

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .js_ban_slider_pc{
  visibility: hidden;
}
/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .js_ban_slider_pc{
  visibility: visible;
}
.slider_wrap {
	width: 100%;
	height: 365px;
	overflow: hidden;
  /*margin-top: 43px;*/

}
div.slider_wrap.ypt {
		margin-top: -41px !important;
}
@media screen and (max-width:640px) { 
div.slider_wrap.ypt {
		margin-top: 0px !important;
}
}
.mainVisual {
	width: 100%;
	height: 366px;
	/*overflow: hidden;*/
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.mainVisual .item img {
	width: 100%;
	height: auto;
}
div#main.index div#loader-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 310px !important;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 2;
}



section#blog iframe
.mainVisual .arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.mainVisual .prev {
	position: absolute;
	left: -52px;
	top: 45%;
	z-index: 90;
}

.mainVisual .next {
	position: absolute;
	right: -48px;
	top: 45%;
	z-index: 90;
}

.mainVisual .slick-dots {
	display: none !important;
	/*position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;*/
}

.searchBox {
	font-size: 1.4rem;
	line-height: 28px;
	color: #FFF;
	background: #8a6113;
}

.searchBox .ttl {
	float: left;
}

.searchBox .searchList {
	float: left;
	padding: 11px 0 0;
}

.searchBox .searchList li {
	float: left;
	padding-left: 14px;
}

.searchBox .arr {
	font-size: 1.2rem;
	margin-right: 4px;
}

.searchBox .searchList li > a,
.searchBox .select .click {
	display: block;
	color: #000;
	width: 146px;
	text-align: center;
	box-sizing: border-box;
	padding-right: 18px;
	cursor: pointer;
	background: #FFF url(../image/index/select_bg.png) no-repeat right top;
}

.searchBox .searchList li > a {
	background: #FFF url(../image/index/select_bg02.png) no-repeat right top;
}

.searchBox .searchList a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.searchBox .searchList .select {
	position: relative;
}

.searchBox .searchList .select .list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #FFF;
	z-index: 10;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.searchBox .searchList .select .list a {
	display: block;
	padding-right: 28px;
	background: #FFF url(../image/index/select_bg02.png) no-repeat right top;
}

#sec01 {
	margin: 0 auto;
	padding-top: 14px;
	width: 999px;
	color: #000;
}

#sec01 #pagePath {
	margin: 0 0 16px 7px;
	color: #000;
}

#sec01 #pagePath li a {
	margin-right: 4px;
	color: #000;
	font-size: 1.1rem;
	text-decoration: none;
}

#sec01 #pagePath li a:hover {
	text-decoration: underline;
}

#sec01 .content {
	margin-bottom: 26px;
}

#sec01 .imgAreaL {
	width: 486px;
	/*height: 462px;*/
	float: left;
	border: 1px solid #E0E0E0;
	background-color: #F9F6EF;
}

#sec01 .imgAreaL .pic {
	position: relative;
}

#sec01 .imgAreaL .pic .num {
	position: absolute;
left: 62px;
top: 179px;
	font-size: 5rem;
	line-height: 1;
	color: #FFF;
}

.odometer-formatting-mark {
	display: none !important;
}

#sec01 .imgAreaL .pic .num .odometer-digit {
	margin-right: 1px;
	width: 35px;
	height: 83px;
	text-align: center;
	background: url(../image/index/num_bg.png) no-repeat;
}

#sec01 .imgAreaL .pic .num .odometer-value {
	display: block;
	width: 35px;
}
#sec01 .imgAreaL .textArea {
margin: 0px 0px 0px;
padding: 0;
border: 1px solid #DEDEDE;
background-color: #FFF;
}

#sec01 .imgAreaL .textArea .ttl {
	padding: 0 0 3px 22px;
	color: #010101;
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px solid #D5D5D5;
	background: url(../image/common/icon01.png) no-repeat left 3px;
}

#sec01 .imgAreaL .textArea .textInner {
	margin-top: 12px;
	overflow: auto;
	height: 109px;
}

#sec01 .imgAreaL .textArea .textInner dl {
	padding: 10px 0 9px;
	color: #000;
}

#sec01 .imgAreaL .textArea .textInner dt {
	float: left;
	font-size: 1.2rem;
}

#sec01 .imgAreaL .textArea .textInner dd {
	padding: 0 0 17px 20px;
	font-size: 1.2rem;
}

#sec01 .imgAreaL .textArea .textInner dd:last-child {
	padding-bottom: 0;
}

#sec01 .imgAreaR {
	width: 484px;
	/*min-height: 415px;*/
	float: right;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
}

#sec01 .imgAreaR .pic {
	width: 484px;
	height: 272px !important;
	overflow: hidden;
	position: relative;
}
.iframe_wrap {
   	min-height: 249px;
    overflow: hidden;
    width: 100%;
}
iframe#yotube_co{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sec01 .imgAreaR .linkInner {
	padding: 28px 0 23px;
	width: 242px;
	float: left;
	text-align: center;
}

#sec01 .imgAreaR .linkInner .link {
	margin-top: 19px;
	display: inline-block;
	background-color: #FFF;
}


#sec01 .imgAreaR .linkInner02 {
	padding: 57px 0 /*20*/48px;
	width: 100%;
	float: none;
	text-align: center;
}
#sec01 .imgAreaR.y_box {
	min-height: 462px;
}
#sec01 .imgAreaR .linkInner02 .link {
	margin-top: 19px;
	display: inline-block;
	background-color: #FFF;
	margin-left: 15px;
}

#sec01 .imgAreaR .subBox {
	box-sizing: border-box;
	height: 185px;
	padding: 27px 0 0;
	width: 242px;
	float: right;
	text-align: center;
	background: #EDD5E7 url(../image/index/sec01_bg.jpg) repeat-x left top;

}

#sec01 .imgAreaR .subBox .link {
	margin-top: 26px;
	display: inline-block;
}

#sec01 .imgAreaR .subBox .ttl {
	margin-bottom: 6px;
	display: inline-block;
}

#sec01 .imgAreaR .subBox p {
	margin-top: 17px;
	font-size: 1.1rem;
}

#main .comTopBox {
	width: 998px;
}

#sec02 {
	margin: 0 auto;
	width: 999px;
	position: relative;
}

#sec02 .headLine01 {
	margin-bottom: 30px;
	text-align: center;
	background: transparent;
	border-top: 0;
}

#sec02 .linkList {
	margin: -32px -30px 55px 0;
}

#sec02 .linkList .item {
	margin: 32px 31px 0 0;
	width: 312px;
	float: left;
}

#sec02 .linkList .item a {
	display: block;
	margin-top: 32px;
}

#sec02 .linkList .item a:first-of-type {
	margin-top: 0;
}

#sec02 .linkList .item a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sec02 .arrow .prev {
	position: absolute;
	top: 53%;
	left: -40px;
}

#sec02 .arrow .next {
	position: absolute;
	top: 53%;
	right: -40px;
}

#sec02 .slick-dots {
	margin-top: 20px;
}

#sec02 .noData {
	margin-top: 50px;
	margin-bottom: 90px;
	font-size: 1.2rem;
}
#ad_wrap div#container div div#main.index section#sec07 div.content ul.linkList.gadg {
	display: flex;
	justify-content: center;	
}

#sec03 {
	color: #000;
	padding: 39px 0 46px;
	border-top: 1px solid #E2D7B7;
	border-bottom: 1px solid #E2D7B7;
	background: url(../image/index/sec03_bg.jpg) repeat-y center top;
	-webkit-background-size: contain;
	        background-size: contain;
}

#sec03 .content {
	margin: 0 auto;
	width: 999px;
}

#sec03 .ttl {
	margin-bottom: 29px;
	text-align: center;
}

#sec03 p {
	margin-bottom: 35px;
	font-size: 1.2rem;
	line-height: 2.4;
	text-align: center;
}

#sec03 p .txt {
	font-weight: bold;
}

#sec03 .linkBox .link {
	float: left;
}

#sec03 .linkBox .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sec03 .linkBox .tel {
	padding-top: 17px;
	width: 443px;
	float: right;
}

#sec03 .linkBox .tel .note {
	margin-bottom: 5px;
	display: block;
	font-size: 1.2rem;
}

#sec04 {
	border-bottom: 1px solid #D8D8D8;
	background-color: #F7F7F7;
}

#sec04 .content {
	margin: 0 auto;
	width: 999px;
}

#sec04 .imgAreaR {
	padding: 37px 0 30px;
width:1000px;
margin:0 auto;
}

#sec04 .imgAreaR .ttl {
	margin-bottom: 29px;
	text-align: center;
}

#sec04 .imgAreaR .sliber {
	position: relative;
	margin-bottom: 46px;
}

#sec04 .imgAreaR .sliber .phoList li {
	margin: 0 14px;
	width: 201px;
	float: left;
}

#sec04 .imgAreaR .sliber .phoList li .inner {
	padding: 17px 15px 24px;
	width: 171px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
}

#sec04 .imgAreaR .sliber .phoList li .inner span {
	margin: 9px 16px 0 0;
	display: inline-block;
}

#sec04 .imgAreaR .sliber .phoList li .inner span a {
	display: inline-block;
	color: #e45991;
	font-size: 1.2rem;
	text-decoration: underline;
}

#sec04 .imgAreaR .sliber .phoList li .inner span a:hover {
	text-decoration: none;
}

#sec04 .imgAreaR .sliber .phoList li .inner .link01 a {
	padding: 0 0 3px 32px;
	background: url(../image/common/icon05.png) no-repeat 6px 0;
}

#sec04 .imgAreaR .sliber .phoList li .inner .link01 a:hover {
	text-decoration: none;
}

#sec04 .imgAreaR .sliber .phoList li .inner .link02 {
	margin-right: 0;
}

#sec04 .imgAreaR .sliber .phoList li .link03 {
	margin-top: 10px;
	display: block;
	text-align: center;
}

#sec04 .imgAreaR .sliber .phoList li .link03 a {
	padding-left: 19px;
	display: inline-block;
	color: #e45991;
	font-size: 1.4rem;
	text-decoration: none;
	background: url(../image/common/icon04.png) no-repeat left 3px;
}

#sec04 .imgAreaR .sliber .phoList li .link03 a:hover {
	text-decoration: underline;
}

#sec04 .imgAreaR .sliber .arrow .prev {
	position: absolute;
	top: 109px;
	left: -14px;
}

#sec04 .imgAreaR .sliber .arrow .next {
	position: absolute;
	top: 109px;
	right: -25px;
}

#sec04 .imgAreaR .linkBox {
	margin: 0 auto;
	width: 237px;
	border: 1px solid #C8C8C8;
	background-color: #FFF;
}

#sec04 .imgAreaL {
	padding: 37px 25px 30px 0;
	width: 245px;
	float: left;
	border-right: 1px solid #D8D8D8;
}

#sec04 .imgAreaL .ttl {
	margin-bottom: 29px;
	text-align: center;
}

#sec04 .imgAreaL .imgInner {
	margin-bottom: 9px;
	padding: 19px 13px 14px 21px;
	width: 209px;
	border: 1px solid #D8D8D8;
	background-color: #FFF;
}

#sec04 .imgAreaL .imgInner p {
	margin-top: 16px;
	font-size: 1.2rem;
	line-height: 1.68;
	letter-spacing: -0.5px;
}

#sec04 .imgAreaL .link {
	margin-bottom: 48px;
	text-align: center;
}

#sec04 .imgAreaL .link a {
	padding-left: 19px;
	color: #4a9bb6;
	font-size: 1.4rem;
	text-decoration: none;
	background: url(../image/common/icon03.png) no-repeat left 4px;
}

#sec04 .imgAreaL .link a:hover {
	text-decoration: underline;
}

#sec04 .imgAreaL .linkBox {
	margin: 0 auto;
	width: 240px;
	border: 1px solid #C8C8C8;
	background-color: #FFF;
}

#sec05 {
	padding: 43px 0 0;
	font-size: 1.4rem;
}

#sec05 .consultTtl {
	margin-bottom: 22px;
}

#sec05 .consultTab {
	position: relative;
	margin-bottom: 63px;
}

#sec05 .consultTab .more {
	position: absolute;
	right: 5px;
	top: 16px;
	text-align: right;
}

#sec05 .consultTab .more a {
	display: inline-block;
	padding-left: 20px;
	font-size: 1.4rem;
	color: #000;
	background: url(../image/common/more_bg.png) no-repeat left 2px;
}

#sec05 .consultTab .tabList li {
	float: left;
	margin-right: 18px;
}

#sec05 .consultTab .tabList li a {
	display: block;
	width: 310px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 13px 0 6px;
	text-align: center;
	background: #BDBDBD;
	border-top: 5px solid #fff;
	color: #FFF;
	text-decoration: none;
}

#sec05 .consultTab .tabList li a span {
	display: inline-block;
	background: url(../image/index/tab_ico01.png) no-repeat left center;
	padding-left: 18px;
}

#sec05 .consultTab .tabList li.on a {
	border-top: 5px solid #E45991;
	color: #000;
	background: #FFF3F5;
}

#sec05 .consultTab .tabList li.on a span {
	background: url(../image/index/tab_ico02.png) no-repeat left center;
	padding-left: 18px;
}

#sec05 .consultTab .tabInner {
	background: #FFF3F5;
	padding: 22px 0;
}
/*------------------------------------------------------------
	sec05
------------------------------------------------------------*/
#sec05 {
	margin-bottom: 52px;
}

#sec05 .inforBox {
	margin-bottom: 58px;
}

#sec05 .inforBox #popular {
	width: 479px;
	float: left;
}

#sec05 .inforBox .keyword {
	margin-bottom: 35px;
	padding: 14px 23px 35px;
	border-top: 5px solid #CE083B;
	background-color: #FCEFF2;
}

#sec05 .inforBox #popular .h2Ttl {
	margin: 0 0 34px 43px;
	color: #ce083b;
	font-size: 1.9rem;
}

#sec05 .inforBox .h2Ttl .rank {
	margin: 14px 0 0 10px;
	width: 255px;
	display: inline-block;
	text-align: center;
}

#sec05 .inforBox .h2Ttl .txt {
	margin-top: 9px;
	display: block;
}

#sec05 .inforBox .ttlBox .lBox {
	width: 200px;
	float: left;
}

#sec05 .inforBox .ttlBox .rBox {
	width: 200px;
	float: right;
}

#sec05 .inforBox .ttlBox .ttl {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.0rem;
	line-height: 1.3;
}

#sec05 .inforBox .ttlBox .rBox .ttl {
	margin-left: 5px;
}

#sec05 .inforBox .ttlBox .ttl .txt {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#sec05 .inforBox .ttlBox .rankUl {
	margin-bottom: 94px;
}

#sec05 .inforBox .ttlBox .rankUl li {
	margin-top: 10px;
	font-size: 1.7rem;
}

#sec05 .inforBox .ttlBox .rankUl li:first-child {
	margin-top: 0;
}

#sec05 .inforBox .ttlBox .rankUl li img {
	margin-right: 5px;
	vertical-align: bottom;
}

#sec05 .inforBox .ttlBox .title {
	margin: 0 auto 15px;
	padding-bottom: 1px;
	width: 175px;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	background-color: #8C8C8C;
	border-radius: 10px;
}

#sec05 .inforBox .ttlBox .txtLink {
	margin-left: 5px;
	color: #878787;
	font-size: 1.3rem;
}

#sec05 .inforBox .ttlBox .txtLink a {
	color: #878787;
	cursor: pointer;
}

#sec05 .inforBox .ttlBox .txtLink .txt {
	text-decoration: underline;
	line-height: 2.0;
}

#sec05 .inforBox .ttlBox .txtLink .dot {
	margin: 0 3px 0 0;
}

#sec05 .inforBox .ttlBox .txtLink .txt:hover {
	text-decoration: none;
}

#sec05 .inforBox #deliver .h3Ttl {
	margin: 0 0 18px 2px;
	padding: 9px 0 4px 20px;
	border-left: 5px solid #CE083B;
	color: #000;
	font-size: 1.4rem;
	font-weight: normal;
}

#sec05 .inforBox #deliver .deliverUl {
	margin: -18px -10px 0 0;
}

#sec05 .inforBox #deliver .deliverUl li {
	margin: 18px 13px 0 0;
	float: left;
}

#sec05 .inforBox #deliver .deliverUl li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#sec05 .inforBox #information {
	width: 479px;
	float: right;
}

#sec05 .inforBox #information .h2Ttl {
	margin: 6px 0 30px -1px;
}

#sec05 .tabPanel {
	border: 1px solid #E2D7B7;
}

#sec05 .tabUl li {
	width: 159px;
	float: left;
	font-weight: bold;
	font-size: 1.5rem;
}

#sec05 .tabUl.isTwoCol li {
	width: 238px;
}
#sec05 ul.tabUl li.y_tab.on {
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #e2d7b7;
}
ul.tabUl li.y_tab.on a {
	background-color: #fcf7f5 !important;

}

#sec05 .tabUl li a {
	display: block;
	height: 30px;
	padding: 20px 0 1px;
	position: relative;
	color: #000;
	border-left: 1px solid #E2D7B7;
	border-bottom: 1px solid #EFEBDF;
	background-color: #fcf7f5;
	text-decoration: none;
	text-align: center;
}

#sec05 .tabUl li:first-child a {
	border-left: none;
}

#sec05 .tabUl li a:before {
	margin-top: 1px;
	width: 11px;
	height: 13px;
	background: url(../image/index/sec05_icon02.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 23px;

	content: "";
}

#sec05 .tabUl li.on a {
	border-bottom-color: #FFF;
	background: #FFF;
}

#sec05 .tabUl li.on a:before {
	background: url(../image/index/sec05_icon01.png) no-repeat left top;
}

#sec05 .tabBox .scrollBox {
	height: 655px;
	overflow: auto;
}

#main .inforBox #information .newsUl {
	padding-top: 28px;
}

#main .inforBox #information .newsUl li {
	padding: 14px 15px;
	display: table;
	width: 100%;
	border-top: 1px solid #E2D7B7;
	box-sizing: border-box;
}

#main .inforBox #information .newsUl li:first-child {
	padding: 0 0 14px 15px;
	border-top: none;
}

#main .inforBox #information .newsUl li .pho,
#main .inforBox #information .newsUl li .txtLink {
	display: table-cell;
	vertical-align: middle;
}

#main .inforBox #information .newsUl li .pho {
	width: 25.2%;
}

#main .inforBox #information .newsUl li .txtLink {
	color: #000;
}

#main .inforBox #information .newsUl li .txtLink .date {
	margin-bottom: 7px;
	display: block;
}

#main .inforBox #information .newsUl li .txtLink a {
	color: #4a9bb6;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.5rem;
	text-decoration: none;
}

#main .inforBox #information .newsUl li .txtLink a:hover {
	text-decoration: underline;
}

#main #sec05 .consultUl {
	margin-right: -16px;
}

#main #sec05 .consultUl01 {
	margin: 0 -21px 18px 0;
	width: 1023px;
	overflow: hidden;
	zoom: 1;
}

#main #sec05 .consultUl li {
	margin-right: 16px;
	float: left;
}

#main #sec05 .consultUl01 li {
	margin-right: 21px;
}

#main #sec05 .consultUl li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	sec06
------------------------------------------------------------*/
#sec06 {
	border-top: 1px solid #D5D5D5;
}
section#blog iframe {
	border: none;
	width: 100% !important;
	height: 600px;
}
section#blog {
	width: 100%;
}
#sec06 #blog,
#sec06 #ather {
	padding: 35px 0 47px;
}

#sec06 .h2Ttl {
	margin-bottom: 36px;
	text-align: center;
}

#sec06 #blog {
	width: 480px;
	height: 385px;	
	float: left;
	border-right: 1px solid #D5D5D5;
	padding-right: 20px;
}

#sec06 #blog .h2Ttl {
	margin-left: 50px;
}
#blog .photoBox {
	width: 48% !important;
	float: left !important;
}
section#blog div.imgBox div.photoBox a img{
	width: 100% !important;
	height: auto !important;
}

#sec06 #blog .textBox {
	width: 230px;
	float: right;
}

#sec06 #blog .textBox p {
	margin-bottom: 10px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.65;
}

#sec06 #blog .textBox .txt {
	margin-bottom: 31px;
}

#sec06 #blog .textBox p span {
	display: block;
	color: #9e9e9e;
	font-size: 1.2rem;
}

#sec06 #blog .textBox .link {
	width: 219px;
	box-sizing: border-box;
	border: 1px solid #C8C8C8;
}

#sec06 #blog .textBox .link a {
}

#sec06 #blog .textBox .link a .txt {
	margin: 0;
}

#sec06 #blog .textBox .link a img {
	margin-right: 20px;
	vertical-align: middle;
}

#sec06 #blog .textBox .link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#sec06 #ather {
	padding-left: 21px;
	width: 478px;
	float: right;
	border-left:none;
}

#sec06 #ather .h2Ttl {
	margin-left: 38px;
}

#sec06 #ather .atherUl {
	margin: -27px -33px 0 0;
}

#sec06 #ather .atherUl li {
	margin: 27px 10px 0 0;
	width: 240px;
	float: left;
	overflow: hidden;
}

#sec06 #ather .atherUl li .pho {
	float: left;
}

#sec06 #ather .atherUl li .txtBox {
	width: 150px;
	float: right;
}

#sec06 #ather .atherUl li .txtBox p {
	color: #000;
	font-size: 1.2rem;
	line-height: 1.35;
}

#sec06 #ather .atherUl li .txtBox .txt {
	line-height: 1.2;
}

#sec06 #ather .atherUl li .txtBox .ttl {
	margin: 7px 0 9px;
	color: #e45991;
	font-size: 1.4rem;
	font-weight: bold;
}

#sec06 #ather .atherUl li .txtBox .ttl a {
	color: #e45991;
}

#sec06 #ather .atherUl li .txtBox .ttl01 {
	margin-bottom: 0;
}

#sec06 #ather .atherUl li .txtBox .text {
	font-size: 1.1rem;
}

/*------------------------------------------------------------
	sec07
------------------------------------------------------------*/
#sec07 {
	padding: 52px 0 74px;
	border-top: 1px solid #D5D5D5;
	background: url(../image/index/sec07_bg.png) no-repeat center center;
	background-size: cover;
}

#sec07 .h2Ttl {
	margin-bottom: 36px;
	text-align: center;
}

#sec07 p {
	margin-bottom: 58px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.92;
	text-align: center;
}

#sec07 .linkList li:first-child {
	padding-left: 0;
}

#sec07 .linkList li {
	padding-left: 53px;
	float: left;
}

#sec07 .linkList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

p span.top_blg_ttl {
	color: #000 !important;
	font-size: 1.6rem !important;
}
a.nolink_mv{
    pointer-events: none !important;
}
@media all and (min-width: 0) and (max-width: 640px) {

a.nolink_mv{
    pointer-events: none !important;
}


html.enable-javascript .js_ban_slider_sp{
  visibility: hidden;
}
html.enable-javascript.window-load .js_ban_slider_sp{
  visibility: visible;
}
.slider_wrap {
	height: auto !important;
	display: none;
}
.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}

	.mainVisual{
		width: 100%;
		height: auto !important;
		overflow: hidden!important;
	}
	.mainVisual .arrow {
	/*position: absolute;
		top: 48%;*/
		display: none !important;
	
	}

	.mainVisual .arrow img {
		width: 10px;
		height: auto;
	}

	.mainVisual .prev {
		left: 13px;
	}

	.mainVisual .next {
		right: 17px;
	}

	.mainVisual .slick-dots {
		display: none !important;
	/*bottom: 10px;*/
	}

	.searchBox {
		font-size: 1rem;
		line-height: 18px;
	}
.slider{
  opacity: 0;
  transition: opacity .2s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
	.searchBox .searchList {
		float: none;
		padding: 5px 15px 4px 16px;
	}

	.searchBox .searchList li {
		padding: 0;
		float: right;
	}

	.searchBox .searchList li:first-child {
		float: left;
	}

	.searchBox .arr {
		margin-right: 8px;
		text-indent: -9999px;
		display: inline-block;
		width: 17px;
		height: 17px;
		background: url(../image/index/sp_search_ico.png) no-repeat;
		background-size: 17px auto;
	}

	.searchBox .select {
		line-height: 19px;
	}

	.searchBox .select .click {
		width: 141px;
		background: #FFF url(../image/index/sp_select_bg.png) no-repeat;
		background-position: right 9px top;
		background-size: 15px auto;
	}

	.searchBox .searchList .select .list a {
		background-position: right center;
		background-size: 20px auto;
	}

	.searchBox .searchList a:hover {
		opacity: 1;
	}

	#sec01 {
		width: auto;
		margin: 0;
		padding-top: 5px;
		position: relative;
	}

	#sec01 #pagePath {
		margin: 0 0 7px 18px;
	}

	#sec01 #pagePath li a {
		font-size: 0.9rem;
	}

	#sec01 #pagePath li a:hover {
		text-decoration: none;
	}

	#sec01 .contactList {
		margin: 0 13px 10px;
		display: inline-block;
		position: relative;
		z-index: 50 !important;	
	}
	#sec01 .contactList li a {
		display: block !important;
	}
	#sec01 .contactList li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding: 0 2px;
	}

	#sec01 .contactList li img {
		width: 100%;
		height: auto;
	}

	#sec01 .imgBox {
		box-sizing: border-box;
		min-height: 123px;
		padding: 15px 15px 0;
		background: #F0F0F0 url(../image/index/sp_sec01_img01.jpg) no-repeat 98% bottom;
		background-size: 126px auto;
	}

	#sec01 .imgBox .imgtxt {
		margin-left: 3px;
		margin-top: 5px;
	}

	#sec01 .imgBox .num {
		margin-left: 2px;
		margin-top: 10px;
font-size: 3.2rem;
	}

	#sec01 .imgBox .num .font {
		font-size: 1rem;
		margin-left: -5px;
	}

	#sec01 .imgBox .num .odometer-digit {
		color: #FFF;
		margin-right: 1px;
		width: 29px;
		height: 55px;
		text-align: center;
		background: url(../image/index/sp_num_bg.jpg) no-repeat;
		background-size: 29px 55px;
	}

	#sec01 .imgBox .num .odometer-value {
		display: block;
		width: 29px;
	}

	#sec01 .sp .text {
		margin: 0 15px 18px;
	}

	#sec01 .sp .text img {
		width: 100%;
		height: auto;
	}

	#sec01 .menuBox {
		padding-bottom: 25px;
	}

	#main .comTopBox {
		margin-top: 30px;
		width: auto;
	}

	#sec02 {
		padding: 19px 15px 21px;
		width: auto;
	}

	#sec02 .headLine01 {
		margin-bottom: 0;
	}

	#sec02 .headLine01 img {
		margin: 0 auto;
	}

	#sec02 .linkList {
		margin: 0 -6px;
	}

	#sec02 .linkList .item {
		width: 50%;
		margin: 12px 0 0;
		box-sizing: border-box;
		padding: 0 6px;
	}

	#sec02 .linkList .item img {
		width: 100%;
		height: auto;
	}

	#sec02 .linkList .item a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#sec02 .arrow .prev {
		top: 50%;
		left: 2px;
	}

	#sec02 .arrow .next {
		top: 50%;
		right: 2px;
	}

	#sec02 .arrow img {
		width: 10px;
		height: auto;
	}

	#sec02 .noData {
		margin-top: 25px;
		margin-bottom: 45px;
		font-size: 1rem;
	}

	#sec04 {
		background-color: #FFF;
		border: none;
	}

	#sec04 .content {
		width: auto;
	}

	#sec04 .imgAreaR {
		padding: 0 0 16px;
		width: auto;
		float: none;
		border-bottom: 1px solid #D8D8D8;
	}

	#sec04 .imgAreaR .ttl {
		margin-bottom: 15px;
	}

	#sec04 .imgAreaR .sliber {
		margin: 0 6px 20px;
	}

	#sec04 .imgAreaR .sliber .phoList li {
		margin: 0 9px;
	}

	#sec04 .imgAreaR .sliber .phoList li .inner {
		padding: 11px 10px 13px;
		width: auto;
		border: 1px solid #D8D8D8;
		background-color: #FFF;
	}

	#sec04 .imgAreaR .sliber .phoList li img {
		width: 100%;
		height: auto;
	}

	#sec04 .imgAreaR .sliber .phoList li .inner span {
		margin: 5px 6px 0 0;
	}

	#sec04 .imgAreaR .sliber .phoList li .inner span a {
		font-size: 0.9rem;
	}

	#sec04 .imgAreaR .sliber .phoList li .inner .link01 a {
		padding: 0 0 3px 20px;
		background: url(../image/common/icon05.png) no-repeat 3px 0;
		background-size: 13px auto;
	}

	#sec04 .imgAreaR .sliber .phoList li .inner .link02 {
		margin-right: 0;
	}

	#sec04 .imgAreaR .sliber .phoList li .link03 {
		margin-top: 5px;
	}

	#sec04 .imgAreaR .sliber .phoList li .link03 a {
		padding-left: 13px;
		font-size: 1.1rem;
		background: url(../image/common/icon04.png) no-repeat left center;
		background-size: 10px auto;
	}

	#sec04 .imgAreaR .sliber .phoList li .link03 a:hover {
		text-decoration: none;
	}

	#sec04 .imgAreaR .sliber .arrow .prev {
		top: 38%;
		left: -3px;
	}

	#sec04 .imgAreaR .sliber .arrow .next {
		top: 38%;
		right: -3px;
	}

	#sec04 .imgAreaR .sliber .arrow img {
		width: 10px;
		height: auto;
	}

	#sec04 .imgAreaR .linkBox {
		width: 63%;
		text-align: center;
	}

	#sec04 .imgAreaL {
		padding: 22px 15px 34px;
		width: auto;
		float: none;
		border: none;
	}

	#sec04 .imgAreaL .ttl {
		margin-bottom: 18px;
		text-align: center;
	}

	#sec04 .imgAreaL .ttl img {
		margin: 0 auto;
	}

	#sec04 .imgAreaL .imgInner {
		margin: 0 0 6px;
		padding: 14px 13px 14px 9px;
		width: auto;
	}

	#sec04 .imgAreaL .imgInner img {
		float: left;
		width: 53%;
		height: auto;
	}

	#sec04 .imgAreaL .imgInner p {
		float: right;
		width: 42%;
		margin-top: 2px;
		font-size: 1.3rem;
		line-height: 1.68;
		letter-spacing: 0;
	}

	#sec04 .imgAreaL .link {
		margin-bottom: 17px;
		text-align: center;
	}

	#sec04 .imgAreaL .link a {
		padding-left: 13px;
		color: #4a9bb6;
		font-size: 1.3rem;
		text-decoration: none;
		background: url(../image/common/icon03.png) no-repeat left center;
		background-size: 10px auto;
	}

	#sec04 .imgAreaL .link a:hover {
		text-decoration: none;
	}

	#sec04 .imgAreaL .linkBox {
		width: 70%;
		text-align: center;
	}


	/*------------------------------------------------------------
		sec05
	------------------------------------------------------------*/
	#sec05 {
		margin: 0 15px 23px;
		padding: 0;
	}

	#sec05 .inforBox {
		margin-bottom: 30px;
	}

	#sec05 .inforBox #popular {
		margin-bottom: 16px;
		width: auto;
		height: auto !important;
		float: none;
	}

	#sec05 .inforBox .keyword {
		margin-bottom: 21px;
		padding: 9px 13px 8px;
		border-width: 3px;
	}

	#sec05 .inforBox #popular .h2Ttl {
		margin: 0 0 19px -10px;
		font-size: 1.2rem;
		text-align: center;
	}

	#sec05 .inforBox #popular .h2Ttl .pho img {
		width: 21px;
		height: auto;
	}

	#sec05 .inforBox .h2Ttl .rank {
		margin: 5px 0 0 5px;
		width: 190px;
	}

	#sec05 .inforBox .h2Ttl .txt {
		margin: 5px 0 0 0;
	}

	#sec05 .inforBox .h2Ttl .txt img {
		width: 62px;
		height: auto;
	}

	#sec05 .inforBox .ttlBox .lBox {
		width: 46%;
	}

	#sec05 .inforBox .ttlBox .rBox {
		width: 46%;
	}

	#sec05 .inforBox .ttlBox .ttl {
		margin-bottom: 10px;
		font-size: 0.9rem;
	}

	#sec05 .inforBox .ttlBox .rBox .ttl {
		margin-left: 5px;
	}

	#sec05 .inforBox .ttlBox .ttl .txt {
		margin-bottom: 2px;
		font-size: 1.3rem;
	}

	#sec05 .inforBox .ttlBox .rankUl {
		margin-bottom: 28px;
	}

	#sec05 .inforBox .ttlBox .rankUl li {
		margin-top: 7px;
		height: 30px;
		font-size: 1.3rem;
	}

	#sec05 .inforBox .ttlBox .rankUl li img {
		width: 21px;
		height: 16px;
	}

	#sec05 .inforBox .ttlBox .title {
		margin-bottom: 11px;
		padding-top: 1px;
		width: 100%;
		font-size: 0.8rem;
		line-height: 1.1;
		border-radius: 5px;
	}

	#sec05 .inforBox .ttlBox .title01 {
		margin-left: 6px;
	}

	#sec05 .inforBox .ttlBox .txtLink {
		margin-left: 2px;
		font-size: 1.2rem;
	}

	#sec05 .inforBox .ttlBox .txtLink .txt {
		line-height: 1.6;
	}

	#sec05 .inforBox .ttlBox .txtLink .txt:hover {
		text-decoration: underline;
	}

	#sec05 .inforBox #deliver .h3Ttl {
		margin: 0 0 10px 1px;
		padding: 3px 0 2px 10px;
		border-width: 3px;
		font-size: 1.1rem;
	}

	#sec05 .inforBox #deliver .deliverUl {
		margin: -11px 2px 0 0;
	}

	#sec05 .inforBox #deliver .deliverUl li {
		margin: 11px 4% 0 0;
		width: 48%;
	}

	#sec05 .inforBox #deliver .deliverUl li:first-child {
		width: 100%;
	}

	#sec05 .inforBox #deliver .deliverUl li:last-child {
		margin-right: 0;
	}

	#sec05 .inforBox #deliver .deliverUl li img {
		width: 100%;
		height: auto;
	}

	#sec05 .inforBox #deliver .deliverUl li a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#sec05 .inforBox #information {
		width: auto;
		height: auto !important;
		float: none;
	}

	#sec05 .inforBox #information .h2Ttl {
		margin: 6px 0 15px -1px;
	}

	#sec05 .inforBox #information .h2Ttl img {
		width: 122px;
		height: auto;
	}

	#sec05 .tabUl li {
		width: 33.3%;
		font-size: 1.3rem;
		line-height: 40px;
	}

	#sec05 .tabUl.isTwoCol li {
		width: 50%;
	}

	#sec05 .tabUl li a {
		height: 40px;
		padding: 2px 0 2px 10px;
	}

	#sec05 .tabUl .on a {
		padding-left: 10px;
	}

	#sec05 .tabUl li a:before {
		margin-top: -2px;
		width: 7px;
		height: 4px;
		background-size: 7px 4px;
		left: 10px;
	}

	#sec05 .tabUl li.on a:before,
	#sec05 .tabUl li a:hover:before {
		background-size: 7px 4px;
	}

	#sec05 .tabBox .scrollBox {
		height: 405px;
	}

	#main .inforBox #information .newsUl {
		padding-top: 17px;
	}

	#main .inforBox #information .newsUl li {
		padding: 8px 10px;
	}

	#main .inforBox #information .newsUl li:first-child {
		padding: 0 0 8px 10px;
	}

	#main .inforBox #information .newsUl li .pho {
		width: 59px;
	}

	#main .inforBox #information .newsUl li .pho img {
		width: 59px;
		height: auto;
	}

	#main .inforBox #information .newsUl li .txtLink {
		padding-left: 5px;
		font-size: 1.2rem;
	}

	#main .inforBox #information .newsUl li .txtLink .date {
		margin-bottom: 3px;
	}

	#main .inforBox #information .newsUl li .txtLink a:hover {
		text-decoration: none;
	}

	#main #sec05 .consultUl {
		margin: -10px -5px 0 0!important;
        width: 101.5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;        
	}

	#main #sec05 .consultUl01 {
		margin: -10px 1px 0px;
		/*width: auto;*/
        width: 100%;
		overflow: inherit;
	}

	#main #sec05 .consultUl li {
		margin: 10px 5px 0 0;
		/*width: 47%;*/
        flex: 0 1 calc(97% / 2);
        width: calc(50% - 0px);
        /*margin: 0px 0px 10px 0px;*/
	}

	#main #sec05 .consultUl01 li {
		margin-right: 0;
        margin-bottom: 10px;
		width: 100%;
		float: none;
	}

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

	#main #sec05 .consultUl01 li:nth-child(2n) {
		float: none;
	}

	#main #sec05 .consultUl li img,#main #sec05 .consultUl01 li img {
		width: 100%;
		height: auto;
	}

	#main #sec05 .consultUl li a:hover img,#main #sec05 .consultUl01 li a:hover img  {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*------------------------------------------------------------
		sec06
	------------------------------------------------------------*/
	#sec06 .h2Ttl {
		margin-bottom: 20px;
	}

	#sec06 #blog .h2Ttl img {
		width: 84px;
		height: auto;
	}

	#sec06 #blog {
		padding: 20px 20px 29px 15px;
		width: auto;
		height: 550px;
		float: none;
		border-bottom: 1px solid #E6E6E6;
	}

	#sec06 #blog .h2Ttl {
		margin-left: 0;
	}

	#sec06 #blog .photoBox {
		width: 47%
	}

	#sec06 #blog .photoBox img {
		width: 100%;
		height: auto;
	}

	#sec06 #blog .textBox {
		width: 47%;
	}

	#sec06 #blog .textBox p {
		margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	#sec06 #blog .textBox .txt {
		margin-bottom: 8px;
		line-height: 1.5;
		letter-spacing: -1px;
	}

	#sec06 #blog .textBox p span {
		font-size: 1.0rem;
	}

	#sec06 #blog .textBox .link {
		width: auto;
	}

	#sec06 #blog .textBox .link a {
		font-size: 0.9rem;
	}

	#sec06 #blog .textBox .link a img {
		margin-right: 10px;
		width: 5px;
		height: auto;
	}

	#sec06 #blog .textBox .link a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#sec06 #ather {
		padding: 21px 0 17px;
		width: auto;
		float: none;
		clear: both;
		border-left: none;
	}

	#sec06 #ather .h2Ttl {
		margin: 0 0 12px 0;
	}

	#sec06 #ather .h2Ttl img {
		margin: 0 auto;
	}

	#sec06 #ather .atherUl {
		margin: 0;
	}

	#sec06 #ather .atherUl li {
		padding: 8px 15px 8px;
		margin: 0;
		width: auto;
		float: none;
		border-top: 1px solid #E6E6E6;
	}

	#sec06 #ather .atherUl li:first-child {
		border: none;
	}

	#sec06 #ather .atherUl li .pho img {
		width: 66px;
		height: auto;
	}

	#sec06 #ather .atherUl li .txtBox {
		width: 72.5%;
	}

	#sec06 #ather .atherUl li .txtBox p {
		font-size: 1.1rem;
		line-height: 1.5;
	}

	#sec06 #ather .atherUl li .txtBox .ttl {
		margin: 5px 0 8px;
		font-size: 1.3rem;
	}
	#blog div.imgBox div.photoBox {
		width: 48%;
	}
	/*------------------------------------------------------------
		sec07
	------------------------------------------------------------*/
	#sec07 {
		padding: 13px 13px 20px 16px;
		background: url(../image/index/sp_sec07_bg.png) no-repeat center center;
		background-size: cover;
	}

	#sec07 .h2Ttl {
		margin: 0 -1px 22px 0;
		text-align: left;
	}

	#sec07 .h2Ttl img {
		width: 100%;
		height: auto;
	}

	#sec07 p {
		margin: 0 0 23px 2px;
		font-size: 1.2rem;
		line-height: 1.65;
		text-align: left;
	}

	#sec07 .linkList {
		margin-top: -7px;
	}

	#sec07 .linkList li {
		margin-top: 7px;
		padding: 0;
		width: 47.9%;
	}

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

	#sec07 .linkList li img {
		width: 100%;
		height: auto;
	}

	#sec07 .linkList li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

}