@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
::selection {
	background: #FFF000; /* Safari */
}
::-moz-selection {
	background: #FFF000; /* Firefox */
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
/*初期値　横並び(左詰)*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
/*横並び(右詰)*/
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
/*横並び(センタリング)*/
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの間)*/
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*横並び(左右均等振り*コンテンツの両端)*/
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*コンテンツの横位置　右寄せ*/
.ps_right {
    justify-content: flex-end
}
/*コンテンツの高さ位置　中央*/
.ps_ctr {
    align-items: center
}
/*コンテンツの高さ位置　下揃え*/
.ps_btm {
    align-items: flex-end
}
/*コンテンツの並び順 右から左*/
.order_r-rv{
	flex-direction: row-reverse;
}
/*コンテンツの並び順 下から上*/
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	/*コンテンツの並び順 右から左*/
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	/*コンテンツの並び順 下から上*/
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.inner{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.sp_inner{
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1200px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
	line-height: 1.8em;
}
body.fixed{
	overflow: hidden;
	height: 100%;
}
p{
	line-height: 1.8em;
}
img{
	width: 100%;
}
a.anker{
	color: #0081ff;
	text-decoration: underline;
	display: inline-block;
}
a.anker:hover{
	text-decoration: none;
	line-height: 
}
a{
	word-wrap: break-word;
}
.site_head{
	background: #f8f8f8;
	margin-bottom: 8px;
	border-bottom: 1px solid #dddddd;
}
.header_txt{
	font-size: 14px;
	font-weight: normal
}
.site_head_link a{
	font-size: 14px;
	color: #0081ff;
}
.header_logo{
	width: 200px;
	padding-top: 5px;
}
.header_logo a{
	display: block;
	background: #00000;
}
.header_logo a:hover{
	opacity: 0.7;
}
header{
	margin-bottom: 8px;
}
.header_select_wrap{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd !important;
	padding: 10px 0;
}
nav ul li{
}
nav ul li a{
	display: block;
	padding: 12px 0 9px;
	text-align: center;
	position: relative;
	font-weight: bold;
	background: #f3f3f3;
	border-radius: 30px;
	width: 300px;
	letter-spacing: 0;
}
nav ul li a:hover{
	color: #f7720f
}
.contens_wrap{
	padding-bottom: 30px;
}
.main_contents{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px 0;
}
.main_contents > *{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
.main_contents > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}
.sp_nav_btn{
	width: 40px;
}
.sp_nav_btn_1_square{
	position: relative;
	transition: 0.2s;
}
.sp_nav_btn_txt{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 1em;
}
.sp_nav_btn_1_square .sp_nav_btn_inner{
	height: 25px;
	width: 100%;
	margin: auto;
	   -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .2s ease-in-out;
	cursor: pointer;
}
.sp_nav_btn_1_square .sp_nav_btn_inner span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000000;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(1) {
  top: 0px;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(2) {
  top: 7px;
  width: 100%;
}

.sp_nav_btn_1_square .sp_nav_btn_inner span:nth-child(3) {
  top: 14px;
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(1) {
	  top: 8px;
  right: 20%;
  width: 60%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(2) {
  opacity: 0;
  left: auto;
  right: -60px;
}

.sp_nav_btn_1_square.open .sp_nav_btn_inner span:nth-child(3) {
	  top: 8px;
	right: 20%;
	width: 60%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*SP_MENU*/
/*SP_NAV_WRAP*/
.sp_nav_wrap {
	position: fixed;
	top: 106px;
	z-index: 3;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	height: 100%;
	overflow-y: hidden;
	visibility: hidden;
	z-index: 1001;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: 0.3s;
	line-height: 1em;
	transform: translate( 0 , 100%);
	background: #FFF;
	padding-bottom: 70px;
}
.sp_nav_wrap.open {
	visibility: visible;
	transform: translate( 0 , 0);
}
.select_wrap{
	margin-bottom: 10px;
}
.header_select_wrap{
	border-top: 1px solid #dddddd;
	border-bottom: 4px solid #f7720f;
	padding: 10px 0;
}
.sp_nav_inner_select{
	padding: 8px 15px;
	border-bottom: 1px solid #dddddd;
}
.sp_nav_sitemap > li > a{
	padding: 18px 10px;
	display: block;
	background: #FFF;
	color: #323232;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	font-size: 13px;
}

.sp_nav_sitemap > li > a:after{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 7px;
	width: 7px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
}
.sp_nav_sitemap > li.sp_nav_parent{
	background: #f8f8f8;
	color: #323232;
	position: relative;
	border-bottom: 1px solid #dddddd
}
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner{
	display: block;
	padding: 18px 10px;
	position: relative;
	font-weight: bold;
}
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.ippan{
	color: #FFF;
	background: #0048a3;
}
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.kodate{
	color: #FFF;
	background: #f07900;
}
.sp_nav_sitemap > li.sp_nav_contact > a:after{
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.ippan span:after,
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.kodate span:after,
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.ippan span:before,
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.kodate span:before{
	background: #FFF;
}
li.sp_nav_parent .sp_nav_parent_inner span{
	display: block;
	position: absolute;
	right: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	transition: 0.3s;
}
li.sp_nav_parent .sp_nav_parent_inner span:after{
	content: "";
	display: block;
	position: absolute;
	right: calc( 50% - 1px );
	top: 0;
	height: 10px;
	width: 2px;
	background: #323232;
}
li.sp_nav_parent .sp_nav_parent_inner span:before{
	content: "";
	display: block;
	position: absolute;
	top: calc( 50% - 1px );
	right: 0;
	width: 10px;
	height: 2px;
	background: #323232;
}
.sp_nav_child li{
	padding: 0 20px 0 20px;
}
.sp_nav_child li.sp_nav_child_child{
	margin-left: 15px;
}
.sp_nav_child li a{
	padding: 18px 0 18px 15px;
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #323232;
	position: relative;
	font-weight: bold;
}
.sp_nav_child li:last-child a{
	border: none;
}
.sp_nav_child li a:before{
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 9px;
	border-bottom: 1px solid #323232;
	top: 50%;
	left: 0;
}
.sp_nav_child li a:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 7px;
	width: 7px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
}
.sp_nav_sitemap > li.sp_nav_parent .sp_nav_parent_inner.active span{
	transform: rotate(315deg);
}
.sp_nav_sitemap > li.sp_nav_contact > a{
}
.footer_column{
	padding: 40px 0;
	width: 100%;
	position: relative;
}
.footer_column:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
}
/*CHECK BOX*/
.check_box_multi li{
	margin-right: 24px;
	margin-bottom: 5px;
}
.check_box02 input{
	display: none;
}
.check_box02{
	padding-left: 25px;
	font-size: 15px;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 21px;
	position: absolute;
	top: -2px;
	left: 0;
}
.check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #f7720f;
	font-size: 21px;
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box02 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.side_search > *{
	margin-bottom: 10px;
}
.side_search > *:last-child{
	margin-bottom: 0;
}
.sidebar_sarch{
	outline: 0;
	width: 100%;
	padding: 10px 48px 10px 10px;
	margin: 0 auto;
	outline: 0;
	border: 1px solid #f7720f;
	font-size: 16px;
	line-height: 1.4em;
	background: #FFF;
	border-radius: 2px;
	position: relative;
}
.search-text{
	width: 100%;
	font-size: 16px;
}
.sidebar_submit{
	margin-top: 5px;
}
.sidebar_submit_inner{
	position: relative
}
.sidebar_submit_inner:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0096e5;
	z-index: -3;
	border-radius: 30px;
}
.sidebar_submit_inner:before{
	font-family: FontAwesome;
	content: "\f002";
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #FFF;
	z-index: -2;
}
.sidebar_submit_inner input[type="submit"]{
	color: #FFF;
	display: block;
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.select_wrap select{
  outline: 0;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #f7720f;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 2px;
}
.select_wrap select:focus{
	border-color: #0096e5;
}
.select_wrap{
	position: relative;
}
.select_wrap:after{
	content: "";
	display: block;
	height: 7px;
	width: 7px;
	border-bottom: 2px solid #f7720f;
	border-right: 2px solid #f7720f;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px );
	right: 15px;
	z-index: 1;
}
.blogcontent_banner a{
	display: block;
	background: #000000
}
.blogcontent_banner a img{
	width: 100% !important;
	display: block;
}
.sidebar > *.sidebar_ad_banner{
	margin-bottom: 10px;
}
.sidebar_ad_banner a img{
	height: auto;
	width: 100%;
}
.sidebar_content{
	padding: 10px 15px;
	border-bottom: 1px solid #dddddd;
}
.sidebar_content_ttl{
	background: #f7720f;
	padding: 15px;
	position: relative;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0;
}
.sidebar_content_list{
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.sidebar_content_list li a{
	display: block;
	padding: 15px 15px;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
	position: relative;
}
.sidebar_content_list li a i{
	position: absolute;
	top: 19px;
	right: 20px;
	font-size: 20px;
}
.sidebar_nav > li > a{
	display: block;
	padding: 15px 0;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	transition: 0.3s;
}
.sidebar_nav > li > a:hover{
	color: #1976BD;
}
.sidebar_inner.pickup .sidebar_nav > li:last-child > a{
	border-bottom: none;
}
.sidebar_nav > li > a:after{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 7px;
	width: 7px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
	transition: 0.3s;
}
.sidebar_nav > li > a:hover:after{
	border-right: 2px solid #1976BD;
	border-bottom: 2px solid #1976BD;
}
li.sidebar_nav_parent{
	color: #323232;
	position: relative;
	transition: 0.3s;
}
.sidebar_nav > li.sidebar_nav_parent .sidebar_nav_parent_inner{
	display: block;
	padding: 10px 10px 10px 15px;
	position: relative;
	border-left: 2px solid #f7720f;
	font-size: 14px;
	line-height: 1.4em;
	background: #f3f3f3;
	font-weight: bold;
	transition: 0.3s;
	margin-bottom: 10px;
}
.sidebar_nav > li.sidebar_nav_parent .sidebar_nav_parent_inner:hover{
	opacity: 0.7;
}
li.sidebar_nav_parent .sidebar_nav_parent_inner > span{
	display: block;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	transition: 0.3s;
}
li.sidebar_nav_parent > .sidebar_nav_parent_inner.active span{
	transform: rotate(315deg);
}
li.sidebar_nav_parent .sidebar_nav_parent_inner span:after{
	content: "";
	display: block;
	position: absolute;
	right: calc( 50% - 1px );
	top: 0;
	height: 10px;
	width: 2px;
	background: #323232;
	transition: 0.3s;
}
li.sidebar_nav_parent .sidebar_nav_parent_inner span:before{
	content: "";
	display: block;
	position: absolute;
	top: calc( 50% - 1px );
	right: 0;
	width: 10px;
	height: 2px;
	background: #323232;
	transition: 0.3s;
}
.sidebar_nav_child{
    display:none;
    margin-bottom: 10px;
}
.sidebar_nav_child.active{
    display:block;
}
.mv{
	position: relative;
	background: url(img/top_mv_bg.jpg) center bottom;
	background-size: cover;
	padding: 30px 0;
}
.mv_left{
	width: 580px;
}
.mv_right{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}
/**/
footer > *:nth-child(1){
	background: #f7720f;
	padding: 15px 0;
}
.footer_list h3{
	color: #FFF;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 6px;
}
.footer_list li a{
	font-size: 14px;
	color: #FFF;
	line-height: 1.8em;
	display: inline-block;
	padding-left: 13px;
	position: relative;
}
.footer_list li a:after{
	content: "";
	display: block;
	height: 1px;
	width: 6px;
	background: #FFF;
	position: absolute;
	top: calc( 50% - 1px );
	left: 0;
}
.footer_list > *{
	width: 280px;
}
.footer_list_type_02 > *{
	width: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.307);
	border-right: 1px solid rgba(255, 255, 255, 0.307);
}
.footer_list_type_02 > *:nth-child(1),
.footer_list_type_02 > *:nth-child(2){
	border-top: 1px solid rgba(255, 255, 255, 0.307);
}
.footer_list_type_02 > *:nth-child(1),
.footer_list_type_02 > *:nth-child(3){
	border-left: 1px solid rgba(255, 255, 255, 0.307);
}
.footer_list_type_02 > * a{
	color: #FFF;
	font-size: 15px;
	text-align: center;
	padding: 10px;
	display: block;
}
.footer_logo{
	width: 200px;
	margin: 10px auto 0;
}
.footer_list_type_02{
	
}
.footer_list_sns{
	margin-bottom: 20px;
}
.footer_list_sns li{
	margin-right: 15px;
}
.footer_list_sns li:first-child{
	margin-left: auto;
}
.footer_list_sns li:last-child{
	margin-right: auto;
}
.footer_list_sns li a{
	background: #f7720f;
	color: #FFF;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
}
.footer_list_other{
	padding: 15px 0;
}
.footer_list_other li{
	margin-right: 15px;
	border-right: 1px solid #dddddd;
	padding-right: 15px;
}
.footer_list_other li:first-child{
	margin-left: auto;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
}
.footer_list_other li:last-child{
	margin-right: auto;
}
.footer_list_other li a{
	font-size: 14px;
	line-height: 1.2em;
}
small{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	background: #f7720f !important;
	padding: 10px 0 70px;
}
/*TOP STRONG LIST*/
.top_strong h2{
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1.8em;
	text-align: center
}
.top_strong h2 span{
	background: #00a0e9;
	padding: 7px 15px;
	position: relative;
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
	display: inline-block;
	width: 260px;
	font-size: 18px;
	margin-bottom: 10px;
	border-radius: 3px;
	letter-spacing: 0;
}
.top_strong h2 span:after{
	font-family: FontAwesome;
	content: "\f0d7";
	position: absolute;
	left: calc( 50% - 20px );
	bottom: -20px;
	color: #00a0e9;
	text-align: center;
	font-size: 40px;
	width: 40px;
	height: 40px;
}
.top_strong_txt{
	margin-bottom: 15px;
	text-align: center
}
.top_strong_list{
	margin-bottom: 15px;
}
.top_strong_list li{
	width: 33.3333%;
	padding: 15px 15px 60px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	position: relative;
}
.top_strong_list li:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: -4
}
.top_strong_list li:last-child{
	border-right: 1px solid #dddddd;
}
.top_strong_list_head{
	margin-bottom: 10px;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.top_strong_list_head img{
	display: block;
	width: 101%;
}
.top_strong_list_content{
}
.top_strong_list h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 3px;
}
.top_strong_list_address{
	margin-bottom: 5px;
}
.top_strong_list_address,
.top_strong_list_content_dl dl{
	font-size: 14px;
	line-height: 1.8em;
	text-align: start;
	width: 100%;
}
.top_strong_list_address dt,
.top_strong_list_content_dl dt{
	display: inline-block;
	width: 100%;
	color: #f7720f;
	font-weight: bold;
	position: relative;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.8em;
}
.top_strong_list_address dd{
	line-height: 1.6em;
}
.top_strong_list_content_dl dd{
	line-height: 1.6em;
	padding: 3px 10px;
	background: #f3f3f3;
	border: 1px solid #dddddd;
	margin-right: 6px;
	margin-bottom: 6px;
	border-radius: 1px;
}
.top_strong_list_btn{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.top_strong_list_btn a{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	color: #f7720f;
	position: relative;
}
.top_strong_list_btn a i{
	font-size: 16px;
	background: #f7720f;
	border-radius: 50%;
	display: inline-block;
	height: 23px;
	width: 23px;
	line-height: 23px;
	color: #FFF;
	text-align: center;
	padding-left: 3px;
	margin-left: 10px;
}
.top_strong_list_btn a:after,
.top_strong_list_btn a:before{
	content: "";
	height: 1px;
	width: 100%;
	background: #f7720f;
	display: block;
	position: absolute;
}
.top_strong_list_btn a:after{
	bottom: 0;
	right: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.top_strong_list_btn a:before{
	bottom: 4px;
	right: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}
.top_strong_list_btn a:hover:after,
.top_strong_list_btn a:hover:before{
	width: 0;
}
.top_strong_more_btn {
	width: 100%;
	margin: 20px auto 0;
	width: 290px;
}
.top_strong_more_btn a{
	display: block;
	padding: 11px 15px 20px;
	position: relative;
	color: #FFF;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}
.top_strong_more_btn a:hover{
	transform: translateY(4px);
	opacity: 0.8
}
.top_strong_more_btn a:after{
	content: "";
	display: block;
	background: #f7720f;
	border-radius: 3px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0;
	z-index: -2;
	transition: 0.3s;
}
.top_strong_more_btn a:hover:after{
	height: calc( 100% + 3px );
}
.top_strong_more_btn a:before{
	content: "";
	display: block;
	background: #0f2665;
	border-radius: 3px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	transition: 0.3s;
}
.top_strong_more_btn a:hover:before{
	top: 0;
}
/*SEARCH PAGE*/
/*LOWER_COMPANY*/
.table_type02 {
  border: 1px solid #eeeeee;
  width: 100%;
  margin: 15px auto 15px;
}

.table_type02 tr {
  border-bottom: 1px solid #eeeeee;
}

.table_type02 tr th {
  width: 120px;
  background-color: #f3f3f3;
  vertical-align: middle
}

.table_type02 tr td {
  text-align: left
}

.table_type02_title {
  display: block;
  font-weight: bold
}
.table_type02 tr th {
	width: 200px;
	padding: 15px;
	  line-height: 1.4em;
}
.table_type02 tr td {
	padding: 15px;
  vertical-align: middle;
  line-height: 1.4em;
}
.table_type02 tr td img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 750px) {
  .table_type02 tr th {
    width: 100%;
    padding: 20px
  }
  .table_type02 tr th, .table_type02 tr td {
    display: block
  }
  .table_type02 tr th {
    padding: 10px 15px
  }
  .table_type02 tr td {
    padding: 20px 15px
  }
}
.page_search input[type="submit"]{
	color: #FFF;
	display: block;
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.page_search select{
  outline: 0;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #f7720f;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
  border-radius: 2px;
}
.page_search .select_wrap{
	max-width: 360px;
}
.page_search_child > *{
	margin-right: 15px;
}
.page_search_list > span{
	display: block;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	transition: 0.3s;
}
.page_search_list.active span{
	transform: rotate(315deg);
}
.page_search_list span:after{
	content: "";
	display: block;
	position: absolute;
	right: calc( 50% - 1px );
	top: 0;
	height: 10px;
	width: 2px;
	background: #323232;
	transition: 0.3s;
}
.page_search_list span:before{
	content: "";
	display: block;
	position: absolute;
	top: calc( 50% - 1px );
	right: 0;
	width: 10px;
	height: 2px;
	background: #323232;
	transition: 0.3s;
}
.page_search_btn{
	max-width: 500px;
	margin: 0 auto;
	position: relative
}
.page_search_btn:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f7720f;
	z-index: -3;
}
.page_search_btn:before{
	font-family: FontAwesome;
	content: "\f002";
	display: block;
	position: absolute;
	top: 18px;
	right: calc( 50% - 100px );
	color: #FFF;
	z-index: -2;
}
.page_search_btn input[type="submit"]{
	color: #FFF;
	display: block;
	padding: 20px 15px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-size: 17px;
}
.column_list_header{
	width: 260px;
	position: relative;
}
.column_list_header a{
	display: block;
	width: 100%;
	height: 100%;
}
.column_list_header a img{
	border: 1px solid #dddddd;
	display: block;
}
.column_list_content{
	width: calc( 100% - 290px );
}
.column_list_new_mark{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 15px;
	background: #ff0000;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.column_list_ttl{
	font-size: 23px;
	line-height: 1.3em;
	color: #f7720f;
	font-weight: bold;
	margin-bottom: 10px;
}
.column_list_desc{
	font-size: 14px;
	line-height: 1.6em;
	color: #707070;
	margin-bottom: 10px;
}
.column_list_cate{
	padding: 6px 15px;
	line-height: 1em;
	background: #f7720f;
	color: #FFF;
	font-size: 14px;
}
.column_list_date{
	color: #707070;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-left: 15px;
	font-size: 14px;
}
.column_list > *{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.column_list > *:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.table_type02_mypage_list li{
	display: inline-block;
	padding: 4px 10px;
	color: #FFF;
	background: #f7720f;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.mypage_ttl{
	margin-bottom: 20px;
}
.mypage_ttl_small{
	display: block;
}
.mypage_ttl_big{
	display: block;
	padding: 16px 20px;
	color: #f7720f;
	background: #f3f3f3;
	font-size: 22px;
	line-height: 1.4em;
	border-left: 5px solid #f7720f;
	margin-bottom: 20px;
}
.sidebar_mypage_list li{
	border-bottom: 3px solid #FFF;
}
.sidebar_mypage_list li a{
	display: block;
	color: #FFF;
	padding: 15px;
	background: #f7720f;
	font-weight: bold;
	transition: 0.3s;
}
.sidebar_mypage_list li a:hover{
	opacity: 0.7
}
/*BLOG STYLE*/
.blog_ttl{
	font-size: 26px;
	line-height: 1.4em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.blog_info{
	margin-bottom: 20px;
}
.blog_cate{
	font-size: 14px;
}
.blog_cate a{
	color: #FFF;
	background: #f7720f;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	transition: 0.3s;
}
.blog_cate a:hover{
	opacity: 0.7;
}
.blog_date{
	font-size: 14px;
}
.blog_content_head{
	margin-bottom: 15px;
}
.blog_content_head img{
	display: block;
	border: 1px solid #dddddd;
}
.blog_contents_wrap{
	overflow: hidden
}
.blog_contents_wrap p{
	margin-bottom: 20px;
	line-height: 1.8em;
	text-align: start
}
.blog_contents_wrap > *:last-child{
	margin-bottom: 0;
}
.blog_contents_wrap strong{
	background: linear-gradient(transparent 50%, #ffe1f2 50%);
}
.blog_contents_wrap a{
	color: #0081ff;
	text-decoration: underline;
}
.blog_contents_wrap a:hover{
	text-decoration: none;
}
.blog_contents_wrap a.img_link{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
	padding: 10px 10px 0;
	position: relative;
	transition: 0.3s
}
.blog_contents_wrap a.img_link:hover{
	opacity: 0.7;
}
.blog_contents_wrap a.img_link:after{
	font-family: FontAwesome;
	content: "\f002";
	display: block;
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #FFF;
	background: #f7720f;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
}
.blog_contents_wrap a img{
	width: auto;
	max-width: 100%;
}
.blog_contents_wrap h2{
	font-size: 20px;
	line-height: 1.4em;
	padding: 10px 15px 10px 25px;
	margin-bottom: 10px;
	background: #f7720f;
	color: #FFF;
	position: relative;
}
.blog_contents_wrap h2:after{
	content: "";
	display: block;
	height: 50%;
	width: 3px;
	position: absolute;
	top: 25%;
	left: 12px;
	background: #FFF;
}
.blog_contents_wrap h3{
	padding: 10px 10px;
	font-size: 18px;
	color: #FFF;
	border-left: 3px solid #f7720f;
	background: #f7720f;
	margin-bottom: 10px;
	line-height: 1.6m;
	
}
.blog_contents_wrap h4{
	color: #f7720f;
	font-size: 16px;
	line-height: 1.8em;
	padding: 10px 0 10px 15px;
	border-left: 3px solid #f7720f;
	margin-bottom: 10px;
	background: #f3f3f3;
}
.blog_contents_wrap h5{
	color: #f7720f;
	background: #f3f3f3;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 10px;
	padding: 5px 15px;
	display: inline-block;
}
.blog_contents_wrap h6{
	color: #f7720f;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.blog_contents_wrap ul,
.blog_contents_wrap ol{
	margin-bottom: 15px;
}
.blog_contents_wrap ul li{
	padding-left: 20px;
	position: relative;
	line-height: 1.8em;
}
.blog_contents_wrap ul li:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #323232;
	position: absolute;
	top: 9px;
	left: 3px;
}
.blog_contents_wrap ol li{
	padding-left: 30px;
	position: relative;
	line-height: 1.8em;
}
.blog_contents_wrap ol li:after{
	content: "01.";
	display: block;
	position: absolute;
	top: 0;
	left: 3px;
	font-weight: bolder;
}
.blog_contents_wrap ol li:nth-child(2):after{
	content: "02.";
}
.blog_contents_wrap ol li:nth-child(3):after{
	content: "03.";
}
.blog_contents_wrap ol li:nth-child(4):after{
	content: "04.";
}
.blog_contents_wrap ol li:nth-child(5):after{
	content: "05.";
}
.blog_contents_wrap ol li:nth-child(6):after{
	content: "06.";
}
.blog_contents_wrap ol li:nth-child(7):after{
	content: "07.";
}
.blog_contents_wrap ol li:nth-child(8):after{
	content: "08.";
}
.blog_contents_wrap ol li:nth-child(9):after{
	content: "09.";
}
.blog_contents_wrap ol li:nth-child(10):after{
	content: "10.";
}
/*他セクションで使用しているパーツのCSS解除*/
.blog_contents_wrap .table_type02 ul,
.blog_contents_wrap .table_type02 ol{
	margin-bottom: 0;
}
.blog_contents_wrap .table_type02 ul{
	margin-top: 10px;
}
.blog_contents_wrap .table_type02 ul li{
	padding-left: 10px;
	line-height: 1.8em;
}
.blog_contents_wrap .table_type02 ul li:after{
	display: none;
}
.blog_contents_wrap .table_type02 ol li{
	padding-left: 10px;
	line-height: 1.8em;
}
.blog_contents_wrap .table_type02 ol li:after{
	display: none;
}
.blog_contents_wrap .search_list_more_btn a{
	text-decoration: none;
	color: #FFF;
	margin: 0 auto;
}
.blog_contents_wrap .search_list_more_btn  {
	margin: 15px auto 20px auto;
}
.point_ul{
	padding: 15px;
	background: #f3f3f3;
	font-weight: bold;
}
/*他セクションで使用しているパーツのCSS解除*/

.blog_contents_wrap_connect{
	padding: 15px 15px 10px;
	border: 1px solid #dddddd;
	background: #f3f3f3;
	margin-bottom: 20px;
}
.blog_contents_wrap_connect p{
	font-weight: bold;
	margin-bottom: 0;
}
.blog_contents_wrap_connect ul{
	margin-bottom: 0;
}
.blog_contents_wrap_connect ul li{
	padding-left: 0;
	margin-bottom: 10px;
}
.blog_contents_wrap_connect ul li a{
	color: #0081ff;
	text-decoration: underline;
}
.blog_contents_wrap_connect ul li:after{
	display: none;
}
.blog_related{
    border: 1px solid #dddddd;
    padding: 20px 20px 10px;
    margin-top: 30px;
}
.blog_related h2{
	font-weight: bold;
	padding: 13px 10px 10px;
	margin-bottom: 15px;
	text-align: center;
	background: #f7720f;
	color: #FFF;
}
.blog_related ul li{
	width: calc( 50% - 20px );
	margin-bottom: 10px;
}
.blog_related ul li a{
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0em;
	color: #000000 !important;
	font-weight: bold;
}
.blog_related ul li a:hover{
	text-decoration: underline;
	color: #0081ff !important;
}
/*Table of Contents Plus*/
body #toc_container{
    background: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 20px 20px 20px;
    margin-bottom: 20px !important;
    width: auto;
    display: table;
    font-size: 14px;
    width: 100%;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none;
}
#toc_container li, #toc_container ul {
    margin: 0;
    padding: 0;
}
#toc_container li:after{
	display: none;
}
#toc_container ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
#toc_container .toc_list ul {
    margin-bottom: 15px;
}
#toc_container a{
	color: #323232;
	text-decoration: underline;
	display: inline-block;
	padding-left: 15px;
	position: relative;
	line-height: 1.8em;
}
#toc_container a:after{
	content: "";
	display: block;
	position: absolute;
}
#toc_container a:hover{
	text-decoration: none;
	display: inline-block;
}
#toc_container > ul > li > a:after{
	height: 8px;
	width: 8px;
	top: 6px;
	left: 0;
	border-radius: 50%;
	background: #323232;
}
#toc_container ul li a{
	margin-bottom: 5px;
	line-height: 1.4em;
}
#toc_container > ul > li > ul > li a:after{
	height: 6px;
	width: 6px;
	top: 4px;
	left: 0;
	border-left: 1px solid #323232;
	border-bottom: 1px solid #323232;
}
#toc_container ul ul {
    margin-left: 10px;
}
#toc_container ul ul ul {
    margin-left: 20px;
}
#toc_container p.toc_title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	text-align: left
}
#toc_container p.toc_title:after{
	font-family: FontAwesome;
	content: "\f036";
	position: absolute;
	left: 0;
	top: 0;
	color: #f7720f
}
.blog_btn{
	margin-bottom: 40px;
}
.blog_btn a{
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	color: #f7720f;
	position: relative;
}
.blog_btn a i{
	font-size: 22px;
	padding-left: 10px;
}
.blog_btn a:after,
.blog_btn a:before{
	content: "";
	height: 2px;
	width: 100%;
	background: #f7720f;
	display: block;
	position: absolute;
}
.blog_btn a:after{
	bottom: 0;
	right: 0;
}
.blog_btn a:before{
	bottom: 4px;
	right: 0;
}
.top_search_wrap{
	padding: 15px;
	background: #FFF;
	border: 4px solid #f7720f;
	border-radius: 0 0 20px 20px;
}
.top_map_search_list_ttl{
	width: 100px;
	letter-spacing: 0;
	text-align: right;
	color: #f7720f
}
.mv_right h2{
	text-align: center;
	background: #f7720f;
	color: #FFF;
	padding: 20px 0 16px;
	border-radius:20px 20px 0 0;
	line-height: 1em;
	font-size: 16px;
}
.mv_right ul{
	width: calc( 100% - 120px );
	margin-left: 20px;
}
.mv_right ul li{
	margin-right: 10px;
}
.mv_right ul li:last-child{
	margin-right: auto;
}
.mv_right ul li a{
	letter-spacing: 0;
	font-size: 16px;
	text-decoration: underline;
}
.mv_right ul li a:hover{
	color: #004eff;
	text-decoration: none;
}

/*-------------------------------------------------------------------------
TABLE
------------------------------------------------------------------------*/

.blog_contents_wrap table{
	width: 100%;
	font-size: 14px;
}
.blog_contents_wrap > table{
	margin-bottom: 20px;
}
.blog_table_wrap_single{
	margin-bottom: 15px;
}
.blog_contents_wrap table caption{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	background: #f7720f;
	color: #FFF;
	padding: 6px 10px;
}
.blog_contents_wrap table a{
	color: #2256ff;
	text-decoration: underline;
}
.blog_contents_wrap table a:hover{
	text-decoration:none;
}
.blog_contents_wrap table thead{
	background: #f0faff;
}
.blog_contents_wrap table thead tr th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dddddd
}
.blog_contents_wrap table thead tr span{
	display: inline-block;
	margin-top: 4px;
}
.blog_contents_wrap table tbody tr{
	letter-spacing: 0em;
}
.blog_contents_wrap table tbody tr th{
	padding: 10px 20px;
	vertical-align: middle;
	border: 1px solid #dddddd;
	background: #f3f3f3;
	width: 30%
}
.blog_contents_wrap table tbody tr td{
	padding: 10px 20px;
	line-height: 1.4em;
	border: 1px solid #dddddd;
	letter-spacing: 0;
	vertical-align: middle;
}
.main_contents_area_head{
	margin-bottom: 15px;
}
.main_contents_area_head h2{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
	background: #f7720f;
	color: #FFF;
	padding: 15px;
	width: 100%;
}
 .main_contents_area_head h3{
	font-size: 18px;
	line-height: 1.3em;
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 15px;
	width: 100%;
}
.main_contents_area_head p{
	line-height: 2em;
}
/*-------------------------------------------------------------------------
BREADCLUMB
------------------------------------------------------------------------*/
.breadcrumb{
	padding: 13px 0;
}
.breadcrumb_wrap{
	background: #f3f3f3;
}
.breadcrumb-inner{
	margin: 0 auto;
}
.breadcrumb li{
	float: left;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 1.6em;
}
.breadcrumb li a{
	font-size: 12px;
	color: #004eff;
	font-weight: normal;
	text-decoration: underline;
	position: relative;
	padding-right: 14px;
	margin-right: 10px;
}
.breadcrumb li a:hover{
	color: #CC2B39;
}
.breadcrumb li a:after{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: absolute;
	top: 5px;
	right: 0;
	transform: rotate(45deg)
}
.breadcrumb li i{
	margin-right: 5px;
}
.search_param{
	padding: 15px 15px 10px;
	border: 1px solid #dddddd;
}
.search_param h3{
	padding: 10px 15px 10px 20px;
	background:#f3f3f3;
	border-left: 3px solid #f7720f;
	margin-bottom: 10px;
}
.search_param dt{
	width: 110px;
	position: relative;
}
.search_param dl{
	font-size: 13px;
}
.search_param dt:after{
	content: "：";
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}
.search_param dd{
	width: calc( 100% - 110px );
}
.search_list_ttl a{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	color: #f7720f;
	padding: 10px 20px;
	background: #f3f3f3;
	display: block;
	border-left: 3px solid #f7720f;
	margin-bottom: 10px;
}
.search_list_ttl a:hover{
	text-decoration: underline;
}
.search_list_ttl address{
	font-size: 16px;
}
.search_list_ttl address i{
	margin-right: 5px;
	font-size: 17px;
	color: #f7720f
}
.search_list_ttl_online{
	color: #FFF;
	width: 160px;
	background: #FF7D2B;
	letter-spacing: 0.02em;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0;
	border-radius: 3px;
}
.search_list > *{
	padding: 15px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.search_list > *:last-child{
	margin-bottom: 0;
}
.search_num{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
.search_num span{
	font-size: 24px;
}
.search_list_supporttag{
	margin-bottom: 15px;
}
.search_list_supporttag dt{
	width: 160px;
	font-weight: bold;
	font-size: 18px;
}
.search_list_supporttag dd{
	width: calc( 100% - 160px );
}
.search_list_ttl dl{
	margin-bottom: 15px;
}
.search_list_ttl dl dt{
	width: 90px;
	margin-right: 20px;
}
.search_list_ttl dl dt span{
	padding: 10px;
	display: block;
	background: #f3f3f3;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	font-size: 14px;
	width: 100%;
}
.search_list_ttl dl dd{
	padding-top: 3px;
	width: calc( 100% - 110px )
}
.search_list_supporttag{
	padding: 20px 20px 15px;
	border: 1px solid #dddddd;
	margin-top: 15px;
}
.search_list_supporttag ul li{
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.4em;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background: #f3f3f3;
}
.search_list_supporttag > *{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.search_list_supporttag > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.search_list_supporttag dt{
	padding-top: 3px;
}
.search_list_more_btn {
	width: 100%;
	margin: 20px auto 0 0;
	width: 290px;
}
.search_list_more_btn a{
	display: block;
	padding: 11px 15px 20px;
	position: relative;
	color: #FFF;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	transition: 0.3s;
}
.search_list_more_btn a:hover{
	transform: translateY(4px);
	opacity: 0.8
}
.search_list_more_btn a:after{
	content: "";
	display: block;
	background: #f7720f;
	border-radius: 3px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0;
	z-index: -2;
	transition: 0.3s;
}
.search_list_more_btn a:hover:after{
	height: calc( 100% + 3px );
}
.search_list_more_btn a:before{
	content: "";
	display: block;
	background: #0f2667;
	border-radius: 3px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	transition: 0.3s;
}
.search_list_more_btn a:hover:before{
	top: 0;
}
.tokuchou_list{
	margin-bottom: 0;
}
.tokuchou_list ul > *{
	background: #f7720f;
	padding: 4px 5px;
	margin-right: 6px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.search_list_content_01{
	margin-bottom: 10px;
}
.search_list_more_txt a{
	color: #0081ff;
	text-decoration: underline;
}
.gmap_iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.gmap_iframe iframe{
	width: 100%;
	height: 100%;
}
.author_content_txt dt{
	background: #fff5fa;
	border-left: 4px solid #f7720f;
	padding: 10px 15px;
	font-size: 18px;
	color: #f7720f;
	font-weight: bold;
	margin-bottom: 15px;
}
.top_contents_wrap dt{
	text-align: center;
	background: #fff5fa;
	border-top: 1px solid #f7720f;
	border-bottom: 1px solid #f7720f;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.search_list_link{
	border: 4px solid #f7720f;
}
.search_list_link a{
	padding: 20px 10px;
	background: #f3f3f3;
	color: #f7720f;
	text-align: center;
	font-weight: bold;
	display: block;
	line-height: 1.4em
}
.search_list_link a span{
	text-decoration: underline
}
.search_list_link i{
	margin-left: 15px;
}
/*COLUMN*/
.column_popluar_list{
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.column_popluar_list > *{
	border-bottom: 1px solid #dddddd;
}
.column_popluar_list a{
	padding: 15px 15px 15px 50px;
	display: block;
	position: relative;
}
.column_popluar_list h3{
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 15px;
}
.column_popluar_list > * a:after{
	content: "01";
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #d8d8d8;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: absolute;
	top: calc( 50% - 15px );
	left: 10px;
}
.column_popluar_list > *:nth-child(1) a:after{
	background: #F7DE05;
	background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #ECB802, #DAAF08, #B67B03);
}
.column_popluar_list > *:nth-child(2) a:after{
	content: "02";
	background: #A5A5A5;
	background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #A5A5A5, #BABAC2);
}
.column_popluar_list > *:nth-child(3) a:after{
	content: "03";
	background: #C47222;
	background-image: linear-gradient(to top left, #C47222, #da8f45, #dca268, #C47222);
}
.column_popluar_list > *:nth-child(4) a:after{
	content: "04";
}
.column_popluar_list > *:nth-child(5) a:after{
	content: "05";
}
.lower_autor_thumb{
	padding: 10px 10px 5px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.lower_autor_thumb img{
	height: auto;
	width: calc( 100% + 10px );
}
.lower_autor_thumb_inner{
	overflow: hidden;
}
.author_page_wrap > *{
	margin-bottom: 15px;
}
.author_page_wrap > *:last-child{
	margin-bottom: 0;
}
.author_ttl{
	background: #f7720f;
	padding: 15px;
	font-size: 18px;
	color: #FFF;
}
/*FUKUOKA*/
.area_big_ttl{
	padding: 5px 15px;
	background: #f3f3f3;
	color: #f7720f;
	margin-bottom: 10px;
	font-size: 17px;
}
.area_list_big > * a{
	font-weight: normal;
}
.area_list_big > * a:hover{
	text-decoration: underline
}
.area_list_big > *{
	margin-right: 30px;
	margin-bottom: 3px;
	position: relative;
}
.area_list_big > *:after{
	content: "|";
	position: absolute;
	right: -17px;
	top: -1px;
}
.area_list_big > *:last-child:after{
	display: none;
}
.area_big > *{
	margin-bottom: 15px;
}
/*PAGINATION*/
.pagination{
	margin: 20px auto 15px;
	padding: 10px 0;
	text-align: center
}
.pagination a{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #f3f3f3;
	transition: 0.3s;
}
.pagination a:hover{
	background: #f7720f;
	color: #FFF;
}
.pagination span{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #FFF;
}
.pagination span.dots{
	background: none;
}
.pagination span.current{
	background: #f7720f;
	color: #FFF;
}
/*REGISTER FORM*/
#wpmem_reg{
	width: 100%;
	margin-top: -25px;
	padding-top: 0;
}
#wpmem_reg fieldset{
	width: 100%;
	margin: 0 auto;
}
#wpmem_reg legend{
	font-size: 16px;
	line-height: 1.6em;
	background: #f7720f;
	color: #FFF;
	display: block;
	padding: 20px 15px;
	margin-bottom:0;
	display: none;
}
#wpmem_reg label{
	line-height: 1.6em;
	margin-top: 20px;
	display: block;
	background: #f7720f;
	color: #FFF;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#wpmem_reg .req:first-letter{
}
#wpmem_reg .req{
	padding: 0 10px;
	background: #ff0000;
	font-size: 11px;
	line-height: 1em;
	color: #ff0000;
	height: 26px;
	display: inline-block;
	width: 60px;
	margin-left: 10px;
	line-height: 26px;
	border-radius: 3px;
	transform: translateY(-1px)
}
#wpmem_reg .req:after{
	content: "必須";
	color: #FFF;
}
#wpmem_reg .div_multicheckbox{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 10px;
    border: 1px solid #dddddd;
    word-spacing:-0.5em;
}
#wpmem_reg .div_multicheckbox label{
	color: #000000;
	padding: 5px 15px 0;
	border-left: none;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-top: 0;
	font-size: 13px;
	background: #f3f3f3;
	display: block;
	height: 30px;
	text-align: center;
	overflow: hidden;
}
#wpmem_reg .div_multicheckbox br{
	display: none;
}
#wpmem_reg .div_multicheckbox label, input[type='checkbox'] {
    cursor: pointer;
}

#wpmem_reg .div_multicheckbox input[type="checkbox"]:checked + label{
	background: #f7720f;
	color: #FFF;
}
#wpmem_reg .div_multicheckbox input{
	display: none;
}
#wpmem_reg input[type="text"], 
#wpmem_reg input[type="url"],
#wpmem_reg input[type="submit"],
#wpmem_reg input[type="tel"],
#wpmem_reg input[type="search"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="mail"],
#wpmem_reg input[type="password"],
#wpmem_reg textarea, 
#wpmem_reg button,
#wpmem_reg select{
	outline: 0;
	width: 100%;
	padding: 15px;
	margin: 5px auto;
	outline: 0;
	border: 1px solid #dddddd;
	font-size: 16px;
	line-height: 1.2em;
	font-family: arial, sans-serif;
}
#wpmem_reg input[type="file"]{
  padding: 15px;
  margin: 5px auto;
  outline: 0;
}
#wpmem_reg .p-region,
#wpmem_reg .p-locality{
	pointer-events : none;
	color: #505050 !important;
	background: #f3f3f3 !important;
	border: 1px solid #dddddd !important;
}
#wpmem_reg .satsusu > div{
	width: 200px;
	float: left;
}
#wpmem_reg .satsusu span{
	display: block;
	width: 20px;
	float: left;
	margin: 20px 10px;
}
#wpmem_reg textarea{
	height: 10em;
}
#wpmem_reg input[type="text"]:focus,
#wpmem_reg input[type="tel"]:focus,
#wpmem_reg select:focus,
#wpmem_reg textarea:focus{
	border-color: #0096e6;
}
#wpmem_reg .div_radio{
    display: flex;
    flex-wrap: wrap;
}
#wpmem_reg .div_radio label{
	color: #000000;
	padding: 10px 0;
	border-left: none;
	margin-right: 30px;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-top: 0;
	font-size: 13px;
	display: inline-block;
	height: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: none;
	padding-left: 25px;
}
#wpmem_reg .div_radio label:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
  transition: 0.3s;
  position: absolute;
  top: 10px;
  left: 0;
}
.wpmem_msg{
	background: #ffbebe;
	color: #ff0000;
	font-size: 13px;
}
.member_contact_txtarea{
	margin-bottom: 30px;
}
.member_contact_txtarea textarea{
	border: 1px solid #dddddd;
	height: 300px;
	width: 100%;
	padding: 15px;
	line-height: 1.4em;
	font-size: 16px;
	font-weight: normal;
	font-family: arial, sans-serif;
}
#wpmem_reg input#office_img_main{
	max-width: 400px;
	margin-left: 0;
	text-align: left;
	border: 1px solid #dddddd;
}
#wpmem_reg .div_radio input[type="radio"]:checked + label{
	color: #f7720f;
}
#wpmem_reg .div_radio input[type="radio"]:checked + label:before{
	color: #f7720f;
	content:"\f05d";
	font-family: FontAwesome;
	color: #f7720f;
}
#wpmem_reg .div_radio input{
	display: none;
}
#wpmem_reg .button_div{
	margin-top: 40px;
}
#wpmem_reg .button_div input{
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
#wpmem_reg .req-text{
	display: none;
}
.button_div{
	width: 270px;
	margin: 0 auto;
	position: relative;
}
.button_div:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #f7720f;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: -1;
}
.button_div:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: -2;
}
.button_div:hover:before{
	width: 0;
}
.all_area > li > a{
	display: block;
	padding: 10px 15px;
	background: #f3f3f3;
	font-weight: bold;
}
.all_area children{
	display: block;
	padding: 10px 15px;
	background: #f3f3f3;
	font-weight: bold;
}
.lower_area_list_ttl{
    padding: 0 5px;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.4em;
}
.lower_area_list_table{
	
}
.lower_area_list_table {
  border: 1px solid #dddddd;
  width: 100%;
}
.lower_area_list_table ul{
	margin-bottom: 15px;
}
.lower_area_list_table tr {
  border-bottom: 1px solid #dddddd;
}

.lower_area_list_table tr th {
	width: 200px;
	vertical-align: middle;
	background-color: #f3f3f3;
    padding: 20px;
	border-right: 1px solid #dddddd;
}
.lower_area_list_table tr td {
	text-align: left;
    padding: 20px 30px 10px 30px;
}
.lower_area_list_table_children > *{
	margin-right: 10px;
	line-height: 1.8em;
}
.lower_area_list_table_children > * a{
	color: #0081ff;
	text-decoration: underline;
}
.lower_area_list_todouhuken > *{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    background: #f3f3f3;
}
.lower_area_list_todouhuken > *:nth-child(2n){
	background: #FFF;
}
.lower_area_list_todouhuken_list_ttl{
	width: 140px;
	font-size: 14px;
}
.lower_area_list_todouhuken_list{
	width: calc( 100% - 140px )
}
.lower_area_list_todouhuken_list > *{
	margin-right: 20px;
	position: relative
}
.lower_area_list_todouhuken_list > *:after{
	content: "|";
	position: absolute;
	right: -13px;
	top: -1px;
}
.lower_area_list_todouhuken_list > *:last-child:after{
	display: none;
}
.lower_area_list_todouhuken_list > * a{
	font-size: 13px;
}
.lower_area_list_todouhuken_list > * a:hover{
	text-decoration: underline;
}
.footer_area{
	margin-top: 10px;
}
.footer_area a{
	color: #FFF
}
.footer_area .lower_area_list_todouhuken_list > *:after{
	content: "|";
	position: absolute;
	right: -13px;
	top: -1px;
	color: #FFF
}
.footer_area .lower_area_list_todouhuken_list_ttl{
	color: #FFF
}
/*個人情報保護方針*/
.kiyaku_wrap {
	margin-top: 30px;
}
.kiyaku_wrap dl{
	margin-bottom: 30px;
}
.kiyaku_wrap dl:last-child{
}
.kiyaku_wrap dt{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	padding-left: 22px;
	position: relative;
	line-height: 1.4em;
}
.kiyaku_wrap dt:after{
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background: #000000;
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 0;
}
.kiyaku_table dd > p{
	margin-bottom: 10px;
}
.kiyaku_table{
	border: 1px solid #dddddd;
	width: 100%;
}
.kiyaku_table th{
	width: 200px;
	background: #fff5fa;
}
.kiyaku_table td,
.kiyaku_table th{
	border: 1px solid #dddddd;
	padding: 10px;
	vertical-align: middle;
}
.kiyaku_table_ul_jp li{
	margin-bottom: 5px;
	padding-left: 35px;
	position: relative;
}
.kiyaku_table_ul_jp li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_jp li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_jp li:nth-child(1):after{
	content: "(イ)";
}
.kiyaku_table_ul_jp li:nth-child(2):after{
	content: "(ロ)";
}
.kiyaku_table_ul_jp li:nth-child(3):after{
	content: "(ハ)";
}
.kiyaku_table_ul_jp li:nth-child(4):after{
	content: "(ニ)";
}
.kiyaku_table_ul_jp li:nth-child(5):after{
	content: "(ホ)";
}
.kiyaku_table_ul_jp li:nth-child(6):after{
	content: "(ヘ)";
}
.kiyaku_table_ul_jp li:nth-child(7):after{
	content: "(ト)";
}
.kiyaku_table_ul_num{
	margin-top: 10px;
}
.kiyaku_table_ul_num > li{
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	line-height: 1.4em;
}
.kiyaku_table_ul_num > li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_num > li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_num > li:nth-child(1):after{
	content: "(1)";
}
.kiyaku_table_ul_num > li:nth-child(2):after{
	content: "(2)";
}
.kiyaku_table_ul_num > li:nth-child(3):after{
	content: "(3)";
}
.kiyaku_table_ul_num > li:nth-child(4):after{
	content: "(4)";
}
.kiyaku_table_ul_num > li:nth-child(5):after{
	content: "(5)";
}
.kiyaku_table_ul_num > li:nth-child(6):after{
	content: "(6)";
}
.kiyaku_table_ul_num > li:nth-child(7):after{
	content: "(7)";
}
.kiyaku_table_ul_num > li:nth-child(8):after{
	content: "(8)";
}
.kiyaku_table_ul_num > li:nth-child(9):after{
	content: "(9)";
}
.kiyaku_table_ul_num > li:nth-child(10):after{
	content: "(10)";
}
.kiyaku_table_ul_num > li:nth-child(11):after{
	content: "(11)";
}
.kiyaku_table_ul_kan li{
	margin-bottom: 5px;
	padding-left: 35px;
	position: relative;
}
.kiyaku_table_ul_kan li:last-child{
	margin-bottom: 0;
}
.kiyaku_table_ul_kan li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}
.kiyaku_table_ul_kan li:nth-child(1):after{
	content: "(一)";
}
.kiyaku_table_ul_kan li:nth-child(2):after{
	content: "(二)";
}
.kiyaku_table_ul_kan li:nth-child(3):after{
	content: "(三)";
}
.kiyaku_table_ul_kan li:nth-child(4):after{
	content: "(四)";
}
.kiyaku_table_ul_kan li:nth-child(5):after{
	content: "(五)";
}
.kiyaku_table_ul_kan li:nth-child(6):after{
	content: "(六)";
}
.kiyaku_table_ul_kan li:nth-child(7):after{
	content: "(七)";
}
.kiyaku_table_ul_kan li:nth-child(8):after{
	content: "(八)";
}
.kiyaku_table_ul_kan li:nth-child(9):after{
	content: "(九)";
}
/*FORM*/
.top_btn{
	margin-top: 20px;
}
.top_btn a{
	display: block;
	max-width: 500px;
	margin: 0 auto;
	color: #FFF !important;
	text-decoration: none !important;
	position: relative;
	padding: 25px 10px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}
.top_btn a:after{
	content: "";
	background: #00a0e9;
	z-index: -10;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
	transition: 0.3s;
}
.top_btn a:hover:after{
	width: 0;
}
.top_btn a:before{
	content: "";
	background: #f7720f;
	z-index: -11;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
}
/*-------------------------------------------------------------------------
CONTACTFORM form_3
----------------------------------------------------------------*/
.contact_wrap{
	margin: 0 auto 50px;
	max-width: 900px;
	background: #f3f3f3;
	padding: 60px;
	border: 1px dotted #dddddd;
	border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}
.lower_contact_privacy_ttl{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.check_box01_wrap{
	margin-bottom: 10px;
}
.check_box01_inner{
	background: #FFF;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #dddddd;
}
#page_ad_inquiry_invalid{
	position: relative;
	pointer-events: none;
}
#page_ad_inquiry_invalid:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.form_3{
  width: 100%;
  border-collapse: collapse;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-top: 20px;
}
.form_3 tr{
    border-bottom: 1px solid #dddddd;
}
.form_3 > tr:first-child{
}
.form_3 th,
.form_3 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
}
.form_3 td{
	padding: 20px 40px;
}
.form_3 td.check_box_multi{
	padding: 20px 40px 10px;
}
.form_3 th{
	width: 300px;
	padding: 20px;
	background: #f3f3f3;
}
.form_3 .fix-txt{
	margin-top: 30px;
	line-height: 1.8em;
}
.form_3 .fix-txt a{
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px;
}
.form_3 .fix-txt a i{
	color: #FFAB00;
}
.form_3 .fix-title{
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
}
/*---formDesign---*/
.form_3 input[type="text"], 
.form_3 input[type="submit"],
.form_3 input[type="tel"],
.form_3 input[type="search"],
.form_3 input[type="email"],
.form_3 input[type="mail"],
.form_3 input[type="password"],
.form_3 textarea, 
.form_3 button,
.form_3 select{
  outline: 0;
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  outline: 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 1.2em;
	background: #f8f8f8;
  border-radius: 5px;
	font-family: arial, sans-serif;
 }
.form_3  #page_ad_inquiry_invalid input[type="text"]{
	background: #fff
}
.form_3 textarea{
	height: 10em;
}
.form_3 input[type="text"]:focus,
.form_3 input[type="tel"]:focus,
.form_3 input[type="email"]:focus,
.form_3 select:focus,
.form_3 textarea:focus{
  border-color: #f7720f;
  }
  
/*---selectBox---*/
.form_3 select {
  width: 100%;
  padding: 15px;
  margin: 5px auto;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  position: relative;
  }

.form_3 .select_wrap{
	position: relative;
}
.form_3 .select_wrap:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-bottom: 2px solid #f7720f;
	border-right: 2px solid #f7720f;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px );
	right: 10px;
	z-index: 1;
}
.form_3 .required{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #FFF;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    background: #f7720f
}
.form_3 .any{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 0 10px;
	color: #aeaeae;
	background: #f3f3f3;
	border: 1px solid #DDDDDD;
	margin-left: 10px;
	border-radius: 3px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
}
/*---radioBox---*/
.form_radio span{
	display: inline-block;
	margin: 5px;
}
.form_3 .form_radio input[type="radio"]{
  display: none;
}
.form_3 .form_radio label{
  cursor: pointer;
  padding-right: 15px;
  color: #b0b0b0;
	font-weight: bold;
	
}
.form_3 .form_radio label .mwform-radio-field-text:before{
  content:"\f1db";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #ccc;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text{
	color: #f7720f;
}
.form_3 .form_radio label input[type="radio"]:checked + .mwform-radio-field-text:before{
	content:"\f05d";
	font-family: FontAwesome;
	color: #f7720f;
}
/*---radioBox---*/
.privacy_chack{
	margin: 60px auto;
	text-align: center;
}
.error{
	color: #ff0000;
	font-size: 12px;
	margin: 3px auto 0;
	font-style: normal !important
}
/*PRIVACY CHECK*/
.check_box01_wrap{
	margin: 0 auto 10px;
	text-align: center
}
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
	padding: 15px 0;
	display: block;
	width: 200px;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: 16px;
	left: 30px;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #e61e19;
	font-size: 23px;
	position: absolute;
	top: 16px;
	left: 30px;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}
.check_privacy{
	margin: 30px auto;
	text-align: center;
}
.check_privacy a{
	color: #0081ff;
	text-decoration: underline;
}
.check_privacy a:hover{
	text-decoration: none;
}
.check_privacy p{
	margin-bottom: 15px;
}
/*RADIO BUTTON*/

.radio_btn01 input{
	display: none;
}
.radio_btn01{
	padding-left: 25px;
	position: relative;
	margin-right: 15px;
}
.radio_btn01_wrap .radio_btn01:last-child{
	margin-right: 0;
}
.radio_btn01 span:after{
	content:"\f1db";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_btn01 span:before{
	content:"\f058";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #f7720f;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.radio_btn01 input[type="radio"]:checked + span:before{
	opacity: 1;
}
/*FLOW STEP*/
.lower_contact_step_chart ul{
	position: relative;
	margin: 30px auto 20px;
}
.lower_contact_step_chart li{
	position: relative;
	padding: 15px 15px;
	width: calc( 33% - 20px );
	text-align: center;
	margin-right: 30px;
	border-radius: 10px;
	border: 1px solid #dddddd;
	line-height: 1em;
	font-weight: bold;
	background: #f3f3f3;
	letter-spacing: 0.02em;
	color: #aaaaaa;
	z-index: 1;
}
.lower_contact_step_chart li:after{
	content: "";
	display: block;
	height: 1px;
	width: 32px;
	background: #dddddd;
	position: absolute;
	top: 50%;
	right: 100%;
	z-index: 0;
}
.lower_contact_step_chart li:nth-child(2).active:after,
.lower_contact_step_chart li:nth-child(3).active:after{
	background: #f7720f;
}
.lower_contact_step_chart li:last-child{
	margin-right: 0;
}
.lower_contact_step_chart li:first-child:after{
	display: none;
}
.lower_contact_step_chart li span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	display: block;
	line-height: 1em;
	font-size: 13px;
	margin-bottom: 6px;
}
.lower_contact_step_chart li.active{
	background: #f7720f;
	color: #FFF;
}
.contact_confirm_submit{
	margin-top: 20px;
}
.contact_confirm_submit li:nth-child(1){
	margin-bottom:20px;
}
/*CHECK BOX*/
.check_box_multi li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.check_box03 input{
	display: none;
}
.check_box03 input[type="checkbox"] + span{
	font-size: 15px;
	position: relative;
	letter-spacing: 0.1em;
	padding: 10px 20px;
	background: #f3f3f3;
	display: inline-block;
	line-height: 1em;
	transition: 0.3s;
}
.check_box03 input[type="checkbox"]:checked + span{
	background: #f7720f;
	color: #FFF;
}
.contact_btn.submit{
	margin: 50px auto 30px;
}
.contact_btn_inner{
	width: 270px;
	margin: 0 auto;
	position: relative;
}
.contact_btn_inner:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #f7720f;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 1;
}
.contact_btn_inner:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
	z-index: 0;
}
.contact_btn.contact_btn_back .contact_btn_inner:before{
	background: #818181;
}
.contact_btn.contact_btn_back .contact_btn_inner:after{
	background: #000000;
}
.contact_btn_inner:hover:before{
	width: 0;
}
.contact_btn a,
.contact_btn input{
	display: block;
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.contact_btn a{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.thanks_btn li:nth-child(1){
	margin-right: 20px;
}
/*CUSTOM*/
.radio_btn01_wrap_one_row .radio_btn01{
	width: 100%;
	display: block;
	margin-bottom: 13px;
}
.radio_btn_check-input_radio{
}
.radio_btn_check-input_input{
	width: 100%;
	max-width: 220px;
	margin-top: -8px;
}
body .radio_btn_check-input_input input{
	outline: 0;
	width: 100%;
	display: inline-block;
	padding: 8px 15px !important;
	margin: 0 auto 0;
	outline: 0;
	border: 1px solid #DDDDDD;
	font-size: 16px;
	line-height: 1.2em;
	background: #FFF;
	border-radius: 5px;
}
.form_3_input_col_half{
	width: calc( 50% - 15px );
}
.form_3_input_col_half_ttl{
	font-weight: bold;
	margin-bottom: 3px;
}
.check_select-input label{
	width: 140px;
}
.form_3 .check_select-input select,
.form_3 .check_select-input input[type="text"]{
	width: 220px !important;
	padding: 6px 10px !important;
	margin: 4px auto;
	font-size: 14px;
}
.check_select-input select{
	margin-top: 0;
}
.check_select-input .check_box02 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 1px;
	left: 0;
}
.check_select-input .check_box02 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #f7720f;
	font-size: 18px;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box_multi{
}
.check_box_multi.area li{
	margin-bottom: 10px;
}
.check_box_multi.shubetsu li:last-child,
.check_box_multi.area li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	.contact_wrap{
		padding: 30px 15px 15px;
	}
	.form_3 th,
	.form_3 td{
		display: block;
		width: 100%;
	}
	.form_3 th{
		padding-bottom: 0;
		padding: 10px 10px 10px;
		border: none
	}
	.form_3 td.check_box_multi{
		padding: 10px;
	}
	.form_3 td{
		padding: 10px 10px 10px;
	}
	.form_3_select:after{
		top: calc( 50% - 20px );
	}
	.privacy_chack{
		margin: 30px auto;
	}

	.form_3 td.fle_btw{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.form_3 td .form_3_input_col_half{
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    align-items: center
	}
	.form_3 td .form_3_input_col_half input{
		margin-left: 0;
	}
	.form_3 td .form_3_input_col_half_address{
		width: 50%;
	}
	.form_3_input_col_half_ttl{
		width: 40px;
	}
	.form_3 td .form_3_input_col_half input{
		width: calc( 100% - 40px );
	}
	/*CONTACT*/
	.thanks_btn.fle_c{
		display: block;
		text-align: left
	}
	.thanks_btn li:nth-child(1){
		margin-right: auto;
		margin-bottom: 10px;
	}
	.thanks_btn li{
		margin: 0 auto;
		display: block
	}
}
@media only screen and (max-width: 750px) {
  .lower_area_list_table tr th {
    width: 100%;
    padding: 20px
  }
  .lower_area_list_table tr th, .lower_area_list_table tr td {
    display: block
  }
  .lower_area_list_table tr th {
    padding: 10px 15px
  }
  .lower_area_list_table tr td {
    padding: 20px 15px
  }
}
.blog_table_wrap_out{
	margin-bottom: 20px;
	margin-top: -14px;
}
.blog_table_wrap_out table{
	  table-layout: fixed;
		letter-spacing: 0;
		width: 1200px;
		margin-top: 0;
		padding-top: 0;
  }
.blog_table_wrap{
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
 th a img,
.blog_table_wrap_cloudkaikei th a img{
	height: auto;
	width: 100%;
}
.blog_table_wrap::-webkit-scrollbar{
	overflow-x: scroll;
    width:5px;
    background:#fafafa;
	border-bottom: 1px solid #dddddd;
}
.blog_table_wrap::-webkit-scrollbar:horizontal{
    height:10px;
}
.blog_table_wrap::-webkit-scrollbar-button{
   display:none;
}
.blog_table_wrap::-webkit-scrollbar-piece{
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-piece:start{
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-thumb{
    overflow:hidden;
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-corner{
    overflow:hidden;
    background:#dddddd;
}
.table.table_cloudkaikei{
	margin-bottom: 0;
}
.table_cloudkaikei *{
	text-align: center;
}
.blog_table_wrap{
	overflow-x: scroll;
	width: 100%;
	position: relative;
}
.table.table_cloudkaikei thead th{
	padding: 8px !important;
	line-height: 1.2em;
	font-size: 14px;
	letter-spacing: 0;
}
.table.table_cloudkaikei td,
.table.table_cloudkaikei th{
	font-size: 14px;
	line-height: 1.2em;
}
.table.table_cloudkaikei tbody th{
	font-size: 13px;
	padding: 10px;
}
.table_addjust_cloudkaikei > *:nth-child(1){
	text-align: center;
	min-width: 305px;
}
.table_addjust_cloudkaikei > *:nth-child(2){
	width: 170px;
	text-align: center;
}
.table_addjust_cloudkaikei > *:nth-child(3){
	width: 70px;
	text-align: center;
}
.table_addjust_cloudkaikei > *:nth-child(4){
	width: 260px;
	text-align: center;
}
.table_addjust_cloudkaikei > *:nth-child(5){
	width: 115px;
	text-align: center;
}
	/*CLOUD KAIKEI PRICE*/
.blog_table_wrap{
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.blog_table_wrap::-webkit-scrollbar{
	overflow-x: scroll;
    width:5px;
    background:#fafafa;
	border-bottom: 1px solid #dddddd;
}
.blog_table_wrap::-webkit-scrollbar:horizontal{
    height:10px;
}
.blog_table_wrap::-webkit-scrollbar-button{
   display:none;
}
.blog_table_wrap::-webkit-scrollbar-piece{
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-piece:start{
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-thumb{
    overflow:hidden;
    background:#dddddd;
}
.blog_table_wrap::-webkit-scrollbar-corner{
    overflow:hidden;
    background:#dddddd;
}
.table_cloudkaikei_system *{
	text-align: center;
}
.table.table_cloudkaikei_system{
	  table-layout: fixed;
		letter-spacing: 0;
		width: 920px;
		margin-top: 0;
		padding-top: 0;
  }
.blog_table_wrap{
	overflow-x: scroll;
	width: 100%;
	position: relative;
}

	/*CLOUD KAIKEI system*/
.table_cloudkaikei_system *{
	text-align: center;
}
.table.table_cloudkaikei_system{
	  table-layout: fixed;
	letter-spacing: 0;
  }
.table.table_cloudkaikei_system thead th{
	padding: 8px !important;
	line-height: 1.2em;
	font-size: 14px;
	letter-spacing: 0;
}
.table.table_cloudkaikei_system td,
.table.table_cloudkaikei_system th{
	font-size: 14px;
	line-height: 1.2em;
}
.table.table_cloudkaikei_system tbody th{
	font-size: 13px;
	padding: 10px;
}
.table_addjust_cloudkaikei_system > *:nth-child(1){
	text-align: center;
	min-width: 305px;
}
.table_addjust_cloudkaikei_system > *:nth-child(2){
	width: 170px;
	text-align: center;
}
.table_addjust_cloudkaikei_system > *:nth-child(3){
	width: 100px;
	text-align: center;
}
.table_addjust_cloudkaikei_system > *:nth-child(4){
	width: 190px;
	text-align: center;
}
.table_addjust_cloudkaikei_system > *:nth-child(5){
	width: 90px;
	text-align: center;
}
.table_addjust_cloudkaikei_system > *:nth-child(6){
	width: 90px;
	text-align: center;
}
.table_addjust_cloudkaikei_system > *:nth-child(7){
	width: 90px;
	text-align: center;
}
.table{
	margin-bottom: 0 !important;
}
.blog_contents_wrap > table{
}

.contents_banner{
	margin-bottom: 15px;
	overflow: hidden
}
.contents_banner > *{
	width: calc( 50% - 3px );
	max-width: 300px;
	margin-right: 6px;
}
.contents_banner > * img{
	height: auto;
}
.single_banner{
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden
}
.single_banner:hover{
	opacity: 0.7;
}
.blog_list_wrap{
	margin-bottom: 20px;
}
.blog_list_wrap > *{
	width: 100%;
}
.blog_list_wrap > * a{
	transition: 0.3s;
	border-bottom: 1px solid #dddddd;
	padding: 8px 30px 8px 0;
	position: relative
}
.blog_list_wrap > * a:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px );
	right: 0;
}
.blog_list_thumb{
	width: 80px;
}
.blog_list_thumb{
	width: 90px;
}
.blog_list_content{
	width: calc( 100% - 100px );
}
.blog_list_wrap p{
	overflow: hidden;
}
.blog_contents_wrap span.af_txt_link{
	overflow: hidden;
	position: relative
}
.blog_contents_wrap span.af_txt_link img{
	position: absolute;
}
.blog_list_wrap > * a img{
	height: auto;
}
.blog_list_wrap > * a:hover{
	opacity: 0.7
}
.blog_list_date{
	display: block;
	font-size: 14px;
	color: #909090;
	margin-bottom: 4px;
	line-height: 1em;
}
.blog_list_title{
	font-size: 15px;
	line-height: 1.3em;
}
.blog_contents_wrap ul.original_list li {
  padding: 0;
  margin-right: 5px;
}
.blog_contents_wrap ul.original_list li:after {
  display: none;
}.fixed_banner{
	position: fixed;
	bottom: 0;
	background: rgba(255, 255, 255, 0.688);
	width: 100%;
	z-index: 100;
	overflow: hidden;
	max-width: 700px
}
.fixed_banner a{
	line-height: 1.4em;
	display: block;
	background: #2d9d39;
	height: 100%;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	text-align: center
}
.fixed_banner a:after{
	content: "まずは無料相談";
	display: inline-block;
	background: #FFF;
	color: #2d9d39;
	padding: 10px 7px;
	border-radius: 5px;
	transition: 0.3s;
}
.fixed_banner a:hover:after{
	background: #e94f82;
	color: #FFF;
}
.fixed_banner a span{
	font-size: 18px;
}
body .fixed_banner img{
	width: 1px !important;
	height: 1px !important;
	position: absolute;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.fixed_banner a:after{
		display: none;
	}
	.fixed_banner a{
		font-size: 15px;
	}
	.fixed_banner a span{
		font-size: 18px;
		display: block;
		margin-top: 3px;
	}
}
/*LOWER_DETAILS*/
.table_wrap{
	overflow-x: scroll;
	width: 100%;
	padding-top: 30px;
	position: relative;
}
.table_wrap:after{
	content: "→ 横にスクロールできます。";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 13px;
}
.table_wrap::-webkit-scrollbar{
	overflow-x: scroll;
	width:5px;
	background:#fafafa;
	border-bottom: 1px solid #dddddd;
}
.table_wrap::-webkit-scrollbar:horizontal{
	height:10px;
}
.table_wrap::-webkit-scrollbar-button{
   display:none;
}
.table_wrap::-webkit-scrollbar-piece{
	background:#dddddd;
}
.table_wrap::-webkit-scrollbar-piece:start{
	background:#dddddd;
}
.table_wrap::-webkit-scrollbar-thumb{
	overflow:hidden;
	background:#dddddd;
}
.table_wrap::-webkit-scrollbar-corner{
	overflow:hidden;
	background:#dddddd;
}
.table_wrap table{
	width: 900px;
}

.keisanshiki{
	margin: 20px 0 20px;
}
.top_contents_wrap h3{
	font-size: 18px;
}
.top_contents_wrap p{
	margin-bottom: 15px;
}
.top_contents_wrap_point{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	background: #f3f3f3;
	padding: 23px 15px 15px;
}
.top_contents_wrap_point span{
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #f7720f;
	color: #FFF;
	margin: 0 20px;
	line-height: 40px;
	text-align: center;
	transform: translateY(-5px)
}
.top_contents_wrap_point strong{
	font-size: 40px;
}
.chuki{
	font-size: 13px;
	padding-left: 15px;
	position: relative
}
.chuki:after{
	content: "※";
	position: absolute;
	top: -7px;
	left: 0;
}
.keisanshiki img{
	width: 100%;
}
.keisanshiki_chuki{
	margin-top: -10px;
}
.top_contents_wrap h3{
	text-align: center;
	background: #fff5fa;
	border-top: 1px solid #f7720f;
	border-bottom: 1px solid #f7720f;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.top_contents_wrap h3 span{
	font-size: 20px;
	color: #f7720f
}
.top_table{
	width: 100%;
}
.top_table th,.top_table td{
	border: 1px solid #c6c6c6;
}
.top_table ul li{
	padding-left: 15px;
	position: relative
}
.top_table ul li p{
	margin-bottom: 0;
}
.top_table ul li:after{
	content:"●";
	position: absolute;
	left: 0;
	top: -2px;
}
.top_contents_wrap h4{
	padding: 10px;
	color: #FFF;
	background: #f7720f;
	text-align: center;
}
.top_table thead th{
	padding: 10px 20px;
	font-weight: normal
}
.top_table tbody th{
	padding: 10px 20px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
}
.top_table thead tr > *:nth-child(1){
	width: 200px;
}
.top_table tbody td{
	padding: 10px 20px;
	font-weight: normal;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.6em;
}
.ttl_01{
	width: 100%;
	background: #f7720f;
	color: #FFF;
	padding: 10px 15px 10px 24px;
	margin-bottom: 10px;
	position: relative
}
.ttl_01:after{
	content: "";
	display: block;
	height: 60%;
	width: 5px;
	position: absolute;
	top: 20%;
	left: 10px;
	background: #FFF;
}
.isansougaku_select{
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	width: 140px;
	border: 1px solid #dddddd;
}
.isansougaku_select_num.isansougaku_select{
	width: 90px;
}
.isansougaku_select:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #f3f3f3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: 0.3s;
}
.isansougaku_select:before{
	content: "";
	display: block;
	height: 9px;
	width: 9px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: 11px;
	right: 15px;
	transform: rotate(45deg);
	z-index: -1;
}
.isansougaku_select select{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 5px 20px;
	font-size: 23px;
}
.isansougaku_select_after{
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
}
.soubashimyu_table_manen{
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	margin-left: 10px;
}
.soubashimyu_table{
	width: 100%;
}
.soubashimyu_table th,td{
	border: 1px solid #dddddd;
	padding: 10px;
	vertical-align: middle
}
.soubashimyu_table th{
	font-size: 18px;
	color: #FFF;
	background: #f7720f;
	text-align: center
}
.isansougaku__shokei{
	font-size: 14px;
	line-height: 1em;
	margin-top: 7px;
}
.sooubashimyu_goukei_txt{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	background: #f3f3f3;
	width: 300px;
	text-align: center;
	border: 1px solid #dddddd;
}
#sooubashimyu_goukei{
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	display: inline-block;
}
.nav_select_wrap{
	color: #FFF;
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	letter-spacing: 0;
}
.nav_select_wrap:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #f7720f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: 0.3s;
}
.nav_select_wrap:hover:after{
	background: #00a0e9;
}
.nav_select_wrap:before{
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	position: absolute;
	top: 17px;
	right: 22px;
	transform: rotate(45deg);
	z-index: -1;
}
.nav_select_wrap select{
	display: block;
	height: 100%;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 15px 25px;
	text-align: center;
}
.author_mark{
	background: #f7720f;
	color: #FFF;
	display: inline-block;
	padding: 10px 10px;
	line-height: 1em;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}

.grid .row{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.row_left{
	width: 90px;
	font-weight: bold
}
.row_right{
	width: calc( 100% - 90px )
}
.row_right input{
	width: 160px;
	padding: 10px 10px;
	font-size: 17px;
	margin: 0 15px 0 0;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	background: #f8f8f8
}
.row_right_select_wrap{
	width: 200px;
	position: relative
}
.row_right_select_wrap:after{
	font-family: FontAwesome;
	content: "\f103";
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 20px;
	z-index: -1;
	color: #f7720f
}
.row_right_select_wrap:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f8f8;
	border-radius: 4px;
	z-index: -2;
}
.row_right select{
	padding: 10px 10px;
	font-size: 17px;
	margin: 0;
	width: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
}
.row_right_type{
	font-weight: bold;
}
/*広告差し替え用*/
.left_ad{
	width: calc( 50% - 350px );
}
/*広告差し替え用*/
.right_ad{
	width: calc( 50% - 350px );
}
.wrap > *:nth-child(2){
	max-width: 700px;
	position: relative;
	overflow: hidden;
}

.opts input{
	width: 15px;
	margin-right: 5px;
}
.line{
	font-weight: bold;
}
#oNet{
	display: inline;
	font-weight: bold;
	font-size: 20px;
}
.total.line span{
	font-size: 16px;
	font-weight: bold;
}
.total span{
	display: inline-block;
	width: 140px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: bold;
}
.result .result_txt span{
	display: inline-block;
	width: auto !important;
}
.line span{
	display: inline-block;
	width: 140px;
}
.result > *:nth-child(1){
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 4px;
	width: 100%;
}
.result > *{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
	margin-bottom: 4px;
	width: 100%;
}
.result > * span{
	font-size: 14px;
	font-weight: normal;
}
.result > * div{
	font-size: 14px;
	font-weight: normal;
}
.result > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.muted{
	font-size: 12px;
	margin-top: 10px;
}
ul.muted li{
	padding: 0 0 0 20px;
}
ul.muted li:after{
	content: "※";
	background: none;
	top: 0;
}
.badge{
	display: block;
	width: 100%;
}
#oBrokerNote{
	display: none;
}
@media only screen and (max-width: 1100px) {
	.right_ad,
	.left_ad{
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.wrap > *:nth-child(2){
		width: 100%;
	}
	.top_map_search_list_ttl{
		width: 100%;
		text-align: left;
		line-height: 1em;
	}
	.mv_right ul{
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.top_search_wrap > *:last-child ul{
		margin-bottom: 0;
	}
	.mv_right{
		padding: 0 15px;
	}
	.opts label{
		font-size: 14px;
		letter-spacing: 0;
	}
	.blog_ttl{
		font-size: 20px;
		line-height: 1.4em;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dddddd;
	}
	.site_head_link a{
		font-size: 14px;
		color: #0081ff;
		letter-spacing: 0;
	}
	.header_txt{
		font-size: 14px;
		letter-spacing: 0;
	}
}
.line > p{
	display: none;
}