@charset "utf-8";
/**
 * style.css
 */

@media print, screen and (max-width:1199px) {}
@media print, screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:565px) {}

#container {margin-top: 0;background-image: none;}
@media only screen and (max-width:959px) {
	#container {
		padding: 75px 5px 0 5px;
	}
}
@media only screen and (max-width:767px) {
#container {padding: 48px 5px 0 5px;}
.main-columns {
	padding-top: 10px;
}
.main-columns > div.common-wrap {padding-top:0px;padding-bottom: 0;}
}
.main-columns .common-wrap{
	margin-top: 3px;
}
/* main-slider
--------------------------------------------------*/
.main-slider {
	position: relative;
	padding: 30px 0 25px;
    /*height: 380px;*/
    overflow-y: hidden;
}
.main-slider * {
	outline: none;
}
.main-slider ul {
	padding: 0;
}
.main-slider li {
	list-style: none;
}
.main-slider li .item {
overflow: hidden;
visibility: hidden;
}

.main-slider .slick-slider.slick-initialized li .item {
visibility: visible;
}
.main-slider li .item .image {
	float: left;
	width: 100%;
	padding-left: 360px;
	margin-left: -360px;
}
.main-slider li .item .image > div {
	height: 380px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.main-slider li.box01 .item .image > div {
	background-image: url(../img/pc/top/slide_01.jpg);
}
.main-slider li.box02 .item .image > div {
	background-image: url(../img/pc/top/slide_02.jpg);
}
.main-slider li.box03 .item .image > div {
	background-image: url(../img/pc/top/fotolia_50925101.jpg);
}
.main-slider li.box04 .item .image > div {
	background-image: url(../img/pc/top/fotolia_66240342.jpg);
}
.main-slider li.box05 .item .image > div {
	background-image: url(../img/pc/top/fotolia_89961227.jpg);
}
.main-slider li.box06 .item .image > div {
	background-image: url(../img/pc/top/fotolia_93235688.jpg);
}
.main-slider li .item .texts {
	float: right;
	width: 360px;
	padding-bottom: 40px;
}
.main-slider li .item .texts .ttl {
	position: relative;
	left: -40px;
	width: 200px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
.main-slider li .item .texts .ttl > div {
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	z-index: 2;
}
.main-slider li .item .texts .ttl > div > h2 {
	display: table-cell;
	vertical-align: middle;
}
.main-slider li .item .texts .ttl small {
	display: block;
	font-size: 24px;
	line-height: 1.5;
}
.main-slider li .item .texts .ttl span {
	position: relative;
	display: block;
	z-index: 2;
}
.main-slider li .item .texts .ttl:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 140px;
	height: 140px;
	margin: -70px 0 0 -70px;
	background-color: #51b233;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
.main-slider li .item .texts .txt {
	padding: 20px 30px 0;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	.main-slider {
		padding: 0 0 25px;
	}
	.main-slider .common-wrap {
		padding: 0;
	}
	.main-slider li .item .image {
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
	.main-slider li .item .image > div {
		height: 0;
		padding-bottom: 50%;
	}
	.main-slider li .item .texts {
		float: none;
		width: auto;
		margin-top: -50px;
		padding-bottom: 15px;
	}
	.main-slider li .item .texts .ttl {
		top: 0;
		left: 10px;
		width: 100px;
		font-size: 15px;
	}
	.main-slider li .item .texts .ttl > div {
		height: 100px;
	}
	.main-slider li .item .texts .ttl small {
		font-size: 12px;
		line-height: 1.3;
	}
	.main-slider li .item .texts .ttl:before {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}
	.main-slider li .item .texts .txt {
		margin-top: -20px;
		padding: 0 15px 0 90px;
		font-size: 11px;
		line-height: 1.5;
	}
}


/* slick-dots */
.main-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 100%;
	margin-left: -330px;
	text-align: center;
	line-height: 0;
}
.main-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.main-slider .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #dcdcdc;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	border-radius: 50%;
}
.main-slider .slick-dots li.slick-active button {
	background-color: #51b233;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-dots {
		bottom: auto;
		top: 0;
		left: auto;
		right: 90px;
		margin: 50% 0 0;
		padding-top: 10px;
		text-align: center;
		line-height: 0;
	}
	.main-slider .slick-dots li {
		margin: 0 3px;
	}
	.main-slider .slick-dots li button {
		width: 4px;
		height: 4px;
	}
}

/* slick-arrow */
.main-slider .slick-arrow {
	display: none !important;
	position: absolute;
}
@media only screen and (max-width:767px) {
	.main-slider .slick-arrow {
		position: absolute;
		top: 0;
		width: 35px;
		height: 35px;
		display: block !important;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: contain;
		border: none;
		cursor: pointer;
		outline: none;
		margin-top: 50%;
		transform: translateY(-50%);
		padding: 0;
		appearance: none;
		text-indent: -9999px;
		z-index: 10;
	}
	.main-slider .slick-prev {
		right: 47px;
		background-image: url(../img/pc/page/slide_arw01.png);
	}
	.main-slider .slick-next {
		right: 10px;
		background-image: url(../img/pc/page/slide_arw02.png);
	}
}





/* news-area
--------------------------------------------------*/
.news-area {
	display: none;
	margin-bottom: 20px;
}
.news-area #NewsLine {
	padding: 15px;
	background-color: #f6f6f6;
}
.news-area .inner span {
	display: block;
	font-size: 1.4rem;
}
.news-area .inner a {
	color: #535353;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	.news-area .common-wrap {
		padding: 0;
	}
	.news-area #NewsLine {
		padding: 10px;
		font-size: 11px;
	}
}




/* news-topics
--------------------------------------------------*/

#newstitle img {
	width: 250px;
	height:auto;
}


.news-topics {
	margin-bottom: 15px;
}
.news-scroll {
	overflow: auto;
	height: 336px;
	margin-bottom: 30px;
}

@media only screen and (max-width:960px) {
	.news-topics {
		margin-bottom: 50px;
	}
	.news-scroll {
			overflow: visible;
			height: auto;
	}

}

@media only screen and (max-width:767px) {
	.news-topics {
		/* margin-bottom: 110px; */
	}

	
}

.index-btn {
    position: absolute;
    right: 20px;
    z-index: 15;
    font-size: 13px;
    text-align:center;
    font-weight: 700;
}

.index-btn a {
	display: block;
	padding: 2px;
	width: 110px;
	color: #CF4700;
	border-radius: 25px;
	border: 1px solid #CF4700;
	position: relative;
}


.index-btn a:hover {
text-decoration: none;
opacity: 0.6;
}


@media print, screen and (max-width:991px) {
	.index-btn a {
    width: 200px;
}
}

@media only screen and (max-width:767px) {
#NewsSection .parts-tab-btns {
    margin-bottom: 65px;
}
.index-btn {
    right: 0;
    top: inherit;
    /* bottom: -50px; */
    width: 100%;
}
.index-btn a {
    width: 30vh;
    font-size: 14px;
    text-align: center;
}
}


@media only screen and (max-width:767px) {
	.news-topics .index-btn a {
		padding: 2px 0;
		font-size: 12px;
		text-align: center;
		margin: auto;
	}
}

#pagetop {
	display: none;
}

#Search-btn-Area {overflow:hidden;}
#Search-btn-Area .parts-tab-body {/* background-color: #f5f5f5; */padding: 10px;}

#Search-btn-Area .parts-box-btns .row > div {
	background-color: #fff;
	margin: 0;
}

#Search-btn-Area .parts-box-btns .row > div:last-child {
	border-bottom: none;
}

#Search-btn-Area .parts-box-btns .row > * {
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	border-bottom: 1px dotted #d8d8d8;
}

_:-ms-lang(x)::-ms-backdrop, 
#Search-btn-Area .parts-box-btns .row > * {
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	border-bottom: 1px dotted #999;
}

@media only screen and (max-width:767px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: 100%;
}
}

@media only screen and (max-width:565px) {
#Search-btn-Area .parts-box-btns .row > div {
	flex-basis: 100%;
}
}


.parts-icon-btn a .ico .svg path {
  fill: #51b233;
  stroke: #51b233;
  stroke-width:0px;
}


.parts-icon-btn a .ico {
	display:none;
}

.parts-tab-btn {
	padding: 0 4px;
	border-bottom:none;
}


#BannerArea01 {margin-top:80px;}
#BannerArea01 img {border: 4px solid #f8c6ab;}


#BannerArea02 {
	padding: 40px 0;
	margin: 80px auto 0;
	position: relative;
}
#BannerArea02 .parts-btn {
	text-align:center;
	margin: 10px 0;
	padding: 4px;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc((100% - 0px) /4);
	max-width: calc((100% - 0px) /4);
}

#BannerArea02 div img {overflow:hidden;}


@media print, screen and (max-width:991px) {
	#BannerArea02 .parts-btn {
		flex-basis: calc((100% - 0px) /4);
		max-width: calc((100% - 0px) /4);
		}
}
@media only screen and (max-width:767px) {
#BannerArea01 {margin-left:auto; margin-right:auto;}	
#BannerArea01 div {margin-bottom:10px;}
#BannerArea02 .parts-btn {
	flex-basis: calc((100% - 0px) /3);
	max-width: calc((100% - 0px) /3);
	}
}

@media only screen and (max-width:565px) {
#BannerArea02 .parts-btn {
	flex-basis: calc((100% - 0px) /2);
	max-width: calc((100% - 0px) /2);
	}
}


#BannerArea02 .parts-btn a {display: block;text-decoration: none;background-color: #fff;margin: auto;overflow: hidden;}
#BannerArea02 .parts-btn a:hover {text-decoration: none;}
#BannerArea02 div {margin-left: 0;margin-right: 0;/* overflow:hidden; *//* width: 200px; */}
#BannerArea02:before{
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #8d827a;
	/* background-image: -webkit-radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), -webkit-radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%); */
	/* background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%); */
	/* background-blend-mode: screen; */
}


#first-section {margin-bottom:80px;}
#mainimage_wrap {display:flex; flex-direction:column;}
#mainimage-section {/* height:100%; */flex:1;background-color: #f3a97f;display: flex;justify-content: center;align-items: center;padding: 16px 20px;}
#mainimage-section img {/* margin: 10px 0; */}
#mainimage-section div div {overflow:hidden;margin: 12px 0;}
#mainimage-section div div a {padding: 8px 0;background-color:#fff;height: 100%;display: block;}
#mainimage-section > div {display:flex; flex-direction:column; justify-content:space-evenly; height:100%;}

#Banner05 {margin-bottom:1em;}

@media print, screen and (max-width:991px) {
#mainimage_wrap {order:2;margin-top: 16px;}
#mainimage-section {/* margin: 10px 0 40px 0; */}
#news-section {order: 1;/* margin-top: 40px; */}
#mainimage-section div div a {padding: 0;}
}

@media only screen and (max-width:768px) {
#first-section {margin-bottom:40px;}
}

@media only screen and (max-width:991px) {
#news-section {display: contents;}
#Banner05,
.news-topics,
#BannerArea01 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
#Banner05 {order: 1;margin-bottom: 0;}
#mainimage_wrap {order: 2;/* margin-top: 0; */}
.news-topics {order: 3;margin-top: 24px;}
#BannerArea01 {order: 4;margin-top: 16px;}
}




/*タブ切り替え全体のスタイル*/
.tabs {
  /* margin-top: 50px; */
  /* padding-bottom: 40px; */
  /* background-color: #fff; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  /* width: 100%; */
  /* margin: 0 auto; */
  /* border-top: 2px solid #555; */
  }

/*タブのスタイル*/
.tab_item {
  width: calc((100% / 3) - 16px);
  height: 50px;
  border-bottom: 5px solid #ddd;
  background-color: #fff;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #aaa;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
}
 .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0 0;
  clear: both;
  /* overflow: hidden; */
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#disaster:checked ~ #disaster_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
   background-color: #f9f7f1;
   color: #e75400;
   border-bottom: 5px solid #f3a97f;
}

/* KaradashiruHero
--------------------------------------------------*/
#KaradashiruHero {margin-bottom: 30px;}
@media only screen and (min-width:768px) {
	#KaradashiruHero {margin-top: -40px;}
}
.karadashiru-hero {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	padding: 30px 40px;
}
.karadashiru-hero:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 150vw;
	height: 100%;
	transform: translateX(-50%);
	background-color: #fbeee1;
	z-index: -1;
}
.karadashiru-hero-image {
	flex: 0 0 220px;
	max-width: 220px;
	margin-right: 40px;
}
.karadashiru-hero-image img {
	width: 100%;
	height: auto;
}
.karadashiru-hero-text {
	flex: 1;
}
.karadashiru-hero-label {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #eb6100;
}
.karadashiru-hero-title {
	margin-bottom: 12px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
}
.karadashiru-hero-desc {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}
.karadashiru-hero-btn {
	margin-bottom: 0;
}
.karadashiru-hero-btn a {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 700;
	color: #fff;
	background-color: #eb6100;
	border-radius: 30px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.karadashiru-hero-btn a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
}

@media only screen and (max-width:767px) {
	.karadashiru-hero {
		flex-direction: column;
		padding: 20px;
	}
	.karadashiru-hero-btn {text-align: center;}
	.karadashiru-hero-image {
		flex: 0 0 auto;
		max-width: 160px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.karadashiru-hero-title {
		font-size: 24px;
	}
}

