/*
Theme Name: for Akiya Akichi 2017
Version: 1.0
*/
@charset "utf-8";

/* ==============================================================
/*     Reset
/* ============================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
    color: #3c3c3c;

}

/* ==============================================================
/*     Frame
/* ============================================================== */
#wrap, .inner{
    position: relative;
	width: 1020px;
	margin: 0 auto;
}
#wrap{
    padding-bottom: 80px;
}
#wrap.wrap_home{
    padding-bottom: 0;
}
/* ==============================================================
/*     HEADER
/* ============================================================== */
header{
	padding-top: 15px
}
header .inner{
	position: relative
}
h1, #ph1{
	font-size: 13px;
	font-weight: normal
}
.header_logo{
    margin-bottom: 15px;
}
.header_tel{
	position: absolute;
	top: 0;
	right: 0;
}
.header_tel, header h1{
    text-align: right;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}
.header_tel .sTxt{
    font-size: 14px;
}
.header_tel img{
    display: inline-block;
    margin: 7px 0;
}
.header_tel a{
    cursor: default;
}
.header_tel a:hover{
    opacity: 1;
}

header nav{
    background: #f5f5f5;
}
.header_nav{
	width: 1019px;
	height: 70px;
	margin: 0 auto 30px;
    padding-left: 1px;
    background: url(../img/bg_header_nav_li.png) no-repeat 0 50%;
}
.header_nav li{
	float: left;
	width: 188px;
	height: 70px;
    padding-right: 1px;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/bg_header_nav_li.png) no-repeat 100% 50%;
    box-sizing: border-box;
    line-height: 1.2;
}
.header_nav li:first-child{
    width: 79px;
    text-align: center;
    font-size: 14px;
}
.header_nav li a{
	display: block;
	height: 57px;
    padding-top: 13px;
    color: #3c3c3c;
    text-decoration: none;
}
.header_nav li a:hover{
    background-color: #f5faed;
    opacity: 1;
}
.header_nav li:first-child a{
	height: 45px;
    padding-top: 25px;
}
.header_nav li:last-child a{
	height: 48px;
    padding-top: 22px;
}
.header_nav li .ico{
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: -5px 8px 0 8px;
    background: url(../img/ico_gnav1.png) no-repeat;
}
.header_nav li:nth-child(3) .ico{ background-image: url(../img/ico_gnav2.png)}
.header_nav li:nth-child(4) .ico{ background-image: url(../img/ico_gnav3.png)}
.header_nav li:nth-child(5) .ico{ background-image: url(../img/ico_gnav4.png)}
.header_nav li:last-child .ico{
    margin-top: -15px;
    background-image: url(../img/ico_gnav5.png)
}
.header_nav li a:hover .ico{
    background-position: 0 100%;
}

/* ==============================================================
/*     div#mCol
/* ============================================================== */

#contents{
	width: 1020px;
	margin: 0 0 40px;
}
#mCol{
	float: left;
	width: 720px;
	margin-top: 15px
}
#oneCol, #mrCol.oneCol{
    float: none;
	width: 900px;
	margin: 0 auto;
	position: relative
}

/* ==============================================================
/*     div#mrCol
/* ============================================================== */
#mrCol{
	float: right;
	width: 720px;
}
.breadcrumbs{
	margin: 20px 0 30px;
	padding: 0;
	font-size: 14px;
	color: #555;
	line-height: 1.5
}
.breadcrumbs span{
    padding: 0 13px;
}

.liSnsBtn{
    margin: -30px 0 0 !important;
    text-align: right;
}
.liSnsBtn > li{
    display: inline-block;
    vertical-align: top;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.conBox{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
#mCol p, #mCol li, #mCol dt, #mCol dd{
	margin-bottom: 1em
}

#toTop{
	position: absolute;
	bottom: 0;
	right: 0
}

/* ==============================================================
/*     div#subCol
/* ============================================================== */
#rCol{
	float: right;
	width: 265px;
	margin-top: 15px
}
#lCol{
	float: left;
	width: 265px;
}

/* ローカルナビゲーション
-------------------------------------*/
#lCol #snav{
    margin-bottom: 45px;
}
#lCol #snav h3, #lCol #snav h2{
    position: relative;
	background: #fff;
	color: #333;
	font-size: 18px;
}
#lCol .snav_noLink h2{
	padding: 18px 15px 15px 0;
}
#lCol #snav h3 a, #lCol #snav h3 a:visited,
#lCol #snav h2 a, #lCol #snav h2 a:visited{
	display: block;
	padding: 18px 15px 15px 10px;
	color: #333;
	line-height: 1.2;
    text-decoration: none;
}

#lCol #snav h3 a:after, #lCol #snav h2 a:after{
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    content: "\f105";
    color: #62aa00;
}
#lCol #snav h2 a.active{
    background-color: #f5faed;
}

#lCol #snav ul{
	margin-bottom: 20px;
	padding: 0;
    background: #fff;
	border-bottom: 1px solid #aaa;
}
#lCol .blgsnav ul{
	margin-bottom: 20px;
}
#lCol #snav li.ttl{
	padding: 8px 0 8px 20px;
	background: #eee;
	font-size: 14px;
}
#lCol #snav li{
    position: relative;
	line-height: 1.3;
    font-size: 15px;
	border-top: 1px solid #aaa;
}
#lCol #snav li a, #lCol #snav li a:visited{
	display: block;
	padding: 15px 0 15px 32px;
	color: #005aaa;
	font-size: 15px;
	background: none;
    border: none;
	text-decoration: underline;
}
#lCol #snav li a:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 16px;
    width: 17px;
    height: 17px;
    background: url(../img/bg_arrow_gr2.png) no-repeat;
}
#lCol #snav li a.active{
    background-color: #f5faed !important;
    color: #333;
    text-decoration: none;
}
#lCol #snav li a.active:hover{
    opacity: 1
}

/* 2階層目 */
#lCol #snav ul ul{
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}
#lCol li li{
	border-top: 1px dashed #aaa !important;
}
#lCol li li:first-child{
	border-top: 1px solid #aaa !important;
}
#lCol #snav li li a, #lCol #snav li li a:visited{
	padding: 11px 0 11px 30px;
	background: none;
    font-size: 14px;
}
#lCol #snav li li a:before{
    position: absolute;
    left: 19px;
    top: 15px;
    content: "";
    width: 5px;
    height: 7px;
    background: url(../img/bg_snav_child.png) no-repeat;
}

#snav.snav_seminar li a:after{ content:"\5B9F\7E3E"}
#snav.snav_press li a:after{ content:"\FF08\30D7\30EC\30B9\30EA\30EA\30FC\30B9\FF09"}


/* 検索
-------------------------------------*/
.searchBlock{
    height: 42px;
    margin-bottom: 20px;
}
.searchBlock input{
    display: block;
    float: left;
    padding: 0;
    border-radius: 5px;
    box-sizing: border-box;
}
.searchBlock input[type=text]{
    border: none;
    width: 210px;
    padding: 11px 0 11px 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #c8c8c8;
    border-right: none;
}
.searchBlock .searchsubmit{
    width: 55px;
    height: 42px;
    font-size: 20px;
    font-family: FontAwesome;
    border: none;
    background: #f5f5f5;
    border-radius: 0 5px 5px 0;
    border: 1px solid #c8c8c8;
    border-left: none;
}

/* ウィジット
-------------------------------------*/
.lCol_box{
    margin: 50px 0;
}
.lCol .lCol_box:first-child{
    margin-top: 20px;
}
.home .lCol .lCol_box:first-child{
    margin-top: 5px;
}
.lCol_box h4{
    position: relative;
    padding-bottom: 10px;
    color: #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
    font-size: 18px;
}
.lCol_box h4 .lCol_box_num{
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
}
.lCol_box h4 .lCol_box_num span{
    font-size: 20px;
}

/* 写真大リスト */
.lImgBox li{
    margin-top: 15px;
    border-bottom: 1px dashed #aaa;
}
.lImgBox li:last-child{
    border-bottom: none;
}
.lImgBox li img{
    display: inline-block;
    margin-bottom: 10px;
    width: 225px;
    height: auto;
}
.lImgBox li a{
    display: block;
    padding: 0 20px 10px;
    font-size: 14px;
    color: #444 !important;
    text-decoration: none;
}
.lImgBox li:last-child a{
    padding-bottom: 0;
}
.lImgBox.lImgBox_semiAcv li:last-child a{
    padding-bottom: 8px;
}
.lImgBox li a:hover{
    opacity: 0.5;
}
.lImgBox .lImgBox_inner{
    margin-bottom: 9px;
}
.lImgBox strong{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #005aaa;
    text-decoration: underline;
    text-indent: 1em;
}
.lImgBox strong:before{
    position: absolute;
    left: 5px;
    top: 6px;
    content: "";
    width: 6px;
    height: 8px;
    background: url(../img/bg_arrowTxt.png) no-repeat;
}

.liArrow li{
    margin-top: 15px;
}
.liArrow a{
    position: relative;
    padding-left: 22px;
}
.liArrow a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    background: url(../img/bg_arrow_gr2.png) no-repeat;
}
.liSns li{
    display: inline-block;
    width: 31%;
    margin-top: 15px;
    text-align: center;
}
.liSns a:hover{
    opacity: 0.5;
}
.liArrowTxt li{
    margin-top: 10px;
}
.liArrowTxt li a{
    padding-left: 12px;
    background: url(../img/bg_arrowTxt.png) no-repeat 0 0.35em;
}

/* 対応エリア */
.lCol_box_area h4{
    margin-bottom: 15px;
}
.lCol_box_area .areaTotal{
    margin: 10px 0 15px; 
    text-align: right;
    font-weight: normal;
    font-size: 14px;
}
.lCol_box_area .areaTotalBox{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.lCol_box_area .areaTotalBox span {
    padding: 0 2px;
    font-size: 22px;
}


/* -------------------------- N*/
#lCol .blgsnav li{
	margin-top: 10px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../../lib/css/lib/img/bg_parts.png) no-repeat -795px -48px;
}
#lCol .blgsnav li a, #lCol .blgsnav li a:visited{
	font-size: 15px;
}

.liBn li{
	margin-bottom: 10px
}

#fbBox h3, #fbBox h2{
	margin-bottom: 12px;
	padding: 9px;
	background: #edeff4;
	border-top: 2px solid #315c99;
	border-right: none;
	border-left: none;
	font-size: 15px;
}
#fbBox{
	background: #fcfcfc;
	border: 1px solid #ddd;
}
#fbBox p{
	padding: 0 9px 9px
}
#fbBox p#fbBtn {
	float: left;
	width: 75px;
	margin-bottom: 0;
}
/* -------------------------- N*/


/* ==============================================================
/*     FOOTER
/* ============================================================== */
footer .inner{
	text-align: center;
	margin: 0 auto;
}

footer{
    background: #f5f5f5;
}
.footer_link{
    padding-top: 45px;
}
.footer_link li{
    float: left;
    width: 25%;
    margin-bottom: 60px;
    padding-left: 40px;
    text-align: left;
    box-sizing: border-box;
}
.footer_link h5{
    margin-bottom: 25px;
    font-size: 16px;
}
.footer_link li li{
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}

.footer_bar{
    padding: 20px 0;
    background: #367c38;
}
.footer_bar ul{
    float: left;
}
.footer_bar li{
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}
.footer_bar a, .footer_bar a:visited{
    color: #fff;
}
.footer_bar p{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #fff;
}

/* ==============================================================
/*     BASE
/* ============================================================== */

body{
    position: relative;
	background: #fff;
	color: #444;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    line-height: 1
}
h2{ font-size: 20px}
h3{ font-size: 18px}
h4{ font-size: 16px}
h5{ font-size: 16px}
h1,h2,h3,h4,h5,h6,strong,b{ font-weight:bold}

em{
	font-weight: bold;
    font-style: normal;
}
ol li{
	list-style: decimal outside;
}
ul li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td{
	border: 1px solid #c8c8c8;
	padding: 12px 20px;
}

caption{
	margin: 20px 0 15px;
	text-align:center;
	font-weight: bold
}

p, li, th, td, dt, dd, address{
	font-size: 16px;
    line-height: 1.6;
}
footer li{
	font-size: 14px;
	line-height: 1
}

blockquote, q {
	quotes: none;
}
input, select{
    vertical-align:middle;
}

/* link
---------------------------------*/
img{
	vertical-align: bottom;
}

a{ /* \*/ overflow:hidden; /* */}
a, a:visited{
	color: #005aaa;
}
a:hover, a:active{
	/*color: #7daed3;*/
    opacity: 0.5;
}
/*a img, a:visited img, input[type=image]{
	opacity: 1;
	filter: alpha(opacity=100)
}
a:hover img, a:active img, input[type=image]:hover{
	opacity: 0.8;
	filter: alpha(opacity=80)
}*/

/* clearfix
---------------------------------*/
.bloc:after, #wrap:after, .dlVoice:after, .pagenation:after,
.li4col:after, .grBox:after, .clearfix:after, ul:after{
    content: "";
    display: block;
    clear: both;
}

/*add kusakari
---------------------------------*/
#entry_type_wrapper{width: 720px; overflow: hidden;}
#entry_type_wrapper img{float: left; margin: 20px 50px}
#near_text{width: 90%; padding: 10px; background-color: #ffca75; border-radius: 5px;}
.float_box{width： 720px; overflow: hidden; margin: 0 auto; margin-bottom: 30px;}
.float_box .float_img{float: left; padding-right: 15px; margin-right: 2px; background: url("http://www.akiya-akichi.or.jp/admin/wp-content/uploads/2013/08/right_arrow_orange.png") center right no-repeat;}
.float_box .img_end{background: none; margin-right: 0;}
.bottom_arrow_orange{margin-top: 10px;margin-bottom: 30px; padding-bottom: 40px; background: url("http://www.akiya-akichi.or.jp/admin/wp-content/uploads/2013/08/down_arrow_orange.png") bottom center no-repeat;}
#far_text{width: 90%; padding: 10px; background-color: #d8ebbd; border-radius: 5px;}
.float_box2{width: 720px; overflow: hidden; margin: 0 auto; margin-bottom: 30px;}
.float_box2 .float_img{width: 120px; float: left; margin-right: 20px; background: url("http://www.akiya-akichi.or.jp/admin/wp-content/uploads/2013/08/left_arrow_green.png") center right no-repeat;}
.float_box2 .img_end{background: none;}
.bottom_arrow_green{overflow: hidden; margin-top: 10px;margin-bottom: 20px; padding-bottom: 40px; background: url("http://www.akiya-akichi.or.jp/admin/wp-content/uploads/2013/08/bottom_arrow_green.png") bottom center no-repeat;}
.bottom_end{ background: none; margin-bottom: 30px;}

/* add seminar
---------------------------------*/
div.seminar_body{width:700px;padding:10px;background-color:#fcf7ed;}
div.seminar_body img{float:left;}
div.seminar_body p{margin-left:160px;}

/* add soudan
---------------------------------*/
div. soudan_body{width:700px;margin-bottom: 50px;background-color:#FFF9F2;}
div. soudan_body img{float:left;}
div. soudan_body p{margin-left:160px;}


/* add component
---------------------------------*/
span.center{text-align:center;}

/* add blog
---------------------------------*/
table.width250{width: 250px;}


/* ContactForm7 */
span .wpcf7-list-item {
display : block ;
}
div.wpcf7-response-output {
	margin: 0 !important;
	padding: 20px 0 !important;
	text-align: center
}


.mt-10{ margin-top: -10px !important}
.mt-25{ margin-top: -25px !important}
.mt0{ margin-top: 0 !important}
.mt10{ margin-top: 10px !important}
.mt30{ margin-top: 30px !important}
.mb15{ margin-bottom: 15px !important}
.mb30{ margin-bottom: 30px !important}
.mb40{ margin-bottom: 40px !important}
.pt15{ padding-top: 15px !important}
.mtb20{ margin: 20px 0 !important}
.sTxt{ font-size: 14px !important}
.noBD{ border: none !important}


/* ==============================================================
/*     空き家管理コンテンツのための追加スタイル
/* ============================================================== */

/* =========== 追加要素のリセット ===========*/
.added_reset_style img{/*imgのサイズを親要素の幅、高さまでで表示させる*/
	max-width:100%;
	max-height:100%;
}
.added_reset_style,.added_reset_style *{/*border-box*/
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========== ボタン ===========*/
.mod-btn-0002 {
	margin-top:20px;
}
.mod-btn-0002 .btn__first-wrap{
	text-align: center;
}
.mod-btn-0002 .btn__second-wrap{
	display:inline-block;
}
.mod-btn-0002 .btn__a {
	position: relative;
	background-color: #FF9000;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px 13px 20px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;

  /*切り替えアニメーションオフ
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  */
}
.mod-btn-0002 .btn__a:hover {
  /*color: #777777;*/
  background-color: #F9B244;
}
.mod-btn-0002 .btn__a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
  position: absolute;
  top: 53%;
  right: 12px;
  margin-top: -7px;
  content: " ";
}
/*
.mod-btn-0002 .btn__a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #FF9000;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  content: " ";
  z-index: 2;
}
.mod-btn-0002 .btn__a:hover:after {
  border-color: transparent transparent transparent #F9B244;
}
*/
.mod-btn-0001{
	text-align: center;
}

.mod-btn-0001 li{
	display: inline;
}
.mod-btn-0001 li a{
	display: inline-block;
	width: 240px;
	padding: 10px 0;
	background: #ff9000;
	color: #fff;
	text-decoration: none;
	border-radius: 5px
}
.mod-btn-0001 li a:hover{ opacity: 0.8}



/* =========== 左右ボックス 左小 ===========*/
.layout-optional-0002 {
  margin-top: 40px;
}
.layout-optional-0002 .optional__first-wrap {
}
.layout-optional-0002 .optional__second-wrap {
}
.layout-optional-0002 .optional__content-wrap {
  *zoom: 1;
}
.layout-optional-0002 .optional__content-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.layout-optional-0002 .optional__content-wrap .optional__left-area {
  float: left;
  width: 20%;
  padding-right: 12px;
}
.layout-optional-0002 .optional__content-wrap .optional__right-area {
  float: right;
  width: 80%;
  padding-left: 12px;
}
.layout-optional-0002 .optional__adjust-img-mt{
	margin-top: 24px;
}
.layout-optional-0002 .optional__adjust-img-mt-none{
		margin-top:0;
}

.layout-optional-0002 img {
	border: 1px solid #ddd;
}



/* =========== ボックス中央配置(幅指定された動画用) ===========*/
.layout-optional-0003	.optional__second-wrap{
		text-align: center;
}
.layout-optional-0003	.optional__content-wrap{
		display: inline-block;
}


/* =========== 左右ボックス 左大 ===========*/
.layout-optional-0004 {
  margin-top: 40px;
}
.layout-optional-0004 .optional__first-wrap {
}
.layout-optional-0004 .optional__second-wrap {
}
.layout-optional-0004 .optional__content-wrap {
  *zoom: 1;
}
.layout-optional-0004 .optional__content-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.layout-optional-0004 .optional__content-wrap .optional__left-area {
  float: left;
  width: 80%;
  padding-right: 12px;
}
.layout-optional-0004 .optional__content-wrap .optional__right-area {
  float: right;
  width: 20%;
  padding-left: 12px;
}
.layout-optional-0004 .optional__adjust-img-mt{
	margin-top: 24px;
}
.layout-optional-0004 .optional__adjust-img-mt-none{
		margin-top:0;
}

.layout-optional-0004 img {
	border: 1px solid #ddd;
}

/* =========== ボックス中央配置（img用） ===========*/
.layout-optional-0005	.optional__second-wrap{
		text-align: center;
}
.layout-optional-0005 img{
	vertical-align: middle;
	margin-bottom:10px;
}

.layout-optional-0005 img + img{
	margin-left: 10px;
}


/* =========== 左右ボックス 流れ用 ===========*/
.layout-optional-0014 {
  margin-top: 40px;
}
.layout-optional-0014 .optional__first-wrap {
}
.layout-optional-0014 .optional__second-wrap {
}
.layout-optional-0014 .optional__content-wrap {
  position: relative;
  border: 1px solid #eee;
  padding: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.layout-optional-0014 .optional__content-wrap + .optional__content-wrap{
	margin-top: 20px;
}

.layout-optional-0014 .optional__content-inner{
	*zoom: 1;
}
.layout-optional-0014 .optional__content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.layout-optional-0014 .optional__content-wrap .optional__left-area {
  float: left;
  width: 24%;
  padding-right: 12px;
}
.layout-optional-0014 .optional__content-wrap .optional__right-area {
  float: right;
  width: 76%;
  padding-left: 12px;
}

.layout-optional-0014 .optional__content-wrap .optional__content-inner:before{
	content:" ";
  border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #cccccc transparent transparent;
  content: " ";
  position: absolute;
  left:0;
  right:0;
  top:-16px;
  bottom:0;
  height:0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.layout-optional-0014 .optional__content-wrap:first-child .optional__content-inner:before{
	border-width: 0;
}

.layout-optional-0014 .optional__adjust-img{

}

/* =========== ステップ（流れ）用表示 ===========*/
.layout-optional-0015 {
  margin: 40px 0;
  display: block;
}
.layout-optional-0015 .optional__first-wrap {
	display: block;
}
.layout-optional-0015 .optional__second-wrap {
	display: block;
}
.layout-optional-0015 .optional__content-wrap {
  position: relative;
}
.layout-optional-0015 .optional__content-wrap + .optional__content-wrap{
	margin-top: 20px;
}
.layout-optional-0015 .optional__content-inner{
	*zoom: 1;
	display: table;
	cursor: pointer;
	color:#333;
  border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.layout-optional-0015 .optional__content-inner:hover{/*この要素がaの場合*/
	color:#999;
	border: 1px solid #ddd;
}

.layout-optional-0015 .optional__content-inner:after {
  content: "";
  display: table;
  clear: both;
}
.layout-optional-0015 .optional__content-wrap .optional__left-area {
  display: table-cell;
  vertical-align: middle;
  padding-right: 12px;
}
.layout-optional-0015 .optional__content-wrap .optional__left-area img {
	max-width:140px;
}
/*
.layout-optional-0015 .optional__content-wrap .optional__center-area {
  display: table-cell;
  padding-right: 12px;
  vertical-align: middle;
}
*/
.layout-optional-0015 .optional__content-wrap .optional__right-area {
  display: table-cell;
  vertical-align: middle;
  /*width: 80%;*/
}

.layout-optional-0015 .optional__content-wrap .optional__content-inner:before{
	content:" ";
  border-style: solid;
	border-width: 12px 18px 0 18px;
	border-color: #ccc transparent transparent;
  content: " ";
  position: absolute;
  left:0;
  right:0;
  top:-17px;
  bottom:0;
  height:0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.layout-optional-0015 .optional__content-wrap:first-child .optional__content-inner:before{
	border-width: 0;
}

.layout-optional-0015 .optional__adjust-img{

}
.layout-optional-0015 .optional__number-display{
	display: inline-block;
	padding:8px 4px 4px 4px;
	width:32px;
	height:32px;
	line-height: 1;
	background-color:#7caf11;
	color: #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	margin-right: 8px;
}
.layout-optional-0015 .optional__content-inner:hover .optional__number-display{
	background-color:#8dc31c;
}

.layout-optional-0015 .optional__content-wrap > p{
	display: none;
}

/* =========== 小見出し＋テキスト ボックス ===========*/

.mod-text-box-0001{
	margin-top: 24px;
	display: block;
}
.mod-text-box-0001 .text-box__heading{
	font-weight: 700;
	margin-bottom: 8px !important;
	font-size:17px;
	display: block;
}
.mod-text-box-0001 .text-box__text{
	margin-top: 8px;
	margin-bottom: 8px !important;
	display: block;
}
.text-box__text-li-wrap{
	margin-bottom: 0 !important;
	display: block;
}
.text-box__text-li{
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
.text-box__text-li.text-box__adjust-margin img{
	margin:8px 0;
}
.text-box__text-li:before{
	content:"・";
}

.mod-text-box-0001 .text-box__text:last-child{
	margin-bottom: 0px !important;
}

.mod-text-box-0001.vr-0001 .text-box__heading{/*下線つきタイトルバージョン*/
	border-bottom: 1px solid #fafafa;
	padding-bottom: 3px;
}
.mod-text-box-0001.vr-0002 .text-box__heading{/*下線つきタイトルバージョン色違い*/
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px !important;
}


.layout-optional-0015 .mod-text-box-0001{
	margin-top:4px;
}
.layout-optional-0015 .optional__right-area .mod-text-box-0001{
	padding-right:12px;

}
.layout-optional-0014 .mod-text-box-0001{
	margin-top: 12px;
}

.layout-optional-0015 .optional__content-inner{
	text-decoration: none;
}

.layout-optional-0015 .mod-text-box-0001 .text-box__heading{
	/*color:#66900f;*/
	text-decoration: underline;
  color: #005aaa;
}
.layout-optional-0015 .optional__content-inner:hover .mod-text-box-0001 .text-box__heading{
	/*color:#8dc31c;*/
	color: #678ed6;
}
.layout-optional-0015 a.optional__content-inner .mod-text-box-0001 .text-box__text{
}
/* =========== 吹き出し ボックス ===========*/
.mod-text-box-0002{
	margin-top: 10px;
}
.mod-text-box-0002 .text-box_content-wrap{
	display: table;
	margin:0 auto;
}
.mod-text-box-0002 .text-box_speaking-person{
	display: table-cell;
	vertical-align: middle;
	padding-right: 4px;
}
.mod-text-box-0002 .text-box_content-text-wrap{
	display: table-cell;
	position: relative;
}
.mod-text-box-0002 .text-box_content-text{
	background-color:#d1e5bf;
	margin-left: 9px;
	padding: 12px 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.mod-text-box-0002 .text-box_content-text:before{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #d1e5bf transparent transparent ;
  z-index: 1;
  position: absolute;
  top: 52%;
  right: 12px;
  margin-top: -7px;
  content: " ";
}

.mod-text-box-0002.vr-0001 .text-box_content-wrap{/*左寄せにする*/
	margin:0;
}


/* =========== 吹き出し ボックス ===========*/
.mod-text-box-0003{
	margin-top: 44px;
}
.mod-text-box-0003 .text-box_content-wrap{
	display: table;
	margin:0 auto;
}
.mod-text-box-0003 .text-box_speaking-person{
	display: table-cell;
	vertical-align: middle;
	padding-right: 4px;
}
.mod-text-box-0003 .text-box_content-text-wrap{
	display: table-cell;
	position: relative;
}
.mod-text-box-0003 .text-box_content-text{
	background-color:#FFF9F2;
	padding: 24px 16px 24px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-left: 17px;
	border: 1px solid #ddd;
}
.mod-text-box-0003 .text-box_content-text span{
}

.mod-text-box-0003 .text-box_content-text:before{
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 18px 10px 0;
	border-color: transparent #ddd transparent transparent ;
	z-index: 1;
	position: absolute;
	top: 52%;
	right: 12px;
	margin-top: -7px;
	content: " ";
}

.mod-text-box-0003 .text-box_content-text:after{
	position: absolute;
	top: 0;
	left: 2px;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 18px 10px 0;
	border-color: transparent #FFF9F2 transparent transparent ;
	z-index: 1;
	position: absolute;
	top: 52%;
	right: 12px;
	margin-top: -7px;
	content: " ";
}


.mod-text-box-0003 .text-box_img-float{
	float: left;
	margin-top: -10px;
}

.mod-text-box-0003.vr-0001 .text-box_content-wrap{/*左寄せにする*/
	margin:0;
}


/* =========== グレー背景ボックス ===========*/
.layout-optional-0006 {
    background-color: #fcf7eb;
    box-sizing: border-box;
    padding: 32px 28px;
    width: 100%;
    border:4px double #ff9000;
}

#mrCol .layout-optional-0006 p{

}
#mrCol .layout-optional-0006 p:last-child, #oneCol .layout-optional-0006 p:last-child{
	margin-bottom: 0;
}


/* =========== 写真レイアウト調整 ===========*/
.layout-optional-0010{
	*zoom: 1;
}
.layout-optional-0010:after {
  content: "";
  display: table;
  clear: both;
}
.layout-optional-0010 .optional__left{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 5px;
}
.layout-optional-0010 .optional__right{
	float: right;
	width: 50%;
	text-align:left;
	padding-left: 5px;
}


/* =========== 既存のスタイルの余白調整 ===========*/

.liPageLink.adjust-padding-right a{
	width:280px;
}
.liPageLink.adjust-padding-right .plR a{
	padding-right:8px;
}

/* =========== 既存のスタイルの調整 ===========*/
.original-adj-grbox h5,
.original-adj-grbox h4{
	font-size:18px;
}

.grBox.original-adj-grbox .dlVoice{
	background:#fefefe;
	border:0px;
}

.grBox.original-adj-grbox-0002 {
	background:#fff !important;
	padding: 10px 11px 11px 16px !important;
	margin-bottom: 36px !important;

}

.grBox.original-adj-grbox-0002 h3,
.grBox.original-adj-grbox-0002 h2{
	border-left: 0px !important;
	padding: 5px 4px !important;
 	margin: 0 0 15px !important;

}

.grBox.original-adj-grbox-0002 p{
	margin-bottom: 0 !important;
}

.grBox.original-adj-grbox-0002 .optional__left-area,
.grBox.original-adj-grbox-0002 .optional__right-area{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.grBox.original-adj-grbox-0002 .optional__left-area{
	width: 88%;
	padding-top: 9px;
}
.grBox.original-adj-grbox-0002 .optional__right-area{
	width: 10%;
}

.grBox.original-adj-grbox-0002.vr-big .optional__left-area{
	width: 82%;
	padding-top: 4px;
}
.grBox.original-adj-grbox-0002.vr-big .optional__right-area{
	width: 17%;
}
.grBox.original-adj-grbox-0002.vr-big .layout-optional-0002{
	padding-left: 4px;
}

.media-pr-content-added.added_reset_style{
	float:left;
	width:48%;
}
.media-pr-content-added.added_reset_style.vr-right,
.mediaBox .media-pr-content-added.added_reset_style:last-child{
	float:right;
	width:48%;
}

.media-pr-content-added.added_reset_style>a{
	position:relative;
	border:1px solid #cccccc;
	display:block;
	min-height:188px;/*tv用の画像表示より少し小さめを最小高さとする*/
	max-height:240px;
	overflow:hidden;
	text-align:right;
}

.media-pr-content-added.added_reset_style>a img{
    width: 100%;
    height: auto;
}
.media-pr-content-added.added_reset_style>a img.noImg{
    opacity: 0;
}

.media-pr-content-added.added_reset_style>a>strong{
	position:absolute;
	text-align:left;
	top:0;
	left:-1px;
	width:45%;/*w-40-persentなど、別クラス付与で調整可能*/
	padding:10px;
	max-height:240px;/*親aの高さまで*/
	color:#fff;
	background-color:rgba(0,0,0,0.7);
	font-size:20px;
	line-height:1.2;
}

.media-pr-content-added.added_reset_style>a>strong.w-40-persent{
	width: 40%;
}

.media-pr-content-added.added_reset_style>a>strong.w-45-persent{
	width:45%;
}

.media-pr-content-added.added_reset_style>a>strong.w-50-persent{
	width:50%;
}

.media-pr-content-added.added_reset_style>a>strong.w-55-persent{
	width:55%;
}

.media-pr-content-added.added_reset_style>a>strong.w-60-persent{
	width:60%;
}

.media-pr-content-added.added_reset_style>a>strong .small{
	font-size:15px;
	display:block;
	padding-bottom:3px;
	font-weight:400;
    color: #fff;
}

.media-pr-content-added.added_reset_style>a:hover img{}

.media-pr-content-added.added_reset_style>a:hover>strong{
	background-color:rgba(0,0,0,0.6);
	z-index:100;
}

.added-content-clear{
	clear:both;
	height: 0;
	margin-bottom: 0 !important;
}

.heading_like_added{
	clear: both;
	margin: 40px 0 15px;
	padding: 16px 15px 13px;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.4;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	background: #dcefca;
	color: #333;
}
.mediaImg img{
    max-width: 400px;
    height: auto;
}
.media h2{
    line-height: 1.4 !important;
}
.media p{
    margin-bottom: 20px !important;
}

/* ==============================================================
/*     空き家管理コンテンツのための追加スタイルのあとに読み込む
/* ============================================================== */
/* =========== 余白上を0にしたい場合の処理 ===========*/
.is-margin-top-0{
	margin-top: 0;
}

/* =========== ラインを入れる処理 ===========*/
.layout-adj-0001.top-line{
	border: 1px solid #eee;
	margin-bottom: 20px;
}

/* =========== モジュール間の余白調整 ===========*/
.original-adj-grbox + .layout-adj-0001{
	margin-top: 32px;
}

.mod-btn-0001 + .layout-adj-0001{
	margin-top: 50px;
}
.mod-btn-0002 + .layout-adj-0001 {
	margin-top: 32px;
}
.layout-optional-0003 + .layout-adj-0001{
	margin-top: 88px;
}

.liCases + .layout-adj-0001{
	margin-top: 44px;
}


.layout-optional-0006 + .layout-adj-0001{
	margin-top: 64px;
}

.mod-pager-0002 + .layout-adj-0001 {
	margin-top: 48px;
}

.layout-optional-0014 + .layout-optional-0006{
	margin-top: 32px;
}

.layout-optional-0015 + .layout-optional-0006{
	margin-top: 56px;
}

.mod-text-box-0002{
	margin-bottom:44px;
}

.mod-text-box-0003 + .layout-adj-0001{
	margin-bottom:60px;
}

.layout-optional-0004 + p{
	margin-top: 24px;
}
.layout-optional-0015 + .mod-btn-0001{
	margin-top: 30px;
}

.layout-adj-0001 + .layout-optional-0006{
	margin-top: 40px;
}

.mod-text-box-0001 + .mod-text-box-0002{
	margin-top: 20px;
}

.liCases.adjust_add li > p {
	display:none;
}

.srvBox.adjust_add > p {
	display:none;
}

.srvBox.acSrv.adjust_add a {
	padding: 8px 20px 10px;
}

.grBox.original-adj-grbox-0002.vr-big + .layout-adj-0001 {
	margin-top: 48px;
}

.added-content-clear + .rLink {
	margin-top:8px;
}

.added-content-clear + .rTxt{
	margin-top: 24px;
}
/* ==============================================================
/*     お問い合わせページ
/* ============================================================== */
.step_img{
  margin-bottom: 20px;
}
#mainInquiryForm #zip,
#mainInquiryForm #zip_a,
#mainInquiryForm #zip_b,
#mainInquiryForm #zip_c{
  width:20%;
}
#mainInquiryForm #zip_btn{
  padding: 8px;
  vertical-align: top;
}
#mainInquiryForm .requiredElement{
	background: #ffcaca;
}
#mainInquiryForm label{
    margin-right: 15px;
}
#mainInquiryForm .selected>span>label,
#mainInquiryForm .selected span label,
#mainInquiryForm .checked+label{
  background: #ffffff;
}

#mainInquiryForm .focus {
	background: #fff6ca;
}
#mainInquiryForm .has_value {
	background: #ffffff;
}
#mainInquiryForm .privacy_kiyaku{
	background-color: #ffffff;
}
#mainInquiryForm div#hiddenNotification {
	padding-left: 2em;
	display: none;
}
.btnOrange{
    display: inline-block;
    padding: 15px 60px;
    background: #ff9000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.btnOrange:hover{
    opacity: 0.8;
}
#tblKojin{
    display: none;
}
.formKojin #tblKojin{
    display: block;
}
.type_a1formError{
    margin-top: 29px !important;
}

.msgError{
    margin: 15px 0;
    padding: 15px;
    color: #e86767;
    border: 1px solid #e86767;
    font-weight: bold;
}