.column1024 {
	padding: 0 32px;
}
.mincho {
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
header .column1024 {
	padding: 0 22px;
}
header .header {
	padding: 0;
}
header .header_copy {
	background: #000;
	color: #FFF;
	padding: 2px 0;
}
header .header_copy h1 {
	padding: 0 22px;
	letter-spacing: 0;
}

header .header_left {
	width: auto;
	padding-top: 20px;
}
header #logo {
	width: 340px;
}
header #logo .logo_mark img {
	float: left;
	margin-right: 25px;
	width: 57px;
	height: auto;
}
header #logo .copy {
	float: left;
	margin: 12px 0 4px;
	font-size: 90%;
	color: #555;
}
header #logo .logo_name img {
	clear: both;
	width: 253px;
	height: auto;
}

header .header_nav {
	width: 45%;
	margin: 20px 0 0;
}
header .header_nav p {
	text-align: right;
}

header .btn_contact {
	width: 514px;
	margin: 15px 0 0;
}
header .btn_contact li {
	float: left;
	width: 163px;
	height: 27px;
	margin-left: 8px;
}
header .btn_contact li a {
	line-height: 27px;
}
header .btn_contact li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
header .btn_contact li img {
	height: auto;
	vertical-align: 8px;
}
header .btn_contact .n01 {
	background: #3577B4;
}
header .btn_contact .n02 {
	background: #EF8932;
}
header .btn_contact .n03 {
	background: #81B929;
}
header .btn_contact .arrow img {
	margin-right: 10px;
	vertical-align: 2px;
	width: 4px;
	height: auto;
}
header .btn_contact .icon img {
	margin-left: 5px;
	vertical-align: -3px;
	width: auto;
	height: 15px;
}

#globalnav_in ul {
	font-size: 0;
}
#globalnav_in li {
	padding: 0;
}
#globalnav_in li a {
	display: inline-block;
	height: 50px;
	padding: 0 53px;
	line-height: 46px;
}
#globalnav_in li a:hover {
	background: #cde6c1;
	text-decoration: none;
}
#globalnav_in li img {
	vertical-align: middle;
}
#globalnav_in .n01,
#globalnav_in .n02,
#globalnav_in .n03 {
	display: none;
}

#globalnav {
	margin: 20px auto;
	padding: 0 22px;
}

/*スライド 共通*/
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.slick-prev,
.slick-next {
  border: none;
  text-indent: -9999px;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots > li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots > li button {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #CCC;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}
.slick-dots > li.slick-active button {
  background-color: #FFF;
}

.mainimage01,
.mainimage02,
.mainimage03 {
	background: none;
}

#mainimage .slick-slide {
  margin: 0;
  opacity: 0.3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#mainimage .slick-slide.slick-current {
  opacity: 1;
}
#mainimage .slick-prev,
#mainimage .slick-next {
  width: 36px;
  height: 54px;
}
#mainimage .slick-prev {
  left: 50%;
  margin-left: -482px;
  background: url(/dcms_media/image/arr_prev.png) no-repeat left top;
}
#mainimage .slick-next {
  right: 50%;
  margin-right: -482px;
  background: url(/dcms_media/image/arr_next.png) no-repeat left top;
}
#mainimage .slick-dots {
  margin-bottom: 10px;
}
#mainimage .slick-dots > li button {
  width: 8px;
  height: 8px;
}
#mainimage .slick-dots > li.slick-active button {
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 979px) {
  #mainimage .slick-slide {
    margin: 0;
  }
  #mainimage img {
    width: 100%;
    height: auto;
  }
  #mainimage .slick-prev {
    margin-left: -48%;
  }
  #mainimage .slick-next {
    margin-right: -48%;
  }
}
@media only screen and (max-width: 690px) {
  #mainimage {
    margin-bottom: 40px;
  }
  #mainimage .slick-prev,
  #mainimage .slick-next {
    width: 18px;
    height: 27px;
  }
  #mainimage .slick-prev {
    background: url(/dcms_media/image/arr_prev.png) no-repeat left top;
    background-size: 18px 27px;
  }
  #mainimage .slick-next {
    background: url(/dcms_media/image/arr_next.png) no-repeat left top;
    background-size: 18px 27px;
  }
  #mainimage .slick-dots {
    margin-bottom: 5px;
  }
}

.title_icon {
	line-height: 1.3;
}
.title_icon img {
	margin: 0 10px;
	vertical-align: 4px;
}
.title_icon .title_sub {
	display: block;
	font-size: 40%;
}

.library_box053_a_left,
.library_box053_a_right {
	position: relative;
}
.library_box053_a_in_left {
	margin: 0 4% 10px 0;
}
.library_box053_a_in_left .title,
.library_box053_a_in_right .title {
	border-bottom: 1px solid #1F294B;
	padding: 2px 0 10px;
	line-height: 1.4;
	font-size: 150%;
}
.library_box053_a_left .more,
.library_box053_a_right .more {
	position: absolute;
	right: 0;
	bottom: 0;
}
.library_box053_a_left .more a, .library_box053_a_right .more a {
    background: url(../image/arrow_right_b.png) no-repeat 10% 50%;
    background-size: 7px;
    display: inline-block;
    border: 1px solid #1F294B;
    padding: 4px 10px 4px 20px;
    font-size: 12px;
}
.library_box053_a_left .more a:hover,
.library_box053_a_right .more a:hover {
	background-image: url(../image/arrow_right_w.png);
	text-decoration: none;
	background-color: #1F294B;
	color: #FFF;
}
.library_box053_a_left .more a img,
.library_box053_a_right .more a img {
	vertical-align: middle;
	margin-right: 5px;
}

.gallery_area {
	overflow: hidden;
	background: #cde6c1;
	padding-top: 60px;
}
.gallery_area .box4 .more {
	text-align:right;
}
.gallery_area .box4 .more a {
	padding: 4px;
}
.gallery_area .box4 .more a:hover {
	background: #E5EBF3;
}
.gallery_area .box4 .more img {
    width: 7px;
    height: auto;
    margin-right: 5px;
    vertical-align: -2px;
}

.banners-area {
	overflow: hidden;
}
.banners-area .banner_left {
	float: left;
	width: 49%;
}
.banners-area .banner_left img {
	width: 100%;
	height: auto;
}
.banners-area .banner_right {
	overflow: hidden;
	border: 1px solid #1F294B;
	float: right;
	width: 49%;
}
.banners-area .banner_right a:hover  .banner_right_left {
	opacity: 0.6;
}
.banners-area .banner_right .banner_right_left {
	overflow: hidden;
	float: left;
	width: 50%;
	padding: 15px;
}
.banners-area .banner_right .banner_right_right {
	position: relative;
	float: right;
	width: 50%;
}
.banners-area .banner_right .banner_right_right .over_link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: rgba(31, 41, 73, 0.7);
	color: #FFF;
	line-height: 26px;
}
.banners-area .banner_right .banner_right_right .over_link img {
    margin-right: 5px;
    vertical-align: middle;
    width: 7px;
    height: 9px;
    margin-top: -1px;
}

.news_question #news {
	float: left;
	width: 49%;
}
.news_question #news dl {
	border: none;
}
.news_question #news dt {
	clear: both;
	float: left;
	width: 19%;
	margin-right: 3%;
	padding-top: 5px;
	font-size: 90%;
	font-weight: bold;
}
.news_question #news dd {
	float: left;
	width: 78%;
	padding-top: 5px;
	font-size: 90%;
}
.news_question .header-area {
	overflow: hidden;
	background: url(../image/news_line.gif) no-repeat 0 100%;
	margin-bottom: 20px;
	padding-bottom: 18px;
}
.news_question #news .title-area {
	float: left;
	text-align: center;
}
.news_question .title-area p {
	line-height: 1;
}
.news_question .header-area .more a {
    background: url(../image/arrow_right_b.png) no-repeat 10% 50%;
    background-size: 3px auto;
    border: 1px solid #1F294B;
    float: right;
    padding: 4px 10px 4px 20px;
    background-size: 7px;
}

.contact_area li a .arrow img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    width: 8px !important;
}

.news_question .header-area .more a:hover {
	background-image: url(../image/arrow_right_w.png);
	text-decoration: none;
	background-color: #1F294B;
	color: #FFF;
}
.news_question .header-area .more img {
	vertical-align: middle;
	margin-right: 5px;
}
.news_question #question {
	float: right;
	width: 49%;
}
.news_question #question li {
	margin-top: 6px;
	font-size: 90%;
}
.news_question #question .title-area {
	float: left;
	text-align: center;
}

.contact_area {
	overflow: hidden;
	background: url(../image/contact_bg.gif);
	height: 200px;
}
.contact_area ul {
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
	padding-top: 70px;
}
.contact_area li a {
	display: block;
	float: left;
	width: 280px;
	height: 60px;
	line-height: 56px;
	margin-left: 20px;
	padding: 0;
	text-align: center;
}
.contact_area li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.contact_area li:first-child a {
	margin-left: 0;
}
.contact_area li a img {
	vertical-align: middle;
}
.contact_area li a {
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
}
.contact_area li a .arrow {
	margin-right: 10px;
	vertical-align: 2px;
}
.contact_area li a .icon {
	margin-left: 10px;
}
.contact_area li.n01 a {
	background: #3577B4;
}
.contact_area li.n02 a {
	background: #EF8932;
}
.contact_area li.n03 a {
	background: #81B929;
}
.contact_sp {
	display: none;
}

footer .bg_base {
	background: #EDEDED;
	padding: 60px 0 90px;
}
.footnav li a {
	color: #656565;
}

.footer_top {
	overflow: hidden;
}
.footer_top .logo_mark {
	float: left;
	margin-right: 45px;
}
.footer_top .footnav {
	width: 260px;
}
.footer_top .footnav li {
	margin-bottom: 5px;
}
.footer_top .footnav a img {
	margin-right: 5px;
	vertical-align: 2px;
}
.footer_top .footer_line {
	float: left;
}
.footer_top .footaddress {
	float: right;
	width: 505px;
}
.footer_top .footaddress .address {
	margin: 25px 0 15px;
}
.footer_top .footaddress .footbanners {
	overflow: hidden;
	margin-left: -20px;
}
.footer_top .footaddress .footbanners li {
	float: left;
	margin-left: 20px;
}

.footer_bottom {
	background: #202A49;
}
.footer_bottom .footer_bottom_inner {
	width: 980px;
	margin: 0 auto;
}
.footer_bottom .footnav_b li a {
	font-size: 10px;
	color: #FFF;
}
.footer_bottom #copyright {
	color: #FFF;
	font-size: 10px;
}

a.pagetop {
	width: 30px;
	height: 30px;
	background: url(../image/btn_pagetop.gif) no-repeat 0 0;
	background-size: 30px 30px;
	display:block;
	z-index:50;
}





@media only screen and (max-width: 979px) {
	.column1024 {
		padding: 0 2.5%;
	}
	header .header_copy h1 {
		padding: 0 2.5%;
	}
	header .header_left {
		width: 50%;
		padding: 15px 0 0;
	}
	header #logo {
		width: 100%;
	}
	header #logo .logo_mark img {
		width: 17%;
		margin-right: 3%;
	}
	header #logo .logo_name img {
		width: 80%;
	}
	header .header_nav {
		margin: 15px 0 0 0;
	}
	header .btn_contact {
		width: 30%;
		margin: 10px 0 0 0;
	}
	header .btn_contact li {
		width: 100%;
		height: 34px;
		margin: 0 0 2px;
		border-bottom: none;
	}
	header .btn_contact li a {
		height: 34px;
		line-height: 34px;
	}

	#globalnav {
		margin-top: 0;
	}
	#globalnav_in li {
		padding: 0;
	}
	#globalnav_in li a {
		display: block;
		padding: 0;
	}

	.gallery_area {
		padding-top: 40px;
	}
	.library_box053_a_in_left .title,
	.library_box053_a_in_right .title {
		font-size: 140%;
	}
	.library_box053_a_left .more,
	.library_box053_a_right .more {
		position: inherit;
		margin-top: 10px;
	}

	.banners-area .banner_left {
		width: 49%;
	}
	.banners-area .banner_left img {
		width: 100%;
		height: auto;
	}
	.banners-area .banner_right .banner_right_left p {
		font-size: 85%;
	}
	.banners-area .banner_right .banner_right_right {
		width: 49%;
	}
	.banners-area .banner_right .banner_right_right img {
		width: 100%;
		height: auto;
	}
	.banners-area .banner_right .banner_right_right .over_link img {
		width: 3px;
		height: auto;
	}

	.news_question #news {
		width: 49%;
	}
	.news_question #news .title-area .title_icon {
		font-size: 160%;
	}
	.news_question #news dt {
		width: 25%;
	}
	.news_question #news dd {
		width: 72%;
	}
	.news_question #question {
		width: 49%;
	}
	.news_question #question .title-area .title_icon {
		font-size: 160%;
	}

	.contact_area {
		height: auto;
	}
	.contact_area ul {
		width: 100%;
		padding: 30px 0;
	}
	.contact_area li a {
		width: 31%;
		height: auto;
		margin-left: 3%;
	}

	footer .bg_base {
		padding: 30px 3% 20px;
	}
	.footer_top {
		padding: 0;
	}
	.footer_top .logo_mark {
		width: 8%;
		margin-right: 3%;
	}
	.footer_top .logo_mark img {
		width: 100%;
		height: auto;
	}
	.footer_top .footnav {
		width: 25%;
	}
	.footer_top .footer_line {
		display: none;
	}
	.footer_top .footaddress {
		width: 64%;
	}
	.footer_top .footaddress .footaddress_inner {
		float: left;
		width: 40%;
	}
	.footer_top .footaddress .footaddress_inner img {
		width: 100%;
		height: auto;
	}
	.footer_top .footaddress .address {
		margin: 10px 0 0;
	}
	.footbanners {
		float: right;
		width: 50%;
	}
	.footbanners img {
		max-width: 100%;
		height: auto;
	}
	.footer_bottom .footer_bottom_inner {
		width: 100%;
		padding: 0 2.5%;
	}
	.footer_top .footaddress .footbanners {
		margin-left: 0;
	}
	.footer_top .footaddress .footbanners li {
		float: none;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 690px) {
	header .column1024,
	.column1024 {
		padding: 0 3%;
	}
	header .header_copy h1 {
		font-size: 60%;
	}
	header .header_left {
		width: 280px;
		padding: 10px 0 0;
	}
	header #logo .logo_mark img {
		width: 10%;
	}
	header #logo .copy {
		margin: 0;
		font-size: 60%;
	}
	header #logo .logo_name img {
		width: 70%;
	}
	header .btn_contact {
		display: none;
	}

	#globalnav {
		top: -62px;
		margin: 0 0 10px;
	}
	#globalnav_in {
		margin-top: 70px;
	}
	#globalnav_in li a {
		display: block;
		height: auto;
		padding: 17px 10px 23px;
		line-height: normal;
	}
	#globalnav_in li a:after {
		display: none;
	}
	#globalnav_in .n01 {
		display: block;
		background: #3577B4;
	}
	#globalnav_in .n01 a {
		color: #FFF;
	}
	#globalnav_in .n01 a img {
		margin-left: 10px;
		vertical-align: -2px;
	}
	#globalnav_in .n02 {
		display: block;
		background: #EF8932;
	}
	#globalnav_in .n02 a {
		color: #FFF;
	}
	#globalnav_in .n02 a img {
		margin-left: 10px;
		vertical-align: -2px;
	}
	#globalnav_in .n03 {
		display: block;
		background: #81B929;
	}
	#globalnav_in .n03 a {
		color: #FFF;
	}
	#globalnav_in .n03 a img {
		margin-left: 10px;
		vertical-align: -2px;
	}

	.title_icon {
		font-size: 180%;
	}

	.library_box053_a_left,
	.library_box053_a_right {
		margin-bottom: 20px;
	}
	.library_box053_a_left {
		float: left;
		width: 48%;
	}
	.library_box053_a_right {
		float: right;
		width: 48%;
	}
	.library_box053_a_in_left .title,
	.library_box053_a_in_right .title {
		font-size: 120%;
	}

	.gallery_area {
		padding-top: 20px;
	}

	.banners-area .banner_left {
		width: 100%;
		margin-bottom: 20px;
	}
	.banners-area .banner_right {
		width: 100%;
	}
	.banners-area .banner_right .banner_right_left {
		float: none;
		width: 100%;
	}
	.banners-area .banner_right .banner_right_right {
		float: none;
		width: 100%;
	}

	.news_question #news {
		width: 100%;
		margin-bottom: 20px;
	}
	.news_question .header-area {
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	.news_question #news dt,
	.news_question #news dd {
		float: none;
		display: block;
		width: 100%;
	}
	.news_question #question {
		width: 100%;
	}
	.news_question #question .title-area .title_icon {
		font-size: 120%;
	}
	.news_question #question .title-area .title_icon img {
		vertical-align: 2px;
	}

	.contact_area {
		background: none;
	}
	.contact_area ul {
		padding: 10px 0 0;
	}
	.contact_area li a {
		width: 100%;
		margin: 0 0 10px;
	}
	.contact_sp {
		display: block;
	}
	.contact_sp img {
		width: 100%;
		height: auto;
	}

	footer .bg_base {
		padding: 20px 3%;
	}
	.footer_top .logo_mark {
		width: 15%;
	}
	.footer_top .footnav {
		float: right;
		width: 82%;
	}
	.footer_top .footnav li a {
		background: none;
		padding: 10px;
	}
	.footer_top .footaddress {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 15px;
	}
	.footer_top .footaddress .footaddress_inner {
		float: none;
		width: 100%;
	}
	.footer_top .footaddress .footaddress_inner img {
		width: 228px;
	}
	.footer_top .footaddress .address {
		margin: 0;
	}
	.footbanners {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}