body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	widows:95%;
	color:#333;
}

h1{
	font-size:22px;
	font-weight:600;
	border-top:solid 2px #144690;
	margin-top:0;
	padding:8px 0 8px 0;
	background:#F5F5F5;
	text-align:center;
}

h2{
	font-size:18px;
	padding:0 0 5px 5px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
	font-weight:normal;
}

.blue{
	color:#0040FF;
}
a.button{
	display:inline-block;
	background:url(img/info_abutton.gif) no-repeat left top;
	width:168px;
	height:30px;
	font-size:12.5px;
	text-shadow:0 0 2px #666666;
	text-align:center;
	padding-top:8px;
	text-decoration:none;
	margin:3px 10px 7px 0;
	color:#000;
}
a.button:hover{
	background:url(img/info_abutton.gif) no-repeat left bottom;
}
div.infoenq{
	font-size:15px;
	margin-bottom:40px;
	line-height:150%;
	overflow:hidden;
}
div.atte{
	margin:0 0 20px 10px;
}
.tel{
	background:url(img/info_tel.gif) no-repeat left top;
	padding:6px 0 8px 25px;
	font-size:20px;
	font-weight:600;
	display:inline-block;
	margin-top:4px;
}
.fax{
	background:url(img/info_fax.gif) no-repeat left top;
	padding:6px 0 8px 25px;
	font-size:20px;
	font-weight:600;
	display:inline-block;
	margin-top:4px;
	margin-left:20px;
}
.mail{
	background:url(img/info_mail.gif) no-repeat left top;
	padding:5px 0 9px 25px;
	font-size:13px;
	font-weight:600;
	display:inline-block;
	margin-top:4px;
	margin-left:20px;
}

.rule{
	background:url(img/info_rule.gif) no-repeat left top;
	padding:5px 0 9px 25px;
	font-size:13px;
	font-weight:600;
	display:inline-block;
	margin-top:4px;
	margin-left:20px;
}
ul.infomark{
	margin:12px 0;
}
ul.infomark li{
	margin-bottom:10px;
}


.infoenq ul.Red3col{
	list-style: none outside none;
    margin: 15px 0 0 10px;
    padding: 0;
    text-align: left;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
}

div.infoenq ul.Red3col li{
    background: url("../../common/img/tool/go_mark_gray.gif") no-repeat scroll left 2px transparent;
    display: block;
    /* float: left; */
    line-height: 140%;
    margin: 0 0 5px;
    padding: 0 0 0 13px;
    width: 30%;
}
div.infoenq ul.Red3col li a{
	text-decoration:none;
}
div.hide{
	display:none;
}
div.pp_inline{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	padding:20px;
}
div.pp_inline ul li{
	margin-left:10px;
	margin-top:5px;
}
#btn{
	width:100%;
	overflow:hidden;
	margin:15px auto;                                                                                            
}
#btn_in{
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
#item_btn{
	border:1px solid #144690;
	padding:10px 10px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	width:40%;
	float:left;
	text-align:center;
	font-size:15px;
	color:#144690;
	margin:15px 0 0 25px;
	text-decoration:none;
}

a:hover #item_btn{
	background:#144690;
	color:#fff;	
}
#item_btn2{
	border:1px solid #144690;
	padding:10px 0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	width:100%;
	float:left;
	text-align:center;
	font-size:15px;
	color:#144690;
	margin:15px 0 5px 0;
	text-decoration:none;
}

a:hover #item_btn2{
	background:#144690;
	color:#fff;	
}

.infoenq_in{
	width:46%;
	float:left;
	margin-left:2%;
	height:130px;
}