/*--------------------------------------------------------*/

/*  オンライン相談　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.online_soudanBox{
	max-width:980px;
	margin:20px auto 0;
	text-align:center;
}

.online_soudanBox p.online_message{
	font-size:14px;
	color:#888;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.online_soudanBox p.online_message a{
	color:#888;
}

.online_soudanBox img.icon01{
	margin-right:5px;
	width:24px;
}

.online_soudanBox img.icon02{
	margin-right:14px;
	width:24px;
}

}

@media screen and (max-width: 768px){

.online_soudanBox{
	margin:14px 0 0;
	text-align:center;
}

span.iconBox{
}

.online_soudanBox p.online_message{
	font-size:13px;
	color:#999;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.online_soudanBox p.online_message a{
	color:#999;
}

.online_soudanBox img.icon01{
	margin-right:5px;
	width:22px;
}

.online_soudanBox img.icon02{
	margin-right:10px;
	width:22px;
}

}

/*--------------------------------------------------------*/

/*  お知らせ　*/

/*--------------------------------------------------------*/

@media print, screen and (min-width: 768px){

.important_news{
	text-align:center;
	padding-top:50px;
}

.important_news p.news_txt{
	font-size:14px;
	color:#888;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.important_news p.news_txt a{
	color:#888;
}

}

@media screen and (max-width:768px){

.important_news{
	text-align:center;
	padding-top:30px;
}

.important_news p.news_txt{
	font-size:13px;
	color:#999;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.important_news p.news_txt a{
	color:#999;
}

}


/*===============================================
●画面の横幅が768px以上
===============================================*/

@media print, screen and (min-width: 768px){

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

#index_logoBox{
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#index_logoBox .click_icon{
	margin-bottom:22px;
}

#index_logoBox .click_icon img{
	width:130px;
}

#index_logoBox #button{
	cursor:pointer;
}

#index_logoBox #button img{
	width:130px;
}

#index_logoBox #button img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------------------------------------------------------*/

/*  隠しメニュー　*/

/*--------------------------------------------------------*/

#index_menuBox{
}

#index_menuBox #index_menuBox_inner{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	max-width:940px;
	height: 30px;
}

#index_menuBox #index_menuBox_inner ul{
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#index_menuBox #index_menuBox_inner ul li{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

#index_menuBox #index_menuBox_inner ul li a{
	color:#999;
	text-decoration:none;
}

#index_menuBox #index_menuBox_inner ul li a:hover{
	color:#555;
	text-decoration:none;
}

}













/*===============================================
●画面の横幅が768px以下
===============================================*/
@media screen and (max-width:768px){

html {
	-webkit-text-size-adjust: 100%;
}

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

#index_logoBox{
	position: fixed;
	bottom: 25px;
	right: 25px;
}

/*  中央配置の場合　*/
#index_logoBox_center{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	width: 150px;
	height: 60px;
}

#index_logoBox .click_icon{
	margin-bottom:20px;
}

#index_logoBox .click_icon img{
	width:100px;
}

#index_logoBox #button{
	cursor:pointer;
}

#index_logoBox #button img{
	width:100px;
}

##index_logoBox button img:hover{
}

/*--------------------------------------------------------*/

/*  隠しメニュー　*/

/*--------------------------------------------------------*/

#index_menuBox{
}

#index_menuBox #index_menuBox_inner{
	padding:50px 15px 0;
	text-align:center;
}

#index_menuBox #index_menuBox_inner ul{
}

#index_menuBox #index_menuBox_inner ul li{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:1.5em;
	font-feature-settings : "palt";
	letter-spacing:0.1em;
	margin-bottom:15px;
}

#index_menuBox #index_menuBox_inner ul li:last-child{
	margin-bottom:0;
}

#index_menuBox #index_menuBox_inner ul li a{
	color:#999;
	text-decoration:none;
}

#index_menuBox #index_menuBox_inner ul li a:hover{
	color:#555;
	text-decoration:none;
}

}
