@charset "utf-8";

/* ==================================================
Top CSS
================================================== */
#tmp_main ul {
	list-style: none;
}
#tmp_main img {
	max-width: 100%;
	height: auto;
}
.section_ttl {
	position: relative;
	font-size: 162.5%;
	font-weight: bold;
	background: transparent url(/shared/templates/desupport_top/images/icon/icon_title.png) no-repeat center left;
	padding-left: 30px;
}
.section_ttl a {
	color: #222222;
	text-decoration: none;
}
.section_ttl a:hover,
.section_ttl a:focus,
.section_ttl a:after {
	text-decoration: underline;
}
/* ==================================================
Start Slick Main Visual PC
================================================== */
#tmp_mainvisual{
	overflow: hidden;
	position: relative;
}
#tmp_mainvisual .slick_slides {
	visibility: hidden;
	opacity: 0;
}
#tmp_mainvisual .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_mainvisual .slick_control{
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 20px;
	z-index: 0;
	text-align: right;
}
#tmp_mainvisual .slick-dots{
	padding-right: 0;
}
#tmp_mainvisual .slick-dots,
#tmp_mainvisual .descript_text,
#tmp_mainvisual .descript_text a,
#tmp_mainvisual .btn_ctl{
	display: inline-block;
	vertical-align: middle;
}
#tmp_mainvisual .descript_text{
	position: absolute;
	bottom: 13px;
	right: 306px;
	z-index: 100;
	padding-left: 15px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	line-height: 1.4;
}
#tmp_mainvisual .slick-current .descript_text,
#tmp_mainvisual .slick-active .descript_text{
	opacity: 1;
	visibility: visible;
}
#tmp_mainvisual .descript_text,
#tmp_mainvisual .descript_text a{
	font-size: 100%;
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
#tmp_mainvisual .descript_text a:hover,
#tmp_mainvisual .descript_text a:focus{
	text-decoration: none;
}
#tmp_mainvisual .btn_slides{
	position: relative;
	margin-right: 0;
	padding: 3px 5px 3px 5px;
	line-height: 1;
	font-weight: bold;
	color: #00809b;
	background-color: #ffffff;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	min-width: 75px;
	text-align: center;
}
#tmp_mainvisual .btn_slides a {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	color: #00809b;
	background-color: transparent;
}
#tmp_mainvisual .btn_slides a span{
	padding: 2px 0 0 5px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 87.5%;
}
/*Hack  IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#tmp_mainvisual .btn_slides a span{
		position: relative;
		top: 2px;
	}
}
#tmp_mainvisual .btn_slides.stop,
#tmp_mainvisual .btn_slides.start {
	box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-moz-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
}
#tmp_mainvisual .btn_slides.stop span,
#tmp_mainvisual .btn_slides.start span {
	color: #000000;
	background: transparent;
}
#tmp_mainvisual .btn_slides span{
	z-index: 10;
	text-indent: inherit;
}

#tmp_mainvisual .main_visual_gallery {
	position: relative;
	color: #ffffff;
	background-color: #343434;
}
#tmp_mainvisual .slick-list{
	overflow: visible;
}
#tmp_mainvisual .gallery_slide{
	position: relative;
}
#tmp_mainvisual .gallery_slide img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
}
#tmp_mainvisual .gallery_slide .sp_slide {
	display: none;
}
#tmp_mainvisual .visual_caption,
#tmp_mainvisual .visual_caption_catch{
	position: absolute;
	left: 0;
	padding: 7px 25px 2px 20px;
	opacity: 0;
	visibility: hidden;
	color: #333333;
	background: #ffffff url(../img/front/bg_caption_slider.png) no-repeat scroll right center;
	background-size: contain;
	-webkit-background-size: contain;
	border-left: 6px solid #00809b;
}
#tmp_mainvisual .visual_caption{
	top: 36px;
}
#tmp_mainvisual .visual_caption_catch{
	top: 97px;
}
#tmp_mainvisual .slick-current .visual_caption,
#tmp_mainvisual .slick-active .visual_caption,
#tmp_mainvisual .slick-current .visual_caption_catch,
#tmp_mainvisual .slick-active .visual_caption_catch{
	opacity: 1;
	visibility: visible;
}
#tmp_mainvisual .visual_caption p,
#tmp_mainvisual .visual_caption_catch p{
	font-size: 228.5%;
	line-height: 1.3;
}
#tmp_mainvisual .slick-current,
#tmp_mainvisual .slick-active{
	position: relative;
	z-index: 50;
}
#tmp_mainvisual .slick-current img,
#tmp_mainvisual .slick-active img{
	opacity: 1;
}
#tmp_mainvisual .slick-prev,
#tmp_mainvisual .slick-next {
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	border: none;
}
#tmp_mainvisual .slick-prev{
	left: 10px;
}
#tmp_mainvisual .slick-next{
	right: 10px;
}
#tmp_mainvisual .slick-next:focus,
#tmp_mainvisual .slick-prev:focus{
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#tmp_mainvisual .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 0 0 20px;
}
#tmp_mainvisual .slick-dots li a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	color: #00809b;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	text-indent: -9999px;
	box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-moz-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
}
#tmp_mainvisual .slick-dots .slick-active a{
	color: #000000;
	background-color: #02a371;
	outline: none;
}
#tmp_mainvisual .slick-dots li a:hover,
#tmp_mainvisual .slick-dots li :focus {
	outline: 1px solid #02a371;
}
#tmp_mainvisual .slick-dots li a span{
	width: 12px;
	height: 12px;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_mainvisual .btn_slides a:before{
	content: '';
	vertical-align: middle;
	border-color: transparent transparent transparent #000000;
}
#tmp_mainvisual .slick-dots li a {
	overflow: hidden;
}
#tmp_mainvisual .slick-dots li a span {
	position: relative;
	z-index: -1;
}
/* ==================================================
End Slick Main Visual PC
================================================== */
/* ==================================================
Top page addition
================================================== */
#tmp_main .btn_read_more{
	text-align: center;
	padding: 5px 10px;
	position: relative;
	z-index: 1;
	clear:both;
}
#tmp_main .btn_read_more a{
	color: #222222;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #006db2;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	will-change: background-color,top,left,color;
	min-width: 320px;
	padding: 16px 10px 15px;
}
#tmp_main .btn_read_more a:before{
	content: '';
	width: 10px;
	height: 9px;
	background: url(/shared/templates/desupport_top/images/icon/menu_blue.png) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	margin-right: 8px;
	display: inline-block;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	will-change: background-image;
}
#tmp_main .btn_read_more a:after{
	content: '';
	position: absolute;
	right: -4px;
	bottom: -4px;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(/shared/templates/desupport_top/images/skew_shadow_bg.png) right bottom repeat;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	will-change: top,left;
}
#tmp_main .btn_read_more a:hover,
#tmp_main .btn_read_more a:active,
#tmp_main .btn_read_more a:focus{
	background-color: #005fa8;
	color: #ffffff;
	top: 3px;
	left: 3px;
}
#tmp_main .btn_read_more a:hover:before,
#tmp_main .btn_read_more a:active:before,
#tmp_main .btn_read_more a:focus:before{
	background-image: url(/shared/templates/desupport_top/images/icon/menu_white.png);
}
#tmp_main .btn_read_more a:hover:after,
#tmp_main .btn_read_more a:active:after,
#tmp_main .btn_read_more a:focus:after{
	top: 0;
	left: 0;
}
#tmp_main_top {
	background: #ffffff url(/shared/templates/desupport_top/images/castle_bg.jpg) center top no-repeat;
	color: #222222;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	padding: 0 0 140px;
	background-attachment: fixed;
}
#tmp_main_top .container{
	position: relative;
	z-index: 2;
}
#tmp_main_bottom {
	background: #ffffff url(/shared/templates/desupport_top/images/castle_bg.jpg) center top no-repeat;
	color: #222222;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 141px 0 100px;
	background-attachment: fixed;
}
#tmp_main_bottom .container{
	position: relative;
	z-index: 2;
}
#tmp_main_top .main_ttl,
#tmp_main_bottom .main_ttl,
#tmp_support .main_ttl {
	text-align: center;
	display: table;
	min-width: 467px;
	max-width: 700px;
	padding: 0 40px;
	margin: 0 auto;
	color: #222222;
	background-color: transparent;
	background-image: url(/shared/templates/desupport_top/images/skew_line_h2.png),url(/shared/templates/desupport_top/images/skew_line_h2.png);
	background-position: left 0px,right 0px;
	background-repeat: no-repeat;
	background-size: 36px auto;
	-webkit-background-size: 36px auto;
	-moz-background-size: 36px auto;
}
#tmp_main_top .main_ttl h2,
#tmp_main_bottom .main_ttl h2,
#tmp_support .main_ttl h2 {
	font-size: 350%;
	color: #005fa8;
	background-color: transparent;
	line-height: 1;
	letter-spacing: 0.13em;
	padding-left: 10px;
	padding-bottom: 6px;
}
#tmp_main_top .main_ttl .sub,
#tmp_main_bottom .main_ttl .sub,
#tmp_support .main_ttl .sub{
	font-size: 137.5%;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding-left: 6px;
}
/* ==================================================
Topics
================================================== */
#tmp_topic{
	padding: 120px 0 178px;
}
#tmp_topic .topic_list{
	list-style: none;
	margin: 77px 0 0;
}
#tmp_topic .topic_list li{
	float: left;
	width: 33.3%;
	padding: 0 20px;
}
#tmp_topic .topic_list li:nth-child(3n){
	clear: right;
}
#tmp_topic .topic_list li:nth-child(3n + 1){
	clear: left;
}
#tmp_topic .topic_item{
	margin: 0 0 75px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow:		 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
#tmp_topic .topic_item .thumb img{
	width: 100%;
	height: auto;
}
#tmp_topic .topic_item .ttl{
	color: #222222;
	background-color: #ffffff;
	padding: 20px 20px 15px;
}
#tmp_topic .topic_item .ttl a {
	display: block;
	color: inherit;
	background: #ffffff url(/shared/templates/desupport_top/images/triangle_with_arrow.jpg) right bottom no-repeat;
	background-size: 44px auto;
	-webkit-background-size: 44px auto;
	-moz-background-size: 44px auto;
	padding: 20px 50px 15px 20px;
	margin:-20px -20px -15px;
	text-decoration: none;
}
#tmp_topic .topic_item .ttl a:hover,
#tmp_topic .topic_item .ttl a:focus,
#tmp_topic .topic_item .ttl a:active,
#tmp_topic .topic_item.active .ttl a{
	text-decoration: underline;
}
/* ==================================================
Overview
================================================== */
#tmp_overview{
	background-color: #ffffff;
	color: #005fa8;
	padding: 97px 10px 91px;
	margin: 0 auto;
	max-width: 1160px;
}
#tmp_overview .main_ttl{
	background-position: left 4px,right 4px;
}
#tmp_overview .main_ttl h2{
	padding-left: 7px;
	letter-spacing: 0.1em;
	padding-bottom: 14px;
}
#tmp_overview .main_ttl .sub{
	padding-left: 2px;
}
#tmp_overview .overview_cnt{
	font-size: 112.5%;
	line-height: 2.2;
	font-weight: bold;
	text-align: center;
	max-width: 635px;
	margin: 61px auto 0;
}
#tmp_overview .overview_cnt span{
	display: block;
}
/* ==================================================
Support
================================================== */
#tmp_support{
	color: #ffffff;
	background: #000000 url(/shared/templates/desupport_top/images/support_bg.jpg) center top no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 136px 0 40px;
	overflow: hidden;
	background-attachment: fixed;
}
#tmp_support .main_ttl{
	text-align:center;
	color: #ffffff;
	background-image: url(/shared/templates/desupport_top/images/skew_line_h2_white.png),url(/shared/templates/desupport_top/images/skew_line_h2_white.png);
	background-position: left 4px,right 4px;
	background-repeat:no-repeat;
}
#tmp_support .main_ttl h2 {
	font-size: 350%;
	color: #ffffff;
	padding-left: 7px;
	letter-spacing: 0.1em;
	padding-bottom: 27px;
}
#tmp_support .main_ttl .sub {
	padding-left: 2px;
}
#tmp_support .support_list{
	margin: 98px -20px 0;
	list-style:none;
}
#tmp_support .support_list li{
	float: left;
	width: 50%;
	padding: 0 40px 100px;
	position: relative;
}
#tmp_support .support_list li:nth-child(2n){
	clear: right;
	top: 80px;
}
#tmp_support .support_list li:nth-child(2n + 1){
	clear: left;
}
#tmp_support .support_item{
	position: relative;
	padding-left: 300px;
}
#tmp_support .support_item .thumb_wrap{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
#tmp_support .support_item .thumb{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	bottom: 0;
}
#tmp_support .support_item .thumb img{
	position: absolute;
	min-height: 100%;
	width: auto;
	top: 0;
}
#tmp_support .support_1 .support_item .thumb{
	top: -26px;
}
#tmp_support .support_1 .support_item .thumb img{
	left: -137px;
}
#tmp_support .support_2 .support_item .thumb{
	top: -5px;
}
#tmp_support .support_2 .support_item .thumb img{
	left: -34px;
}
#tmp_support .support_3 .support_item .thumb{
	top: -71px;
}
#tmp_support .support_3 .support_item .thumb img{
	left: -165px;
}
#tmp_support .support_4 .support_item .thumb{
	top: -33px;
}
#tmp_support .support_4 .support_item .thumb img{
	left: -205px;
}
#tmp_support .support_5 .support_item .thumb{
	top: -28px;
}
#tmp_support .support_5 .support_item .thumb img{
	left: -66px;
}
#tmp_support .support_item .cnt{
	position: relative;
	z-index: 2;
	color: #222222;
	background-color: #ffffff;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_support .support_item .cnt:before{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 40px;
	background: url(/shared/templates/desupport_top/images/half_circle_white.png) 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	left: -40px;
}
#tmp_support .support_item .cnt .inside{
	position: relative;
	z-index: 2;
	display: table;
}
#tmp_support .support_item .cnt .wrap_table_cell{
	display: table-cell;
	height: 240px;
	vertical-align: middle;
	padding: 10px 20px 10px 6px;
}
#tmp_support .support_item .num{
	position: absolute;
	z-index: 3;
	left: 1px;
	top: -26px;
}
#tmp_support .support_item .num span{
	font-size: 127.8%;
}
#tmp_support .support_item .ttl{
	margin-bottom: 17px
}
#tmp_support .support_item .ttl h3{
	font-size: 162.5%;
	letter-spacing: 0.1em;
}
#tmp_support .support_item .ttl:after{
	content: '';
	display: block;
	width: 26px;
	height: 3px;
	background-color: #f5cc1e;
	margin-top: 13px;
}
#tmp_support .other{
	font-weight: bold;
	display: table;
	margin: 10px auto 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 19px 0 15px;
}
#tmp_support .support_item .inside p span{
	display: block
}
/* ==================================================
Member
================================================== */
#tmp_member{
	padding: 0 20px;
}
#tmp_member .member_ttl h3{
	font-size: 162.5%;
	margin: 0 0 15px;
}
#tmp_member .member_ttl h3:after{
	content: '';
	width: 26px;
	height: 3px;
	background-color: #f5cc1e;
	display: block;
	margin: 10px auto 0;
}
#tmp_member .member_cnt {
	text-align: center;
	background-color: #ffffff;
	color: inherit;
	margin: 76px 0 0;
	padding: 33px 0 26px;
}
/* member_gallery
================================================== */
#tmp_member .slick_slides {
	visibility: hidden;
	opacity: 0;
}
#tmp_member .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.no_javascript #tmp_member .slick_slides {
	overflow: auto;
	visibility: visible;
	opacity: 1;
}
#tmp_member .member_gallery .slick_slides {
	padding:0 40px;
	letter-spacing:-.4em;
	position:relative;
}
#tmp_member .member_gallery .member_bnr {
	letter-spacing:normal;
	display:inline-block;
	vertical-align: top;
	text-align:center;
	width:216px;
	padding: 0 6px 30px;
}
#tmp_member .member_gallery .member_bnr img {
	max-width:216px;
}
#tmp_member .member_gallery .member_bnr a {
	display:block;
	background-color: #ffffff;
	color: #000000;
}
#tmp_member .member_gallery .container {
	width:auto;
}
#tmp_member .member_gallery .slick_control {
	padding-top:27px;
	letter-spacing:normal;
}
#tmp_member .member_gallery .slick-arrow {
	top:-27px;
	transform:none;
	box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-moz-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
}
#tmp_member .member_gallery .slick-arrow img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	will-change: opacity;
}
#tmp_member .member_gallery .slick-arrow img:hover,
#tmp_member .member_gallery .slick-arrow img:focus,
#tmp_member .member_gallery .slick-arrow img:active {
	opacity: 0.8;
}
#tmp_member .member_gallery .slick-dots li {
	margin: 0px 10px;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#tmp_member .member_gallery .slick-dots li button,
#tmp_member .member_gallery .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
	width: 20px;
	height: 20px;
	background-color: #fefefe;
	border: 2px solid #fefefe;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	will-change: background-color,border-color;
}
#tmp_member .member_gallery .slick-dots li a:hover,
#tmp_member .member_gallery .slick-dots li :focus,
#tmp_member .member_gallery .slick-dots .slick-active a {
	color: #000000;
	background-color: #0faa72;
	border-color: #ffffff;
}
#tmp_member .member_gallery .btn_slides {
	margin-right:10px;
	font-size:87.5%;
	line-height:1.3;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
#tmp_member .member_gallery .btn_slides a {
	display:block;
	min-width:76px;
	color:#222222;
	padding:1px 5px 1px 7px;
	border:1px solid #858585;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#tmp_member .member_gallery .btn_slides a::before {
	margin-right:4px;
}
#tmp_member .member_gallery .btn_slides span {
	display:inline-block;
	z-index:1;
	text-indent:0;
}
/* ==================================================
Voice
================================================== */
#tmp_voice {
	padding: 181px 20px 179px;
}
#tmp_voice .slick_slides {
	visibility: hidden;
	opacity: 0;
}
#tmp_voice .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}
#tmp_voice .voice_gallery {
	margin-top: 76px;
	padding: 30px 0;
	background-color: #ffffff;
	margin-bottom: 111px;
}
#tmp_voice .voice_slide {
	position: relative;
}
#tmp_voice .voice_slide .voice_img {
	float: left;
	width: 445px;
	padding-left: 50px;
}
#tmp_voice .voice_slide .voice_cnt {
	width: auto;
	padding-left: 475px;
	padding-right: 50px;
	word-break: break-all;
}
#tmp_voice .introduct_ttl {
	padding: 11px 16px 12px;
	margin-bottom: 15px;
	color: #ffffff;
	background-color: #005fa8;
}
#tmp_voice .introduct_ttl a {
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}
#tmp_voice .introduct_ttl a:hover,
#tmp_voice .introduct_ttl a:focus,
#tmp_voice .introduct_ttl a:active {
	text-decoration: none;
}
.voice_gallery .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
	-moz-box-shadow: 0px 1px 4px 1px rgba(217,212,214, 0.9);
}
.voice_gallery .slick-arrow img{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	will-change: opacity;
}
.voice_gallery .slick-arrow img:hover,
.voice_gallery .slick-arrow img:focus,
.voice_gallery .slick-arrow img:active {
	opacity: 0.8;
}
.voice_gallery .slick_control {
	position: absolute;
	bottom: -66px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.voice_gallery .slick_control .container{
	width: 100%
}
.voice_gallery .btn_slides {
	display: none;
}
.voice_gallery .slick-dots li {
	margin: 0px 10px;
	width: auto;
	height: auto;
}
.voice_gallery .slick-dots li button,
.voice_gallery .slick-dots li a {
	display: block;
	width: 100%;
	height: 100%;
	width: 20px;
	height: 20px;
	background-color: #fefefe;
	border: 2px solid #fefefe;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:	0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:		 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	will-change: background-color,border-color;
}
#tmp_voice .slick-dots .slick-active a {
	color: #000000;
	background-color: #0faa72;
	border-color: #ffffff;
}
#tmp_voice .slick-dots li a:hover,
#tmp_voice .slick-dots li :focus {
	outline: 1px solid #02a371;
}
#tmp_voice .slick-dots li a {
	overflow: hidden;
}
#tmp_voice .slick-dots li a span {
	position: relative;
	z-index: -1;
}
.no_javascript #tmp_voice .slick_slides {
	height: 263px;
	overflow: auto;
	visibility: visible;
	opacity: 1;
}
.no_javascript #tmp_voice .voice_slide{
	margin-bottom: 20px;
}
#tmp_voice .btn_read_more a:before{
	background-image: url(/shared/templates/desupport_top/images/icon/right_arrow_blue.png);
	width: 7px;
	height: 9px;
}
#tmp_voice .btn_read_more a:hover:before,
#tmp_voice .btn_read_more a:active:before,
#tmp_voice .btn_read_more a:focus:before{
	background-image: url(/shared/templates/desupport_top/images/icon/right_arrow_white.png);
}
/* ==================================================
Schedule
================================================== */
#tmp_schedule_top .main_ttl{
	background-size: 36px 100px;
	-webkit-background-size: 36px 100px;
	-moz-background-size: 36px 100px;
}
#tmp_schedule_top .main_ttl .sub{
	padding-left: 1px;
}
#tmp_schedule_top .main_ttl h2{
	letter-spacing: 0.1em;
	padding-bottom: 16px;
}
#tmp_schedule_top ul{
	list-style: none;
	margin-top: 72px;
	padding: 0 20px;
	margin-bottom: 81px;
}
#tmp_schedule_top .schedule_top_item {
	display: table;
	background-color: #ddeff7;
	color: #222222;
	width: 100%;
}
#tmp_schedule_top li:nth-child(2n) .schedule_top_item {
	background-color: #ffffff;
}
#tmp_schedule_top .schedule_top_date {
	display: table-cell;
	font-size: 137.5%;
	color: #005fa8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 348px;
	padding: 13px 52px 10px 10px;
}
#tmp_schedule_top .schedule_top_cnt {
	display: table-cell;
	padding: 26px 0;
}
#tmp_schedule_top .schedule_top_ttl {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 26px;
	position:relative;
}
#tmp_schedule_top .schedule_top_ttl a {
	padding-bottom:8px;
	display:inline-block;
	color:#222222;
	text-decoration:none;
}
#tmp_schedule_top .schedule_top_ttl a:hover {
	text-decoration:underline;
}
#tmp_schedule_top .schedule_top_ttl::after {
	content: '';
	position:absolute;
	left:0;
	bottom:-11px;
	width: 36px;
	height: 2px;
	background-color: #f5cc1e;
}
#tmp_schedule_top .schedule_top_item .schedule_top_ttl a::after {
	background-color: #ddeff7;
}
#tmp_schedule_top li:nth-child(2n) .schedule_top_item .schedule_top_ttl a::after {
	background-color: #ffffff;
}
#tmp_schedule_top .schedule_top_ttl a::after {
	content:'';
	position:absolute;
	left:0;
	bottom:-11px;
	background-image:url(/shared/site_desupport/images/icon/link_arrow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:36px;
	height:16px;
	z-index:5;
}
/* ==================================================
No Javascript
================================================== */
.no_javascript #tmp_mainvisual .main_visual_gallery {
	height: 480px;
	overflow-y: auto;
}
.no_javascript #tmp_mainvisual .slick_slides {
	visibility: visible;
	opacity: 1;
}
.no_javascript #tmp_introduce .slick_slides {
	visibility: visible;
	opacity: 1;
}
/* ==================================================
bg animation
================================================== */
#tmp_main_top,
#tmp_main_bottom{
	position: relative;
	overflow: hidden;
}
/*fadeIn*/
.animation-fadeIn{
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	}
.a-fadeIn{
	opacity:1;
}

/*fadeInUp*/
.animation-fadeUp{
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	}
.a-fadeUp{
	opacity:1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*背景*/
.bg_col01{
	width: 240px;
	height: 390px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.bg_col01::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #005fa8;
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: skewY(0) skewX(31deg) translateX(51%) translateY(-100%);
	transform: skewY(0) skewX(31deg) translateX(51%) translateY(-100%);
	position: absolute;
	z-index: 1;

}
.bg_col01.a-slideDown01::before{
	opacity:1;
	-webkit-transform: skewY(0) skewX(31deg) translateX(51%) translateY(0);
	transform: skewY(0) skewX(31deg) translateX(51%) translateY(0);
}
.bg_col02{
	width: 240px;
	height: 415px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.bg_col02::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #d4f1f7;
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: skewY(0) skewX(30deg) translateX(-50%) translateY(-100%);
	transform: skewY(0) skewX(30deg) translateX(-50%) translateY(-100%);
	position: absolute;
}
.bg_col02.a-slideDown01::before{
	opacity:1;
	-webkit-transform: skewY(0) skewX(30deg) translateX(-50%) translateY(0);
	transform: skewY(0) skewX(30deg) translateX(-50%) translateY(0);
}
.bg_col03{
	width: 315px;
	height: 464px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.bg_col03::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #d4f1f7;
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: skewY(0) skewX(-31deg) translateX(-55%) translateY(-100%);
	transform: skewY(0) skewX(-31deg) translateX(-55%) translateY(-100%);
	position: absolute;

}
.bg_col03.a-slideDown01::before{
	opacity:1;
	-webkit-transform:skewY(0) skewX(-31deg) translateX(-55%) translateY(0);
	transform: skewY(0) skewX(-31deg) translateX(-55%) translateY(0);
}
.bg_col04{
	width: 200px;
	height: 320px;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.bg_col04::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #005fa8;
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: skewY(0) skewX(-31deg) translateX(51%) translateY(-100%);
	transform: skewY(0) skewX(-31deg) translateX(51%) translateY(-100%);
	position: absolute;
	z-index: 1;

}
.bg_col04.a-slideDown01::before{
	opacity:1;
	-webkit-transform: skewY(0) skewX(-31deg) translateX(51%) translateY(0);
	transform: skewY(0) skewX(-31deg) translateX(51%) translateY(0);
}
.no_javascript .animation-fadeIn,
.no_javascript .animation-fadeUp,
.no_javascript .bg_col01::before,
.no_javascript .bg_col02::before,
.no_javascript .bg_col03::before,
.no_javascript .bg_col04::before {
	opacity:1;
}
.no_javascript .bg_col01::before {
	-webkit-transform: skewY(0) skewX(31deg) translateX(51%) translateY(0);
	transform: skewY(0) skewX(31deg) translateX(51%) translateY(0);
}
.no_javascript .bg_col02::before {
	-webkit-transform: skewY(0) skewX(30deg) translateX(-50%) translateY(0);
	transform: skewY(0) skewX(30deg) translateX(-50%) translateY(0);
}
.no_javascript .bg_col03::before {
	-webkit-transform:skewY(0) skewX(-31deg) translateX(-55%) translateY(0);
	transform: skewY(0) skewX(-31deg) translateX(-55%) translateY(0);
}
.no_javascript .bg_col04::before {
	-webkit-transform: skewY(0) skewX(-31deg) translateX(51%) translateY(0);
	transform: skewY(0) skewX(-31deg) translateX(51%) translateY(0);
}
/*delay*/
.animation-delay .animation-fadeUp:nth-of-type(1){ transition-delay: 0s;}
.animation-delay .animation-fadeUp:nth-of-type(2){ transition-delay: 0.3s;}
.animation-delay .animation-fadeUp:nth-of-type(3){ transition-delay: 0.6s;}
.animation-delay .animation-fadeUp:nth-of-type(4){ transition-delay: 0.9s;}
.animation-delay .animation-fadeUp:nth-of-type(5){ transition-delay: 1.2s;}
.animation-delay .animation-fadeUp:nth-of-type(6){ transition-delay: 1.5s;}

/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
#tmp_header #tmp_means,
#tmp_header #tmp_search,
#tmp_footer .fnavi,
#tmp_footer address,
#tmp_footer .pnavi,
#tmp_footer .copyright {
	display: none;
}
}
/* ==================================================
clearfix
================================================== */
#tmp_voice .voice_slide:after,
#tmp_support .support_list:after,
#tmp_topic .topic_list:after,
#tmp_support:after,
#tmp_member .member_bnr:after,
#tmp_schedule .schedule_list:after,
#tmp_introduce .introduce_slide:after,
#tmp_project_sup .sup_list:after,
#tmp_verified .verified_item:after,
#tmp_member .member_gallery .slick_control:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}