@charset "UTF-8";
/*739px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc{
	display:none;
}
@media screen and (min-width: 480px) and (max-width: 739px) {
	.sp{display:none;}
	.pc{display:inline;}
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	font-family:'arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:20px;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#FFFFFF;
	min-width:320px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#EF2E61;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a{
	color: #0071BC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------フッター固定（フッター高345px）*/
#wrapper {
	text-align:left;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
}
#contents{
	padding-bottom:0;
}
footer {
	overflow:hidden;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	border-top:1px solid #EB651A;
	position:relative;
}
/*-------------------------キーワード*/
header h1{
	display:none;
}
/*-------------------------固定要素*/
#fixitem {
	z-index: 1000;
	width: 100%;
	background:#FFFFFF url(images/bg.png) bottom repeat-x;
	border-top:3px solid #EB651A;
}
.inner{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

/*-------------------------ロゴ*/
header p.logo{
	width:64%;
	padding:8px;
}
/*-------------------------お電話*/
header p.tel{
	padding:6px 6px 9px 6px;
	margin-left:auto;
	width:36%;
	max-width:150px;
}
header p.tel a{
	display:block;
	background:#F3D259;
	box-shadow: 0 3px 0 #D5B43B;
	-webkit-box-shadow: 0 3px 0 #D5B43B;
	-moz-box-shadow: 0 3px 0 #D5B43B;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*-------------------------グローバルメニュー*/
header nav{
	width:100%;
	border-top:1px solid #CCCCCC;
	padding-bottom:3px;
	background:url(images/bg_sp.png) bottom repeat-x;
}
header nav li{
	float:left;
	width:16.66%;
}
header nav li a{
	display:block;
	border-left:1px solid #CCCCCC;
}
header nav li a:hover{
	background:#F1F1F1;
	border-bottom:3px solid #EB651A;
	margin-bottom:-3px;
}
header nav li a.current{
	background:none;
}

/*cta_menu
-----------------------------------------------------------------------------------------*/
.cta_menu{
	position:relative;
	z-index:1000;
	position:fixed;
	top:-60px;
	width:100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: all .4s;
}
.scroll .cta_menu{
	-webkit-transform: translateY(60px);
	transform: translateY(60px) ;
}
.cta_menu li{
	float:left;
	width:calc(100%/3);
}
.cta_menu a{
	display:block;
	text-align:center;
	padding-top:30px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:2px;
	color:#FFF;
	height:55px;
	border-right:1px solid #FFF;
}
.cta_menu .cta_denwa a{
	background:#ff8500 url(images/cta_denwa.svg) center 5px no-repeat;
}
.cta_menu .cta_taiken a{
	background:#ff8500 url(images/cta_taiken.svg) center 5px no-repeat;
}
.cta_menu .cta_siryou a{
	background:#8bc43f url(images/cta_siryou.svg) center 5px no-repeat;
	border:none;
}

/*localnav
-----------------------------------------------------------------------------------------*/
#localnav{
	background:#E6E6E1;
	padding:5px;
}
#localnav ul{
}
#localnav  ul li{
	float:left;
	padding:2px;
}
#localnav  ul li a{
	color:#000;
	font-size:12px;
	line-height:16px;
	padding:3px 5px 3px 18px;
	display:block;
	background:url(images/ya.png) 4px 5px no-repeat;
	background-size:12px 12px;
}
#localnav  ul li a.current,
#localnav  ul li a:hover,
#localnav  ul li.current_page_parent a{
	background-color:#FFF;
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
}
#path p{
	font-size:9px;
	color:#666666;
	padding:3px 5px;
}
#path p a{
	color:#EB651A;
}
#path p a:hover{
	text-decoration:underline;
}
#path p strong{
	font-weight:normal;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
}


/*article
-----------------------------------------------------------------------------------------*/
article{
	padding-bottom:30px;
}
article a{
	text-decoration:underline;
}
article .br br{
	display:none;
}
/*-------------------------ページタイトル*/
article h1{
	font-size:20px;
	line-height:30px;
	color:#EB651A;
	padding-left:40px;
	background:left no-repeat;
	background-size:40px 30px;
	font-weight:bold;
	margin:10px;
}
article h1 span{
	display:block;
	font-size:14px;
	line-height:20px;
	margin-top:-3px;
	font-weight:bold;
}
/*-------------------------pタグ*/
article p{
	font-size:14px;
	line-height:24px;
	text-align:justify;
	text-justify:distribute;
	margin-top:5px;
}
article p.link{

}
article p.link a{
	padding-left:18px;
	background:url(images/ya.png) 0 2px no-repeat;
	background-size:12px 12px;
	text-decoration:none;
}
article p.btn{
	margin-top:10px;
	text-align:center;
}
article p.tel{
	margin-top:10px;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#EB651A;
}
article p.tel strong{
	font-size:16px;
}
/*-------------------------リスト*/
article li{
	font-size:14px;
	line-height:20px;
}
article ol li{
	margin-top:4px;
	margin-left:20px;
	list-style-type:decimal;
}
article ul.disc li{
	margin-top:4px;
	padding-left:20px;
	background:url(images/disc.png) 3px 3px no-repeat;
	background-size:14px 14px;
}
/*-------------------------table*/
article table{
	margin:10px 0;
}
article th,
article td{
	padding:5px 10px;
	border:1px solid #CCCCCC;
}
article th{
	background:#F1F1F1;
	text-align:center;
	white-space:nowrap;
}
/*-------------------------topcopy*/
article div.topcopy{
	border:1px solid #D2D2D2;
	padding:15px;
	margin:10px;
}
article div.topcopy h2{
	font-size:18px;
	line-height:28px;
	font-weight:bold;
}
/*-------------------------位置*/
figure{
	margin:15px 50px;
	text-align:center;
}
figure.center{
	margin:5px 0;
}
/*-------------------------section*/
article h1 + section{
	margin-top:0px;
}
article section{
	margin-top:30px;
	padding:30px 15px 0 15px;
	background:url(images/bg.png) top repeat-x;
}
article section > h2{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding-left:15px;
	background:url(images/h2.png) left no-repeat;
	background-size:24px 24px;
	margin-bottom:20px;
}
article section h3{
	font-size:16px;
	line-height:24px;
	padding:4px 10px;
	background:#F2F2F2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top:20px;
	margin-bottom:10px;
}
article section h4{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#EB651A;
	margin-top:10px;
}
article div.waku{
	border:1px solid #EB651A;
	padding:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:10px 0
}
article  div.waku h2{
	font-size:16px;
	font-weight:bold;
}
article  div.waku p + h2{
	margin-top:15px;
}
article  div.waku h2 + h4{
	margin-top:5px;
}
article > div.waku{
	margin:15px;
}

/*声バナー
-----------------------------------------------------------------------------------------*/
#voicenav{
	margin:50px 10px 0px 10px;
}
#voicenav li{
	margin:5px;
}


/*indexページ
-----------------------------------------------------------------------------------------*/
#index h1{
	color:#000;
}
#index{
	padding:0;
}
#index li a{
	display:block;
	border-top:1px solid #D2D2D2;
	padding:5px;
	text-decoration:none;
}
#index li a span{
	display:block;
	color:#333333;
}
#index li a span.img{
	float:left;
	width:50px;
	margin-right:10px;
}
#index li a h2{
	font-size:16px;
	line-height:50px;
	color:#EB651A;
	background:url(images/index_ya.png) right no-repeat;
}
#index li a h2 br{
	display:none;
}
#index li a span.copy{
	display:none
}

/*footer
-----------------------------------------------------------------------------------------*/
.footer{
	background:#F5F5F5;
	border-top:3px solid #EF8448;
	overflow:hidden;
	height:auto !important;
	padding:20px;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 5px;
	right: 5px;
	width:40px;
	height:40px;
	padding:0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------フッターナビ*/
.footer nav a{
	color:#EB651A;
}
.footer nav a:hover{
	text-decoration:underline;
}
.footer nav ul{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:20px;
}
.footer nav li{
	font-size:12px;
	line-height:1;
	margin:0;
}
/*-------------------------footer_ban*/
.footer_ban_area{
	padding:20px 0 5px 0;
	border-bottom:1px solid #DDD;
}
.footer_ban{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:25px;
	padding:30px 0 20px 0;
	border-top:1px dashed #DDD;
}
.footer_ban + .footer_ban{
}
/*-------------------------footer_copy*/
.footer_copy p{
	text-align:center;
	margin-top:30px;
}
.footer_copy small{
	display:block;
	margin-top:4px;
	text-align:center;
	color:#999;
	font-size:12px;
	font-size:10px;
}
