*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	font-family:  "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic",sans-serif;
	line-height: 1.5;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	outline: 0;
}

.sp_display_none{
	
}
@media print, screen and (min-width: 768px){
	.sp_display_none{
		display: block;
	}
}

.pc_display_none{
	
}
@media print, screen and (min-width: 768px){
	.pc_display_none{
		display: none;
	}
}

/*backs*/
body::before{
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media print, screen and (min-width: 768px){
	body::before{
		background-image: url('./img/neo_backs_img.jpg');
		background-size: 1200px auto;
	}
}
/*header*/
#header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 990;
}
@media print, screen and (min-width: 768px){
	#header{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		background-color: #fff;	
		box-shadow:0px 2px 6px 0px rgba(44,143,255,0.2);
		padding: 10px 0px;	
	}
}
@media print, screen and (max-width: 1016px){
	#header{
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack: left;
		-webkit-justify-content: left;
		-ms-flex-pack: left;
		justify-content: left;
		padding-left: 3%;
	}
}

.header_spcase{
	
}
@media print, screen and (min-width: 768px){
	.header_spcase{
		
	}
}

.header_logo{
	
}
@media print, screen and (min-width: 768px){
	.header_logo{
		width: 180px;
		margin-right: 20px;
	}
}

.header_logo img{
	
}
@media print, screen and (min-width: 768px){
	.header_logo img{
		
	}
}

.header_navi{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
@media print, screen and (min-width: 768px){
	.header_navi{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
	}
}
@media print, screen and (max-width: 1016px){
	.header_navi{
		margin-top: 10px;
	}
}

.header_navi a{
	display: block;
}
@media print, screen and (min-width: 768px){
	.header_navi a{
		font-size: 14px;
		color: #2c8fff;
		padding: 4px 20px;
		border-left: 2px solid #2c8fff;
	}
	.header_navi a:last-child{
		border-right: 2px solid #2c8fff;
	}
	.header_navi a:hover{
		color: #ffc506;	
	}
}
@media print, screen and (max-width: 1016px){
	.header_navi a{
		padding: 4px 14px;
	}
}

.header_spbutton{
	
}
@media print, screen and (min-width: 768px){
	.header_spbutton{
		display: none;
	}
}

.header_spbutton span{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
}
@media print, screen and (min-width: 768px){
	.header_spbutton span{
		
	}
}

/*footer*/
#footer{
	width: 100%;
	margin: 0px auto;
	background-color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	#footer{
		padding: 25px 0px 10px;
	}
}

.footer_navi{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
}
@media print, screen and (min-width: 768px){
	.footer_navi{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0px auto;
	}
}

.footer_navi a{
	
}
@media print, screen and (min-width: 768px){
	.footer_navi a{
		display: block;
		font-size: 14px;
		color: #fff;
	}
	.footer_navi a:not(:first-child){
		margin-left: 60px;
	}
	.footer_navi a:hover{
		color: #ffc506;
	}
}

.copy_right{
	display: block;
	font-family: "小塚ゴシック Pr6N R", "メイリオ", sans-serif;
	color: #fff;
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.copy_right{
		font-size: 14px;
		margin: 25px auto 0px;
	}
}

/*index*/
/*--------slider*/
.index_slider{
	width: 100%;
	margin: 0px auto;
}
@media print, screen and (min-width: 768px){
	.index_slider{
		padding-top: 88px;
	}
}
@media print, screen and (max-width: 960px){
	.index_slider{
		padding-top: 123px;
	}
}

.index_slider_box{
	position: relative;
	width: 100%;
	margin: 0px auto;
	outline: 0;
	overflow-x: hidden;
}
@media print, screen and (min-width: 768px){
	.index_slider_box{
		max-width: 1200px;
		padding-bottom: 77px;
	}
}

.index_slider .index_slider_box button{
	position: absolute;
	background-color: transparent;
	background-size: 100% auto;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	z-index: 6;
}
@media print, screen and (min-width: 768px){
	.index_slider .index_slider_box button{
		top: 42%;
		width: 25px;
		height: 25px;
		margin-top: -7px;
	}
	.index_slider .index_slider_box button.slick-arrow:nth-child(1){
		background-image: url('./img/index_slider_vector_left_pc.png');
	}
	.index_slider .index_slider_box button.slick-arrow:nth-child(3){
		background-image: url('./img/index_slider_vector_right_pc.png');
	}
	.index_slider .index_slider_box button.slick-arrow:nth-child(1){
		left: 90px;
	}
	.index_slider .index_slider_box button.slick-arrow:nth-child(3){
		right: 90px;
	}
}

.index_slider .index_slider_box ul{
	
}
@media print, screen and (min-width: 768px){
	.index_slider .index_slider_box ul{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		position: absolute;
		width: 288px;
		left: 50%;
		bottom: 50px;
		margin-left: -144px;
	}
}

.index_slider .index_slider_box ul li{
	
}
@media print, screen and (min-width: 768px){
	.index_slider .index_slider_box ul li{
		position: absolute;
	}
	.index_slider .index_slider_box ul li:first-child{
		left: 0px;
	}
	.index_slider .index_slider_box ul li:nth-child(2){
		left: 31px;
	}
	.index_slider .index_slider_box ul li:nth-child(3){
		left: 62px;
	}
	.index_slider .index_slider_box ul li:nth-child(4){
		left: 93px;
	}
	.index_slider .index_slider_box ul li:nth-child(5){
		left: 124px;
	}
	.index_slider .index_slider_box ul li:nth-child(6){
		left: 155px;
	}
	.index_slider .index_slider_box ul li:nth-child(7){
		left: 186px;
	}
	.index_slider .index_slider_box ul li:nth-child(8){
		left: 217px;
	}
	.index_slider .index_slider_box ul li:nth-child(9){
		left: 248px;
	}
	.index_slider .index_slider_box ul li:nth-child(10){
		left: 279px;
	}
}

.index_slider .index_slider_box ul li button{
	z-index: 6;
}
@media print, screen and (min-width: 768px){
	.index_slider .index_slider_box ul li button{
		width: 9px;
		height: 9px;
		border-radius: 20px;
		background-color: #2c8fff;
	}
	.index_slider .index_slider_box ul li.slick-active button{
		background-color: #ffc506;
	}
	.index_slider .index_slider_box ul li button#slick-slide-control00{
		background-image: none;
	}
	.index_slider .index_slider_box ul li button#slick-slide-control01{
		background-image: none;
		
	}
}

/*--------What's New*/
#index_new{
	padding-bottom: 80px;
}
@media print, screen and (min-width: 768px){
	#index_new{
		width: 94%;
		max-width: 960px;
		margin: 0px auto;
	}
}

.index_new_index{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	background-color: #ffc506;
}
@media print, screen and (min-width: 768px){
	.index_new_index{
		width: 100%;
		max-width: 350px;
		padding: 3px 0px 2px 15px;
		border-left: 10px solid #2c8fff;
	}
}

.index_new_box{
	box-shadow: 0px 0px 2px 2px rgba(255,197,6,0.2);
	background-color: #fff;
}
@media print, screen and (min-width: 768px){
	.index_new_box{
		width: 100%;
		max-width: 900px;
		margin: 30px auto 0px;
		padding: 25px 50px;
	}
}

.index_new_box_case{
	border-bottom: 2px dashed #ffc506;
}
@media print, screen and (min-width: 768px){
	.index_new_box_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		width: 100%;
		padding: 6px 20px;
	}
	.index_new_box_case:last-child{
		border: none;
	}
}

.index_new_box_case_date{
	background-color: #bfddff;
}
@media print, screen and (min-width: 768px){
	.index_new_box_case_date{
		padding: 4px 10px;
	}
}

.index_new_box_case_text{
	display: block;
	color: #000;
}
@media print, screen and (min-width: 768px){
	.index_new_box_case_text{
		padding: 8px 20px;
	}
	.index_new_box_case_text:hover{
		color: #2c8fff;
	}
}

.index_new_box_case_text_exc{
	display: block;
	color: #000;
}
@media print, screen and (min-width: 768px){
	.index_new_box_case_text_exc{
		padding: 8px 20px;
	}
}

.index_new_button{
	text-align: center;
	margin: 20px auto 0px;
}
@media print, screen and (min-width: 768px){
	.index_new_button{
		
	}
}

.index_new_button a{
	display: block;
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #fff;
	border-radius: 10px;
	background-color: #f04e11;
}
@media print, screen and (min-width: 768px){
	.index_new_button a{
		width: 185px;
		margin: 0px auto;
		padding: 8px 0px;
		border: 2px solid transparent;
	}
	.index_new_button a:hover{
		color: #f04e11;
		background-color: #fff;
		border: 2px solid #f04e11;
	}
}

.index_banner_sss{
	margin: 45px auto 0px;
}
@media print, screen and (min-width: 768px){
	.index_banner_sss{
		display: block;
		width: 597.5px;
	}
	.index_banner_sss.conpany{
		margin-top: 45px;
		margin-left: 80px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
}
/*new*/
.new{
	margin: 0px auto;
}
@media print, screen and (min-width: 768px){
	.new{
		width: 94%;
		max-width: 960px;
		padding: 100px 0px 80px;
	}
}
@media print, screen and (max-width: 960px){
	.new{
		padding: 140px 0px 80px;
	}
}

.new_position{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
}
@media print, screen and (min-width: 768px){
	.new_position{
		width: 100%;
	}
}

.new_position a{
	display: block;
	font-size: 13px;
	color: #000;
}
@media print, screen and (min-width: 768px){
	.new_position a{
		
	}
	.new_position a:hover{
		color: #2c8fff;
	}
}

.new_position p{
	display: block;
	font-size: 13px;
}
@media print, screen and (min-width: 768px){
	.new_position p{
		
	}
}

.new_box{
	
}
@media print, screen and (min-width: 768px){
	.new_box{
		margin: 36px auto 0px;
	}
	.new_box.company{
		margin: 80px auto 0px;
	}
	.new_box.policy{
		margin: 65px auto 0px;
	}
}

.new_box_index{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	background-color: #ffc506;
}
@media print, screen and (min-width: 768px){
	.new_box_index{
		width: 100%;
		max-width: 350px;
		padding: 3px 0px 2px 15px;
		border-left: 10px solid #2c8fff;
	}
}

.new_box_pager{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 0px;
}
@media print, screen and (min-width: 768px){
	.new_box_pager{
		
	}
}

.new_box_pager span{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
	border: 2px solid #2c8fff;
	padding: 4px 6px;
	background-color: #fff;
	line-height: 1;
}
@media print, screen and (min-width: 768px){
	.new_box_pager span{
		
	}
}

.new_box_pager a{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #fff;
	padding: 4px 6px;
	border: 2px solid #2c8fff;
	background-color: #2c8fff;
	line-height: 1;
}
@media print, screen and (min-width: 768px){
	.new_box_pager a{
		
	}
	.new_box_pager a:hover{
		color: #2c8fff;
		background-color: #fff;		
	}
}

.new_box_pager a,.new_box_pager span{
	margin-left: 10px;
}
@media print, screen and (min-width: 768px){
	.new_box_pager a,.new_box_pager span{
		
	}
}
/*company*/
.company_about{
	
}
@media print, screen and (min-width: 768px){
	.company_about{
		width: 800px;
		margin: 25px auto 0px;
	}
}

.company_about_items{
	
}
@media print, screen and (min-width: 768px){
	.company_about_items{
		width: 800px;
	}
	.company_about_items:not(:first-child){
		margin-top: 35px;
	}
}

.company_about_items dt{
	display: block;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #ffc506;
}
@media print, screen and (min-width: 768px){
	.company_about_items dt{
		font-size: 20px;
	}
}

.company_about_items dd{
	display: block;
	margin-top: 10px;
}
@media print, screen and (min-width: 768px){
	.company_about_items dd{
		font-size: 17px;
	}
}

.company_call{
	background-color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.company_call{
		width: 500px;
		margin-top: 45px;
		margin-left: 80px;
		padding: 20px 25px;
	}
}

.company_box_imgbox{
	margin: 30px auto 0px;
}
@media print, screen and (min-width: 768px){
	.company_box_imgbox{
		width: 550px;
	}
}

#tel_contact{
	
}
@media print, screen and (min-width: 768px){
	#tel_contact{
		margin-top: -73px;
		padding-top: 73px;
	}
}

.company_sales_list{
	background-color: #fff;
	box-shadow: 0px 0px 2px 2px rgba(255,197,6,0.2);
}
@media print, screen and (min-width: 768px){
	.company_sales_list{
		width: 900px;
		margin: 15px auto 0px;
		padding: 35px 28px;
	}
}

.company_sales_list_point{
	padding-bottom: 10px;
	border-bottom: 2px dashed #ffc506;
}
.company_sales_list_point:not(:first-child){
	margin-top: 10px;
}
.company_sales_list_point:last-child{
	border: none;
}
@media print, screen and (min-width: 768px){
	.company_sales_list_point{
		
	}
}

.company_sales_list_point_name{
	color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.company_sales_list_point_name{
		
	}
}

.company_sales_list_point_name_address{
	margin-top: 5px;
}
@media print, screen and (min-width: 768px){
	.company_sales_list_point_name_address{
		padding-left: 20px;
	}
}
/*catalogs*/
.catalogs_box{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box{
		width: 800px;
		margin: 30px auto 0px;
	}
	.catalogs_box:nth-child(3),.catalogs_box:nth-child(4){
		margin: 60px auto 0px;
	}
}

.catalogs_box_index{
	display: block;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	border-bottom: 2px solid #ffc506;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_index{
		font-size: 20px;
	}
}

.catalogs_box_about{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
		width: 100%;
		margin: 20px auto 0px;
	}
}

.catalogs_box_about_data_text{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about_data_text{
		
	}
}

.catalogs_box_about_img{
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.3);
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about_img{
		width: 130px;
	}
}

.catalogs_box_about_data{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about_data{
		width: 640px;
	}
}

.catalogs_box_about_data_case{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about_data_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
		width: 585px;
		margin-top: 107px;
	}
	.catalogs_box_about_data_case.price{
		margin-top: 129px;
	}
}

.catalogs_box_about_data_case a{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #fff;
	padding: 13px 18px;
	border: 2px solid #f04e11;
	border-radius: 10px;
	background-color: #f04e11;
	line-height: 1;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_about_data_case a{
		
	}
	.catalogs_box_about_data_case a:hover{
		color: #f04e11;
		background-color: #fff;
	}
}

.catalogs_box_case{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top: 25px;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_case{
		
	}
	.catalogs_box_case:last-child{
		margin-top: 30px;
	}
}

.catalogs_box_mess{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_mess{
		margin-top: 20px;
	}
}

.catalogs_box_case_frame{
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_case_frame{
		width: 150px;
	}
}

.catalogs_box_case_frame a{
	font-size: 14px;
	color: #2c8fff;
	padding-bottom: 3px;
	border-bottom: 1px solid #2c8fff;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_case_frame a{
		
	}
}

.catalogs_box_case_frame_imgbox{
	
}
@media print, screen and (min-width: 768px){
	.catalogs_box_case_frame_imgbox{
		width: 150px;
		margin-bottom: 10px;
	}
}

.catalogs_box_case_frame_imgbox a{
	border: none;
}
@media print, screen and (min-width: 768px){
	.catalogs_box_case_frame_imgbox a{
		
	}
	.catalogs_box_case_frame_imgbox a:hover{
		opacity: 0.7;
	}
}
/*sitemap*/
.sitemap_box{
	
}
@media print, screen and (min-width: 768px){
	.sitemap_box{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		width: 860px;
		margin: 50px auto 0px;
	}
}

.sitemap_box_hnavis{
	
}
@media print, screen and (min-width: 768px){
	.sitemap_box_hnavis{
		margin-right: 110px;
	}
}

.sitemap_box_hnavis li{
	font-size: 10px;
	color: #2c8fff;
}
.sitemap_box_hnavis li:not(:first-child){
	margin-top: 20px;
}
@media print, screen and (min-width: 768px){
	.sitemap_box_hnavis li{
		
	}
}

.sitemap_box_hnavis li a{
	font-size: 17px;
	color: #000;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px){
	.sitemap_box_hnavis li a{
		margin-left: 10px;
	}
	.sitemap_box_hnavis li a:hover{
		color: #2c8fff;
	}
}

.sitemap_box_fnavis{
	
}
@media print, screen and (min-width: 768px){
	.sitemap_box_fnavis{
		
	}
}

.sitemap_box_fnavis li{
	font-size: 10px;
	color: #2c8fff;
}
.sitemap_box_fnavis li:not(:first-child){
	margin-top: 20px;
}
@media print, screen and (min-width: 768px){
	.sitemap_box_fnavis li{
		
	}
}

.sitemap_box_fnavis li a{
	font-size: 17px;
	color: #000;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px){
	.sitemap_box_fnavis li a{
		margin-left: 10px;
	}
	.sitemap_box_fnavis li a:hover{
		color: #2c8fff;
	}
}
/*policy*/
.policy_box{
	
}
@media print, screen and (min-width: 768px){
	.policy_box{
		width: 800px;
		margin: 40px auto 0px;
	}
}

.policy_box_caution{
	text-align: justify;
	line-height: 2;
	border-bottom: 2px solid #ffc506;
}
@media print, screen and (min-width: 768px){
	.policy_box_caution{
		padding-bottom: 40px;
	}
}

.policy_box_case{
	
}
@media print, screen and (min-width: 768px){
	.policy_box_case{
		margin-top: 40px;
	}
}

.policy_box_case h3{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
}
@media print, screen and (min-width: 768px){
	.policy_box_case h3{
		
	}
}

.policy_box_case h3 span{
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.policy_box_case h3 span{
		font-size: 20px;
	}
}

.policy_box_case_text{
	text-align: justify;
	line-height: 2;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_text{
		width: 760px;
		margin-top: 20px;
		margin-left: auto;
	}
	.policy_box_case_text:nth-child(3){
		margin-top: 40px;
	}
}

.policy_box_case_text a{
	color: #2c8fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #2c8fff;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_text a{
		
	}
}

.policy_box_case_cube{
	margin-top: 40px;
	text-align: justify;
	line-height: 2;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_cube{
		width: 760px;
		margin-left: auto;
	}
}

.policy_box_case_cube_list{
	
}
.policy_box_case_cube_list:not(:first-child){
	margin-top: 10px;	
}
@media print, screen and (min-width: 768px){
	.policy_box_case_cube_list{
		
	}
}

.policy_box_case_cube_title{
	font-weight: normal;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_cube_title{
		
	}
}

.policy_box_case_list_pattern:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 17px;
	background-color: #ffc506;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_list_pattern:before{
		
	}
}

.policy_box_case_list_pattern{
	line-height: 2;
	text-align: justify;
}
@media print, screen and (min-width: 768px){
	.policy_box_case_list_pattern{
		
	}
}

.personal_box{
	
}
@media print, screen and (min-width: 768px){
	.personal_box{
		width: 800px;
		margin: 45px auto 0px;
	}
}

.personal_box_index{
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.personal_box_index{
		
	}
}

.personal_box_caution{
	margin-top: 20px;
	text-align: justify;
	line-height: 2;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 768px){
	.personal_box_caution{
		
	}
}

.personal_box_case{
	
}
@media print, screen and (min-width: 768px){
	.personal_box_case{
		margin-top: 40px;
	}
}

.personal_box_case_list{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.personal_box_case_list:not(:first-child){
	margin-top: 10px;	
}
@media print, screen and (min-width: 768px){
	.personal_box_case_list{
		
	}
}

.personal_box_case_list_dotted{
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 17px;
	background-color: #ffc506;
}
@media print, screen and (min-width: 768px){
	.personal_box_case_list_dotted{
		
	}
}

.personal_box_case_list_pattern{
	display: block;
	line-height: 2;
	text-align: justify;
}
@media print, screen and (min-width: 768px){
	.personal_box_case_list_pattern{
		width: 100%;
	}
}
/*sds_download*/
.sds_table{
	border-collapse: collapse;
	border-spacing: 0;
}
@media print, screen and (min-width: 768px){
	.sds_table{
		width: 100%;
		margin: 30px auto 0px;
		border-top: 1px solid #969696;
		border-left: 1px solid #969696;
	}
}

.sds_table thead{
	
}
@media print, screen and (min-width: 768px){
	.sds_table thead{
		display: block;
		width: 100%;
		background-color: #fff3cd;
	}
}

.sds_table thead tr{
	
}
@media print, screen and (min-width: 768px){
	.sds_table thead tr{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
	}
}

.sds_table thead tr th{
	
}
@media print, screen and (min-width: 768px){
	.sds_table thead tr th{
		display: block;
		font-size: 20px;
		font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
		padding: 20px 0px;
		text-align: center;
		line-height: 1;
		border-right: 1px solid #969696;
		border-bottom: 1px solid #969696;
	}
}

.sds_table tbody{
	
}
@media print, screen and (min-width: 768px){
	.sds_table tbody{
		display: block;
		width: 100%;
	}
}

.sds_white_case{
	
}
@media print, screen and (min-width: 768px){
	.sds_white_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
		background-color: #fff;
	}
}

.sds_blue_case{
	
}
@media print, screen and (min-width: 768px){
	.sds_blue_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-pack: justify; /*IE10*/
		-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: space-between; /* Safari6.1以降 */
		justify-content: space-between;
		background-color: #e9f4ff;
	}
}

.sds_table tbody tr td{
	
}
@media print, screen and (min-width: 768px){
	.sds_table tbody tr td{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		font-size: 15px;
		padding: 15px 0px;
		line-height: 1;
		text-align: center;
		border-right: 1px solid #969696;
		border-bottom: 1px solid #969696;
	}
	.sds_table tbody tr td:first-child{
		width: 15%;
	}
	.sds_table tbody tr td:nth-child(2){
		width: 30%;
	}
	.sds_table tbody tr td:nth-child(3){
		width: 30%;
	}
	.sds_table tbody tr td:last-child{
		width: 25%;
	}
}

.sds_table tbody tr td a{
	
}
@media print, screen and (min-width: 768px){
	.sds_table tbody tr td a{
		color: #2c8fff;
	}
}

.sds_table_numberfield{
	
}
@media print, screen and (min-width: 768px){
	.sds_table_numberfield{
		width: 15%;
	}
}

.sds_table_namefield{
	
}
@media print, screen and (min-width: 768px){
	.sds_table_namefield{
		width: 30%;
	}
}

.sds_table_amountfield{
	
}
@media print, screen and (min-width: 768px){
	.sds_table_amountfield{
		width: 30%;
	}
}

.sds_table_pdffield{
	
}
@media print, screen and (min-width: 768px){
	.sds_table_pdffield{
		width: 25%;
	}
}

.sds_box{
	
}
@media print, screen and (min-width: 768px){
	.sds_box{
		
	}
}

.sds_box dl{
	
}
@media print, screen and (min-width: 768px){
	.sds_box dl{
		
	}
}

.sds_box dl dt{
	
}
@media print, screen and (min-width: 768px){
	.sds_box dl dt{
		
	}
}

.sds_box dl dt span{
	
}
@media print, screen and (min-width: 768px){
	.sds_box dl dt span{
		
	}
}

.sds_box dl dd{
	
}
@media print, screen and (min-width: 768px){
	.sds_box dl dd{
		
	}
}

.sds_box a{
	
}
@media print, screen and (min-width: 768px){
	.sds_box a{
		
	}
}
/*request*/
.request_box{
	margin: 25px auto 0px;
}
@media print, screen and (min-width: 768px){
	.request_box{
		width: 800px;
	}
	.request_box.contact{
		margin-top: 40px;
	}
}

.request_box_download{
	
}
@media print, screen and (min-width: 768px){
	.request_box_download{
		
	}
}

.request_box_download a{
	color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.request_box_download a{
		
	}
}
/*return_top*/
.return_top{
	position: fixed;
	display: none;
	width: 100%;
}
@media print, screen and (min-width: 768px){
	.return_top{
		bottom: 125px;
	}
}

.return_btn{
	
}
@media print, screen and (min-width: 768px){
	.return_btn{
		position: relative;
		display: block;
		width: 100%;
		margin: 0px auto;
	}
}

.return_parts_one{
	position: absolute;
	right: 3%;
}
@media print, screen and (min-width: 768px){
	.return_parts_one{
		width: 50px;
		height: 50px;
	}
}
/*input.html（フォーム用）*/
.request_box_catalog{
	
}
@media print, screen and (min-width: 768px){
	.request_box_catalog{
		
	}
}

.request_box_catalog_high{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	margin: 40px auto 0px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ffc506;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high{
		
	}
}

.request_box_catalog_high_case{
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case{
		width: 150px;
	}
}

.request_box_catalog_high_case_title{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case_title{
		
	}
	.request_box_catalog_high_case_title.under{
		margin-bottom: 21px;
	}
}


.request_box_catalog_high_case_exc{
	width: 80px;
	font-size: 15px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #fff;
	line-height: 1;
	padding: 4px 0px;
	background-color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case_exc{
		margin: 0px auto;
	}
}

.request_box_catalog_high_case_imgbox{
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.3);
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case_imgbox{
		
	}
	.request_box_catalog_high_case_imgbox.mini{
		width: 65px;
		margin: 119px auto 0px;
	}
}

.request_box_catalog_high_case_input{
	font-size: 15px;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case_input{
		display: block;
		height: 23px;
	}
}

.request_box_catalog_high_case_input input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_high_case_input input{
		width: 56px;
		height: 21px;
		margin-right: 5px;
		padding: 2px;
	}
}

.request_box_catalog_middle{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	margin: 30px auto 0px;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_middle{
		
	}
}

.request_box_catalog_low{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	margin: 30px auto 0px;
}
@media print, screen and (min-width: 768px){
	.request_box_catalog_low{
		
	}
}

.request_box_caution{
	margin: 45px auto 0px;
}
@media print, screen and (min-width: 768px){
	.request_box_caution{
		
	}
}

.request_box_outframe{
	position: relative;
	background-color: #fff;
	border: 4px solid #e9f4ff;
}
@media print, screen and (min-width: 768px){
	.request_box_outframe{
		width: 800px;
		margin-top: 20px;
		padding: 25px;
	}
}

.request_box_info{
}
@media print, screen and (min-width: 768px){
	.request_box_info{
	}
}

.request_box_info tr{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.request_box_info tr.request_hidden_item{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.request_box_info tr.request_hidden_item.checked{
	position: relative;
	opacity: 1;
	z-index: 1;
}
@media print, screen and (min-width: 768px){
	.request_box_info tr{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
	}
}

.request_box_info tr th{
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
	background-color: #e9f4ff;
}
.request_box_info tr th.request_extra{
	background-color: transparent;
	border: none;
}
@media print, screen and (min-width: 768px){
	.request_box_info tr th{
		width: 200px;
		font-size: 20px;
		padding: 10px 15px 10px 0px;
		line-height: 1;
		text-align: right;
		border-bottom: 2px solid #fff;
	}
	.request_box_info tr th.request_work_exc{
		padding: 18px 15px;
	}
	.request_box_info tr th.request_address{
		padding: 42px 15px;
	}
	.request_box_info tr th.request_send_catalogs{
		border: none;
	}
	.request_box_info tr th.contact_items{
		padding: 67px 15px 67px 0px;
	}
}

.request_box_info tr td{
	
}
@media print, screen and (min-width: 768px){
	.request_box_info tr td{
		padding: 5px 0px 5px 10px;
	}
	.request_box_info tr td.request_worklist{
		width: 60%;
		padding: 0px 0px 6px 10px;
	}
	.request_box_info tr td.request_extra_case{
		padding: 0px 5px 6px;
	}
	.request_box_info tr td.contact_items{
		padding: 0px 0px 5px 10px;
	}
	.request_box_info tr td.request_address_case{
		padding: 5px 0px 6px 10px;
	}
}

.request_box_info tr td textarea{
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_box_info tr td textarea{
		width: 435px;
		padding: 3px;
	}
}

.request_input_normal{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_input_normal{
		width: 250px;
		padding: 3px;
	}
}

.request_worklist{
	
}
@media print, screen and (min-width: 768px){
	.request_worklist{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 75%;
	}
}

.request_input_check{
	font-size: 15px;
}
@media print, screen and (min-width: 768px){
	.request_input_check{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		margin-right: 15px;
		line-height: 1;
	}
}

.checkbox_worklist{
	display: none;
}
@media print, screen and (min-width: 768px){
	.checkbox_worklist{
		
	}
}

.checkbox_worklist + .make_checkbox{
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid #000;
	background-color: #fff;
	margin-right: 5px;
}
@media print, screen and (min-width: 768px){
	.checkbox_worklist + .make_checkbox{
		
	}
}

.checkbox_worklist:checked + .make_checkbox:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('./img/request_check.png');
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: 1px 1px;
}
@media print, screen and (min-width: 768px){
	.checkbox_worklist:checked + .make_checkbox:before{
		
	}
}

.request_input_address{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_input_address{
		width: 150px;
		padding: 3px;
	}
}

.request_input_adderss_detail{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	height: 60px;
	margin-top: 5px;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_input_adderss_detail{
		width: 435px;
	}
}

.request_input_mailaddress{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.request_input_mailaddress{
		width: 435px;
		padding: 3px;
	}
}

.request_input_send{
	display: none;
}
@media print, screen and (min-width: 768px){
	.request_input_send{
		
	}
}

.request_input_send_checkbox{
	
}
@media print, screen and (min-width: 768px){
	.request_input_send_checkbox{
		
	}
}

.request_send_case{
	font-size: 15px;
	line-height: 1;
}
@media print, screen and (min-width: 768px){
	.request_send_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		margin-right: 15px;
	}
}

.request_input_send + .request_input_send_checkbox{
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	border: 1px solid #000;
	background-color: #fff;
}
@media print, screen and (min-width: 768px){
	.request_input_send + .request_input_send_checkbox{
		
	}
}

.request_input_send:checked + .request_input_send_checkbox:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('./img/request_check.png');
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: 1px 1px;
}
@media print, screen and (min-width: 768px){
	.request_input_send:checked + .request_input_send_checkbox:before{
		
	}
}

.request_send_case{
	
}
@media print, screen and (min-width: 768px){
	.request_send_case{
		display: -ms-flexbox; /* IE10 */
		display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
		display: -webkit-flex; /* Safari6.1以降 */
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		font-size: 15px;
		line-height: 1;
		margin-right: 15px;
	}
}

.request_other_address{
	color: #df001d;
}
@media print, screen and (min-width: 768px){
	.request_other_address{
		margin-top: 10px;
	}
}

.request_box_decision{
	margin-top: 30px;
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.request_box_decision{
		
	}
}

.request_box_decision button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 7px;
}
@media print, screen and (min-width: 768px){
	.request_box_decision button{
		padding: 6px 20px;
	}
}

.request_box_decision input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 7px;
}
@media print, screen and (min-width: 768px){
	.request_box_decision input{
		padding: 6px 20px;
	}
}

.request_box_trigger{
	
}
@media print, screen and (min-width: 768px){
	.request_box_trigger{
		margin-top: 20px;
	}
}

.request_box_trigger p{
	font-size: 13px;
	line-height: 1.7;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger p{
		
	}
}

.request_box_trigger p a{
	font-size: 13px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger p a{
		
	}
}

.request_box_trigger label{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	line-height: 1;
	background-color: #e9f4ff;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger label{
		width: 645px;
		margin-top: 15px;
		margin-right: 15px;
		padding: 10px 15px;
	}
}

.request_box_trigger label input{
	display: none;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger label input{
		
	}
}

.request_box_trigger_span{
	
}
@media print, screen and (min-width: 768px){
	.request_box_trigger_span{
		
	}
}

.request_box_trigger label input + .request_box_trigger_span{
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid #000;
	background-color: #fff;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger label input + .request_box_trigger_span{
		margin-right: 15px;
	}
}

.request_box_trigger label input:checked + .request_box_trigger_span:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('./img/request_check.png');
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: 1px 1px;
}
@media print, screen and (min-width: 768px){
	.request_box_trigger label input:checked + .request_box_trigger_span:before{
		
	}
}
/*input.html（確認画面）*/
.request_confirm_check{
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
}
@media print, screen and (min-width: 768px){
	.request_confirm_check{
		font-size: 18px;
	}
}

.request_confirm_text{
	line-height: 2;
}
@media print, screen and (min-width: 768px){
	.request_confirm_text{
		margin-top: 10px;
	}
}

.request_confirm_box{
	border-collapse: collapse;
	border-spacing: 0;
}
@media print, screen and (min-width: 768px){
	.request_confirm_box{
		width: 800px;
		margin-top: 20px;
	}
}

.request_confirm_box tbody{
	
}
@media print, screen and (min-width: 768px){
	.request_confirm_box tbody{
		
	}
}

.request_confirm_box tr{
	
}
@media print, screen and (min-width: 768px){
	.request_confirm_box tr{
		
	}
}

.request_confirm_box tr th{
	font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #2c8fff;
	line-height: 1;
	background-color: #e9f4ff;
}
@media print, screen and (min-width: 768px){
	.request_confirm_box tr th{
		width: 200px;
		font-size: 20px;
		text-align: right;
		padding: 10px 15px;
		border-bottom: 2px solid #fff;
	}
}

.request_confirm_box tr td{
	display: block;
	background-color: #fff;
	word-wrap: break-word;
}
@media print, screen and (min-width: 768px){
	.request_confirm_box tr td{
		width: 600px;
		padding: 10px 15px;
	}
}

.request_confirm_send{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	margin: 40px auto 0px;
}
@media print, screen and (min-width: 768px){
	.request_confirm_send{
		width: 320px;
	}
}

.request_confirm_send form{
	
}
@media print, screen and (min-width: 768px){
	.request_confirm_send form{
		
	}
}

.request_confirm_send input{
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 7px;
}
@media print, screen and (min-width: 768px){
	.request_confirm_send input{
		padding: 6px 20px;
	}
}

.request_finish_thanks{
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
}
@media print, screen and (min-width: 768px){
	.request_finish_thanks{
		font-size: 18px;
	}
}

.request_finish_text{
	line-height: 2;
}
@media print, screen and (min-width: 768px){
	.request_finish_text{
		margin-top: 55px;
	}
}

.request_finish_text a{
	color: #2c8fff;
	margin-top: 10px;
	line-height: 2;
}
@media print, screen and (min-width: 768px){
	.request_finish_text a{
		
	}
}

.request_finish_button{
	display: block;
	color: #000;
	margin: 125px auto 0px;
	padding: 7px 0px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
}
@media print, screen and (min-width: 768px){
	.request_finish_button{
		width: 125px;
	}
}
/*contact（お問い合わせページ）*/
.contact_tel{
	display: block;
	font-size: 20px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	color: #fff;
	background-color: #f04e11;
	border-radius: 10px;
}
@media print, screen and (min-width: 768px){
	.contact_tel{
		width: 365px;
		line-height: 1;
		padding: 13px 0px;
		border: 2px solid #f04e11;
		text-align: center;
	}
	.contact_tel:hover{
		color: #f04e11;
		background-color: #fff;
	}
}

.contact_message{
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	line-height: 1;
}
@media print, screen and (min-width: 768px){
	.contact_message{
		font-size: 20px;
		margin-top: 35px;
	}
}

.contact_caution{
	
}
@media print, screen and (min-width: 768px){
	.contact_caution{
		margin-top: 25px;
	}
}

.error em{
	font-style: normal;
	font-size: 13px;
	color: #df001d;
}
@media print, screen and (min-width: 768px){
	.error em{
		
	}
}

.exc_error{
	font-size: 15px;
	font-family:  "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6",sans-serif;
	font-weight: bold;
	color: #df001d;
	margin: 25px auto 0px;
	text-align: center;
}
@media print, screen and (min-width: 768px){
	.exc_error{
		
	}
}
/*８月２日追加分*/
.extra_0802{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
	justify-content: space-between;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	margin-top: 5px;
}
@media only screen and (min-width: 768px){
	.extra_0802{
		
	}
}

.extra_0802_span{
	display: block;
}
@media only screen and (min-width: 768px){
	.extra_0802_span{
		
	}
}

.extra_request_input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #000;
}
@media only screen and (min-width: 768px){
	.extra_request_input{
		width: 373px;
		padding: 3px;
	}
}
/*８月３日追加分*/
.contact_caution_strong{
	color: #df001d;
}
@media only screen and (min-width: 768px){
	.contact_caution_strong{
		margin-top: 3px;
	}
}
/*１０月２６日追加*/
.company_about_items dd.counterplan{
	display: block;
	width: 210px;
}
