@charset "utf-8";


/*========================
　smartphone　bottom menu
　========================*/
.sp-bt-menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
}/*文字大きさ*/

.mini-text{
	font-size: 10px;
	line-height: 0.8em;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}/*文字大きさ*/

ul.bottom-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;/*高さ*/
	margin: 0;
	padding: 0;
	background-color: #000000;/*背景色 #f5f5f5*/
	border-top: 2px solid #808080;/*バーの上の線*/
	border-bottom: 2px solid #808080;/*バーの下の線*/
	z-index: 30;
	line-height: 0.8em;
	color: #FFF;
}

ul.bottom-menu .fas{
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 5px;
}

ul.bottom-menu li {
	float: left;
	width: 25%;
	background-color: #000000;/*背景色*/
	list-style-type: none;
	text-align: center;
	font-size: 22px;/*アイコンのサイズ*/
	color: #FFF;
	}
	


.bottom-menu li a {
	display: block;
	color: #FFFFFF;/*アイコン＆文字の色*/
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 10px;
	text-decoration: none;
}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/
	}
/*-------PCのみ読み込み-------*/
@media screen and (min-width:961px){
#header-nav-sp-logo {
	display:none;
}
}
/*------スマートフォン用-------*/
@media screen and (max-width:960px){

#header-nav-sp-logo {
	display: block;
}
}

/*スマートフォン用480px以下--*/
@media (max-width : 480px){

#header-nav-sp-logo {
	display: block;
}

}


/*タブレット用（481px～800px）環境の設定
------------------------------------------------*/
@media (min-width:481px) and (max-width:800px){
#header-nav-sp-logo {
	display: none;
}
}

/*タブレット用（481px～1023px）環境の設定
------------------------------------------------*/
@media (min-width:481px) and (max-width:1023px){
#header-nav-sp-logo {
	display: none;
}
}




/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;
	}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/
		}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/
	}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;
	}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
	
	
	
/* ---------------------------------
	POLICYなど
---------------------------------- */

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 3em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 5em;

}


@media screen and (max-width:480px){
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

}


/*一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;overflow: hidden;
	padding: 25px;			/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 20px;	/*ボックス同士の上下間に空けるスペース*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は15%色がついた状態の事。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
	color: #000000;		/*文字色*/
	line-height: 1.6em;	/*行間を少しせまく*/
	text-align: left;
}
.list h4 a {
	color: #44a00d;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	font-size: 14%;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*ボックス内の写真*/
.list p.img {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像の幅*/
	margin-bottom: 5px;	/*画像の下に空けるスペース*/
	margin-top: 0px;
	padding-top: 0px;
}
/*写真の右側に回り込むブロック*/
.list .text {
	float: right;	/*右に回り込み*/
	width: 67%;		/*ブロック幅*/
	font-size: 110%;
	text-align:left;
}


/*box2（３カラムボックス）
---------------------------------------------------------------------------*/
/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/

.option1,.option2,.new {
	text-align: center;
	display: inline-block;
	padding: 0;
	font-size: 12px;	/*文字サイズ*/
	line-height: 20px;	/*高さ*/
	width: 100px;		/*幅*/
	position: absolute;
	right: 0px;		/*右から0pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
	background: #999;	/*背景色*/
	color: #fff;		/*も地色*/
	transform: rotate(45deg) translate(27px,-10px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	font-weight: bold;
}
/*詳細ページで使う場合の変更設定*/
.item .option1, .item .option2, .item .new {
	position: static;transform: none;width: auto;
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	margin-left: 5px;	/*アイコン同士に空けるスペース*/
}
/*「new」への追加設定。色を変更します。*/
.new {
	color: #FFF;	/*背景色*/
	background-color: #006666;
}
/*「option1」への追加設定。色を変更します。*/
.option1 {
	color: #FFF;			/*文字色*/
	background: #ff9000;	/*背景色*/
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option2、と、newアイコン共通（初期設定）*/
.option1,.option2,.new {
	transform: rotate(45deg) translate(45px,-25px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
}
}
/*ボックス１個あたりの設定*/
.box3 {
	position: relative;
	width: 100%;		/*ボックスの幅*/
	float: left;		/*左に回り込み*/
	text-align: left;	/*下の余白だけ上書き*/
	color: #666;		/*文字色*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0%;
}
/*box2内の日付*/
.box3 span.date {
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 19px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
	font-weight: bolder;
	background: #7d7d7d;	/*背景色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.box2 {
	position: relative;
	width: 24.5%;		/*ボックスの幅*/
	float: left;		/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	padding: 3%;		/*ボックス内の余白*/
	padding-bottom: 75px;	/*下の余白だけ上書き*/
	background: #fff;		/*背景色*/
	border: 1px solid #eeeae2;	/*枠線の幅、線種、色*/
	margin: 0 0 20px 2%;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.5;	/*行間*/
	color: #666;		/*文字色*/
}
/*box2内の日付*/
.box2 span.date {
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;		/*上から-10pxの場所に配置*/
	background: #7d7d7d;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 12px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
}
/*box2内のp(段落)タグ*/
.box2 p {
	padding: 0 !important;
	height: 4.5em;		/*高さ。*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
	font-size: 14px;	/*文字サイズ*/
	text-align: left;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box2 p a {
	color: #666;
}
/*box2内のh4(見出し)タグ*/
.box2 h4 {
	color: #7d7d7d;	/*文字色*/
	height: 1.5em;	/*高さ*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
}
/*box2内のfigure(画像)タグ*/
.box2 figure {
	margin-bottom: 5px;	/*下に空けるスペース*/
}
/*box2内のbtn1。本体の設定はこの下のブロックにあります。*/
.box2 p.btn1 {
	height: auto;
	position: absolute;
	bottom: 30px;	/*box2の下から30pxの場所に配置*/
	width: 80%;		/*ボタンの幅*/
}
.box2 p.btn1 a {
	display: block;
	padding: 5px 0;	/*上下、左右へのボタン内の余白*/
}

/*box1、box2のfigure写真共通設定
---------------------------------------------------------------------------*/
.box1 figure a:hover,.box2 figure a:hover {
	opacity: 0.8;	/*マウスオン時に80%透明度にする*/
}

/*btn1
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #7d7d7d;	/*背景色*/
	color: #fff !important;	/*文字色*/
	border-radius: 3px;		/*角丸のサイズ*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
}
/*マウスオン時*/
p.btn1 a:hover {
	border: 1px solid #7d7d7d;	/*枠線の幅、線種、色。*/
	background: #fff;			/*背景色*/
	color: #7d7d7d !important;	/*文字色*/
}

/*btn1
---------------------------------------------------------------------------*/
.btn-tt {
	text-decoration: none;
	display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	color: #000000 !important;	/*文字色*/
	border-radius: 3px;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
	line-height: 2em;
	font-weight: bold;
	margin: 0px;
	font-size: 15px;
}

.btn-tt-of {
	text-decoration: none;
	display: inline-block;
	color: #000000 !important;	/*文字色*/
	border-radius: 3px;	/*背景色*/
	line-height: 2em;
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
}

.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #7d7d7d;	/*背景色*/
	color: #fff !important;	/*文字色*/
	border-radius: 3px;		/*角丸のサイズ*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
}
/*マウスオン時*/
.btn1 a:hover {
	border: 1px solid #7d7d7d;	/*枠線の幅、線種、色。*/
	background: #fff;			/*背景色*/
	color: #7d7d7d !important;	/*文字色*/
}


/*写真を３列に並べたレイアウト
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.photo {
	position: relative;
	float: left;	/*左に回り込み*/
	width: 33.3%;	/*幅*/
}
.photo a:hover img {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}
/*photoボックス内の段落(p)タグ*/
.photo p {
	padding: 5px 0 !important;	/*上下、左右への段落タグ内の余白*/
	position: absolute;
	bottom: 0px;	/*photoボックスの下から0pxの場所に配置*/
	width: 100%;	/*幅*/
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒の事で0.5は50%色がついた状態のこと*/
	color: #fff;	/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

#new h5 {
	clear: both;
	margin-bottom: 20px;		/*上下、左右への余白*/
	font-size: 16px;		/*文字サイズ*/
	background: #2788c5;	/*背景色*/
	color: #fff;			/*文字色*/
	border-radius: 5px;		/*角丸のサイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	padding-top: 2px;

	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
}

#new dl {
	padding: 0px 20px;	/*上下、左右へのボックス内の余白*/
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;	/*左に回り込み*/
	width: 3em;		/*幅*/
	letter-spacing: 0.1em;
	color: #000000;	/*文字色*/
	font-size: 100%;
	font-weight: bold;
}
/*記事設定*/
#new dd {
	padding-left: 9em;	/*左に空ける余白*/
	text-align: left;
	margin-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 110px;		/*幅*/
	text-align: left;	/*センタリング*/
	font-weight: normal;
}
/*リンクテキストの文字色*/
.ta1 a {color: #666;}
/*ta1のtdタグ内のリストタグ*/
.ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.ta1 p {padding: 0;}

.job-ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #666;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}

.job-ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #666;			/*文字色*/
}
.job-ta1, .job-ta1 td, .job-ta1 th {
	word-break: break-all;
	line-height: 1.7em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #000;
}
/*ta1の左側ボックス*/
.job-ta1 th {
	width: 37px;		/*幅*/
	text-align: left;	/*センタリング*/
	font-weight: normal;
}

.job-ta1 td {

}

/*リンクテキストの文字色*/
.job-ta1 a {color: #666;}
/*ta1のtdタグ内のリストタグ*/
.job-ta1 td ul.disc {padding: 0 5px 0 20px;}
/*ta1のtdタグ内の段落(p)タグ*/
.job-ta1 p {padding: 0;}



/* ---------------------------------
	Company
---------------------------------- */

.Company {
  width: 96%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
.Company__head {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.Company__body {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.map_wrapper {
  max-width: 100%;
  padding-bottom: 60%;
  position: relative;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
}
.map_wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

/* ---------------------------------
	Contact
---------------------------------- */

.Form {
  width: 96%;
  margin: 0 auto 20px;
}
.Form__main, .Form__title, .Form__content {
  margin: 0;
  padding: 0;
}
.Form__title, .Form__content {
  padding: 20px 10px;
}
.Form__title {
  clear: left;
  float: left;
  width: 200px;
  font-weight: bold;
}
.Form__content {
  margin-left: 210px;
}
.Form__input, .Form__input-postal, .Form__textarea {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  margin: 0;
  width: 300px;
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.Form__input-postal {
  width: 150px;
}
.Form__button, .Form__button-small {
  width: 300px;
  border: 0;
  border-radius: 4px;
  background-color: #333;
  padding: 12px 10px 11px;
  color: #FFF;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.Form__button-small {
  width: auto;
  font-size: 13px;
  line-height: 13px;
}
.Form__button:hover, .Form__button-small:hover {
  color: #fff;
  opacity: 0.6;
}
.icon-required {
  float: right;
  background: #333;
  color: #fff;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* モニター幅767px以下(スマートフォン) */

@media screen and (max-width: 767px) {
  .Form__title, .Form__content {
    padding: 20px 8px;
    box-sizing: border-box;
  }
  .Form__title {
    width: 100%;
  }
  .Form__content {
    width: 100%;
    margin-left: 0;
  }
  .icon-required {
    float: none;
    margin-left: 10px;
  }
}
/* ---------------------------------
	Thanks
---------------------------------- */

.Thanks {
  width: 70%;
  height: 560px;
  margin: 0 auto;
}
.Thanks__head {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
}
.Thanks__body {
  margin-top: 80px;
}
.Thanks__body a {
  text-decoration: none;
}
.Thanks__button {
  display: block;
  width: 12em;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #333;
  border: #f5f5ef 1px solid;
  text-align: center;
  margin: 40px auto;
  transition: 0.4s;
}
.Thanks__button:hover {
  color: #333;
  background: #f5f5ef;
  border: #333 1px solid;
}
/* モニター幅767px以下(スマートフォン) */

@media screen and (max-width: 767px) {
  .Thanks {
    width: 96%;
    height: auto;
  }
}


/* ★★★BOX */

.box-text {
	color: #000;
	text-shadow: 1px 1px 0 #fff,
               -1px 1px 0 #fff,
               1px -1px 0 #fff,
               -1px -1px 0 #fff;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 80%;
	margin-top: 0px;
	padding-top: 0px;
}

@media screen and (max-width:480px){
.box-text {
	width: 100%;
}

}


.box15 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box15 p {
    margin: 0; 
    padding: 0;
}

.box26 {
	position: relative;
	border: solid 3px #95ccff;
	border-radius: 8px;
	text-align: left;
	margin-top: 2em;
	margin-right: 3px;
	margin-bottom: 2em;
	margin-left: 3px;
	padding-top: 1.8em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.box26 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 25;
	padding-left: 9px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 25px;
}
.box26 p {
	font-size: 14px;
	line-height: 2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.box-ttb {
	position: relative;
	text-align: left;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.box-ttb .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 15;
	padding-left: 9px;
	text-align: left;
}
.box-ttb p {
	font-size: 14px;
	line-height: 2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.box27 {
	position: relative;
	border: solid 3px #62c1ce;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	width: 97%;
	padding: 10px;
	text-align: left;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.9em;
}



.box27-2 {
	position: relative;
	width: 93%;
	border: solid 3px #62c1ce;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	background-image: url(../0-images/zemi/pic01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box27-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27-2 p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9em;
	padding-top: 10;
}


.box27-face {
	position: relative;
	border: solid 3px #62c1ce;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(../0-images/zemi/pic01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box27-face .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27-face p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.9em;
}

.box28 {
	position: relative;
	width: 93%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}


.box28-right {
	position: relative;
	width: 88%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.box28-right .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	height: 15px;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	background-color: #CCCCCC;
}


.box28 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
}
.box28 p {
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #333;
}

.box28-2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28-2 p {
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #333;
}


.box58-2 {
	position: relative;
	border: solid 3px #95ccff;
	border-radius: 8px;
	text-align: left;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 2.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.box58-2 .box-title {
	position: absolute;
	display: inline-block;
	border-radius: 8px;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0793C7;
}
.box58-2 p {
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #333;
}


.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
	font-size: 1.2em;
	background: #5fc2f5;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	float: left;
}
.box30 p {
	padding: 15px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 2.0em;
}

.box-tgg {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;

}
.box-tgg .box-title {
	font-size: 1.5em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #0078D7;
}
.box-tgg p {
	padding: 15px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 2.0em;
}


.box-tpp {
	padding: 0px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;

}
.box-tpp .box-title {
	font-size: 1.5em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #0078D7;
}
.box-tpp p {
	padding: 15px 20px;
	margin: 0;
	font-size: 15px;
	line-height: 1.6em;
	color: #000;
}


/*★2コラム用*/
/************************************
** 2カラムデザイン（レスポンシブ）
************************************/

/* 親要素 */
.collist2 {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #F7FBFD;
	border-radius: 0.5em;
	color: #000;
}

/* 左右ボックス */
.collist2 .collist-box {
   float: left;
   width: 48%;
   margin-bottom: 30px;
}

.collist2 .collist-box:first-child {
	margin: 0px;
	padding: 0px;
}



/* ボックス枠 */
.collist2 .waku {
	border: 1px solid #aaa;
	border-radius: 4px;
}


/* 左画像 */
.collist2 .collist-thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;	
	 margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;

}



/* テキスト部分 */
.collist2 .collist-text {
	display: block;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.8em;
} 


/* スマホ調整 */
@media screen and (max-width: 767px) {
.collist2 .collist-box {
    float: left;
    width: 98%;
    margin-bottom: 30px;
	
}
}

@media screen and (max-width: 767px) {
.collist2 .collist-text {
    line-height: 1.5em;
	
}
}


/*★その他ページ*/
/* 親要素 */

.sub-2col-waku {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

#main section.list-bo.compact {
	width: 49%;	/*compactタイプの幅*/
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}
#main section.list-bo.compact a {
	height: 220px;
	text-decoration: none; 	/*compactタイプの高さ*/
}
/*ボックス内の段落タグ設定*/
#main section.list-bo p {
	padding: 0px;
	margin-left: 24%;	/*左側の写真幅とのバランスをとって設定*/
}
#main section.list-bo.compact p {
	font-size: 14px;	/*compactタイプの文字サイズ*/
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 4px;
	padding-top: 0px;
	text-align: left;
}
/*ボックス内の写真設定*/
#main section.list-bo figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/

	margin-right: 1%;		/*写真の右側に空ける余白*/
}
#main section.list-bo.compact figure img {
	float: none;
	width: 97%;
	margin: 0;
}
/*ボックス内のh4タグ設定*/
#main section.list-bo h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
	color: #000;		/*文字色*/
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
}
#main section.list-bo.compact h4 {
	font-size: 11px;
	border: none;
	padding-left: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*ボックス内のh4タグの１文字目への設定*/
#main section.list-bo h4::first-letter {
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
#main section.list-bo.compact h4::first-letter {
	border: none;
	padding: 0;
}
/*マウスオン時のボックス*/
#main section.list-bo a:hover {
	background: #fff;	/*背景色*/
}
/*登録日情報*/
#main section.list-bo .date {
	display:block;
	float:right;
	font-size:11px;
	color:#999;
	margin-right:2%;
}
#main section.list-bo.compact .date {
	float: none;
	line-height: 1.2;
}




/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px){



}



/*画面幅570px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:570px){


}



/*画面幅480px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){



/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/

.sub-2col-waku {
}

#main section.list-bo.compact {
	width: 100%;	/*compactタイプの幅*/
	float: none;
	margin-left: 0;
}
#main section.list-bo.compact a {
	height: auto;	/*compactタイプの高さ*/
}
/*ボックス内の段落タグ設定*/
#main section.list-bo p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list-bo figure img {
	float: none;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section.list-bo h4 {
	margin-left: 0;
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list-bo table {
	margin-left: 0;
	width: 100%;
}

}
