@charset "shift_jis";
#headerWrap{
	top: 0
}
/* ------------------------------------------------------
	index elements�@20131024�`
------------------------------------------------------ */

#wrapper_top{
/*	padding-top:10px;*/
}

#wrapper_top p{
	margin-left:0;
	margin-right:0;
	line-height:1.5;
}


/*	.contact_box
------------------------------------------------*/
#wrapper_top .contact_box{
	background:url(../img/top/bg_contact.png) no-repeat top left;
	width: 710px;
    height: 145px;
    padding: 30px 45px 25px 45px;
	margin-bottom:25px;
}

#wrapper_top .contact_box .tel{
	width:300px;
	float:left;
	margin-left:0;
	margin-top:20px;
}
#wrapper_top .contact_box .tel img{
	width: 100%;
}

#wrapper_top .contact_box .button{
	width:383px;
	float:right;
	margin-top:10px;
}

#wrapper_top .contact_box.web{
	margin-top: 30px;
    width: 755px;
    padding: 30px 20px 5px 25px;
	-webkit-background-size: 100% 180px;
	background-size: 100% 180px;
}

#wrapper_top .contact_box.web .tel{
	width:230px;
}
#wrapper_top .contact_box.web .tel img{
	width: 100%;
}

#wrapper_top .contact_box.web .button{
	width:245px;
	margin-top:20px;
}

#wrapper_top .attention_box{
	border:2px solid #F00;
	padding:10px;
	font-size:12px;
	color:#f00;
	margin-bottom:10px;
	text-align:center;
}
#wrapper_top .contact_box.web_form {
    background: url(../img/top/bg_contact_web.png) no-repeat top left;
	margin-bottom: 15px;
	margin-top: 25px;
}
#wrapper_top .contact_box.web_form .button{
	margin-top:42px;
}
/*	.contact_box
------------------------------------------------*/
#event_report_detail .contact_box{
	background:url(../img/top/bg_contact.png) no-repeat top left;
width: 650px;
height: 200px;
padding: 20px 10px 25px 15px;
margin-bottom: 25px;margin-top: 50px;
background-size: 600px 200px;
}
#event_report_detail .contact_box > p:first-child > img{
	width: 560px;
}
#event_report_detail .contact_box .tel{
width: 250px;
float: left;
margin-left: 0;
margin-top: 20px;
}
#event_report_detail .contact_box .tel img{
	width: 250px;
}
#event_report_detail .contact_box .button{
width: 380px;
float: right;
margin-top: 10px;

}
#event_report_detail .contact_box .button img{
	width: 300px;
}
#event_report_detail .attention_box{
	border:2px solid #F00;
	padding:10px;
	font-size:12px;
	color:#f00;
	margin-bottom:10px;
	text-align:center;
}

.contact_box_bottom {
	background: url(../img/top/bg_contact_box_bottom.png) no-repeat;
	padding: 30px;
  margin-bottom: 30px;
}
.contact_box_bottom .head {
	margin-bottom: 30px;
}
.contact_box_bottom .tel_box {
	float: left;
	width: 315px;
}
.contact_box_bottom .tel_box span {
	font-size: 13px;
	color: #FFF;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.contact_box_bottom .apply_box {
	float: right;
	width: 387px;
}
.contact_box_bottom .apply_box a {
	display: block;
}

/*----- Modal Menu -----*/
#open01,
#open02,
#open03,
#open04,
#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: fixed;
	background: #000;
	opacity: 0.5;
	z-index: 11;
}
.modal_window {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 30px 30px 35px;
	width: 700px;
	height: 340px;
	border: 6px solid #a8c3e5;
	box-sizing: border-box;
	text-align: center;
	display: block;
	background: #fff;
	position: fixed;
	z-index: 12;
}
.modal_window .head {
	text-align: center;
	margin-bottom: 30px;
}
#modal .modal_window .desc {
	width: 260px;
	box-sizing: border-box;
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 20px;
	position: relative;
}
.modal_window .desc:after {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 14px;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: auto;
}
.modal_window .contact_form {
	float: left;
	width: 310px;
}
.modal_window .contact_form .desc {
	background: #d9f6e9;
}
.modal_window .contact_form .desc:after {
	border-top: 14px solid #d9f6e9;
}
.modal_window .web_apply_form {
	float: right;
	width: 310px;
}
.modal_window .web_apply_form .desc {
	background: #faf1d8;
}
.modal_window .web_apply_form .desc:after {
	border-top: 14px solid #faf1d8;
}
.close_btn {
	position: absolute;
	right: -25px;
	top: -25px;
}

/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal div:target {
	-webkit-animation-name: modalFadeIn;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

/*	.pickup_box
------------------------------------------------*/
.pickup_box {
	margin-bottom: 22px;
	background-image: url(../img/top/bg_pickup_box.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #df0000;
	padding: 0 22px 20px;
}
#pickup_saiyo.pickup_box {
}
#pickup_kaigyo.pickup_box {
	margin-bottom: 30px;
}

/*	.campaign_box
------------------------------------------------*/
.campaign_box{
	position:relative;
}

.campaign_box p{
	padding:0;
}

.campaign_box table tr, .campaign_box table th, .campaign_box table td{
	border: none;
}

.campaign_box .campaign_btn{
	position:absolute;
	top:110px;
	right:25px;

}
.campaign_box ul li{
	margin-bottom:0;
}

.events_calendar_wrap{
	background:url(../img/top/campaign/cam_frame_top.jpg) no-repeat top left;
	padding-top:15px;
	margin-bottom:10px;
}

.events_calendar{
	background:url(../img/top/campaign/cam_frame_bottom.jpg) no-repeat bottom left;
	padding-bottom:17px;
}

.events_calendar_in{
	background:url(../img/top/campaign/cam_frame_middle.jpg) repeat-y left;
}

.events_calendar_in p{
	margin-bottom:10px;
	padding-top:5px;
}

.events_calendar_in table th{
	font-size:16px;
	color:#373737;
	font-weight:normal;
	border-bottom:1px dotted #999;
	padding:10px 20px;
}

.events_calendar_in table td{
	font-size:16px;
	text-align:left;
	border-bottom:1px dotted #999;
}

.events_calendar_in table td a{
	font-size:16px;
	color: #005aba;
}

.events_calendar_in table td a:hover{
	color: #2389f6;
}

.events_calendar_in{
	padding:0 37px 10px;
}


/*	#contents
------------------------------------------------*/
#contents{
	background:none;
}


/*	.section
------------------------------------------------*/
.section{
	background-color:#ddecfe;
}

.section_content_wrap{
	padding:0 8px 10px 10px;
}

.section_content{
	background:url(../img/top/bg_box_repeat.jpg) repeat-y;
}

.section_content_bottom{
	background:url(../img/top/bg_box_bottom.jpg) no-repeat bottom left;
	padding:0 2px 25px 0;
}

.section h2{
	margin-bottom:28px;
	width:780px;
}

.section h3{
	margin:0 auto;
	width:740px;
	padding-bottom:20px;
}

#contents .section .text_first{
	margin-bottom:25px;
	margin-left:25px;
}

.section .service_li{
	margin-bottom:25px;
}

.section .customer_box{
	width:698px;
	margin:0 auto;

}
.section .photo_customer{
	width:166px;
	float:left;
}

.section .text_customer{
	float:left;
	width:517px;
	margin-left:15px;
}

.section .bottom_copy{
	margin-bottom:-22px;

}
/*	#introduction
------------------------------------------------*/
#introduction,#event_report, #voice_movie{
	padding-top:10px;
}

#introduction .carousel{
	position: relative;
}

#introduction .jCarouselLite{
	margin-left: 45px;
}

#introduction .slider{
	width:151px !important;
	height:234px !important;
	float: left;
	border:2px solid #004EA0;/* #999 #0E74E0 #004EA0 #03B8FF */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;;
	-ms-border-radius: 5px;
	margin-right: 10px;
	padding:5px;
	cursor: pointer;
/*
	background-color:#ddecfe;
*/
}
#introduction .slider:hover{
	border:2px solid #1873D3;/* #999 #0E74E0 #004EA0 #03B8FF */

}
#introduction .slider:hover img{
	opacity:0.6;
}
#introduction .slider:hover div{
	color:#666;
/*	text-decoration: underline;*/
}
#introduction .slider a{
	display:inline-block;
	text-decoration:none;
	color:#000;
}
#introduction .slider div{
	width:151px;
	height:120px;
	margin-bottom:0px;
}
#introduction .slider h3{
	width:151px;
	font-size:14px;
	line-height:1.4;
	padding-bottom:3px;
}
#introduction .slider p.employees{
	font-size:12px;
	line-height:1.4;
}
#introduction .slider p.catch{
	margin-bottom:0px;
	font-size: 13px;
	line-height:1.5;
}

#introduction .slider p.slider_img{
	width:151px;
	height:113px;
/*	border:1px solid #999;
	text-align:center;*/
}

#introduction .btn{
	width: 30px;
	height: 220px;
	position: absolute;
}
#introduction .btn:hover{
	opacity:0.6;
}
#introduction .prev{
	right: 0px;
	top: 0px;
}

#introduction .next{
	left: 10px;
	top: 0px;
}

/*	#banner
------------------------------------------------*/
.top_banner{
	margin-bottom: 25px;
}

#wrapper_top .top_banner p{
	display: block;
	margin: 0 auto;
	width: 585px;
	text-align: center;
}



/*	#service
------------------------------------------------*/
#service.section.new{
	background: #fdcbca;
}
#service.section.new h2{
	margin: 0 auto;
    display: block;
    width: 695px;
    padding: 20px 0;
}
#service.section.new .recommend10{
	background: #FFFFFF;
	margin:0 15px;
	padding:15px 0 0 12px;
	margin-bottom: 35px;
	height: 690px;
	width: 736px;
	position: relative;
}
#service.section.new h3{
	position:absolute;
}
#service.section.new .members_voice{
	position: absolute;
	margin-right: 12px;
	bottom: 90px;
	padding: 0 10px;
	/*border: 1px solid #0d5dc0;*/
	border: 1px solid #6d6d6d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 280px;
}
#service.section.new .members_voice.dn{
	display: none;
}
#service.section.new .members_voice h4{
	padding: 10px;
}
#service.section.new .members_voice div{
	display: inline-block;
	vertical-align: top;
}
.member_photo {
    padding: 0 10px;
}
#service.section.new .member_content{
	width: 529px;
}
#service.section.new .member_content .content_title{
	font-size: 21px;
	margin-bottom: 10px;
}
#service.section.new .member_content .content_title.thin{
	letter-spacing: -0.7px;
}
#service.section.new .member_content .member_profile{
	font-size: 15px;
	margin-bottom: 6px;
}
#service.section.new .member_content .qa{
	padding-left: 15px;
	line-height: 1.6;
	font-size: 14px;
}
#service.section.new .member_content .qa span{
	width: 15px;
	display: inline-block;
	text-align: right;
	margin-left: -15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets span{
	border-radius:0px;
	opacity: 1;
	width: 150px;
	height: 80px;
}
.swiper-container-horizontal>.swiper-pagination-bullets span:nth-child(1){
	background-image: url(../img/top/btn02.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span:nth-child(2){
	background-image: url(../img/top/btn04.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span:nth-child(3){
	background-image: url(../img/top/btn03.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span:nth-child(4){
	background-image: url(../img/top/btn05.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span:nth-child(5){
	background-image: url(../img/top/btn05.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet-active:nth-child(1){
	background-image: url(../img/top/btn02_o.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet-active:nth-child(2){
	background-image: url(../img/top/btn04_o.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet-active:nth-child(3){
	background-image: url(../img/top/btn03_o.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet-active:nth-child(4){
	background-image: url(../img/top/btn05_o.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets span.swiper-pagination-bullet-active:nth-child(5){
	background-image: url(../img/top/btn05_o.jpg);
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	background-color: #fdcbca;
	/*background-color: #ddecfe;*/
	padding-top: 10px;
}


#service.section.new .recommend10 h3 img {
    width: 80%;
}
#service.section.new .recommend10 p.above img {
    width: 88%;
    margin: 0 auto;
    display: block;
}

#service.section.new .members_voice h4 img {
    width: 40%;
}
/*	#price
------------------------------------------------*/
#price .price_table{
	width:692px;
	margin:0 auto;
	padding-bottom:10px;
}

#price .price_table_text{
	width:531px;
	margin:0 auto;
}

/*	#terms
------------------------------------------------*/
#terms ul{
	padding:0 45px;
}

/*	#composition
------------------------------------------------*/
#composition .img_chart{
	margin-bottom:15px;
}

/*	#howto
------------------------------------------------*/
#howto .text{
	width:692px;
	margin:0 auto;
}

/*	#question
------------------------------------------------*/
#question .section_content_wrap{
	padding-top:10px;
}

#question .faq_box{
	padding:0 45px;
}

#question .faq_box dl{
	margin-bottom:15px;
}

#question .faq_box dt{
	margin-bottom:5px;
}

#question .faq_box dt a{
	background:url(../img/top/icon_q.jpg) no-repeat left 3px;
	padding:10px 0 10px 44px;
	font-size:16px;
	display:inline-block;
	color:#005aba;
}

#question .faq_box dt a:hover{
	color:#2389f6;
}

#question .faq_box .faq_a{
	background-color:#f2f2f2;
	color:#000;
	padding:15px;
}

#question .faq_box .faq_a a{
	color:#005aba;
}


#question .faq_box .faq_a a:hover{
	color:#2389f6;
}

/* ------------------------------------------------------
	index elements 20131024�ȑO
------------------------------------------------------ */
.campaignBox{
	margin-bottom:30px;
}
.campaignBoxInner{
	background: url(../img/common/campaign_inner.jpg) left top repeat-y;
	padding: 0px 15px 0px 16px;
}
.campaignBoxInner .campaign_text{
	margin-bottom:20px;
}
.campaignBoxInner .campaign_img01{
	margin-bottom:30px;
}
.campaignBoxInner .campaign_img02{
	padding-bottom:30px;
}

.campaignBoxInner .campaign_img03{
	padding-bottom:10px;
}

.campaignBoxInner .campaign_img04{
	text-align:center;
}

.campaignBox .tar{
	text-align:right;
	line-height:1.3;
}
.seminerBox{
	position: relative;
}
.seminerBox h3{
	font-size: 164%;
	padding: 16px 16px 14px 20px;
	margin-bottom: 15px;
	color: white;
	font-weight: bold;
	background: url(../img/sub/common/h1_blue.gif) no-repeat left top;
}
.seminerBox table{
	margin-bottom: 15px;
}
.seminerBox table tr{
}
.seminerBox table th{
	background: url(../img/common/icon_campaign.png) no-repeat left 50%;
	padding:5px 5px 5px 20px;
	border-bottom:1px dotted #7f7f7f;
}
.seminerBox table td{
	padding:5px;
	border-bottom:1px dotted #7f7f7f;
}
.seminerBox table td.link{
    text-align: left;
}
.seminerBox table td.link a{
/*	color:#195090;*/
	text-decoration:none;
}
.seminerBox table td.img{
	 padding-right:0px;
}
.seminerBox table td img{
	cursor: pointer;
}
.pop_seminer{
	border:2px solid #ff9b25;
	padding:1px;
	background: #FFF;
	width:424px;
}
.pop_seminer .title{
	background: #ff9b25;
	font-weight:bold;
	color:#FFF;
	margin:0px 0px 5px 0px;
	padding:5px;
}
.pop_seminer .body{
	padding:0px 5px 5px;
}
.pop_seminer .body .tac{
	text-align:center;
}
.pop_seminer .main{
	padding:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #7f7f7f;
}
.pop_seminer .detail{
	padding:5px;
}
.pop_seminer_box{
	position: absolute;
	background: url(../img/common/icon_campaign_detail.png) no-repeat 450px 30px;
	left:58px;
	padding:20px;
}
#pop_seminer_01{
	top:43px;
}
#pop_seminer_02{
	top:73px;
}
#pop_seminer_03{
	top:114px;
}
.top_main_banner{
	margin-bottom:15px;
}

/* modal */
#overLay {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: #fff;
	z-index: 500;
}
#displayContent {
	position: absolute;
	top:50%;
	left:50%;
	margin: -50px 0 0 -50px;
	padding: 20px 40px 20px 20px;
	_padding: 20px;
	width: 100px;
	height: 100px;
	z-index: 600;
}
#getContents {
	padding: 10px;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ccc 2px;
}
#closeBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

body.pop{
	overflow-x: hidden;
}
#introduction_detail, #event_report_detail{
	font-family:"���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	color: #666666;
	width: 596px;
	padding: 12px 30px 0 30px;
}
.fl{
	display: inline-block;
	padding-top: 5px;
}
.fr{
	float: right;
	width: 330px;
}
.fr h1{
	font-size: 22px;
	margin: 0 0 4px 0;
}
.fr > p{
	font-size: 14px;
	width: auto;
	margin: 8px 0;
}
.fr > div > p, .fr > div >h3{
	clear: both;
	font-size: 15px;
	margin: 0;
}
.fr > div > p{
	margin-bottom: 15px;
}

.event_report{
	padding: 0 20px;
	margin-top: -10px;
	max-height: 500px;
	overflow-y: scroll;
}
.event_report img{
	border: 1px solid #acacac;
	-moz-box-shadow: 0px 1px 2px 1px #CCC;
	-webkit-box-shadow: 0px 1px 2px 1px #CCC;
	box-shadow: 0px 1px 2px 1px #CCC;
}
.event_report dt{
	width: 310px;
	display: inline-block;
}
.event_report dd{
	width: 390px;
	min-height: 142px;
	margin-left: 15px;
	padding-top: 5px;
	display: inline-block;
	vertical-align: top;
}
.event_report dd:not(:last-child){
	margin-bottom: 20px;
}
.event_report dd span{
	color: #0151a6;
	font-weight: bold;
}
/*	20150907�ǉ�
------------------------------------------------*/
div#introduction_detail > div > img {
    max-width: 240px;
    width: 100%!important;
    height: auto;
}


/*	20160426�ǉ�
------------------------------------------------*/
.social-area-syncer {
	width: 200px;
	min-height: 190px ;
	background: #F5F1E9 ;	/* �w�i�F */
	padding: 1em 20px ;
}

/* �f�X�N�g�b�vPC�ł͍������g������ */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 100px ;
	}
}

/* �X�}�z */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* �f�X�N�g�b�v */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 410px ;
	}
}

ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}

/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

/*	20161020�ǉ�
------------------------------------------------*/
#voice_movie .section_content ul {
    padding: 0 20px;
	font-size: 0;
}
#voice_movie .section_content ul li {
    display: inline-block;
    width: 32%;
    margin-right: 10px;
	margin-bottom: 10px;
}
#voice_movie .section_content ul li img {
	width: 100%;
}
#voice_movie .section_content ul li p {
	line-height: 1.8;
	font-size: 18px;
	text-align: center;
}
#voice_movie .section_content ul li:nth-child(3n) {
	margin-right: 0;
}
#voice_movie .section_content ul li:last-child {
	margin-bottom: 0;
}
#voice_movie .section_content ul li a:hover {
	opacity: 0.8;
}
#introduction_detail > div.vm > h1{
	border-bottom: 3px solid #004EA0;
	margin: 5px 0 20px;
}


.event_report .event_content{
	border-top: 1px solid #acacac;
	padding: 10px 0 20px;
	overflow: hidden;
}
.event_report .event_content h3{
    font-size: 18px;
    color: #0051aa;
}
.event_report .event_content p.event_img{
	float: left;
    padding: 0 0 20px;
}
.event_report .event_content p.event_txt{
	float: right;
	width: 400px;
    padding: 0 0 20px;
}
.event_action{
    padding: 5px 5px 0;
    overflow: hidden;
    border-top: 1px solid #acacac;
    width: 730px;
    margin: 0 auto;
}
.event_action p:first-child{
	margin-bottom: 5px;
}
.event_action p:nth-child(2){
	float: left;
}
.event_action p:last-child{
	float: right;
}


/*	20170306�ǉ�
------------------------------------------------*/
#main_slider .slide_01 {
	background: url('../img/top/main_bg.jpg') no-repeat center;
	height: 500px;
	min-width: 800px;
	margin-bottom: 30px;
}
#main_slider .main_copy_area{
	position: relative;
	height: 500px;
	width: 800px;
	margin: 0 auto;
}
.main_copy_area p.main_copy{
	position: absolute;
	top: 20px;

}
.main_copy_area p.question{
	position: absolute;
	right: 85px;
    top: 135px;
}
.main_copy_area p.sub_copy{
	position: absolute;
	bottom: 20px;

}
.main_copy_area ul.push_list{
	position: absolute;
	right: 20px;
    width: 455px;
    top: 205px;
}
.main_copy_area ul.push_list li{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url('../img/top/icon_check.png') no-repeat center left;

}
.main_copy_area a:hover{
	opacity: 0.8;
}
.main_copy_area a ul.push_list li img{
	border-bottom: 1px solid #fffa71;
}
.main_copy_area a:hover ul.push_list li img{
	border-bottom: 1px solid rgba(255, 250, 113, 0);
}

#main_slider .slide_02 {
	height: 500px;
	min-width: 800px;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	background: url('../img/top/main_bg2.jpg') no-repeat center;
}
#main_slider .slide_02 a {
	display: block;
	min-height: 500px;
}
#main_slider .slide_03 {
	height: 500px;
	min-width: 800px;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	background: url('../img/top/main_bg3_2020.jpg') no-repeat center;
}
#main_slider .slide_03 a {
	display: block;
	min-height: 500px;
}
