@charset "UTF-8";



/*gaiyou　ページ設定
---------------------------------------------------------------------------*/

/*左オレンジ文字見出し*/
.midashi_left_gaiyou {
	font-size: xx-large;
	color: #F90;
	float: left;
	width: 23%;
	text-align: center;
	letter-spacing: 5px;
	clear: both;
}
.gaiyou_box1 {
	width: 68%;
	float: left;
}
.gaiyou_box1 p {
	padding-left: 0px;
	font-size: large;
	padding-right: 0px;
	line-height: 1.6em;
	color: #000;
}
.midashi_gaiyou1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: xx-large;
	color: #000;
}

@media screen and (max-width: 480px){
.midashi_left_gaiyou {  
	width: 15%;
	font-size: 190%;
  line-height: 1.2em;
  margin: 15px 0 0 -5px;
  }
.gaiyou_box1 {
	width: 85%;
  }  
}


/*gaiyou　ページテーブル設定
---------------------------------------------------------------------------*/

.gaiyou_box1 table {
	width: 100%;
	margin-bottom: 40px;
	color: #000;
}
.gaiyou_box1 table tr {
	width: auto;
	line-height: 1.5em;
}
.gaiyou_box1 table tr th {
	width: 20%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.gaiyou_box1 table tr td {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
  padding: 15px 0;
}
.gaiyou_box2 img{
	width: 45%;
	margin-bottom: 30px;
}
.gaiyou_box3 {
	text-align: center;	
}
.gaiyou_box3 img{
	width: 45%;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px){
.gaiyou_box1 table tr th {
	width: 30%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.gaiyou_box3 img{
	width: 90vw;
  padding: 20px 0 0 0;
}
}


/*gaiyou　アクセス部分設定
---------------------------------------------------------------------------*/
.access0 {
	display: block;
	width: 300px;
}

.access0 ul {
	padding-bottom: 25px;
}
.access0 ul .list1 {
	padding-bottom: 10px;
	background-image: url(../common/icon_s_01.png);
	background-repeat: no-repeat;
	text-indent: 40px;
}
.access0 ul .list2 {
	padding-bottom: 10px;
	background-image: url(../common/icon_s_02.png);
	background-repeat: no-repeat;
	text-indent: 40px;
}
.access0 ul .list3 {
	padding-bottom: 10px;
	background-image: url(../common/icon_s_03.png);
	background-repeat: no-repeat;
	text-indent: 40px;
}

/*gaiyou　事業内容部分設定
---------------------------------------------------------------------------*/
.jigyou_midashi1 {
	background-image: url(../common/kari50_50.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-size: 25px;
	height: 60px;
}
.jigyou_cont1 {
	padding: 0px;
  text-align: justify;
}



/*pankuzu1　パンくずリスト部分設定
---------------------------------------------------------------------------*/

#pankuzu1 {
	margin-left: 0px;
	padding-left: 0;
}
#pankuzu1 ol li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}
#pankuzu1 ol li:after{/* >を表示*/
  content: ' > ';
  padding: 0 3px;
  color: #555;
}
#pankuzu1 ol li:last-child:after{
  content: '';
}
#pankuzu1 ol li a {
    text-decoration: none;
    color: gray;
}
#pankuzu1 ol li:first-child a:before{/*家アイコン*/
}
#pankuzu1 ol li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 480px){
#pankuzu1 {
  margin: -10px 0 0 0;
  }
#pankuzu1 ol li{
	font-size: 75%;
  }
}


#kikaku_cont_frame hr {
	margin-top: -5px;
}


