@charset "UTF-8";
/* CSS Document */

body {
	color: #252525;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-image: none;
	word-wrap: break-word;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.w930{
margin-left: auto;
margin-right: auto;
}

.center{
	text-align: center;

}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
@media only screen and (max-width: 640px){

img{
    max-width: 100%;
    height: auto;
}
}

.footer{
	margin-top: 20px;
	margin-bottom: 150px;
}
.copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	zoom: 1;
	overflow: visible;
	margin-bottom: 40px;
}
a img:hover{
cursor:pointer;
opacity:.8;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}

img {
    max-width: 100%;
    height: auto;
}

/*電話追尾用*/
.fix_menu_smartphone{
position: fixed;
display: flex;
bottom: 0px;
z-index: 10000;
/*left:50%;*/
width: 100%;
	/*margin-left:-145px;*/	
}
.fix_left img{
display: inline-block;
}
.fix_right img{
	display: inline-block;
	float: left;
	max-width: 250px;
	margin: 0 3px 0;
}

.fix_left{
float: left;
    width: 50%;
    height: auto;
    line-height: 1;
    background: #c71735;
    text-align: right;
    padding: 0px 0px 0px 0;
    box-sizing: border-box;
    position: relative;
}

.fix_right{
float: right;
    width: 50%;
    height: auto;
    line-height: 1;
    background: #fea317;
    text-align: right;
    padding: 0px 0px 0px 0;
    box-sizing: border-box;
    position: relative;
	padding-left: 10px;
}
.conv-table {
  margin-bottom: 100px!important;
}
@media only screen and (max-width: 640px){
.fix_menu_smartphone{
  display: inherit;
}
.fix_left img{
display: inline-block;
float: none;
max-width: 100%;
}
.fix_left a img{
display: inline-block;
float: none;
max-width: 45%;
}
.fix_left a img.btn-1-ver{
display: inline-block;
float: none;
max-width: 80%;
}
.fix_right img{
	display: inline-block;
	float: none;
	max-width: min-content;
  height: 59px;
  width: auto;
}

.fix_left{
float: none;
width: 100%;
height: auto;
line-height: 1;
text-align: center;
padding: 0px;
box-sizing: border-box;
position: relative;
}

.fix_right{
float: none;
width: 100%;
height: auto;
line-height: 1;
text-align: center;
padding: 0px;
box-sizing: border-box;
position: relative;
}
.conv-table {
  margin-bottom: 50px;
}
}

table.no{
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.no th{
    padding: 0px;
}

table.no td{
	padding: 4px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* キャンペーン操作 */
/*.campaign{display:none;}*/
.campaign{max-width:1200px;margin:auto;width: 100%;}