/*
Theme Name: PasificGrove
Author: 2WFM
*/

@charset "utf-8";
/* CSS Document */
h3 {
	font-size: 18px;
	font-weight: 700;
	border-top: solid 3px #0097e0;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px 10px 10px;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	border-left: solid 10px #0097e0;
	padding: 5px 10px;
	display: block;
	margin-bottom: 20px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #0097e0;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.6em;
}
h5 span {
	color: #ec6f73;
}
em {
	color: #00aacb;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.read {
	margin: 0 0 10px;
	font-weight: bold;
}
.inner_box {
	margin: 0 auto;
}
.all_view {
	text-align: right;
}
.arrow1 {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.arrow1::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #0097e0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.arrow2 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.arrow2::before {
	content: '';
	width: 14px;
	height: 14px;
	background: #0097e0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.arrow2::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #ffffff;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;
}
.arrow3 {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.arrow3::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
/*------------------

contact_box

--------------------------*/
#contact_box a, #contact_box a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
}
#contact_box {
	border: solid 3px #0097e0;
	/*background-color: #0097e0;*/
	background-color: #fff;
	color: #fff;
	width: 100%;
	line-height: 3.0em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 15px;
	font-weight: 700;
}
#contact_box .inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#contact_box h2 {
	background-color: #0097e0;
	padding: 15px 0px 5px 0px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}
#contact_box li {
	float: left;
	width: 48%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0097e0;
}
#contact_box li:hover {
	float: left;
	width: 48%;
	background-color: #00aae0;
}
#contact_box li a{
	display: block;
}
#contact_box li.l_flow {
	margin-right: 4%;
}
#contact_box li.r_merit {
}
.ca_tel {
	color: #0097e0;
	margin-top: 20px;
	font-size: 24px;
}
.ca_tel span {
	font-size: 14px;
	margin-right: 15px;
}
.ca_time {
	color: #0097e0;
	border: 1px solid #0097e0;
	padding: 10px 0px 10px 0px;
	margin: 15px 0px 15px 0px;
}
.entry_link {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fea500;
}

.entry_link:hover {
	background-color: #ffb732;
}

@media screen and (max-width: 640px) {
.ca_tel span {
	color: #0097e0;
	display: block;
}
#contact_box li {
	font-size: 14px;
}
}
/*------------------

telephone

--------------------------*/
div#telephone {
	width: 100%;
	line-height: 3.0em;
	text-align: center;
	border: solid 3px #0097e0;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
#telephone h2 {
	color: #0097e0;
	padding-top: 20px;
	font-weight: 700;
	font-size: 24px;
}
#telephone h2 span {
	font-weight: 700;
	font-size: 18px;
	padding-right: 15px;
	color: #000;
}

@media screen and (max-width: 640px) {
#telephone h2 {
	color: #0097e0;
}
#telephone h2 span {
	font-size: 14px;
	display: block;
}
}
/*margin------------------------------*/
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mb50 {
	margin-bottom: 50px;
}
/* ===========================================================

	text
	
=========================================================== */
p, ul, ol, dl {
	margin: 0 0 20px;
}
ul li, ol li {
	margin: 0 0 2px;
}
ol ol {
	padding: 5px 0 0;
}
/* ===========================================================

	link
	
=========================================================== */
a:link, a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
	color: #00aacb;
}
/* ===========================================================

	table
	
=========================================================== */
table {
	font-size: 13px;
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ddd;
}
table th {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #0065ac;
	color: #fff;
}
table td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
}
table td.gray {
	background: #eeeeee;
}
table td.blue {
	background: #d2eef3;
}
table td.pink {
	background: #ffc0cb;
}

table img {
	vertical-align: text-bottom;
}
table td.noline {
	border-bottom: none !important;
}
table td.border-r {
	border-right: solid 1px #ccc;
}

table.tbl_blue tr:nth-child(odd) td {
	background: #e6e6e6;
}
/* ===========================================================

	photo/img
	
=========================================================== */
.img {
	margin: 0 0 15px;
	text-align: center;
}

.pmark{
	width: 12.5vh;
	padding: 0 1vw;
}

.img-right {
	float: right;
	margin: 0 0 10px 20px;
}
.img-left {
	float: left;
	margin: 0 20px 10px 0;
}
.img, .img-right, .img-left {
	vertical-align: bottom;
}
.img_box {
	padding-bottom: 10px;
	position: relative;
}
.img_box .link_bnr {
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 40%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #fea500;
}
.img_box .link_bnr a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.img_box .link_bnr:hover {
	background-color: #feba00;
}

@media screen and (max-width: 640px) {
.img_box .link_bnr {
	display: none;
}
}
/* ===========================================================

	clear
	
=========================================================== */
.clear-both {
	clear: both !important;
}
.clear-none {
	clear: none !important;
}
.float-right {
	text-align: right;
	float: right !important;
}
.float-left {
	float: left !important;
}
.float-none {
	float: none !important;
}
/* clearfix
----------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* ===========================================================

	display-inline
	
=========================================================== */
.display-inline {
	display: inline !important;
}
.display-block {
	display: block !important;
}
/* ===========================================================

	hr
	
=========================================================== */
div.hr {
	clear: both;
}
div.hr hr {
	display: none;
}
/* ===========================================================

	responsive
	
=========================================================== */
.sp_only {
	display: none;
}

@media screen and (max-width: 640px) {
.sp_only {
	display: block;
}
}
/* ===========================================================

	text_
	
=========================================================== */
.red {
	color: #ff0000;
}
.bold {
	font-weight: 700;
}
.text_c {
	text-align: center;
}
.text_l {
	text-align: left;
}
.font_small {
	font-size: 12px;
}
/* ===========================================================

	box
	
=========================================================== */
/*box_40
-------------------------------*/
.box_40 dt {
	float: left;
	width: 40%;
}
.box_40 dd {
	margin-left: 45%;
}

@media screen and (max-width: 640px) {
.box_40 dt {
	float: none;
	width: 100%;
}
.box_40 dd {
	margin-left: 0%;
}
}
/* ===========================================================

	list-style / disc
	
=========================================================== */
ol {
padding:0;/* paddingキャンセル */
margin:0;/* marginキャンセル */
list-style:none;/* olがはき出す数字を消す */
}
.alphaL li {
	list-style-type: lower-alpha !important;
}
.alphaU li {
	list-style-type: upper-alpha;
}
.romanL li {
	list-style-type: lower-roman;
}
.romanU li {
	list-style-type: upper-roman;
}
.decimal li {
	list-style-type: decimal;
}
.katakana li {
	list-style-type: katakana;
}
ul.disc li, p.disc {
	list-style-type: none;
	padding: 0 0 0 10px;
	background: url(../img/common/ic/ic_disc.gif) 0 5px no-repeat;
}
.check li {
	list-style-type: none;
	padding: 0 0 0 20px;
	background: url(../img/common/ic/ic_check.gif) 0 5px no-repeat;
}
.alphaL li, .alphaU li, .romanL li, .romanU li, .decimal li, .katakana li {
	margin-left: 2em;
}
.listStyleNone li {
	list-style: none;
}
/*shicklist
-------------------------------*/
.shicklist ul li {
	text-indent: 0.5em;
	margin-left: 20px;
	line-height: 1.6em;
	position: relative;
}
.shicklist ul li::after, div.shicklist ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.shicklist ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.shicklist ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.shicklist ul li.dot ul li,
.shicklist ul li.page_item_has_children ul li{
	color: #0097e0;
	margin-left: 20px;
	line-height: 1.6em;
	position: relative;

}
.shicklist ul li.dot ul li::after,
.shicklist ul li.page_item_has_children ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #0097e0;
	border-radius: 100%;
}
.shicklist ul li.dot ul li::before,
.shicklist ul li.page_item_has_children ul li::before {
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
/*dot_list
-------------------------------*/
.dot_list ul li {
	color: #0097e0;
	margin-left: 20px;
	line-height: 1.6em;
	position: relative;
}
.dot_list ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #0097e0;
	border-radius: 100%;
}
/*arrow
---------------------*/
.arow_blue li {
	margin: 5px 0px 5px 0px !important;
}
.arow_blue li {
	position: relative;
	padding-left: 20px;
}
.arow_blue li:before {
	content: '';
	display: block;
	position: absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top: 3px;
	left: 2px;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #0097e0;
}




/* ===========================================================

	link_btn
	
=========================================================== */
div.link_btn {
	font-size: 18px;
	margin: 0 auto;
	display: block;
	width: 90%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #fea500;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.link_btn a {
	text-decoration: none;
	color: #fff;
	display: block;
}
div.link_btn:hover {
	background-color: #feba00;
}
/* ===========================================================

	form_box
	
=========================================================== */
#form_box {
	width: 100%;
	font-size: 20px;
	line-height: 200%;
}
#form_box dl {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form_box .attention {
	font-size: 14px;
}
#form_box dt {
	float: left;
	font-weight: 700;
	width: 40%;
}
#form_box dd {
	margin-left: 40%;
}
#form_box input {
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
}
#form_box label {
	line-height:160%;
}
#form_box select {
	padding: 10px;
}

#form_box .btn_box li {
	width: 45%;
	float: left;
	margin-right: 5%;
}
#form_box button.form_btn01 {
	width: 100%;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fea500;
	color: #fff;
	border-style: none;
	cursor: pointer;
}
#form_box button.form_btn01:hover {
	background-color: #ffb732;
}
#form_box button.form_btn02 {
	width: 100%;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #888;
	color: #bbb;
	border-style: none;
	cursor: pointer;
}
#form_box button.form_btn02:hover {
	background-color: #aaa;
	color: #eee;
}

@media screen and (max-width: 640px) {
#form_box dt {
	float: none;
	width: 100%;
}
#form_box dd {
	margin-left: 0%;
}
}
/*モニター*/
#form_box_2 {
	width: 100%;
}
#form_box_2 dl {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form_box_2 dt {
	font-weight: 700;
	padding-bottom: 10px;
}
#form_box_2 input {
	margin-right: 5px;
	margin-left: 5px;
}
#form_box_2 button.form_btn01 {
	width: 100%;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fea500;
	color: #fff;
	border-style: none;
}
#form_box_2 button.form_btn01:hover {
	background-color: #ffb732;
}
/*--------------------------

necessary

------------------------*/
.flow_box {
	border: 1px solid #0065ac;
	padding: 15px;
}
h5.flow {
	padding: 10px;
	direction: block;
	background-color: #0065ac;
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5.flow span {
	color: #ffd834;
	margin-right: 15px;
}
/*--------------------------

outline

-------------------------------*/
div#outline dl {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
div#outline dt {
	font-weight: 700;
	float: left;
	width: 20%;
}
div#outline dd {
	margin-left: 25%;
}

@media screen and (max-width: 640px) {
div#outline dt {
	float: none;
	width: 100%;
}
div#outline dd {
	margin-top: 5%;
	margin-left: 0%;
}
}
/*--------------------------

merit

-------------------------------*/
div.merit_box h4 {
	color: #ffffff;
	background-color: #fea500;
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em 0 0.8em 1em;
	border: 2px solid #fea500;
	font-size: 1.143em;
	font-weight: bold;
}
div.merit_box p {
	margin: 0px 20px 40px 20px;
}
/*--------------------------

description_box

-------------------------------*/
div.description_box {
	font-size: 13px;
	color: #0097e0;
	border: 2px solid #0097e0;
	padding: 20px;
}
/*--------------------------

result_box

-------------------------------*/
.result_box dt {
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffdae0;
}
/*--------------------------

selfcheck_box

-------------------------------*/
.selfcheck_box {
	border: 2px solid #0065ac;
}
.selfcheck_box h5 {
	color: #ffffff;
	background-color: #0065ac;
	position: relative;
	margin: 0 0 1.5em;
	padding: 0.8em 0 0.8em 1em;
	border: 2px solid #0065ac;
	font-size: 1.143em;
	font-weight: bold;
}
.selfcheck_box li {
	font-size: 16px;
	margin: 10px;
}
.selfcheck_box li span {
	margin-right: 15px;
}
/*--------------------------

area_tab

------------------------------ */
#area_tab a {
	text-decoration: none;
}
#area_tab #wrap {
	width: 100%;
	margin: 0px auto;
	text-align: left;
}
ul.tabs {
	width: 100%;
	list-style: none;
}
ul.tabs {
	border-top: solid 3px #0097e0;
}
ul.tabs li {
	text-align: center;
	width: 9%;
	float: left;
}
ul.tabs li.long {
	text-align: center;
	width: 18.5%;
	float: left;
}
ul.tabs li.active {
	position: relative;
	color: #fff;
	background-color: #0097e0;
}
ul.tabs li.active::after {
	position: absolute;
	top: 100%;
	left: 35%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #0097e0;
}
ul.tabs li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0097e0;
}
ul.tabs li.active a {
	font-weight: 700;
	color: #fff;
}
div.tabs_content {
	width: 100%;
	clear: both;
}
div.tabs_content > div {
	padding: 20px;
}
div.tabs_content li {
	padding: 5px;
	clear: both;
	margin: 0 0 1em;
}
div.tabs_content li span {
	display: block;
	float: left;
	width: 6em;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
}
div.tabs_content li span.cat-a {
	color: #fff;
	margin: 0 0px 10px 0;
	background: #fea500;
}
div.tabs_content li span.cat-b {
	color: #fff;
	margin: 0 0px 10px 0;
	background: #ff899a;
}
div.tabs_content li span.cat-c {
	color: #fff;
	margin: 0 0px 10px 0;
	background: #5bb899;
}
div.tabs_content li span.cat-d {
	color: #fff;
	margin: 0 10px 10px 0;
	background: #c0c0c0;
}
div.tabs_content li span.cat-e {
	color: #fff;
	margin: 0 10px 10px 0;
	background: #66cc00;
}
div.tabs_content li span.cat-f {
	color: #fff;
	margin: 0 10px 10px 0;
	background: #cc6600;
}

@media screen and (max-width: 640px) {
ul.tabs {
	font-size: 9px;
}
ul.tabs li.active::after {
	border: 5px solid transparent;
	border-top: 5px solid #0097e0;
}
div.tabs_content li span {
	display: block;
	float: left;
	width: 4em;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 9px;
}
}
/*--------------------------

top_bnr

-------------------------------------------*/
#top_bnr ul {
	width: 100%;
}
#top_bnr ul li {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
#top_bnr ul li:nth-child(even) {
	margin-left: 4%;
}
#top_bnr img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*
@media screen and (max-width: 640px) {
	#top_bnr ul li {
	float: none;
	width:100%;
}
#top_bnr ul li:nth-child(even) {
	margin-left: 0%;
}
}*/
/*--------------------------

top_news

-------------------------------------------*/
#top_news dl {
	border-bottom: 1px dotted #ccc;
}
#top_news dt {
	position: relative;
	clear: both;
	float: left;
	width: 8em;
}
#top_news dd {
	padding: 0 0 5px 10em;
}

@media screen and (max-width: 640px) {
#top_news dt {
	float: none;
	width: 100%;
}
#top_news dd {
	padding: 5px 5px 5px 1em;
}
}

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

top_Region

----------------------------------------------------------- */
#top_Region{
}

#top_Region table{
  margin-top: -150px;
  padding: 0;
}


#top_Region h4{
	color:#0097e0;
	font-weight: bold;
	display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  font-size: 15px;
}

#top_Region a{
	text-decoration: underline;
}

#top_Region ul{
  padding: 0 0.5em;
  margin: 0;
  font-size: 15px;
}

#top_Region li{
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  font-size: 15px;
}

#top_Region dl {
	border-bottom: 1px dotted #ccc;
}
#top_Region dt {
	position: relative;
	clear: both;
	float: left;
	width: 10em;
}
#top_Region dd {
	padding: 0 0 5px 11em;
}

@media screen and (max-width: 640px) {
#top_Region dt {
	float: none;
	width: 100%;
}
#top_Region dd {
	padding: 5px 5px 5px 1em;
}
}


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

trend_word

----------------------------------------------------------- */
#trend_word {
	width: 100%;
}
#trend_word p {
	padding: 10px;
	line-height: 1.6em;
}
#trend_word .left_box {
	width: 48%;
	float: left;
}
#trend_word .right_box {
	width: 48%;
	float: right;
}
#trend_tab a {
	text-decoration: none;
}

@media screen and (max-width: 640px) {
#trend_word .left_box {
	width: 100%;
	float: none;
}
#trend_word .right_box {
	width: 100%;
	float: none;
	padding-top: 50px;
}
}
/*--------------------------

shick_info

-----------------------------------------*/
#shick_info ul {
	line-height: 2.0em;
	margin-top: 20px;
}
#shick_info li {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
}
/*--------------------------

top_qa

---------------------------------------------*/
#top_qa li {
	text-align: center;
	width: 40%;
	font-weight: 700;
	color: #0097e0;
	float: left;
	border: 3px solid #0097e0;
	padding: 10px;
	margin: 2%;
}
#top_qa li:hover {
	background-color: #d2eef3;
}
#top_qa a {
	color: #0097e0;
	text-decoration: none;
	display: block;
}
#qa_box p.question {
	font-weight: 700;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#qa_box p.question:hover {
	color: #0097e0;
}
#qa_box p.answer {
	display: none;
	background: #d2eef3;
	margin-left: 1em;
	padding: 15px;
}

@media screen and (max-width: 640px) {
#top_qa li {
	text-align: center;
	width: 90%;
}
}
/*--------------------------

top_voices

-----------------------------------------*/
#top_voices dt {
	float: left;
	width: 23%;
}
#top_voices dd {
	margin-left: 25%;
}
div#balloon {
	padding: 10px 15px;
	background-color: #f9d7d8;
	dispay: inline-block;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
div#balloon:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-right-color: #f9d7d8;
	position: absolute;
	left: -20px;
	top: 20%;
	margin-top: -9px;
}
div#balloon p {
	line-height: 1.6em;
	font-size: .9em;
	padding-top: 10px;
}
div#balloon_m {
	padding: 10px 15px;
	background-color: #d2eef3;
	dispay: inline-block;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
div#balloon_m:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-right-color: #d2eef3;
	position: absolute;
	left: -20px;
	top: 20%;
	margin-top: -9px;
}
div#balloon_m p {
	line-height: 1.6em;
	font-size: .9em;
	padding-top: 10px;
}
/*--------------------------

privacy

-----------------------------------------*/
#pp_box h5{
	color: #000;
}
#pp_box ul{
	margin-bottom: 50px;
}
#pp_box ul li{
	margin-top: 5px;
	text-indent: -1em;
	margin-left: 50px;
}

.switch_arrow{
    position: relative;
    cursor: pointer;
}

.switch_arrow:hover{
    text-decoration: underline;
}

.switch_arrow::before {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-right: solid 12px #0097e0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}

.switch_arrow.open::before {
	border: 10px solid transparent;
	border-top: 12px solid #0097e0;
	margin-top: -5px;
}

#search_form .district .all{
    color:#0F52BC;
    text-decoration: underline;
    cursor: pointer;
}

