#home img{height:auto;}

/********* 共通 *****************/
#home .whitelink_p .link{
	font-size:26px;
	/*width:800px;*/
	padding:30px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	margin:0 auto;
	color:#f59203;
	display:block;
	background:#fff;
	position:relative;
	border:1px solid #f59303;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 3px 0 rgba(245,147,3,1);
	-webkit-box-shadow: 0 3px 0 rgba(245,147,3,1);
	behavior: url(PIE.htc);
}
#home .whitelink_p .link::before,
#home .whitelink_p .link::after{
	background-color:#f59203;
}
@media screen and (max-width: 768px) {
	#home .whitelink_p .link{
		font-size:20px;
		width:100%;
		padding:15px 30px 15px 15px;
		line-height:1.3;
	}
}
@media screen and (max-width: 640px) {
	#home .whitelink_p .link{
		font-size:16px;
		padding:8px 26px 8px 8px;
	}
}

#home .link_p .link{
	font-size:26px;
	width:800px;
	padding:30px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	margin:0 auto;
	color:#fff;
	display:block;
	background:#52b5ea;
	position:relative;
	border:1px solid #52b5ea;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 3px 0 rgba(26,139,206,1);
	-webkit-box-shadow: 0 3px 0 rgba(26,139,206,1);
	behavior: url(PIE.htc);
}
@media screen and (max-width: 768px) {
	#home .link_p .link{
		font-size:20px;
		width:100%;
		padding:15px 30px 15px 15px;
		line-height:1.3;
	}
}
/********* 共通.end *****************/

#home #mainimgwrap{
	width:100%;
	/*background:#c7edf7;*/
	background:url(../img/home/mainimgwrap_back_pc.jpg) center top no-repeat;
}
#home #mainimgwrap .mainimg{
	width:950px;
	/*height:680px;*/
	height:720px;
	position:relative;
	margin:0 auto;
	padding-top: 20px;
}
#home #mainimgwrap .mainimg .mainimgInner{
	padding: 30px 20px 95px;
	flex-wrap: wrap;
	background-color: rgba(255, 255, 255, .8);
	border: 6px solid #f4f3f9;
	position: relative;
}
#home #mainimgwrap .mainimg .mainimgInner .h2_pc{
	padding: 10px 0 0 23%;
	margin-bottom: 20px;
	text-align: center;
}
#home #mainimgwrap .mainimg .mainimgInner .h2_tablet{	
}
#home #mainimgwrap .mainimg .mainimgInner .h2_sp{
	display:none;
}
#home #mainimgwrap .mainimg .mainimgInner .prize{
	width: 19%;
	position: absolute;
	left: 4%;
	top:18px;
	text-align: center;
}
#home #mainimgwrap .mainimg .mainimgInner .mainhokenname{
	font-size:39px;
	width:65%;
	left:28%;
	top:20%;
	text-align:center;
	font-weight:500;
}
#home #mainimgwrap .mainimg .mainimgInner .amountbox{
	width: 100%;
	padding-left: 23%;
	/*width:66%;
	left:28%;
	top:19%;
	position:absolute;*/
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
#home #mainimgwrap .mainimg .mainimgInner .amountbox .amount{
	font-size:21px;
	margin-right:10px;
	line-height:120%;
	font-weight: 500;
	color:#555;
}
#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountnumber{
	font-size:76px;
	color:#b4873b;
	line-height:100%;
	font-weight: bold;
	margin-bottom:-2px;
}
#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountcaution{
	color:#555;
	padding-left: 5px;
}
#home #mainimgwrap .mainimg .pricebox{
	width:88%;
	position:absolute;
	left:6%;
	top:33%;
	padding:40px 20px 20px;
	margin:0 auto;
	border:6px solid #e9cd90;
	background:#f5a803;
	text-align:center;
}
#home #mainimgwrap .mainimg .pricebox .price_p{
	font-size:36px;
	color:#fff;
	font-weight:700;
}
#home #mainimgwrap .mainimg .pricebox .price_p .price_big1{
	font-size:44px;
}
#home #mainimgwrap .mainimg .pricebox .price_p .price_big2{
	font-size:71px;
}
#home #mainimgwrap .mainimg .pricebox .price_p ~ p:not(.whitelink_p){
	font-size:17px;
	line-height:1.5;
	margin:20px auto;
	color:#fff;
}
#home #mainimgwrap .mainimg .pricebox .price_p sup{
	font-size:12px;
	vertical-align:top;
	font-weight:normal;
}
#home #mainimgwrap .mainimg .staffs{
	position:absolute;
	/*bottom:0;*/
	bottom:30px;
}
#home #mainimgwrap .pricecaution{
	width:100%;
	background:rgb(255,255,255,.7);
	margin-top:-30px;
	position:absolute;
}
#home #mainimgwrap .pricecaution p{
	width:950px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	padding:0 10px;
	text-align:right;
	font-size:11px;
}
@media screen and (max-width: 1024px) {
	#home #mainimgwrap .mainimg{
		width:100%;
	}
	#home #mainimgwrap .mainimg .mainimgInner{
		margin-left:3%;
		margin-right:3%;
	}
	#home #mainimgwrap .mainimg .staffs{
		position:absolute;
		/*bottom:0;*/
		bottom:20px;
	}
	#home #mainimgwrap .pricecaution{
		margin-top:-20px;
	}
	#home #mainimgwrap .pricecaution p{
		width:100%;
		height:20px;
		line-height:20px;
		font-size:9px;
	}
}
@media screen and (max-width: 768px) {
	#home #mainimgwrap .mainimg {
		width:100%;
		/*height:590px;*/
		height:620px;
	}
	#home #mainimgwrap .mainimg .mainimgInner .h2_pc{
		padding-top: 0;
		/*width:94%;
		margin:0 auto;
		display:block;
		padding-top:30px;
		text-align:center;*/
	}
	/*#home #mainimgwrap .mainimg .mainimgInner .h2_sp{
		display:none;
	}*/
	#home #mainimgwrap .mainimg .mainimgInner .mainhokenname{
		font-size:35px;
		top:19%;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox{
		top:18%;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amount{
		font-size: 18px;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountnumber{
		font-size:76px;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountcaution{
		line-height:1.3;
		text-align:right;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .pricebox{
		top:41%;
	}
}
@media screen and (max-width:640px) {
	#home #mainimgwrap .mainimg {
		/*height:90vw*/
		/*height:95vw;*/
		height: auto;
		padding-top: 15px;
	}
	#home #mainimgwrap .mainimg .mainimgInner{
		padding: 0 0 4% 0;
	}
	#home #mainimgwrap .mainimg .mainimgInner .h2_pc{
		display:none;
	}
	#home #mainimgwrap .mainimg .mainimgInner .h2_sp{
		padding: 3% 3% 0 28%;
		margin-bottom: 20px;
		text-align: center;
		display:block;
		/*width:72%;
		margin:0 15px;
		padding-top:15px;
		text-align:center;*/
	}
	#home #mainimgwrap .mainimg .mainimgInner .prize{
		width:28%;
		left:-5%;
		top:-5%;
		position:absolute;
		display:block;
	}
	#home #mainimgwrap .mainimg .mainimgInner .mainhokenname{
		font-size:21px;
		width:100%;
		left:0%;
		top:27%;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox{
		width:100%;
		padding-left: 0;
		/*left:0%;
		top:27%;*/
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amount{
		font-size:14px;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountnumber{
		font-size:40px;
		text-align:center;
	}
	#home #mainimgwrap .mainimg .mainimgInner .amountbox .amountcaution{
		font-size:10px;
		text-align:left;
	}
	#home #mainimgwrap .mainimg .pricebox{
		width:94%;
		margin:0 3%;
		padding:15px;
		position:static;
		border:6px solid #e9cd90;
		background:#f5a803;
		text-align:center;
	}
	#home #mainimgwrap .mainimg .pricebox .price_p{
		font-size:20px;
		display:inline-block;
		position:relative;
	}
	#home #mainimgwrap .mainimg .pricebox .price_p .price_big1{
		font-size:24px;
	}
	#home #mainimgwrap .mainimg .pricebox .price_p .price_big2{
		font-size:38px;
	}
	#home #mainimgwrap .mainimg .pricebox .price_p ~ p:not(.whitelink_p){
		font-size:10px;
		margin:10px auto;
	}
	#home #mainimgwrap .mainimg .pricebox .price_p sup{
		position:absolute;
		right:0;
		font-size:10px;
		margin-top:-8px;
	}
	#home #mainimgwrap .mainimg .staffs{
		position: static;
		margin-top: -10px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width:420px) {
	#home #mainimgwrap .pricecaution p{
		font-size:8px;
	}
}

#home #newhoken{
	padding:20px;
	margin-bottom:30px;
	border-bottom:5px solid #e9f5fb;
}
#home #newhoken section{
	padding:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#home #newhoken section h2{
	font-size:35px;
	margin:0 30px 0 0;
	color:#139de7;
}
#home #newhoken section h2 > span{
	padding:8px 10px 8px;
	border-top:2px solid #139de7;
	border-bottom:2px solid #139de7;
}
#home #newhoken section h2 > span > span{
	color:#f5a803;
}
#home #newhoken section .text_wrap{
	width:calc(100% - 313px);
}
#home #newhoken section .text_wrap p a{
	font-size:26px;
	line-height:1.2;
	font-weight:300;
	text-decoration:none;
	position:relative;
	color:#139de7;
}
#home #newhoken section .text_wrap p a span{
	font-size:24px;
}
#home #newhoken section .text_wrap p a span .underline{
	font-size:22px;
}
#home #newhoken section .text_wrap p a i{
	width:20px;
	height:1em;
	display:inline-block;
	position:relative;
}
#home #newhoken section .text_wrap p a i::before{
	background-color:#139de7;
	display:inline-block;
	width:8px;
	height:2px;
	margin-top:0;
}
#home #newhoken section .text_wrap p a i::after{
	background-color:#139de7;
	display:inline-block;
	width:8px;
	height:2px;
	margin-top:4px;
}
#home #newhoken section .text_wrap p a span .yellowborder{
	background: linear-gradient(transparent 60%, #fdf792 60%);
}
#home #newhoken section .text_wrap p a span i{
	font-size:22px;
	margin:0;
}
#home #newhoken section figure{
	width:128px;
	margin-left:30px;
}
@media screen and (max-width: 768px) {
	#home #newhoken{
		padding:20px;
		margin-bottom:10px;
	}
	#home #newhoken section h2{
		font-size:28px;
		margin:0 20px 0 0;
	}
	#home #newhoken section .text_wrap p a{
		font-size:20px;
	}
	#home #newhoken section .text_wrap p a span,
	#home #newhoken section .text_wrap p a span .underline{
		font-size:18px;
	}
	#home #newhoken section figure{
		margin-left:5px;
	}
}
@media screen and (max-width: 640px) {
	#home #newhoken section{
		padding:0;
		display:block;
		overflow:hidden;
	}
	#home #newhoken section h2{
		font-size:28px;
		margin:10px 0 25px;
	}
	#home #newhoken section h2 > span{
		padding:3px 10px;
	}
	#home #newhoken section .text_wrap{
		width:calc(100% - 135px);
		float:left;
	}
	#home #newhoken section .text_wrap p a{
		font-size:20px;
		text-align:center;
	}
	#home #newhoken section .text_wrap p a span .underline{
		display:none;
	}
	#home #newhoken section figure{
		float:right;
	}
}
#home .yellowborder{
  background:linear-gradient(transparent 75%, #fdf792 75%);
}
#home #salonhoken h2{
	margin-bottom: 28px;
	font-size:32px;
	color:#52b5ea;
	line-height:1.8;
	text-align: center;
}
#home #salonhoken h2 .h2_2{
  font-size:26px;
	display: block;
}
#home #salonhoken .title_p{
	text-align:center;
}
#home #salonhoken .title_p .contents{
	font-size:38px;
	margin:28px auto;
	line-height:1.1;
	color:#52b5ea;
	position:relative;
	text-align:center;
	display:inline-block;
}
#home #salonhoken .title_p .contents::before,
#home #salonhoken .title_p .contents::after{
	position:absolute;
	height:66px;
	content:'';
	display:inline-block;
}
#home #salonhoken .title_p .contents::before{
	top:24px;
	left:-40px;
	-webkit-transform:skewX(-155deg);
	transform:skewX(-155deg);
	border-left:4px solid #eeaa19;
}
#home #salonhoken .title_p .contents::after{
	top:24px;
	right:-40px;
	-webkit-transform:skewX(155deg);
	transform:skewX(155deg);
	border-right:4px solid #eeaa19;
}
#home #salonhoken .title_p .contents span{
	color:#f5a803;
}
#home #salonhoken .text_p{
	font-size:20px;
	margin:28px auto;
	text-align:center;
}
#home #salonhoken .figure_contents{
	overflow:hidden;
	display:flex;
	justify-content:space-between;
}
#home #salonhoken .figure_contents figure:nth-child(even){
	margin-top:64px;
}
#home #salonhoken .hokenlisk{
	padding-top: 60px;
}
#home #salonhoken .hokenlisk .lisk_wrap ul{
	display: flex;
	justify-content: space-between;
}
#home #salonhoken .hokenlisk .lisk_wrap ul li{
	width: calc(calc(100% - 30px) / 2);
	margin-top: 20px;
	padding: 30px 20px 10px;
	border-top: 3px solid #e9f5fb;	
	position: relative;
}
#home #salonhoken .hokenlisk .lisk_wrap ul li h3{
	font-size: 20px;
	margin: 0 auto;
	padding: 5px 20px;
	white-space: nowrap;
	color: #fff;
	background: #52b5ea;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	top:-20px;
	left: 50%;
	transform: translateX(-50%);	
}
#home #salonhoken .hokenlisk .lisk_wrap ul li .flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#home #salonhoken .hokenlisk .lisk_wrap ul li .flex p{
	font-size: 20px;
	width: calc(60% - 20px);
	margin-right: 20px;
	line-height: 1.6;
}
#home #salonhoken .hokenlisk .lisk_wrap ul li .flex figure{
	width: 40%;
}
@media screen and (max-width: 768px) {
	#home #salonhoken h2{
		font-size:28px;
		margin-bottom: 20px;
	}
	#home #salonhoken .title_p .contents{
		font-size:21px;
		margin:25px auto;
	}
	#home #salonhoken .title_p .contents::before,
	#home #salonhoken .title_p .contents::after{
		height:60px;
	}
	#home #salonhoken .title_p .contents::before{
		top:0;
		left:-40px;
		border-left:2px solid #eeaa19;
	}
	#home #salonhoken .title_p .contents::after{
		top:0;
		right:-40px;
		border-right:2px solid #eeaa19;
	}
	#home #salonhoken .link_p .link{
		font-size:20px;
		width:100%;
		padding:15px 30px 15px 15px;
		line-height:1.3;
	}
	#home #salonhoken .text_p{
		margin:25px auto;
	}
	#home #salonhoken .figure_contents figure{
		margin-left:3px;
		margin-right:3px;
	}
	#home #salonhoken .figure_contents figure:nth-child(4){
		margin-top:0px;
	}
	#home #salonhoken .figure_contents figure:nth-child(2),
	#home #salonhoken .figure_contents figure:nth-child(6){
		margin-top:32px;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul li .flex p{
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
	#home #salonhoken h2{
		font-size:22px;
	}
	#home #salonhoken h2 .h2_1{
		font-size:20px;
	}
  #home #salonhoken h2 .h2_2{
    line-height:1.4;
  }
	#home #salonhoken .title_p .contents::before{
		top:10px;
		left:-15px;
	}
	#home #salonhoken .title_p .contents::after{
		top:10px;
		right:-15px;
	}
	#home #salonhoken .text_p{
		font-size:16px;
	}
	#home #salonhoken .hokenlisk{
		padding-top: 50px;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul{
		display: block;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul li{
		width: 100%;
		margin-top: 30px;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul li h3{
		font-size: 16px;
		top:-20px;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul li .flex p{
		margin-right: 20px;
		line-height: 1.6;
	}
	#home #salonhoken .hokenlisk .lisk_wrap ul li .flex figure{
		width: 36%;
	}
}

#home .section_wrapper #sec2 ul{
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
}
#home .section_wrapper #sec2 ul li{
	margin:0 10px 20px;
	background:#FFF;
}

#home .section_wrapper #sec2 ul.column2{ justify-content:center; }
#home .section_wrapper #sec2 ul.column3{ justify-content:flex-start; }
#home .section_wrapper #sec2 ul.column2 li{ width:336px; }
#home .section_wrapper #sec2 ul.column3 li{ width:296px; }

#home .section_wrapper #sec2 ul li figure{
	margin:8px 8px 15px;
	/*padding-top:8px;*/
}
#home .section_wrapper #sec2 ul li figure img{
	image-rendering: -webkit-optimize-contrast;
}
#home .section_wrapper #sec2 ul li .pr{
	position:relative;	
}
#home .section_wrapper #sec2 ul li a{
	display:block;
	margin:0 10px;
	text-decoration:none;
	padding:0 0 15px;
	font-size:13px;
	color:#333;
}
/*
#home .section_wrapper #sec2 ul li .pr::after{
	position:absolute;
	right:0;
	top:0;
	display:block;
	content:'';
	width:30px;
	height:18px;
	background:url(../img/home/icon_pr.png) no-repeat;
	background-size:cover;
}
*/
#home .section_wrapper #sec2 ul li a strong{
	font-size:16.5px;
	font-weight:normal;
	line-height:1.4;
}
#home .section_wrapper #sec2 ul li a sup{
	vertical-align: super;
	font-size:0.7em;
}
#home .section_wrapper #sec2 ul li a .material-icons{
	color:#52b5ea;
	margin:0 0 0 2px;
}
#home .section_wrapper #sec2 .caution{
	font-size:12px;
	margin-top:20px;
	text-align:right;
}
@media screen and (max-width: 949px){
	#home .section_wrapper #sec2 ul{
		justify-content:flex-start;
	}
	#home .section_wrapper #sec2 ul li{
		margin:0 10px 20px;
	}
	#home .section_wrapper #sec2 ul.column2 li,
	#home .section_wrapper #sec2 ul.column3 li{
		width:calc(calc(100% - 60px) / 3);
	}
	#home .section_wrapper #sec2 ul li a strong{
		font-size:16px;
	}
}
@media screen and (max-width: 768px){
	#home .section_wrapper #sec2 ul{
		justify-content:flex-start;
	}
	#home .section_wrapper #sec2 h2{
		font-size:20px;
	}
	#home .section_wrapper #sec2 ul li{
		margin:0 1.5% 20px;
	}
	#home .section_wrapper #sec2 ul.column2 li,
	#home .section_wrapper #sec2 ul.column3 li{
		width:47%;
	}
	#home .section_wrapper #sec2 ul li figure img{
		width:100%;
	}
}
@media screen and (max-width: 640px){
	#home .section_wrapper #sec2 ul.column2 li,
	#home .section_wrapper #sec2 ul.column3 li{
		width:100%;
	}
	#home .section_wrapper #sec2 ul li .pr::after{
		width:20px;
		height:12px;
	}
	#home .section_wrapper #sec2 ul li a{
		display:block;
		margin:8px;
		text-decoration:none;
		padding:0 0 5px;
		font-size:0.7rem;
		line-height:1.2;
		color:#333;
	}
}
/*
@media screen and (max-width: 640px){
	#home .section_wrapper #sec2 h2{
		font-size:20px;
	}
	#home .section_wrapper #sec2 ul li{
		width:100%;
		overflow:hidden;
		margin-bottom:10px;
	}
	#home .section_wrapper #sec2 ul li figure{
		float:left;
		width:52%;
		margin:8px;
	}
	#home .section_wrapper #sec2 ul li p{
		float:left;
		width:42%;
	}
	#home .section_wrapper #sec2 ul li a{
		display:block;
		margin:8px 8px 8px 0px;
		text-decoration:none;
		padding-left:15px;
		background:url(../img/common/btn_arrow_txtlink.png) no-repeat;
		background-size:12px 12px;
		font-size:0.7rem;
		line-height:1.2;
		color:#333;
	}
	#home .section_wrapper #sec2 ul li a strong{
		font-size:0.95rem;
		font-weight:normal;
	}
}
*/

#home #sec4 .text_p{
	text-align:center;
}
#home #sec4 .link_p{
	margin:30px auto 20px;
}

/*
#home #sec4 .link_p .link_pdf{
	font-size:26px;
	width:800px;
	padding:30px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	margin:30px auto 20px;
	color:#fff;
	display:block;
	background:#52b5ea;
	position:relative;
	border:1px solid #52b5ea;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 3px 0 rgba(26,139,206,1);
	-webkit-box-shadow: 0 3px 0 rgba(26,139,206,1);
	behavior: url(PIE.htc);
}
#home #sec4 .link_p .link_pdf span{
	font-size:15px;
}
#home #sec4 .link_p .link_pdf::after{
	width:20px;
	height:24px;
	margin-left:5px;
	display:inline-block;
	content:'';
	background:url(../img/common/pdf_icon.png) 0 0 no-repeat;
	background-size:cover;
	vertical-align:top;
}
@media screen and (max-width: 768px) {
	#home #sec4 .link_p .link_pdf{
		font-size:20px;
		width:100%;
		padding:15px;
		line-height:1.3;
	}
}
*/

#home #otherlink_sp{
	display:none;
}
@media screen and (max-width: 768px){
	#home #otherlink_sp{
		display:block;
		clear:both;
		background:#FFF;
		padding:30px 15px 35px;
		border-top:2px solid #369bd1;
	}
	#home #otherlink_sp p{
		width:100%;
	}
	#home #otherlink_sp p a{
		display:block;
		position:relative;
		color:#289ddc;
		font-weight:bold;
		text-decoration:none;
		padding:5px;
		background:#ece5c9;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 3px 0 rgba(159,160,125,1);
		-moz-box-shadow: 0 3px 0 rgba(159,160,125,1);
		-webkit-box-shadow: 0 3px 0 rgba(159,160,125,1);
		-o-box-shadow: 0 3px 0 rgba(159,160,125,1);
		-ms-box-shadow: 0 3px 0 rgba(159,160,125,1);
		behavior: url(PIE.htc);
	}
	#home #otherlink_sp p a img{
		width:20%;
		display: inline-block;
		vertical-align: middle;
		*zoom: 1; /* for IE6-7 */
		*display: inline; /* for IE6-7 */
	}
	#home #otherlink_sp p a span{
		width:76%;
		display: inline-block;
		vertical-align: middle;
		*zoom: 1; /* for IE6-7 */
		*display: inline; /* for IE6-7 */
		font-size:16px;
		text-align:center;
	}
	#home #otherlink_sp p a span .nontab{
		display:none;
	}
	#home #otherlink_sp p a::before,
	#home #otherlink_sp p a::after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		content: '';
		width: 10px;
		height: 2px;
		background-color: #289ddc;
		border-radius: 2px;
		behavior: url(PIE.htc);
	}
	#home #otherlink_sp p a::before {
		margin-top: -3px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#home #otherlink_sp p a::after {
		margin-top: 3px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		behavior: url(PIE.htc);
	}
}
@media screen and (max-width: 414px){
	#home #otherlink_sp p a img{
		width:40%;
	}
	#home #otherlink_sp p a span{
		width:50%;
	}
	#home #otherlink_sp p a span .nontab{
		display:block;
	}
}
