/************************************

	business.css

*************************************/

@charset "utf-8";



*{
	margin					: 0;
	padding					: 0;
	font-family				: 'メイリオ','Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;/*スマホのフォントサイズ自動調整機能を無効にする指定*/
}

html,body{
	width					: 100%;
	overflow-x				:hidden;
	min-height					: 100%;
	font-size				: 62.5%;
	color: #595757;
	box-sizing: border-box;
}

body{
	overflow-y: hidden;
}

a{
	text-decoration			: none;
	color: #595757;
}

ul{
	list-style				: none;
}

table{
	border-collapse			: collapse;
}

article{
	margin					: 0 auto;
}

h1{
	margin: 0;
	padding: 0;
}

div.wrapper{
	width: 100%;
}

/* ----- clearfix start ------ */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix { display: block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


div.common_info_green{
	background: #17933a;
}

/*img*/
img.tt_img,
img.sy_img{
	display: none;
}

h1 img{
	vertical-align: bottom;
}

/*br*/
span.sy_br{
	display: none;
}



p.catch_txt{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2.4rem;
	line-height: 3.5rem;
	text-align: center;
	color: #595757;
	font-weight: bold;
	margin: 0 0 5rem 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

section{
	width: 100%;
	max-width: 100%;
}

section.blue{
	background: #dff1fc;
}

div.widthbox{
	width: 90%;
	max-width: 90%;
	padding: 5rem 0;
	margin: 0 auto;
}

div.txt_outbox{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

h2.title_2{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #595757;
	margin: 0 0 3rem 0;
	width: 100%;
	max-width: 100%;
}

p.common_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #595757;
	text-align: left;
}

p.just{
	text-align: justify; 
	text-justify: inter-ideograph;/*IE用justify*/
}

p.center{
	text-align: center; 
}

p.design-outline{
	text-align: left; 
}

div.products_box{
	width: 100%;
	max-width: 100%;
	border: solid 0.1rem #717071;
	padding: 1rem 0;
	background: #fff;
	margin: 1.5rem 0 0 0;
}

div.pr{
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

span.left_products{
	padding: 0;
}

div.img_outbox{
	width: 100%;
	max-width: 100%;
	margin: 2.5rem 0 0 0;
	padding: 0;
}

div.oneblock{
	width: 100%;
	max-width: 36.1rem;
	margin: 0 auto 2rem auto;
}

div.left{
}

div.right{
	margin-bottom: 0;
}

div.img_box{
	width: 100%;
	max-width: 100%;
	margin: 0 0 0.5rem 0;
	padding: 0;
}

div.oneimg_box{
	width: 100%;
	max-width: 100%;
	margin: 2.5rem 0 0 0;
	padding: 0;
}

img.st_img{
	display: block;
	width: 100%;
}

/*under bunner*/
.common-bunner-b{
	border-top: solid 0.1rem #717071;
	margin: 0 auto;
	margin-top: 5rem;
	width: 90%;
}

.common-bunner-t{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.7rem;
	line-height: 2.8rem;
	text-align: center;
	color: #595757;
	margin: 0 auto;
	font-weight: bold;
	width: 13.6rem;
	background: #fff;
	margin-top: -1.6rem;
}

.common-bunner-ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 3rem auto 0 auto;
}

.common-bunner-li{
	width: 31rem;
}

.common-bunner-link{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #595757;
	text-align: left;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 2.5rem;
	border-radius: 0;
	background: #eeefef;
	position: relative;
}

.bunner-small{
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	box-sizing: border-box;
	padding-right: 0.5rem;
}

.buner{
	width: 9.9rem;
	display: inline-block;
	border-top: solid 0.1rem #717071;
	vertical-align: 0.3rem
}

.yamaguchi-hr{
	width: 14rem;
}

.common-bunner-link span{
  position: relative;
  font-family: inherit;
  font-weight: inherit;
}

.common-bunner-link:before{
  position: absolute;
  top: 0;
  left: 80px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  /*background: #004da1;*/
  background: #00a0e8;
}

.st-mb{
	margin-bottom: 2rem;
}



p.sanyo-iron{
	text-align: left;
}






/****************************************
for スマホ横(767px以下)
*****************************************/
@media print,screen and (min-width:568px) and ( max-width:767px){
p.catch_txt{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 3rem;
	line-height: 3.9rem;
	text-align: center;
	color: #595757;
	font-weight: bold;
	margin: 0 0 5rem 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

section{
	width: 100%;
	max-width: 100%;
}

section.blue{
	background: #dff1fc;
}

div.widthbox{
	width: 90%;
	max-width: 90%;
	padding: 5rem 0;
	margin: 0 auto;
}

div.txt_outbox{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

h2.title_2{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #595757;
	margin: 0 0 3rem 0;
	width: 100%;
	max-width: 100%;
}

p.common_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #595757;
	text-align: left;
}

p.just{
	text-align: justify; 
	text-justify: inter-ideograph;/*IE用justify*/
}

p.center{
	text-align: center; 
}

p.design-outline{
	text-align: left; 
}

div.products_box{
	width: 100%;
	max-width: 100%;
	border: solid 0.1rem #717071;
	padding: 1rem 0;
	background: #fff;
	min-height: 4.3rem;
	margin: 1.5rem 0 0 0;
}

div.pr{
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

span.left_products{
	padding: 0 2.8rem 0 0;
}

div.img_outbox{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.oneblock{
	width: 49.5%;
	max-width: 53.2rem;
	margin: 0;
}

div.left{
	margin: 0 0.5% 0 0;
}

div.right{
	margin: 0 0 0 0.5%;
}

div.img_box{
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

div.oneimg_box{
	width: 100%;
	max-width: 100%;
	background: url(../img/group_pcty_sanyo.png) no-repeat;
	background-position: top center;
	margin: 4rem 0 0 0;
	padding: 0;
}

img.sy_img{
	display: block;
	width: 100%;
}

img.st_img{
	display: none;
}

span.sy_br{
	display: inline;
}

/*under bunner*/
.common-bunner-ul{
	display: block;
	justify-content:;
	width: 32rem;
	max-width: 32rem;
	margin: 3rem auto 0 auto;
}

p.sanyo-iron{
	text-align: center;
}
}


@media print,screen and (min-width:415px){
	p.sanyo-iron{
	text-align: center!important;
}


/****************************************
for タブレット縦～PC(980px以下)
*****************************************/

@media print,screen and (min-width:768px){
	p.sanyo-iron{
	text-align: center!important;
}
}

@media print,screen and (min-width:768px) and (max-width:980px){
p.catch_txt{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #595757;
	font-weight: bold;
	margin: 0 0 8rem 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

section{
	width: 100%;
	max-width: 100%;
}

section.blue{
	background: #dff1fc;
}

div.widthbox{
	width: 100%;
	max-width: 100%;
	padding: 5rem 0.7rem;
	margin: 0 auto;
}

div.txt_outbox{
	width: 68rem;
	max-width: 68rem;
	padding: 0;
	margin: 0 auto;
}

h2.title_2{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #595757;
	margin: 0 0 3rem 0;
	width: 100%;
	max-width: 100%;
}

p.common_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #595757;
	text-align: left;
}

p.just{
	text-align: justify; 
	text-justify: inter-ideograph;/*IE用justify*/
}

p.center{
	text-align: center; 
}

p.design-outline{
	text-align: center; 
}

div.products_box{
	width: 100%;
	max-width: 100%;
	border: solid 0.1rem #717071;
	padding: 1rem 0;
	background: #fff;
	height: 4.3rem;
	margin: 1.5rem 0 0 0;
}

div.pr{
	padding-left: 0;
	padding-right: 0;
}

span.left_products{
	padding: 0 2.8rem 0 0;
}

div.img_outbox{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.oneblock{
	width: 49.5%;
	max-width: 53.2rem;
	margin: 0;
}

div.left{
	margin: 0 0.5% 0 0;
}

div.right{
	margin: 0 0 0 0.5%;
}

div.img_box{
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

div.oneimg_box{
	width: 100%;
	max-width: 100%;
	background: url(../img/group_pcty_sanyo.png) no-repeat;
	background-position: top center;
	margin: 4rem 0 0 0;
	padding: 0;
}

img.tt_img{
	display: block;
	width: 100%;
}

img.st_img{
	display: none;
}

/*under bunner*/
.common-bunner-b{
	border-top: solid 0.1rem #717071;
	width: 98%;
	max-width: 98%;
	margin: 0 auto;
	margin-top: 8.5rem;
	box-sizing: border-box;
	padding: 0 0.7rem;
}

.common-bunner-t{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.7rem;
	line-height: 2.8rem;
	text-align: center;
	color: #595757;
	margin: 0 auto;
	font-weight: bold;
	width: 13.6rem;
	background: #fff;
	margin-top: -1.6rem;
}

.common-bunner-ul{
	display: flex;
	justify-content: space-between;
	width: 67.5rem;
	max-width: 67.5rem;
	margin: 3rem auto 0 auto;
}

.common-bunner-li{
	width: 31.9rem;
}

.common-bunner-link{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #595757;
	text-align: left;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 2.5rem;
	border-radius: 0;
	background: #eeefef;
	position: relative;
}

.bunner-small{
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	box-sizing: border-box;
	padding-right: 0.5rem;
}

.buner{
	width: 9.9rem;
	display: inline-block;
	border-top: solid 0.1rem #717071;
	vertical-align: 0.3rem
}

.yamaguchi-hr{
	width: 14rem;
}

.common-bunner-link span{
  position: relative;
  font-family: inherit;
}

.common-bunner-link:before{
  position: absolute;
  top: 0;
  left: 75px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
}
}











/****************************************
for タブレット横～PC(1024px以下)
*****************************************/

@media print,screen and (min-width:981px) and ( max-width:1025px){
	p.catch_txt{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #595757;
	font-weight: bold;
	margin: 0 0 8rem 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

section{
	width: 100%;
	max-width: 100%;
}

section.blue{
	background: #dff1fc;
}

div.widthbox{
	width: 100%;
	max-width: 100%;
	padding: 5rem 0.7rem;
	margin: 0 auto;
}

div.txt_outbox{
	width: 76rem;
	max-width: 76rem;
	padding: 0;
	margin: 0 auto;
}

h2.title_2{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #595757;
	margin: 0 0 3rem 0;
	width: 100%;
	max-width: 100%;
}

p.common_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #595757;
	text-align: left;
}

p.just{
	text-align: justify; 
	text-justify: inter-ideograph;/*IE用justify*/
}

p.center{
	text-align: center; 
}

p.design-outline{
	text-align: center; 
}

div.products_box{
	width: 100%;
	max-width: 100%;
	border: solid 0.1rem #717071;
	padding: 1rem 0;
	background: #fff;
	height: 4.3rem;
	margin: 1.5rem 0 0 0;
}

div.pr{
	padding-left: 0;
	padding-right: 0;
}

span.left_products{
	padding: 0 2.8rem 0 0;
}

div.img_outbox{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.oneblock{
	width: 49.5%;
	max-width: 53.2rem;
	margin: 0;
}

div.left{
	margin: 0 0.5% 0 0;
}

div.right{
	margin: 0 0 0 0.5%;
}

div.img_box{
	width: 100%;
	max-width: 100%;
	height: 30.4rem;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

div.honsya{
	background: url(../img/group_pc_honsya1-2021.jpg) no-repeat;
	background-position: top center;
}

div.noumi{
	background: url(../img/group_pc_noumi1-2021.jpg) no-repeat;
	background-position: top center;
}

div.design1{
	background: url(../img/group_pc_design1-2025.jpg) no-repeat;
	background-position: top center;
}

div.design2{
	background: url(../img/group_pc_design2.jpg) no-repeat;
	background-position: top left;
}

div.oneimg_box{
	width: 100%;
	max-width: 107.6rem;
	background: url(../img/group_pcty_sanyo-2025.jpg) no-repeat;
	background-position: top center;
	height: 30.4rem;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.sanyo-iron-box{
	background: url(../img/group_pcty_sanyo-iron-2025.jpg) no-repeat;
	background-position: top center;
}

div.nichiyama1{
	background: url(../img/group_pc_nichiyama1.jpg) no-repeat;
	background-position: top center;
}

div.nichiyama2{
	background: url(../img/group_pc_nichiyama2-2025.jpg) no-repeat;
	background-position: top center;
}

div.vinayama1{
	background: url(../img/group_pc_vinayama1.jpg) no-repeat;
	background-position: top center;
}

div.vinayama2{
	background: url(../img/group_pc_vinayama2.jpg) no-repeat;
	background-position: top center;
}

img.st_img{
	display: none;
}

/*under bunner*/
.common-bunner-b{
	border-top: solid 0.1rem #717071;
	margin: 0 auto;
	margin-top: 10.5rem;
	width: 98%;
	max-width: 98%;
	padding: 0 0.7rem;
}

.common-bunner-t{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.7rem;
	line-height: 2.8rem;
	text-align: center;
	color: #595757;
	margin: 0 auto;
	font-weight: bold;
	width: 13.6rem;
	background: #fff;
	margin-top: -1.6rem;
}

.common-bunner-ul{
	display: flex;
	justify-content: space-between;
	width: 67.5rem;
	max-width: 67.5rem;
	margin: 3rem auto 0 auto;
}

.common-bunner-li{
	width: 31.9rem;
}

.common-bunner-link{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #595757;
	text-align: left;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 2.5rem;
	border-radius: 0;
	background: #eeefef;
	position: relative;
}

.bunner-small{
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	box-sizing: border-box;
	padding-right: 0.5rem;
}

.buner{
	width: 9.9rem;
	display: inline-block;
	border-top: solid 0.1rem #717071;
	vertical-align: 0.3rem
}

.yamaguchi-hr{
	width: 14rem;
}

.common-bunner-link span{
  position: relative;
  font-family: inherit;
}

.common-bunner-link:before{
  position: absolute;
  top: 0;
  left: 75px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
}

.common-bunner-link:hover:before{
  -webkit-transform: translateX(-25%) translateY(-25%) rotate(135deg);
  transform: translateX(-25%) translateY(-25%) rotate(135deg);
}

.common-bunner-link:hover{
	color: #fff;
}

.common-bunner-link:hover .buner{
	border-top: solid 0.1rem #fff;
}
}















/****************************************
for PC
*****************************************/

@media print,screen and (min-width:1025px) {
p.catch_txt{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #595757;
	font-weight: bold;
	margin: 0 0 8rem 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

section{
	width: 100%;
	max-width: 100%;
}

section.blue{
	background: #dff1fc;
}

div.widthbox{
	width: 100%;
	max-width: 109rem;
	padding: 5rem 0.7rem;
	margin: 0 auto;
}

div.txt_outbox{
	width: 76rem;
	max-width: 76rem;
	padding: 0;
	margin: 0 auto;
}

h2.title_2{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #595757;
	margin: 0 0 3rem 0;
	width: 100%;
	max-width: 100%;
}

p.common_txt{
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #595757;
	text-align: left;
}

p.just{
	text-align: justify; 
	text-justify: inter-ideograph;/*IE用justify*/
}

p.center{
	text-align: center; 
}

p.design-outline{
	text-align: center; 
}

div.products_box{
	width: 100%;
	max-width: 100%;
	border: solid 0.1rem #717071;
	padding: 1rem 0;
	background: #fff;
	height: 4.3rem;
	margin: 1.5rem 0 0 0;
}

div.pr{
	padding-left: 0;
	padding-right: 0;
}

span.left_products{
	padding: 0 2.8rem 0 0;
}

div.img_outbox{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.oneblock{
	width: 49.5%;
	max-width: 53.2rem;
	margin: 0;
}

div.left{
	margin: 0 0.5% 0 0;
}

div.right{
	margin: 0 0 0 0.5%;
}

div.img_box{
	width: 100%;
	max-width: 100%;
	height: 30.4rem;
	margin: 0 0 1.5rem 0;
	padding: 0;
}

div.honsya{
	background: url(../img/group_pc_honsya1-2021.jpg) no-repeat;
	background-position: top center;
}

div.noumi{
	background: url(../img/group_pc_noumi1-2021.jpg) no-repeat;
	background-position: top center;
}

div.design1{
	background: url(../img/group_pc_design1-2025.jpg) no-repeat;
	background-position: top center;
}

div.design2{
	background: url(../img/group_pc_design2.jpg) no-repeat;
	background-position: top center;
}

div.oneimg_box{
	width: 100%;
	max-width: 107.6rem;
	background: url(../img/group_pcty_sanyo-2025.jpg) no-repeat;
	background-position: top center;
	height: 30.4rem;
	margin: 4rem 0 0 0;
	padding: 0;
}

div.sanyo-iron-box{
	background: url(../img/group_pcty_sanyo-iron-2025.jpg) no-repeat;
	background-position: top center;
}

div.nichiyama1{
	background: url(../img/group_pc_nichiyama1.jpg) no-repeat;
	background-position: top center;
}

div.nichiyama2{
	background: url(../img/group_pc_nichiyama2-2025.jpg) no-repeat;
	background-position: top center;
}

div.vinayama1{
	background: url(../img/group_pc_vinayama1.jpg) no-repeat;
	background-position: top center;
}

div.vinayama2{
	background: url(../img/group_pc_vinayama2.jpg) no-repeat;
	background-position: top center;
}

img.st_img{
	display: none;
}


/*under bunner*/
.common-bunner-b{
	border-top: solid 0.1rem #717071;
	margin: 0 auto;
	margin-top: 10.5rem;
	width: 98%;
	max-width: 107.2rem;
	box-sizing: border-box;
	padding: 0 0.7rem;
}

.common-bunner-t{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 1.7rem;
	line-height: 2.8rem;
	text-align: center;
	color: #595757;
	margin: 0 auto;
	font-weight: bold;
	width: 13.6rem;
	background: #fff;
	margin-top: -1.6rem;
}

.common-bunner-ul{
	display: flex;
	justify-content: space-between;
	width: 67.5rem;
	max-width: 67.5rem;
	margin: 3rem auto 0 auto;
}

.common-bunner-li{
	width: 31.9rem;
}

.common-bunner-link{
	font-family: 'Noto Sans Japanese', serif;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #595757;
	text-align: left;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 2.5rem;
	border-radius: 0;
	background: #eeefef;
	position: relative;
}

.bunner-small{
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	box-sizing: border-box;
	padding-right: 0.5rem;
}

.buner{
	width: 9.9rem;
	display: inline-block;
	border-top: solid 0.1rem #717071;
	vertical-align: 0.3rem
}

.yamaguchi-hr{
	width: 14rem;
}

.common-bunner-link span{
  position: relative;
  font-family: inherit;
}

.common-bunner-link:before{
  position: absolute;
  top: 0;
  left: 75px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
}

.common-bunner-link:hover:before{
  -webkit-transform: translateX(-25%) translateY(-25%) rotate(135deg);
  transform: translateX(-25%) translateY(-25%) rotate(135deg);
}

.common-bunner-link:hover{
	color: #fff;
}

.common-bunner-link:hover .buner{
	border-top: solid 0.1rem #fff;
}
}





/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
}

input[type="submit"],input.clear_btn{
   
}

}

/* IE10以降だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){

}
