@charset "utf-8";
/* CSS Document */

#suntory_contents, #suntory_contents form, #suntory_contents input, #suntory_contents select {
    letter-spacing: 0;
}

#main_visual #catch { font-size: 18px; }
ul.article_list li { font-size: 16px; }
#link1 ul#link1_list li .link1_over p.link1_name { font-size: 15px; }
#link2 ul#link2_list li a .link2_name { font-size: 22px; }
#recruit #recruit_bnr ul#recruit_cmp li { font-size: 14px; }
#block_wrap .block_catch { font-size: 26px; }
#block_wrap .link_btn span { font-size: 18px; }
#info ul#info_list li a .info_over .info_cmp { font-size: 18px; }
#info ul#info_list li a .info_over .info_link { font-size: 16px; }


 


/* contents */
#contents_wrap {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}

/* main_visual */
#main_visual {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	background: url(../img/main_visual.png) left top no-repeat;
}

	#main_visual #catch {
		position: absolute;
		top: 0;
		left: 0;
		width: 1180px;
		height: 50px;
		padding: 0  10px;
		line-height: 50px;
		color: #fff;
		letter-spacing: 1px;
		background-color: rgba(17,170,238,0.5);
	}	


/* event */
#event_wrap {
	width: 1200px;
	margin: 0 auto;
}

#event {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

	h2 {
		height: 39px;
		line-height: 39px;
		padding-left: 50px;
	}	

	#event h2 { 
		background: url(../img/icon_event.png)left top no-repeat;
		background-size: 39px;
	}

	ul.article_list {
		width: 960px;	
	}

	ul.article_list li {
		padding: 15px 0;
		border-bottom: 1px solid #c1d2dc;
    	letter-spacing: 0.5px;
		overflow: hidden;
		line-height: 150%;
	}

    #event ul.article_list li {
		display: none;
	}

	ul.article_list li:last-child {
		border-bottom: none;
	}

	ul.article_list li p.date {
		width: 160px;
		float: left;
	}

	ul.article_list li p.article {
		width: 800px;
		float: left;
	}

	#event ul.article_list li p.article a,
	#event ul.article_list li p.article  {
		/*color: #579ab9;*/
		letter-spacing: -0.3px;
	}	

	#event ul.article_list li p.article a:hover {
		/*
		color: #06a;
		text-decoration: underline;
		*/
		text-decoration: none;
		cursor: default;
		opacity: 1.0;
	}	

	#news ul.article_list li p.article a {
		color: #579ab9;
		letter-spacing: -0.3px;
	}	

	#news ul.article_list li p.article a:hover {
		
		color: #06a;
		text-decoration: underline;
		opacity: 1.0;
	}	

	#event .event_btn {
		width: 200px;
		height: 30px;
		line-height: 30px;
		border: 2px solid #0f9ddf;
		margin: 10px auto 0 auto;
		font-size: 14px;
		color: #0f9ddf;
		font-weight: bold;
		text-align: center;
		display: none;
	}	

    #event .event_btn:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	#event #event_btn_more {
		background: url(../img/more.png) left 40px center no-repeat;
		background-size: 11px auto;
	}
		

	#event #event_btn_close {
		background: url(../img/close.png) left 40px center no-repeat;
		background-size: 11px auto;
	}
		
		
		
		
/* news */
#news_outer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #ddeeff;
}

#news_wrap {
	width: 1200px;
	margin: 0 auto;
}

#news {
	width: 960px;
	margin: 0 auto;
}

#news h2 { 
	background: url(../img/icon_news.png)left top no-repeat;
	background-size: 39px;
}


/* works */

#works_outer {
	width: 100%;
	margin: 0 auto;
	background-color: #ddeeff;
	padding-bottom: 80px;
}

#works_wrap {
	width: 960px;
	margin: 0 auto;
	background-color:#FFF
}

#works {
	padding: 20px 40px;
}

#works_outer .lead {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;

}

#works_outer #works_wrap #works h2 {
	padding: 0;

}

#works_outer #works_wrap #works h2 .s_tit {
	font-size: 20px;
	font-weight: normal;

}

/* #works_outer #works_wrap #works h2 .s_tit::before {
	border-top: 1px solid;
	content: "";
	width: 2em;
	margin-right: 0.5em;
	display: inline-block;
} */

#works_outer #works_wrap #works dl {
	margin: 30px 0;
	padding-left: 1em;
}

#works_outer #works_wrap #works .tit_bold {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	position:relative;
	display:inline-block;
}

#works_outer #works_wrap #works .tit_bold::before {
	content:"";
	display:inline-block;
	width:4px;
	height:18px;
	background-color:#11aaee;
	position:absolute;
	top:-2px;
	left:-13px;
}

#works_outer #works_wrap #works .txt_normal {
	font-size: 16px;
	text-indent: -1em;
	margin-bottom: 10px;
}




/* link */
#link {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;	
}

#link1 {
	width: 960px;
	/*height: 200px;*/
	margin: 0 auto 20px auto;
}
#link1 h2 {
    background: url(../img/icon_interview.png)left top no-repeat;
    background-size: 39px;
}
#link1 h2 a {
	display: inline-block;
	position: relative;
}
#link1 h2 a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    bottom: 0.5em;
    right: -0.9em;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-top: 2px solid #0f96b8;
    border-right: 2px solid #0f96b8;
    transform: rotate(45deg);
}

	#link1 ul#link1_list {
		width: 960px;
		height: 200px;
		margin-top: 20px;
	}

	#link1 ul#link1_list li {
		width: 305px;
		height: 200px;
		padding-right: 22.5px;
		float: left;
		position: relative;
	}

	#link1 ul#link1_list li a {
		width: 305px;
		height: 200px;
		display: block;
	}

	#link1 ul#link1_list li:last-child {
		padding-right: 0;
	}

	#link1 ul#link1_list li#link1_c1 a { 
		background: url(../img/link1_c1.png) left top no-repeat;
		background-size: 305px 200px;
	}

	#link1 ul#link1_list li#link1_c2 a { 
		background: url(../img/link1_c2.png) left top no-repeat;
		background-size: 305px 200px;
	}

	#link1 ul#link1_list li#link1_c3 a { 
		background: url(../img/link1_c3.png) left top no-repeat;
		background-size: 305px 200px;
	}


	#link1 ul#link1_list li .link1_over {
		position: absolute;
		top: 0;
		padding: 0;
		width: 155px;
		height: 200px;
	}

	#link1 ul#link1_list li .link1_over p.link1_name {
    	color: #fff;
		text-align: center;
		margin-top: 70px;
		height: 105px;
	    font-weight: bold;
    	line-height: 140%;
		letter-spacing: -0.5px;
	}

	#link1 ul#link1_list li .link1_over p.link1_name span.link1_name_1 {
		display: block;
		margin-top: 10px;
	}

	#link1 ul#link1_list li .link1_over p.link1_name span.link1_name_2 {
		display: block;
		margin-top: 15px;
	}

	#link1 ul#link1_list li#link1_c1 a .link1_over {
		background-color: rgba(17,170,238,0.8);
	}

	#link1 ul#link1_list li#link1_c2 a .link1_over {
		background-color: rgba(17,170,238,0.8);
	}

	#link1 ul#link1_list li#link1_c3 a .link1_over {
		background-color: rgba(17,170,238,0.8);
	}

	#link1 ul#link1_list li#link1_c1 .link1_over p.link1_name {
		background: url(../img/arrow7.png) center bottom no-repeat;
		background-size: 28px;
	}

	#link1 ul#link1_list li#link1_c2 .link1_over p.link1_name {
		background: url(../img/arrow7.png) center bottom no-repeat;
		background-size: 28px;
	}

	#link1 ul#link1_list li#link1_c3 .link1_over p.link1_name {
		background: url(../img/arrow7.png) center bottom no-repeat;
		background-size: 28px;
	}

	#link1 ul#link1_list li#link1_c1 .link1_over p.link1_name span.small_company_name,
	#link1 ul#link1_list li#link1_c2 .link1_over p.link1_name span.small_company_name,
	#link1 ul#link1_list li#link1_c3 .link1_over p.link1_name span.small_company_name {
		font-size: 10px;
		display: block;
		margin-top: 10px;
	}

#link1 #intervier_other {
	margin-top: 20px;
}
#link1 #intervier_other a {
	display: inline-block;
	position: relative;
	font-size: 17px;
    font-weight: bold;
}
#link1 #intervier_other a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    bottom: 0.26em;
    right: -0.9em;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-top: 3px solid #0f96b8;
    border-right: 3px solid #0f96b8;
    transform: rotate(45deg);
}



#link2 {
	margin-top: 60px;
}

	#link2 ul#link2_list {
		width: 960px;
		height: 200px;
		margin: 0 auto;
	}

	#link2 ul#link2_list li {
		width: 470px;
		height: 200px;
		margin-right: 20px;
		float: left;
	}

	#link2 ul#link2_list li:last-child {
		margin-right: 0;
	}

	#link2 ul#link2_list li a {
		width: 470px;
		height: 200px;
		display: block;
	}


	#link2 ul#link2_list li a .link2_name {
		font-weight: bold;
	}

	#link2 ul#link2_list li#link2_1 a { 
		background: url(../img/arrow3.png) right 10px bottom 10px no-repeat,url(../img/link2_1.png) left top no-repeat;
		background-size: 28px 28px,470px 200px;
	}

	#link2 ul#link2_list li#link2_2 a { 
		background: url(../img/arrow4.png) right 10px bottom 10px no-repeat,url(../img/link2_2.png) left top no-repeat;
		background-size: 28px 28px,470px 200px;
	}

	#link2 ul#link2_list li#link2_1 a .link2_name {
		padding-top: 20px;
		margin-left: 20px;
	}

	#link2 ul#link2_list li#link2_2 a .link2_name {
		padding-top: 55px;
		text-align: center;
}	


/* recruit */
#block_wrap {
	width: 1200px;
	margin: 0 auto;
}

#recruit {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

	#recruit h2 { 
		background: url(../img/icon_recruit.png)left top no-repeat;
		background-size: 39px;
	}

	#recruit #recruit_bnr a {
		width: 960px;
		height: 200px;
		display: block;
		margin-top: 20px;
		background: url(../img/information.png) right top no-repeat;
		background-size: 360px 200px;
		background-color: #47b8d4;
		position: relative;
	}

    /*募集要項　３月公開予定対応*/
	#recruit #recruit_bnr.nolink {
		width: 960px;
		height: 200px;
		display: block;
		margin-top: 20px;
		background: url(../img/recruit.png) right top no-repeat;
		background-size: 360px 200px;
		background-color: #47b8d4;
		position: relative;
	}	

	#recruit #recruit_bnr ul#recruit_cmp {
		position: absolute;
		top: 20px;
		left: 10px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		background-color: #fff;
		border-radius: 20px;
	}

	#recruit #recruit_bnr ul#recruit_cmp li {
		display: inline-block;
		margin-right: 10px;
		letter-spacing: -1px;
		font-weight: bold;
	}

	#recruit #recruit_bnr ul#recruit_cmp li:last-child {
		margin-right: 0;
	}

	#recruit #recruit_bnr ul#recruit_cmp li#recruit_cmp1 { color: #02a699 }
	#recruit #recruit_bnr ul#recruit_cmp li#recruit_cmp2 { color: #4aae20 }
	#recruit #recruit_bnr ul#recruit_cmp li#recruit_cmp3 { color: #c88f0d }



	#block_wrap .block_catch {
		position: absolute;
		color: #fff;
		font-weight: normal;
		line-height: 130%;
		/*text-shadow: 0 0 50px #000;*/
	}

	#recruit #recruit_bnr .block_catch {
		top: 45px;
    	left: 0;
    	width: 600px;
		text-align: center;
	}

	#block_wrap .link_btn {
		position: absolute;
		width: 356px;
		height: 36px;
		border: 2px solid #fff;
		left: 120px;
		background: url(../img/arrow5.png) right 50px center no-repeat;
		background-size: 11px auto;
		/*box-shadow: 0 0 50px #555;*/
	}

	#recruit #recruit_bnr .link_btn {
		top: 145px;
	}

	#block_wrap .link_btn span {
		display: block;
		position: absolute;
		top: 50%;
    	left: 60px;
    	transform: translateY(-50%);
		color: #fff;
		letter-spacing: -2px;
		font-weight: normal;
		line-height: 130%;
	}
		
	/*募集要項　３月公開予定対応*/
	#recruit #recruit_bnr .link_btn.notredy {
		width: 360px;
		height: 40px;
		border: none;
		background: none;
		/*background-color: #12afef;*/
		background-color: #adadad;
	}

	/*募集要項　３月公開予定対応*/
	#recruit #recruit_bnr .link_btn.notredy span {
		left: 0;
    	text-align: center;
    	width: 100%;
		letter-spacing: 0;
	}



/* mypage */
#block_wrap {
width: 1200px;
margin: 0 auto;
}

#mypage {
width: 960px;
margin: 0 auto;
padding: 0 0 40px 0;
}

#mypage h2 { 
	background: url(../img/icon_recruit.png)left top no-repeat;
	background-size: 39px;
}

#mypage #mypage_bnr a {
	width: 960px;
	height: 200px;
	display: block;
	margin-top: 20px;
	background: url(../img/yatteminahare.png) right top no-repeat;
	background-size: 360px 200px;
	background-color: #47b8d4;
	position: relative;
}

/*募集要項　３月公開予定対応*/
#mypage #mypage_bnr.nolink {
	width: 960px;
	height: 200px;
	display: block;
	margin-top: 20px;
	background: url(../img/mypage.png) right top no-repeat;
	background-size: 360px 200px;
	background-color: #47b8d4;
	position: relative;
}	

#mypage #mypage_bnr ul#mypage_cmp {
	position: absolute;
	top: 20px;
	left: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 20px;
}

#mypage #mypage_bnr ul#mypage_cmp li {
	display: inline-block;
	margin-right: 10px;
	letter-spacing: -1px;
	font-weight: bold;
}

#mypage #mypage_bnr ul#mypage_cmp li:last-child {
	margin-right: 0;
}

#mypage #mypage_bnr ul#mypage_cmp li#mypage_cmp1 { color: #02a699 }
#mypage #mypage_bnr ul#mypage_cmp li#mypage_cmp2 { color: #4aae20 }
#mypage #mypage_bnr ul#mypage_cmp li#mypage_cmp3 { color: #c88f0d }



#block_wrap .block_catch {
	position: absolute;
	color: #fff;
	font-weight: normal;
	line-height: 130%;
	/*text-shadow: 0 0 50px #000;*/
}

#mypage #mypage_bnr .block_catch {
	top: 45px;
	left: 0;
	width: 600px;
	text-align: center;
}

#block_wrap .link_btn {
	position: absolute;
	width: 356px;
	height: 36px;
	border: 2px solid #fff;
	left: 120px;
	background: url(../img/arrow5.png) right 50px center no-repeat;
	background-size: 11px auto;
	/*box-shadow: 0 0 50px #555;*/
}

#mypage #mypage_bnr .link_btn {
	top: 145px;
}

#block_wrap .link_btn span {
	display: block;
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	color: #fff;
	letter-spacing: -2px;
	font-weight: normal;
	line-height: 130%;
}
	
/*募集要項　３月公開予定対応*/
#mypage #mypage_bnr .link_btn.notredy {
	width: 360px;
	height: 40px;
	border: none;
	background: none;
	/*background-color: #12afef;*/
	background-color: #adadad;
}

/*募集要項　３月公開予定対応*/
#mypage #mypage_bnr .link_btn.notredy span {
	left: 0;
	text-align: center;
	width: 100%;
	letter-spacing: 0;
}


/* seminar */
#seminar {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

	#seminar h2 { 
		background: url(../img/icon_seminar.png)left top no-repeat;
		background-size: 39px;
	}

	#seminar #seminar_bnr .link_btn {
		top: 130px;
	}

	#seminar #seminar_bnr a {
		width: 960px;
		height: 200px;
		display: block;
		margin-top: 20px;
		background: url(../img/seminar.png) right top no-repeat;
		background-size: 360px 200px;
		background-color: #11aaee;	
		position: relative;
	}

	#seminar #seminar_bnr .block_catch {
		top: 20px;
    	left: 0;
    	width: 600px;
		text-align: center;
	}

	#seminar #seminar_bnr .block_catch span{
		font-size: 24px;
	}	
	
	#block_wrap .link_btn.seminar_inactive {
		background-image: none;
	}
		
	#block_wrap .link_btn.seminar_inactive span {
		left: 0;
    	right: 0;
		text-align: center;
		letter-spacing: 0.5px;
	}		

#seminar2 {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

	#seminar2 h2 { 
		background: url(../img/icon_seminar.png)left top no-repeat;
		background-size: 39px;
	}

	#seminar2 #seminar2_bnr .link_btn {
		top: 130px;
	}

	#seminar2 #seminar2_bnr a {
		width: 960px;
		height: 200px;
		display: block;
		margin-top: 20px;
		background: url(../img/recruit.png) right top no-repeat;
		background-size: 360px 200px;
		background-color: #11aaee;	
		position: relative;
	}

	#seminar2 #seminar2_bnr .block_catch {
		top: 20px;
    	left: 0;
    	width: 600px;
		text-align: center;
	}

	#seminar2 #seminar2_bnr .block_catch span{
		font-size: 24px;
	}	
	
	#block_wrap .link_btn.seminar_inactive {
		background-image: none;
	}
		
	#block_wrap .link_btn.seminar_inactive span {
		left: 0;
    	right: 0;
		text-align: center;
		letter-spacing: 0.5px;
	}		


/* info */
#info {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

	#info h2 { 
		background: url(../img/icon_info.png)left top no-repeat;
		background-size: 39px;
	}

	#info ul#info_list {
		width: 960px;
		margin-top: 20px;
		overflow: hidden;
	}

	#info ul#info_list li {
		width: 300px;
		/* height: 250px; */
		margin-right: 30px;
		/* float: left; */
	}

	#info ul#info_list li:last-child {
		margin-right: 0;
	}

	#info ul#info_list li a {
		width: 300px;
		height: 45px;
		display: block;
	}

	/* #info ul#info_list li#info_list1 a { background-color: #22ccbb; } */
	/* #info ul#info_list li#info_list2 a { background-color: #77dd44; } */
	/* #info ul#info_list li#info_list3 a { background-color: #eeaa22; } */

	#info ul#info_list li a .info_over {
		position: relative;
	}

	#info ul#info_list li a .info_over .info_bg {
		position: absolute;
		top: 150px;
		left: 0;
		width: 300px;
		height: 100px;
		background-color: rgba(255,255,255,0.5);
	}

	#info ul#info_list li a .info_over .info_cmp {
		position: absolute;
		top: 20px;
		width: 300px;
		font-weight: bold;
		text-decoration: underline solid;
	}


	#info ul#info_list li a .info_over .info_img {
		position: absolute;
		top: 45px;
		left: 68px;
		width: 164px;
		height: 143px;
	}

	#info ul#info_list li a .info_over .info_img img {
		width: 100%;
		height: auto;
	}


	#info ul#info_list li a .info_over .info_link {
		position: absolute;
		top: 200px;
		left: 10px;
		width: 280px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: url(../img/arrow6.png) right 50px center no-repeat;
		background-size: 7px auto;
		background-color: #fff;
	}

/* info textonly */
	/* #info ul li a p.text_deco {
		color: #000;
		text-decoration: underline solid;
	} */

#recruit_bnr,
#seminar_bnr,
#seminar2_bnr {
	position: relative;
}
#recruit_bnr:after,
#seminar2_bnr:after,
#seminar_bnr.close:after {
	content: "";
	background-color: rgba(0,0,0,0.3);
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
}



/* 202402 募集要項リンク･ボタン設置 */

#news ul.article_list li p.article a.article_list_link {
	color:#262626;
	text-decoration:underline;
}
#news ul.article_list li p.article a.article_list_link:hover {
	opacity: 0.7;
}


#block_wrap #recruit_bnr.type2 {
    width: 960px;
    height: 200px;
    margin-top: 20px;
    background: url(../img/information.png) right top no-repeat;
    background-size: 360px 200px;
    background-color: #B9E4FF;
    position: relative;
}
#block_wrap #recruit_bnr.type2:after {
	content: none;
}
#block_wrap #recruit_bnr.type2 .block_catch {
    font-size: 16px;
    top: 35px;
	color: #262626;
}
#block_wrap #recruit_bnr.type2 .block_catch span.red {
	color:#f00;
	font-weight:bold;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn {
	position: absolute;
    top: 75px;
	width: 560px;
    left: 20px;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li {
	width: calc( ( 100% - 20px ) / 2 );
	float: left;
    margin-right: 20px;
	text-align: center;
	border-radius: 50px;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li:last-child {
    margin-right: 0;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li.base_blue {
	background-color: #006ED2;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li.base_green {
	background-color: #00AC00;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li a {
    display: block;
    width: 80%;
    height: auto;
    background: none;
	margin: 0;
    padding: 20px 5% 15px 15%;
	color: #fff;
	font-size: 120%;
	line-height: 130%;
	text-align: left;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li a span.btn_tytle {
	font-weight: bold;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li a span.btn_tytle_small {
	font-size: 75%;
    letter-spacing: -2px;
}
#block_wrap #recruit_bnr.type2  ul#recruit_btn li a:after {
	content: "";
    position: absolute;
    top: 50%;
	left: 4%;
    margin: auto;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 15;
}


/* mypage */
#block_wrap #mypage_bnr.type2 {
    width: 960px;
    height: 200px;
    margin-top: 20px;
    background: url(../img/yatteminahare.png) right top no-repeat;
    background-size: 360px 200px;
    background-color: #B9E4FF;
    position: relative;
}
#block_wrap #mypage_bnr.type2:after {
	content: none;
}
#block_wrap #mypage_bnr.type2 .block_catch {
    font-size: 16px;
    top: 20px;
	color: #262626;
}
#block_wrap #mypage_bnr.type2 .block_catch span.red {
	color:#f00;
	font-weight:bold;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn {
	position: absolute;
    top: 75px;
	width: 560px;
    left: 20px;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li {
	width: calc( ( 100% - 20px ) / 2 );
	float: left;
    margin-right: 20px;
	text-align: center;
	border-radius: 50px;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li:last-child {
    margin-right: 0;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li.base_blue {
	background-color: #006ED2;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li.base_green {
	background-color: #00AC00;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li a {
    display: block;
    width: 80%;
    height: auto;
    background: none;
	margin: 0;
    padding: 20px 5% 15px 15%;
	color: #fff;
	font-size: 120%;
	line-height: 130%;
	text-align: left;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li a span.btn_tytle {
	font-weight: bold;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li a span.btn_tytle_small {
	font-size: 75%;
    letter-spacing: -2px;
}
#block_wrap #mypage_bnr.type2  ul#mypage_btn li a:after {
	content: "";
    position: absolute;
    top: 50%;
	left: 4%;
    margin: auto;
    vertical-align: middle;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 15;
}