@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background:  rgba(248,248,248,1.00);
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;	
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 480px) {
	#wrap {
		width: 420px;
		overflow: hidden !important;
		margin: 0 auto;
	}
}
@font-face {
  font-family: 'ZonaPro-Thin';
  src: url('ZonaPro-Thin.ttf') format('truetype');
}
.web_font_1 {
	font-family: 'ZonaPro-Thin';
}
/* ----------  clearfix ---------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
}
/* ----------  table reset ---------- */
.table_a {padding: 10px;}
.table_a table {
	width:100%;
	border-collapse: collapse;
}
.table_a th {}
.table_a td {}
/*-----------------------------------------------------------------
コンテンツ
-----------------------------------------------------------------*/
#content {
	background:#efefee;
	padding:5px 7px;
}
.header {
	top: 0;
	background: #c6ebfe;
	position: relative;
}
.header h1 { margin: 0; }
.site_logo {
	margin: 10px 0;
}
.site_title {
	width: 40%;
	padding: 7px;
	font-size: 15px;
}
.sc_img {
	background: #FFF;
	padding-top: 10px;
}
.line_at_a {
	padding: 5px 20px;
	text-align: center;
}
.line_at_a h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #2ebe12;
}
.line_at_btn a {
	display: block;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;	
	background: #2ebe12;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	padding: 10px 0;
	text-decoration: none;
}

/* ----------  footer ---------- */
#footer {
	text-align: center;
	margin-top: 20px;
	padding: 20px 0 10px;
	background: #2a3c3c;
	font-family: 'ZonaPro-Thin';
}
.footer_navi {text-align: center;
}
.footer_navi a {
	font-size: 12px;
	color: #FFF;
}
#footer a { color: #fff; }
.copy {
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
/*-----------------------------------------------------------------
案件
-----------------------------------------------------------------*/
.contents_frames {	
    background: #FFF;
    margin-bottom: 10px;
}
.ad_frame {border: 5px solid #090096;}
.thum_img {
	width: 20%;
	float: left;
}
.thum_in {
	padding: 5px;
}
.thum_img img {width:100%;}
.contents_text {
	width: 80%;
	float: left;
}
.pt_a {
	width:20%;
	float: left;
	position: relative;
	line-height: 1.5;
}
.write {
	font-size: 10px;
}
.edit.icon {
  color: #000;
  position: absolute;
  margin-left: 0px;
  margin-top: 2px;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  border: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.edit.icon:before {
  content: '';
  position: absolute;
  left: -12px;
  top: -1px;
  width: 0px;
  height: 0px;
  border-left: solid 5px transparent;
  border-right: solid 5px currentColor;
  border-top: solid 2px transparent;
  border-bottom: solid 2px transparent;
}
.pt_a_in {
	padding: 10px;
	background-color: #fef8f2;
	border: 1px solid #e77600;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	color: #000;
	text-align: center;
	margin: 5px 0 0 0;
}
.pt_price {
	font-size: 20px;
	font-weight: bold;
}
.pt_unit {
	font-size: 11px;
}
.contents_text_in {
	margin: 7px;
}
.contents_text h3 {
    color: #00078B;
	font-size:15px;
	margin: 0;
}
.contents_text p {
	font-size:12px;
	padding: 5px 0 0 0;
	font-weight:bold;
	margin: 0;
	color:#000;
}
.beginner_btn {
    background-color: #EEF;
    padding: 10px;
}
.beginner_btn a {
	display: block;
	position: relative;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
    background: #f00;
	border-radius:60px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;	
    color: #FFF;
}
.last_btn {
    background-color: #EEF;
    padding: 10px;
}
.last_btn a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	
    background: #179BEA;
    border: solid 3px #1481AB;
    color: #FFF;
}
.button_area {position: relative;}
.button_in {
	width: 50%;
	float: left;
}
.button_left a {
	display: block;
	position: relative;
	margin: 5px 5px 5px 5px;
}
.button_right a {
	display: block;
	position: relative;	
	margin: 5px 5px 5px 0;
}
.none {display: none;}
.co {
	color: #CCC;
	font-size: 18px;
}
.po {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}
.sm {
	font-size: 11px;
	padding: 10px;
	margin: 0 10px;
	word-wrap: break-word;
	border: 1px solid #eee;
}
/*-----------------------------------------------------------------
利用方法ページ
-----------------------------------------------------------------*/
.contents_frames section {padding: 10px;}
.beginner_contents {
	color: #00078B;
}
.beginner_contents h2 {
	font-size: 22px;
	text-align: center;
	/*border-top:5px solid #00078B;
	border-bottom:5px solid #00078B;
	*/
}
.beginner_contents_in {
	padding: 10px;
	margin: 10px;
	border:1px solid #eee;
}
.beginner_contents h3 {
	font-size: 20px;
	text-align: center;
	padding:7px 0;
	border-bottom: 5px solid #eee;
	margin: 0 0 15px 0;
}
.beginner_contents h4 {
	background: #00078B;
	color: #FFF;
	padding: 10px;
	margin: 0 0 10px 0;
	line-height: 1.6;
	
}
.beginner_contents span {
	font-weight: bold;
}
.red {
	font-size: 20px;
	color: #F00;
	margin: 15px 0 0 0;
	font-weight: bold;
	text-align: center;
}
.beginner_contents p {
	padding:0;
	margin: 0;
	line-height: 1.7;
}
.cp_img1 {
	width: 100%;
	margin: 0 auto;
}
.cp_a {
	padding:0;
	margin: 15px 7px;
	background: #F8F8F8;
	border: 2px solid #00078B;
}
.cp_img2 {
	width: 100%;
	margin: 0 auto;
}

.overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.90);
	top:0;
	left: 0;
	z-index: 2;
}
.contents_title {}

/*-----------------------------------------------------------------
利用規約・プライバシーポリシー
-----------------------------------------------------------------*/
.notes_contents {
	color: #666;
}
.notes_contents h2 {
	font-size: 25px;
	text-align: center;
	padding:5px 0;
	border-top:5px solid #eee;
	border-bottom:5px solid #eee;	
}
.notes_contents_in {
	font-size: 12px;
	padding: 10px;
	margin: 10px;
	border:1px solid #eee;
}
.notes_contents h3 {
	font-size: 15px;
	text-align: center;
	padding:7px 0;
	border-bottom: 5px solid #eee;
	margin: 0 0 15px 0;
}
.notes_contents ul {
	margin: 10px;
	padding: 10px;
}
.notes_contents li {list-style: outside decimal;}
.list_num li {list-style: none;}
/*-----------------------------------------------------------------
案件詳細
-----------------------------------------------------------------*/
.details_frame {
	background: #F6FFFE;
	line-height: 1.8;
}
.details_frame h1 {
	color: #ffc000;
	font-weight: bold;
	font-size: 25px;
	margin:10px 0;
}
.details_frame h2 {
	width: 50%;
	margin: 0 auto;
}
.details_in {
	background: #FFF;
	margin: 10px;
	padding: 7px 0 0 0;
}
.txt_1 {
	font-weight: bold;
	padding: 17px;
	background: #FBFBFB;
}
.txt_2 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}
/*-----------------------------------------------------------------
注意事項
-----------------------------------------------------------------*/
.chuijikou {
	background: #FFF;
	padding: 10px;
	font-size: 11px;
}
.chuijikou_in {
	padding: 7px;
}
.chuijikou h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
}
/*-----------------------------------------------------------------
モーダル表示領域
-----------------------------------------------------------------*/
#modal_obj {
	display: none;
	background: #fff;
	width: 90% !important;
	color: #00078B;
	border: 5px solid #00078B;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
}
#modal_obj h1 {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-size: 25px;
	color: #FFF;
	background: #00078B;
}
#modal_obj p {
	text-align: center;
	margin: 7px;
	padding: 7px;
	background: rgba(247,247,247,1.00);
	font-size: 20px;
}
#modal_obj ul {margin:20px;}
#modal_obj li {
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.entry_btn {margin-bottom:10px;}
.report_button ,.cancel_button {
	width: 50%;
	float: left;
}
.report_button a {
	background: #00078B;
	color: #FFF;

	display: block;
	margin: 5px;
	text-align: center;
	padding: 10px 0;	
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;	
}
.cancel_button a {
	background: #ccc;
	color: #FFF;

	display: block;
	margin: 5px;
	text-align: center;
	padding: 10px 0;	
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;	
}	
@media screen and (min-width: 480px) {
	#modal_obj {
		width: 400px !important;
	}
}	
#overlay_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.7);
	z-index: 100000;
}
.timing {
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.edit-solid.icon {
	color: #FFF;
	position: absolute;
	margin:5% 0 0 10%;
	width: 14px;
	height: 2px;
	border-radius: 1px;
	border: solid 1px currentColor;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
.edit-solid.icon:before {
	content: '';
	position: absolute;
	left: -12px;
	top: -1px;
	width: 0px;
	height: 0px;
	border-left: solid 5px transparent;
	border-right: solid 5px currentColor;
	border-top: solid 2px transparent;
	border-bottom: solid 2px transparent;
}
