/*
Theme Name: bess_theme_ver1.0
Theme URI: http://mega-hatsu.com/bess/
Description: tmp_var*のテンプレートから不要なものを除いたテーマ。bootstrapで作っています。
Version: Ver2.0
Author: inoue
Author URI: URI
*/

body {
	font-size: 14px;
	line-height: 1.7;
	font-family: 'Quicksand', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	font-weight: 500;
	color: #333;
	word-break: break-all;
}

a { text-decoration: none; transition: 0.3s; }
a:hover { text-decoration: underline; }

a:hover img {
	opacity: 0.8 ; 
	transition: 0.7s ;
}

img {
  height: auto;
}

ul,ol {
	font-size: 16px;
	margin-bottom: 2em;
}

tablecaption {
  margin: 0 0 10px;
  padding:5px;
  font-weight: bold;
  background: #ffecc9;
  text-align:  center;
  display: block;
  width: 100%;
  border: 1px solid #ffb632;
  color: #ff8600;
}

#toc_container {
  width: auto;
  margin: 2em auto 1em;
}

#toc_container,#toc_container li, #toc_container ul {
  font-size: 14px;
}

.all_wrap {
  margin-top: 119px;
}

@media (max-width: 767px) {
  .all_wrap {
    margin-top: 69px;
  }
}

/* CVタグによるフッター余白用 */
body > img {
	position: absolute;
	height: 0;
}

/* ========= margin/padding setting ========= */

.mg-btm-50 {
	margin-bottom: 50px;
}
/* スマホ表示にてカラム落ちを確認したため一旦削除20191210_takefuji
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
*/
.b {
	font-weight: bold;
}

/* ========= header ========= */
.navbar {
	margin-bottom: 0;
  width: 100%;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
  position: fixed;
  border: none;
  border-radius: 0;
  top: 19px;
  z-index: 200;
}

#title {
	margin: 0;
	padding: 0;
	width: 100%;
	background: linear-gradient(to right, #0d83de 0%, #7d51d6 50%, #ff2944 100%);
  position: fixed;
  top: 0;
  z-index: 200;
}

#title h1 {
	margin: 0 auto;
  padding: 4px 15px;
	width: auto;
	color: #FFFFFF;
	font-size: 10px;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navbar-header {
	width: calc(100% - 420px);
}

.navbar-brand {
  padding: 5px 15px;
}

.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

#logo {
	width: 200px;
	height: 40px;
	display: block;
}

.top_head_news {
  margin: 0;
  height: 50px;
  width: calc(100% - 280px);
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}

.top_head_news p {
  margin: 0;
  padding-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border-left: 1px solid #CCCCCC;
}

.dropdown-toggle {
  color: #345ecc !important;
  font-weight: bold;
  background:  #FFFFFF;
  margin-right: -15px;
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}

.fa-sign-in::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_login.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 2px;
}

.navbar-header .navbar-left, .navbar-header .navbar-right {
	height: 80px;
	padding: 15px 10px;
	font-size: 18px;
	line-height: 1.1;
}

.navbar-header .navbar-left.pd-top-20 {
	padding-top: 20px;
}

.navbar-left .text-orange {
	color: #ff6000;
}

.navbar-header strong {
	font-size: 160%;
}

.navbar-header small {
	font-size: 80%;
}

.navbar-header .text-large {
	font-size: 200%;
}

.navbar-header .navbar-tel {
	padding: 5px 8px 2px;
	color: #ed6103;
	display: block;
	border: 3px solid #ffa800;
	background: #FFFFFF;
}

.navbar-header .navbar-tel:hover {
	text-decoration: none;
}

.navbar-header .navbar-tel .phone-number {
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
}

.navbar-header .navbar-tel small {
	font-size: 70%;
}

.navbar-header .navbar-tel i {
	font-size: 20px;
}

.navbar-header .navbar-mail {
	margin: 0;
	padding: 0 16px;
	height: 50px;
	color: #34B8CC;
	font-size: 80%;
	background: #FFFFFF;
	border: 3px solid #7BD1DE;
}

.navebar-header .navbar-mail i {
	font-size: 20px;
	vertical-align: middle;
}

.head-menu {
	background: #FFFFFF;
	border-top: 1px solid rgba(0,0,0,.1);
}

.head-menu .nav .menu_list {
	padding: 0;
	width: 95px;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,.1);
}

.head-menu .nav .menu_list:nth-child(1) {
	border-left: 1px solid rgba(0,0,0,.1);
}

.head-menu .nav .menu_list a {
	display: block;
	padding: 15px 0;
}

.head-menu .nav .menu_list i {
	margin-top: 10px;
	font-size: 200%;
	display: block;
	color: #33b8cc;
}

.head-search-form {
	margin-top: 0;
	margin-bottom: 0;
}

.head-search-form > .form-group {
	line-height: 50px;
}

.fa-search::before {
  margin: auto;
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_search.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 2px;
}

.sns_link {
	margin: 20px 0 0;
}

.sns_link li {
	margin-left: 10px;
}

.sns_link > li a.ic_fb, .sns_link > li a.ic_tw,
.sns_link > li a.ic_head_tel, .sns_link > li a.ic_head_mail {
	padding: 0;
	width: 40px;
	height: 40px;
	border: none;
}

.bread_nav {
	margin: 15px 0;
	color: #666666;
	font-size: 12px;
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFFFFF;
  background: #0d83de;
}

/* グローバルメニュー */
.global_nav {
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 69px;
  z-index: 199;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
  transition: .3s;
}
.global_nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.global_nav ul::before {
  margin: auto;
  width: 1px;
  height: 20px;
  content: "";
  display: inline-block;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.global_nav ul li {
  flex: auto;
  list-style: none;
  text-align: center;
}

.nav_menu {
  padding: 15px 0;
  height: 50px;
  display: block;
  position: relative;
}

.nav_menu::before {
  content: "";
  margin: auto;
  width: 0;
  height: 3px;
  background: #3E60A7;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  visibility: hidden;
  transition: .3s ease-out;
}

.nav_menu:hover {
  text-decoration: none;
}

.nav_menu:hover::before {
  visibility: visible;
  width: 70%;
}

.nav_menu::after {
  margin: auto;
  width: 1px;
  height: 20px;
  content: "";
  display: inline-block;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .global_nav {
    display: none;
  }
}

/* サイドメニュー */
body.body_overlay {
  overflow: hidden;
  height: 100%
}

.drawer-nav {
  width: 300px;
  background: #2A408E;
  z-index: 300;
}

.drawer--left .drawer-nav {
  left: -300px;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 300px;
  background: rgba(255,255,255,.8);
}

.drawer-overlay {
  z-index: 299;
}

.drawer-hamburger {
  width: 50px;
  height: 50px;
  padding: 0 12px;;
  top: 19px;
  z-index: 300;
  box-sizing: border-box;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #888888;
  margin: 0;
  border-radius: 4px;
}

.drawer-hamburger-icon:before {
  top: -8px;
}

.drawer-hamburger-icon:after {
  top: 8px;
}

#st-trigger-effects {
  float: left;
}

#st-trigger-effects button {
  margin: 0 0 0 -15px;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #888888;
  display: block;
  font-size: 24px;
  border: none;
  position: relative;
  box-sizing: border-box;
  box-shadow: inset -1px 0 0 rgba(0,0,0,.1), 1px 0 0 rgba(255,255,255,1);
  transition: all .3s;
  background: #FFFFFF;
}

#st-trigger-effects button span {
  margin: auto;
  font-size: 10px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
}

#st-trigger-effects button:hover,#st-trigger-effects button span:hover {
  color: #2A408E;
}

.drawer-menu {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu-item {
  padding: 1em 1em 1em 1.2em;
  height: 50px;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
}

.drawer-menu-item small {
  margin-top: -8px;
  padding-left: 28px;
  display: block;
  font-size: 10px;
}

.fa-home::before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_home.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.fa-tags::before,
a .fa-search::before,
.fa-question-circle::before,
.fa-pencil-square-o::before,
.fa-sun-o::before,
.fa-columns:before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_ca-r.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.fa-address-book:before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_mypage.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.drawer-menu-item .fa-star:before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_fav_w.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.fa-history:before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_history.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.fa-envelope-square::before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_mail.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.fa-phone::before {
  content: "";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_tel.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
}

.drawer-menu li a:hover {
  background: #f26964;
  text-decoration: none;
  color: #FFFFFF;
}

.drawer-menu p {
  margin: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.st-menu_social {
  padding-top: 1em;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}

.st-menu_news a {
  padding: 1em 1em 1em 1.2em;
  display: block;
  color: #FFFFFF;
}

.st-menu_tel {
  position: absolute;
  top: 8px;
  left: 45px;
}
.st-menu small {
  margin-top: -8px;
  padding-left: 20px;
  display: block;
  font-size: 10px;
}

.st-menu_about {
  padding: 1em 1em 1em 1.2em;
}

li.st-menu_about a {
  margin-right: 10px;
  color: #FFFFFF;
}

li.st-menu_about a:hover {
  color: #f26964;
  background: none;
}

li.st-menu_about a::before {
  content: "・";
}

/* ソーシャルアイコン */
.social-list {
  margin: 10px 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.social-list a {
  font-size: 1.25rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px !important;
  vertical-align: middle;
  margin-right:12px;
  position: relative;
}

.fa-facebook::before {
  margin: auto;
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_fb.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.fa-twitter::before {
  margin: auto;
  content: '' !important;
  width: 15px;
  height: 15px;
  border: 0px;
  background: url(https://www.eco-hatsu.com/battery/wp-content/themes/ecohatsu_battery_ver03/images/x_logo.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.icon-Social_Line::before {
  margin: auto;
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_line.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.social-list a.icon-Social_Line {
  
}

.social-list a.icon-Social_Instagram {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-list a.icon-Social_Instagram img {
  width: 15px;
  height: 15px;
}

.social-list:hover {
  text-decoration: none;
}

.icon-Social_Facebook:hover {
  background: #3b5999;
}

.icon-Social_Twitter:hover {
  background: #000000;
}

.icon-Social_Gplus:hover {
  background: #dd4b34;
}

.icon-Social_Pinterest:hover {
  background: #cb2028;
}

.icon-Social_Instagram:hover {
  background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.icon-Social_Snapchat:hover {
  background: #fffb00;
}

.icon-Social_Line:hover {
  background: #00B900;
}

/* ====== トップビデオ ====== */
#top_image_container {
  margin-top: 69px;
  position: relative;
  overflow: hidden;
}
#video_container {
  width: 100%;
  height: 700px;
  position: absolute;
}

#video_container::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: rgba(0,0,0,.5);
  position: absolute;
  z-index: 1;
}

#video_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: url(images/bg_dot.png) repeat;
  position: absolute;
  z-index: 2;
}

video#top_bg_video {
  width: 100%;
  height: 700px;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

/* ====== トップループ画像 ====== */

.bg_loop_box {
  margin: auto;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
}

.bg_loop_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: rgba(0,0,0,.5);
  position: absolute;
  z-index: 1;
}

.bg_loop_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: url(images/bg_dot.png) repeat;
  position: absolute;
  z-index: 2;
}

.bg_loop_box .loop_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: bgAnime 21s infinite;
}

.bg_loop_box .img1 {
  background: url("images/top_bg_loop1.jpg") center no-repeat;
  background-size: cover;
  animation-delay: 0;
}

.bg_loop_box .img2 {
  background: url("images/top_bg_loop2.jpg") center no-repeat;
  background-size: cover;
  animation-delay  : 7s;
}

.bg_loop_box .img3 {
  background: url("images/top_bg_loop3.jpg") center no-repeat;
  background-size: cover;
  animation-delay  : 14s;
}

@media (max-width: 767px) {
  .bg_loop_box {
    height: 400px;
  }
  .bg_loop_box::before {
    height: 400px;
  }
  .bg_loop_box::after {
    height: 400px;
  }
}


@keyframes bgAnime {
  0% { opacity: 0; transform: scale(1.0, 1.0); }
  1% { opacity: 0; transform: scale(1.0, 1.0); }
  5% { opacity: 1; transform: scale(1.0, 1.0); }
  10% { opacity: 1; transform: scale(1.0, 1.0); }
  25% { opacity: 1; transform: scale(1.2, 1.2); }
  35% { opacity: 0; transform: scale(1.3, 1.3); }
  100% { opacity: 0; transform: scale(1.4, 1.4); }
}


/* ====== トップインフォメーション ====== */
#top_info {
  padding: 20px 0;
}

#top_info ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

#top_info li {
  margin-right: 15px;
  flex: 1;
}

#top_info li:last-child {
  margin-right: 0;
}

#top_info li a {
  display: block;
}

#top_info li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #top_info {
    padding: 15px 0;
  }
  #top_info ul {
    display: block;
  }
  #top_info li {
    margin: 0;
    width: 50%;
    float: left;
  }
  #top_info li:nth-child(1) {
    padding: 0 7px 7px 0;
  }
  #top_info li:nth-child(2) {
    padding: 0 0 7px 7px;
  }
  #top_info li:nth-child(3) {
    padding: 7px 7px 0 0;
  }
  #top_info li:nth-child(4) {
    padding: 7px 0 0 7px;
  }
}

/* ========= article ========= */

article {}

article h2 {
	padding: 10px 10px 10px 45px;
	margin: 0 0 10px 0;
	line-height: 1.5;
	background: #34B8CC;
	font-size: 20px;
	color: #FFFFFF;
	border: none;
	border-top: 5px solid #ffa800;
	position: relative;
}

article h2:before {
	content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_h2_panel.svg) no-repeat;
  background-size: cover;
	position: absolute;
	top: 13px;
	left: 12px;
}

article h3 {
  margin: 45px 0 35px 0;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  border-left: 6px solid #34b8cc;
  font-weight: bold;
}

article h4 {
	margin: 30px 0;
	width: auto;
	height: auto;
	padding: 10px;
  color: #1b5498;
	background: #f0f9ff;
	border-top: 2px solid #3A82D8;
	border-bottom: 2px solid #3A82D8;
}

/* 通常記事ページ h5 */
article.post_page h5 {
  padding: 0 0 0 30px;
	font-weight: bold;
	line-height: 1.7;
  color: #1b5498;
  background: #EFEFEF;
  font-size: 17px;
  position: relative;
}

article.post_page h5::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #1b5498;
}

article p {
	margin: 0 0 2em;
	font-size: 16px;
	line-height: 1.80;
	letter-spacing: 0.03em;
}

blockquote {
	font-size: 14px;
}

/**/
blockquote {
	position: relative;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
	background: #efefef;
	color: #555;
	margin-bottom: 2em;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

blockquote p {
	font-size: 14px;
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
/**/

article table {
	margin: 0 0 2em;
	font-size: 14px;
	width: 100%;
}

article table td, article table th {
	border: solid 1px #efefef;
	padding: 14px;
	background-color: #fff;
}

article table th {
	text-align: center;
	background: #afdbf5;
}

article table td.th {
  text-align: center;
  background: #afdbf5;
  font-weight: bold;
}

article img {
	margin: 0 auto 20px;
	max-width: 100%;
}

.eyecatch {
	width: 640px;
	margin: 0 auto;
}

.sub-content-title {
	width: auto;
	padding: 15px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0 -3px 0 #34B8CC;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-size: 20px;
}

article table.table_type2 ul{
	padding-inline-start: 20px;
	margin-bottom: 0;
}

article table.table_type2 td:first-child {
	width: 10%;
}

article table.table_type2 td {
	width: 30%;
}

article dl {
	border-bottom: 1px solid #efefef;
}

article dt {
	background: #fff2e5;
	padding: 10px;
	border: 1px solid #ffe0c1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: flex;
	align-items: center;
}

article dt::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffaf91;
	margin-right: 10px;
}

article dd {
	padding: 10px;
	background: #fffdf9;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}

article dd + dd {
	border-top: 1px dotted #efefef;
}

article dl + dl dt {
	background: #fff9dd;
	border: 1px solid #fdf0b9;
}

article dl + dl dt::before {
	background: #ffdb30;
}

article dl + dl + dl dt {
	background: #ecffdd;
	border: 1px solid #cbf59a;
}

article dl + dl + dl dt::before {
	background: #78c739;
}

@media (max-width: 768px) {
  article h2 {
    margin: 0;
  }
  .eyecatch {
    width: 100%;
  }
  article table.table_type2 th,
  article table.col_4_more th {
  	display: none;
  }
  article table.table_type2 td,
  article table.col_4_more td {
  	width: 100%;
  	display: block;
  	border-bottom: none;
  }
  article table.table_type2 td:first-child {
  	width: 100%;
  	background: #afdbf5;
  	text-align: center;
  	font-weight: bold;
  	border-bottom: none;
  }
  article table.table_type2 td::before,
  article table.col_4_more td::before {
  	content: attr(data-label);
  	display: block;
  	background: #ffd4d4;
  	padding: 5px 10px;
  	font-weight: bold;
  	margin-bottom: 10px
  }
  article table.table_type2 td:first-child::before,
  article table.col_4_more td:first-child::before {
  	display: none;
  }
  article table.table_type2 td:last-child,
  article table.col_4_more td:last-child {
  	border-bottom: 1px solid #efefef;
  }

}

/* ========= bootstrap overwrite ========= */
.nav-tabs {
  display: flex;
}

.nav-tabs>li {
  flex: 1;
  text-align: center;
}

.nav-tabs>li>a {
	background: #a2a2a2;
	color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	font-weight: bold;
}

/* ========= interview contents 20180215 nakazawa========= */
.interview_thumb img {
   margin: 0;
}

.interview_toc {
   padding: 20px 20px 5px;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
}

article h3.interview_ttl {
   margin: 0;
   padding: 20px 20px 20px 45px;
   background: #e7fdff;
   border-top: 4px solid #34b8cc;
   border-left: 1px solid #DDDDDD;
   border-right: 1px solid #DDDDDD;
   border-bottom: 1px solid #bdeaef;
   position: relative;
}

h3.interview_ttl:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_mic.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 10px;
}

.interview_photo {
  width: 90%;
  margin: 10px  auto 20px;
  padding: 5px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.interview_photo p {
  margin: 10px 0 0;
  color: #666666;
}

.interview_photo img {
 margin: 0;
}

.interview_photo2 {
  margin: 20px auto;
  width: 90%;
  display: flex;
}

.interview_photo2 div {
  padding: 5px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  flex: 1;
}

.interview_photo2 div:nth-child(1) {
  margin-right: 10px;
}

.interview_photo2 div:nth-child(2) {
  margin-left: 10px;
}

.interview_photo2 div img {
  margin: 0;
}

.interview_photo2 div p {
  margin: 10px 0 0;
  color: #666666;
}

/*以下、①背景色など*/
.line-bc {
  padding: 20px;
  margin: 0 auto;
  font-size: 14px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.line-bc.last-of-type {
   border-bottom: 1px solid #DDDDDD;
}

/*以下、②左側のコメント*/
.balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon .faceicon {
  float: left;
  margin-right: -50px;
  width: 50px;
	height: 50px;
	background: #b3b3b3;
	border-radius:  50%;
  overflow:  hidden;
}

.balloon .faceicon img {
  margin: 0;
  width: 100%;
  height: auto;
}

.balloon .faceicon.man1 {
  background: url(https://mega-hatsu.com/bess/wp-content/uploads/interview/face_icon_man1.jpg) no-repeat;
  background-size: cover;
}

.balloon .faceicon.man2 {
  background: url(https://mega-hatsu.com/bess/wp-content/uploads/interview/face_icon_man2.jpg) no-repeat;
  background-size: cover;
}

.balloon .faceicon.woman1 {
  background: url(https://mega-hatsu.com/bess/wp-content/uploads/interview/face_icon_woman1.jpg) no-repeat;
  background-size: cover;
}

.balloon .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 60px;
  padding: 0 15px;
  max-width: 80%;
  border-radius: 12px;
  background: #edf1ee !important;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 15px 0;
  padding: 0;
  line-height: 1.6;
}

.says p span.red,
.mycomment p span.red {
 color: #BB304B;
 font-weight: bold;
}

.says.blue {
  color: #333;
  background: #d2f9f6 !important;
}

.says.blue:after {
	border-right: 18px solid #d2f9f6;
}

.says.orange {
  color: #333;
  background: #ffedc2 !important;
}

.says.orange:after {
	border-right: 18px solid #ffedc2;
}

.says.pink {
  color: #333;
  background: #ffe3e3 !important;
}

.says.pink:after {
  border-right: 18px solid #ffe3e3;
}

/*以下、③右側の緑コメント*/
.mycomment {
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.mycomment .faceicon {
	margin-left: -50px;
	width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
	background: #b3b3b3;
}

.mycomment .faceicon img {
	margin: 0;
}

.mycomment p{
	display: inline-block;
  position: relative; 
  margin: 0 60px 0 0;
  padding: 15px;
  max-width: 80%;
  border-radius: 12px;
  background: #99fbab;
  text-align: left;
  line-height: 1.6;
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #99fbab;
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.my_says {
	display: inline-block;
	position: relative; 
  margin: 0 60px 0 0;
  padding: 0 15px;
  max-width: 80%;
  border-radius: 12px;
  background: #99fbab !important;
  text-align: left;
  line-height: 1.6;
}

.mycomment .my_says p {
	margin: 15px 0;
	padding: 0;
	line-height: 1.6;
	max-width: 100%;
	border-radius: inherit;
	background: none;
	text-align: left;
	position: initial;
}

h3.prof_ttl {
	margin: 30px 0 19px;
	padding: 20px 10px 20px 60px;
	line-height: 1;
	border-top: 1px solid #eee;
	border-left: none;
	border-bottom: 1px solid #eee;
	position: relative;
}

h3.prof_ttl:before {
	content: "";
	width: 32px;
	height: 32px;
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_prof.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 10px;
}

.interview_prof_img {
	width: 24%;
	float: left;
}

.interview_prof_img.horizontal {
	position: relative;
	overflow: hidden;
}

.interview_prof_img.horizontal::before {
	content: "";
  display: block;
  padding-top: 100%;
}

.interview_prof_img.horizontal img {
	position: absolute;
	width: auto;
	height: 100%;
	top:0;
	object-fit: cover; 
}

.interview_prof_img img {
	margin: 0;
}

.interview_prof_txt {
	float: left;
	padding-left: 20px;
	width: 76%;
}

.interview_prof_txt p {
	margin: 15px 0 0;
	line-height: 1.5;
}

.interview_prof_name {
	padding: 10px 0 10px 15px;
	border-left: 5px solid #ffa800;
}

.interview_prof_name h4 {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	font-size: 14px;
  font-weight: bold;
  border: none;
}

.interview_prof_name p {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
}

.mega_comment {
	font-weight: bold;
	color: #0071c7;
}

p.reference {
	font-size: 14px;
	text-align: right;
}

/*---------interview02----------*/
.chat_yellow {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

.chat_yellow img {
	float: right;
}

.chat_yellow .chat {
  float: left;
  border: 1px solid #fdcf52;
  background: #ffc;
}

.chat_yellow .chat, .chat_blue .chat {
	width: 590px;
	position: relative;
	border-radius: 5px;
	padding: 30px;
}

.chat_yellow img, .chat_blue img {
	width: 80px;
	border-radius: 5px;
	border: 1px solid #d4d3d0;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.chat_yellow .chat:before {
	border-color: rgba(253, 207, 82, 0);
	border-left-color: #fdcf52;
	border-width: 12px 0 12px 20px;
	margin-top: -11px;
}

.chat_yellow .chat:after, .chat_yellow .chat:before {
	left: 100%;
	top: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chat_blue {
	clear: both;
	margin-top: 40px;
	overflow: hidden;
}

.chat_blue img {
	float: left;
}

.chat_blue .chat {
	float: right;
	border: 1px solid #70cbe9;
	background: #e8f6f9;
}

.chat_blue .chat:before {
	border-color: rgba(253, 207, 82, 0);
	border-right-color: #70cbe9;
	border-width: 12px 20px 12px 0;
	margin-top: -11px;
}

.chat_blue .chat:after, .chat_blue .chat:before {
	right: 100%;
	top: 45px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.chat_yellow .chat, .chat_blue .chat {
	width: 85%;
	position: relative;
	border-radius: 5px;
	padding: 30px;
}

.annotation {
	margin: auto;
	padding: 20px;
	width: 90%;
	background: #f7fcff;
	border: 1px solid #ddd;
}

.annotation p {
	font-size: 13px;
}

.annotation_ttl span {
	color: #08c;
}

article .annotation img {
	margin: 0;
}

sup {
	color: #08c;
}

@media (max-width: 768px) {
	article h3.interview_ttl { font-size: 16px;}
	article .line-bc p { font-size: 13px;}
	.line-bc {padding: 10px;}
	.interview_photo {
		width: 100%;
		padding: 5px;
	}
	.interview_prof_img {
		margin: 0 auto 10px;
		width: 50%;
		float: none;
	}
	.interview_prof_txt {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}
	.interview_prof_name p {
		font-size: 16px;
		line-height: 1.2;
	}
	.interview_photo2 {display: block;}
	.interview_photo2 div:nth-child(1) {
		margin: 0 0 10px;
		padding: 5px;
	}
	.interview_photo2 div:nth-child(2) {
		margin: 0;
		padding: 5px;
	}
}

/* ========= bootstrap overwrite ========= */
.nav-tabs>li>a {
	background: #a2a2a2;
	color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	font-weight: bold;
}

/* ========= relation posts ========= */

.swiper-container-relation {
	overflow-x: hidden;
}

.swiper-container-relation .media {
	height: 95px;
	padding: 10px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}

.swiper-container-relation .media-body {
	padding-right: 6px;
}

.swiper-container-relation i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto 0;
	display: table;
	color: #ddd;
	transition: .2s ease;
}

.swiper-container-relation h4 {
	font-size: 14px;
	line-height: 1.5;
}

.swiper-container-relation a:hover {
	text-decoration: none;
}

.swiper-container-relation a:hover * {
	color: #337ab7;
}

.btm-bnr img {
	width: 100%;
}

/* ========= oyakudati contents ========= */

.help_content .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 8px 2px;
	color: #337ab7;
}

.help_content p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.help_content a:hover p {
	color: #337ab7;
}

.help_content a:hover {
	text-decoration: none;
	color: #337ab7;
}

.prefecture_table a {
	padding: 0 5px;
}

/* ========= user_voice page ========= */

.voice_uparea {
	margin: 20px 0;
}

#user_img {
	width: 45%;
	float: left;
}

#user_info {
	float: right;
	width: 55%;
}

p.question {
	font-weight: bold;
	color: #3774FB;
}

article .voice_uparea table th {
	text-align: left;
}

article .voice_uparea  table td, article .voice_uparea table th {
  border: none;
  border-bottom: solid 1px gray;
  padding: 10px;
  background-color: #fff;
}
article .voice_uparea table th{
	width: 45%;
}
article .voice_uparea figure img {
    margin: 0 auto 20px;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 0 0;
}

figure.relative {
	position: relative;
}

figcaption.absolute {
	position: absolute;
	bottom: 80px;
	color: #fff;
	background: rgba(0,0,0,.6);
	width: 100%;
	max-width: 600px;
	padding: 1em 0;
}

figcaption.absolute p {
	margin: 0;
	padding: 0 0.8em;
	font-size: 150%;
	text-align: center;
}

/* ========= sidebar ========= */

.fa-ul {
  margin-left: 2.14285714em;
}

.fa-ul>li {
	position: relative
}

#sidebar img {
	width: 100%;
}

#sidebar .side-bnr {
	margin-bottom: 20px;
}

#sidebar .side-article-list {
	margin-bottom: 20px;
}

.sideborder {
	border: 1px solid #ddd;
	padding: 10px;
}

.side-title {
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin: 0;
	background: #34B8CC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.side-article-list ul {
	list-style: none;
	padding: 0;
  font-size: 14px;
}

.side-article-list li {
	width: 100%;
	margin: 6px 0 2px 0;
	padding: 0 0 4px 0;
	line-height: 1.3;
	display: inline-block;
	border-bottom: 1px dotted #A5A4A4;
}

/*FontAwesome reset */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-caret-right::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_arrow_r.svg) no-repeat;
  background-size: cover;
}

.side-property-detail {
	font-size: 84%;
	margin: 6px 0 0 0;
}

.side-property-detail dt {
	width: 20%;
	text-overflow: initial;
	line-height: 1.6;
	display: inline-block;
}

.side-property-detail dd {
	width: 80%;
	margin: 0;
	padding: 0 0 0 10px;
	color: #bf8803;
	line-height: 1.6;
	display: inline-block;
}

.side-property-title {
	background: #f2f2f2;
	padding: 4px;
}

/* ========= icon ========= */
.fa {display: inline-block;}

.fa-lg {
	line-height: .75em;
	vertical-align: -15%;
}
.cat_icon_wrap {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cat_icon_wrap li {
	margin: 4px 2px;
	display: inline-block;
}

.cat_icon_wrap li.contact_num {
  float: right;
  padding-bottom: 10px;
}

.cat_icon {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	padding: 2px 6px;
	letter-spacing: 1px;
}

.cat_icon:hover {
  text-decoration: none;
  background: #fff;
}

.icon_bg-red {
	background: #f06d6d;
	border: 1px solid #f06d6d;
}
.icon_bg-red:hover { color: #f06d6d; }

.icon_bg-orange {
	background: #fb9440;
	border: 1px solid #fb9440;
}
.icon_bg-orange:hover { color: #fb9440; }

.icon_bg-yellow {
	background: #ffc103;
	border: 1px solid #ffc103;
}
.icon_bg-yellow:hover { color: #ffc103; }

.icon_bg-yellowgreen {
	background: #8ad002;
	border: 1px solid #8ad002;
}
.icon_bg-yellowgreen:hover { color: #8ad002; }

.icon_bg-green {
	background: #3abb17;
	border: 1px solid #3abb17;
}
.icon_bg-green:hover { color: #3abb17; }

.icon_bg-bluegreen {
	background: #3dc9a3;
	border: 1px solid #3dc9a3;
}
.icon_bg-bluegreen:hover { color: #3dc9a3; }

.icon_bg-lightblue {
	background: #2bbad4;
	border: 1px solid #2bbad4;
}
.icon_bg-lightblue:hover { color: #2bbad4; }

.icon_bg-blue {
	background: #5082d6;
	border: 1px solid #5082d6;
}
.icon_bg-blue:hover { color: #5082d6; }

.icon_bg-purple {
	background: #8873da;
	border: 1px solid #8873da;
}
.icon_bg-purple:hover { color: #8873da; }

.icon_bg-lightpurple {
	background: #cf8ddb;
	border: 1px solid #cf8ddb;
}
.icon_bg-lightpurple:hover { color: #cf8ddb; }

.icon_bg-pink {
	background: #ff9f9f;
	border: 1px solid #ff9f9f;
}
.icon_bg-pink:hover { color: #ff9f9f; }

.contact_num_area {
	color: #fff;
	background: #5d8ede;
	border: solid 2px #4883bd;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	display: flex;
	align-items: center;
}

.contact_num_area::before {
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
	margin-right: 2px;
	margin-bottom: -2px;
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/ico_contact_num.svg) no-repeat;
	background-size: contain;
}

.contact_num_area span {
	color: #ff6e00;
	font-size: 16px;
	margin: 0 4px 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #FFF;
	text-align: center;
	border-radius: 50%;
	line-height: 28px;
	padding: 0 4px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.contact_num_area span {
		font-size: 12px;
	}
}

/* ========= footer ========= */
footer {
	width: 100%;
	padding: 30px 0 0 0;
	color: #969696;
	background: #2d3639;
}

.foot-list .foot-list-title {
	color: #969696;
	font-weight: bold;
}

.foot-list li a {
	color: #969696;
  position: relative;
}

.foot_logo img {
	width: 150px;
	opacity: .5;
	margin: 20px 0;
}

.copyright {
	margin: 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #222222;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	background: #333333;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #34B8CC;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.fa-chevron-up::before {
  content: '' !important;
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  display: block;
}

/* ========= property page ========= */
.single-sns-top {
	border-bottom: 1px solid #ddd;
}

#print_btn {
	border: none;
	background: #ffffff;
	padding: 0;
	color: #34b8cc;
}

#print_btn:hover {
	color: #ddd;
}

.fa-print:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_print.svg) no-repeat;
  background-size: cover;
  position: relative;
  top: 2px;
  display: inline-block;
}

.attention_icon-box {
	border-bottom: 1px solid #ddd;
}

.store-head {
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffa204;
}

.property_img {
	width: 100%;
  height: auto;
}

.property_main_table {
	width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

.property_main_table tr {
  display: flex;
  width: 100%;
}

.property_main_table th {
	width: 40%;
	padding: 10px 0;
	background: #efefef;
  color: #1c94c4;
	border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}


.property_main_table td {
	padding: 10px;
  width: 60%;
	color: #f56b6b;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #ddd;
  border-bottom: none;
  display: flex;
  align-items: center;
  line-height: 1.3;
}


.property_sub_table {
	margin: 0;
	padding: 0;
	width:100%;
}

.property_sub_table tr {
	border-bottom: 1px dotted #ddd;
}

.property_sub_table th {
	width: 20%;
	background: none;
	border: none;
	line-height: normal;
	font-size: 14px;
	color: inherit;
	text-align: left;
}
.property_sub_table td {
	width: 30%;
	font-size: 14px;
	border: none;
}
.sp_only .property_sub_table th {
	width: 35%;
}
.sp_only .property_sub_table td {
	width: 65%;
}
.property_sub_table i {
	color: #ffa204;
	padding: 0 10px 0 0;
}

.property_sale_ttl {
	position: relative;
}

.property_sale_ttl a {
	padding: 10px 15px 10px 25px;
	color: #FFF;
	background: #6FA9C1;
	display: block;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

.property_sale_ttl a::before {
	content: "";
  width: 18px;
  height: 18px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_ca-r2.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -10px;
}

.property_sale_ttl a:hover {
	background: #9DC7D8;
	text-decoration: none;
}

p.confirm {
  position: relative;
}

p.confirm span.right {
  position: absolute;
  right: 0;
  top: -25px;
}

p.confirm span.right::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_beginner.svg) no-repeat;
  background-size: cover;
  position: relative;
  top: 3px;
  right: 5px;
}

.plice_include {
  margin: 0 -8px;
}

.plice_include div {
	margin-bottom: 16px;
  height: 54px;
}

.plice_include div.col-xs-6,
.plice_include div.col-md-4 {
	padding: 0 8px;
}

.plice_include div:first-child {
	font-size:13px
}

.plice_include span {
	padding:15px 0;
	border:1px solid #ccc;
	display:block;
	text-align:center;
	background: #efefef;
	color: rgba(0,0,0,0.2);
}

.plice_include div span::before {
  content: "";
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
}

.plice_include span.active {
	background: #5caac3;
	color: #fff;
	font-weight: bold;
}

.plice_include div span.active::before {
	content: "";
	display: block;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_check.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
}

@media (max-width: 600px) {
	.property_sale_ttl a {
		margin-bottom: 20px;
		position: relative;
		width: 100%;
		text-align: center;
	}
  .plice_include div span::before,.plice_include div span.active::before {
    width: 16px;
    height: 16px;
    left: 13px;
  }
}

/* ========= property contact btn ========= */
.property_contact_wrap {
	background: #f1f1f1;
	padding: 20px;
}

.property_contact_top {
	margin-bottom: 20px;
}

.form-green-btn {
	color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-shadow: -1px -1px 0 rgba(0,0,0,.3);
	border-radius: 6px;
	border: 1px solid transparent;
	background: linear-gradient(#66ca72,#40bd4f);
	box-shadow: 0 4px 0 #30873a;
	cursor: pointer;
	line-height: 1.5;
	padding: 5px 0 0 0;
}

.form-green-btn:hover {
	outline: 0;
	background: linear-gradient(#85d58e,#66ca72);
	box-shadow: 0 1px 0 #30873a;
	top: 3px;
}

.form-green-btn .fa-stack {
	font-size: 30px;
}

.form-green-btn .fa-stack .fa-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-green-btn .fa-caret-right {
	color: #4dc15b;
	display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.form-green-btn .fa-circle:before {
  margin: auto;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: -1px -1px 0 rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  bottom: 0;
}

.form-green-btn .fa-caret-right::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #008a2c;
  background: none;
  content: "";
  position: relative;
  right: -2px;
}

.property_contact_under p {
	margin-bottom: 0;
}

.property_contact_under_text {
	padding: 0;
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}

.property_contact_under_number {
	font-size: 34px;
	font-weight: bold;
	color: #ff9c00;
	text-align: center;
}

.property_contact_under_number .fa-phone::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_tel2.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 3px;
}

.property_contact_under_text2 {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4;
}

.property_detail_table_title {
	margin: 30px 0;
	width: auto;
	height: auto;
	padding: 10px;
	background: #eee;
	border-top: none;
	border-bottom: none;
}

table.property_detail_talbe {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

.property_detail_talbe thead th {
	background: #d9ecff;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

.property_detail_talbe tbody th {
	background: #f7f7f7;
	padding: 10px 0;
	border: none;
}

.property_detail_talbe tbody tr {
	border-bottom: 1px solid #eaeaea;
}

.property_detail_talbe tbody td {
	border: none;
}

.rate {
	color: #6666CC;
	font-size: 28px;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
	font-family: "Times New Roman";
}

p.rate_text {
	background: #f7f7f7;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	border-radius: 6px;
	line-height: 1.7;
}

/* ========= property btm list ========= */
.building_list {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 20px;
}

.building_list:hover {box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);}
.building_list.pink {border-top: 4px solid #f79191;}
.building_list.green {border-top: 4px solid #69c374;}
.building_list a {color: #333;}
.building_list a:hover {text-decoration: none;}

.building_list img {
	float: left;
	margin: 0 20px 0 0;
  height: 75px;
}

.building_list span {
	font-weight: bold;
}

.dl-store {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ddd;
}

.dl-store dt {
	padding: 10px 0;
	height: auto;
	width: 30%;
	background: none;
	border: none;
	line-height: normal;
	font-size: 14px;
	color: inherit;
	float: left;
}

.dl-store dt i {
	color: #ffa204;
}

.dl-store dd {
	margin: 0;
	padding: 10px;
	height: auto;
	width: 70%;
	font-size: 14px;
	float: left;
}

.dl-store dt::before {
  display: none;
}

/* ========= toppage-new-property ========= */

.swiper-container2 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.toppage-new-property {box-shadow: 0 0 8px rgba(0,0,0,.3);}
.toppage-new-property .side-property-detail {margin: 10px 0;}
.toppage-new-property .flat_btn {width: 100%;}

.thumbnail_inner {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #DDDDDD;
}

.panel_type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.panel_icon {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	float: left;
}

.low_pres {background:linear-gradient(135deg, #0FF0B3 0%,#036ED9 100%);}
.high_pres {background:linear-gradient(135deg, #f54ea2 0%,#ff7676 100%);}
.mega_pres {background:linear-gradient(135deg, #fad961 0%,#f76b1c 100%);}

.toppage-new-property .side-property-title {
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5;
  min-height: 44px;
}

.home_wrapper {
	padding: 40px 0;
}

p.en_title {
	margin: 0;
	text-align: center;
	color: #345ecc;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.home_main_title {
	padding: 15px;
	margin: 0 auto 20px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 5px rgba(0, 0, 0, 0.08);
	position: relative;
}

.home_main_title::before {
	content: "";
	display: block;
	width: 120px;
	height: 5px;
	background:linear-gradient(to right, rgba(52,94,204,0) 0%,rgba(52,94,204,1) 100%);
	position: absolute;
	right: 50%;
	bottom: -5px;
}

.home_main_title::after {
	content: "";
	display: block;
	width: 120px;
	height: 5px;
	background:linear-gradient(to left, rgba(255,168,0,0) 0%,rgba(255,168,0,1) 100%);
	position: absolute;
	left: 50%;
	bottom: -5px;
}

p.subtitle {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1;
}

.new_snip figcaption {
  padding: 30px;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0);
  transition: all 0.3s ease-out;
}

.new_snip h3 {
	margin-top: 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4;
	opacity: 0;
	position: relative;
	top: 12%;
	transition: all 0.3s ease-out;
	-webkit-transform: translate3d(0%, -100%, 0);
	transform: translate3d(0%, -100%, 0);
}

.new_snip:hover figcaption {
  background: rgba(0,0,0,.8);
}

.new_snip:hover h3 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

.new_snip .cat_icon_wrap {
	position: relative;
	opacity: 0;
	bottom: -15px;
	transition: all 0.3s ease-out;
	-webkit-transform: translate3d(0%, 100%, 0);
	transform: translate3d(0%, 100%, 0);
}

.new_snip:hover .cat_icon_wrap {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
}

.new_snip .cat_icon_wrap li {
  line-height: 1;
}

.new_snip .cat_icon {
  padding: 2px 6px;
  border-radius: 4px;
}

.new_snip .icon_bg-red {
	background: none;
	border: 2px solid #f06d6d;
  color: #f06d6d;
}
.new_snip .icon_bg-red:hover { color: #f06d6d; }

.new_snip .icon_bg-orange {
	background: none;
	border: 2px solid #fb9440;
  color: #fb9440;
}
.new_snip .icon_bg-orange:hover { color: #fb9440; }

.new_snip .icon_bg-yellow {
	background: none;
	border: 2px solid #ffc103;
  color: #ffc103;
}
.new_snip .icon_bg-yellow:hover { color: #ffc103; }

.new_snip .icon_bg-yellowgreen {
	background: none;
	border: 2px solid #8ad002;
  color: #8ad002;
}
.new_snip .icon_bg-yellowgreen:hover { color: #8ad002; }

.new_snip .icon_bg-green {
	background: none;
	border: 2px solid #3abb17;
  color: #3abb17;
}

.new_snip .icon_bg-bluegreen {
	background: none;
	border: 2px solid #3dc9a3;
  color: #3dc9a3;
}
.new_snip .icon_bg-bluegreen:hover { color: #3dc9a3; }

.new_snip .icon_bg-lightblue {
	background: none;
	border: 2px solid #2bbad4;
  color: #2bbad4;
}
.new_snip .icon_bg-lightblue:hover { color: #2bbad4; }

.new_snip .icon_bg-blue {
	background: none;
	border: 2px solid #5082d6;
  color: #5082d6;
}
.new_snip .icon_bg-blue:hover { color: #5082d6; }

.new_snip .icon_bg-purple {
	background: none;
	border: 2px solid #8873da;
  color: #8873da;
}
.new_snip .icon_bg-purple:hover { color: #8873da; }

.new_snip .icon_bg-lightpurple {
	background: none;
	border: 2px solid #cf8ddb;
  color: #cf8ddb;
}
.new_snip .icon_bg-lightpurple:hover { color: #cf8ddb; }

.toppage-new-property-detail {
  padding: 15px;
  box-sizing: border-box;
}

.toppage-new-property-detail dt {
	width: 15%;
	float: left;
	padding: 3px 0;
	text-align: right;
	border-bottom: 1px dotted #ddd;
}

.toppage-new-property-detail dd {
	width: 85%;
	float: left;
	padding: 3px 10px;
	color: #F56B6B;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

.toppage-new-property-inner {
  width: 100%;
}

.toppage-new-property-img {
  margin: auto;
  width: 100%;
  height: 200px;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.toppage-new-property-img img {
  position: absolute;
  margin: auto;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.8s ease;
}

.new_snip:hover img {
  transform: scale3d(1.2,1.2,1);
}

.toppage-new-property-detail table {
  margin: 0;
  width: 100%;
}

.toppage-new-property-detail th,.toppage-new-property-detail td {
  padding: 4px;
  width: 50%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.toppage-new-property-detail th {
  min-width: 51px;
  background: #EFEFEF;
  text-align: center;
  vertical-align: top;
}

.toppage-new-property-detail td { 
  color: #F56B6B;
  font-weight: bold;
}

.toppage-new-property-detail td p {
  margin: 0 auto;
  width: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.toppage-new-property-detail th.icon_map {
  background: url(images/icon-map.svg) 5px center no-repeat,#EFEFEF;
  background-size: 18px;
}

.toppage-new-property-detail th.icon-battery {
  background: url(images/icon-battery.svg) 5px center no-repeat,#EFEFEF;
  background-size: 18px;
}

.toppage-new-property-detail th.icon-recycle {
  background: url(images/icon-recycle.svg) 5px center no-repeat,#EFEFEF;
  background-size: 18px;
}

.toppage-new-property-detail th.icon-money {
  background: url(images/icon-money.svg) 5px center no-repeat,#EFEFEF;
  background-size: 18px;
}

.view_all_btn {
  margin: 25px auto 0;
  padding: 10px 0;
  width: 100%;
  display: block;
  color: #FFFFFF;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background: #ffa800;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ffa800;
}

.view_all_btn:hover {
  color: #ffa800;
  text-decoration: none;
  background: #FFFFFF;
}

.view_all_btn span {
  margin-right: 15px;
}

.view_all_btn span .fa-list-ul:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_list.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 6px;
}

.view_all_btn::after {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_ca-r.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.toppage-new-property .side-icon-box {
	margin: 10px 0;
	height:4em ;
}

.news_seminar_bg {
  background: url(images/bg_new_seminar.jpg) repeat;
  background-size: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  p.subtitle {padding: 10px;}
  .news_seminar_bg {background-size: 300%;}
  .pc_only {display: none;}
  .sp_only {display: block;}
  .view_all_btn {font-size: 18px;}
  .view_all_btn span {
    margin: auto;
    position: absolute;
    left: 15px;
  }
}

/* ========= なぜ太陽光発電投資が必要なのか  ========= */
.batch_problem {
	padding: 7px 0px;
	width: 120px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
	letter-spacing: 0.4px;
	background: #1d77f2;
	border-radius: 60px;
}

.top_why_txt {
  padding: 20px 15px;
}


.top_why_txt h3 {
	margin: 20px 0;
	color: #345ecc;
	font-size: 30px;
	font-weight: bold;
}

.top_why_txt p {
  font-size: 16px;
}

.chart {
  padding: 20px 15px;
}

.chart img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .top_why_txt h3 {
    font-size: 24px;
  }
  .chart {
    padding: 0;
  }
}

/* ========= 2021年販売実績ランキング ========= */
.home_ranking,
.with_side_ranking,
.article-for-sale_ranking {
	width: 100%;
	background: url(images/ranking_bg.png) center top no-repeat;
	background-size: cover;
}

.home_ranking_box {
	width: 100%;
	background: url(images/ranking_cloud.png) center top no-repeat;
	background-size: contain;
	position: relative;
}

.home_ranking_box::before {
	content: "";
	display: block;
	width: 200px;
	height: 195px;
	background: url(images/ranking_cup.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.home_ranking_box::after {
	content: "";
	display: block;
	width: 175px;
	height: 125px;
	background: url(images/ranking_crown.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 60px;
	right: 20px;
}

.home_ranking_box::before img,
.home_ranking_box::after img {
	width: 100%;
	height: auto;
}

h2.home_ranking_title {
	width: 660px;
	height: auto;
	margin: auto;
	float: none;
	padding-top: 50px;
	background: none;
	border: none;
}

h2.home_ranking_title::before {
	display: none;
}

.home_ranking_title img {
	width: 100%;
	height: auto;
}

.home_ranking_inner {
	margin: 50px auto 0;
	padding: 30px;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.ranking_linkbox {
	margin: 0;
	width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
	height: 250px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0,0,0,.3);
}

.ranking_linkbox:hover {
	background: rgba(0,0,0,.2);
}

.ranking_linkbox a {
	color: #783b04;
}

.ranking_linkbox a:hover {
	text-decoration: none;
}

.ranking_linkbox_top {
	display: flex;
	width: 100%;
	height: 50%;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ranking_linkbox_top span {
	font-size: 2.5rem;
	display: flex;
  align-items: center;
}

.ranking_linkbox_bottom {
	display: flex;
	width: 100%;
	height: 50%;
	text-align: center;
	justify-content: center;
  align-items: center;
	background: rgb(247,115,113);
	background: linear-gradient(160deg, rgba(247,115,113,1) 0%, rgba(247,115,113,1) 50%, rgba(246,98,96,1) 50%, rgba(246,98,96,1) 100%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ranking_linkbox_bottom span {
	color: #FFFFFF;
	font-size: 4rem;
}

.ranking_linkbox:nth-child(2) {
	margin: 0 30px;
}

.ranking_linkbox:nth-child(2) .ranking_linkbox_bottom {
	background: rgb(247,151,113);
	background: linear-gradient(160deg, rgba(247,151,113,1) 0%, rgba(247,151,113,1) 50%, rgba(246,138,96,1) 50%, rgba(246,138,96,1) 100%);
}

.ranking_linkbox:nth-child(3) .ranking_linkbox_bottom {
	background: rgb(247,183,113);
	background: linear-gradient(160deg, rgba(247,183,113,1) 0%, rgba(247,183,113,1) 50%, rgba(246,174,96,1) 50%, rgba(246,174,96,1) 100%);
}

.ranking_linkbox_sp {
	display: none;
}

span.link_1st::before,
span.link_2nd::before,
span.link_3rd::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background: url(images/medal_1st.png) no-repeat;
	background-size: contain;
}

span.link_2nd::before {
	background: url(images/medal_2nd.png) no-repeat;
	background-size: contain;
}

span.link_3rd::before {
	background: url(images/medal_3rd.png) no-repeat;
	background-size: contain;
}

.with_side_ranking,
.article-for-sale_ranking {
	padding: 30px 15px;
	position: relative;
}

.with_side_ranking .home_ranking_inner {
	margin-top: 0;
	padding: 15px;
}

.with_side_ranking .home_ranking_box::before {
	content: "";
	display: block;
	width: 100px;
	height: 98px;
	background: url(images/ranking_cup.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 60px;
	left: 0;
}

.with_side_ranking .home_ranking_box::after {
	content: "";
	display: block;
	width: 88px;
	height: 63px;
	background: url(images/ranking_crown.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 100px;
	right: 10px;
}

.with_side_ranking .ranking_linkbox_top span {
	font-size: 2rem;
}

.with_side_ranking span.link_1st::before,
.with_side_ranking span.link_2nd::before,
.with_side_ranking span.link_3rd::before {
	width: 80px;
	height: 80px;
}

.with_side_ranking .ranking_linkbox {
	height: 200px;
}

@media (max-width: 767px) {
	.home_ranking {
		background: url(images/ranking_bg_sp.png) center top no-repeat;
		background-size: cover;
	}
	.home_ranking_box {
		background: url(images/ranking_cloud_sp.png) center top no-repeat;
		background-size: contain;
	}
	.ranking_linkbox_top,
	.ranking_linkbox_bottom {
		display: none;
	}
	.ranking_linkbox_sp {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 60px;
		border-radius: 5px;
		background: rgb(247,115,113);
		background: linear-gradient(160deg, rgba(247,115,113,1) 0%, rgba(247,115,113,1) 50%, rgba(246,98,96,1) 50%, rgba(246,98,96,1) 100%);
	}
	.ranking_linkbox_sp span {
		color: #FFFFFF;
		display: flex;
		align-items: center;
		font-size: 2rem;
	}
	.with_side_ranking .ranking_linkbox_sp span {
		font-size: 1.6rem;
	}
	.ranking_linkbox_sp span::before {
		content: "";
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(images/medal_1st_sp.png) no-repeat;
		background-size: contain;
		margin-right: 15px;
	}
	h2.home_ranking_title {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.home_ranking_box::before,
	.home_ranking_box::after,
	.with_side_ranking .home_ranking_box::before,
	.with_side_ranking .home_ranking_box::after {
		display: none;
	}
	.home_ranking_inner {
		margin-top: 20px;
		display: block;
		padding: 15px;
		border-radius: 0;
	}
	.ranking_linkbox,
	.with_side_ranking .ranking_linkbox {
		width: 100%;
		height: 60px;
	}
	.ranking_linkbox:nth-child(2) {
		margin: 15px 0;
	}
	.ranking_linkbox:nth-child(2) .ranking_linkbox_sp {
		background: rgb(247,151,113);
		background: linear-gradient(160deg, rgba(247,151,113,1) 0%, rgba(247,151,113,1) 50%, rgba(246,138,96,1) 50%, rgba(246,138,96,1) 100%);
	}
	.ranking_linkbox:nth-child(3) .ranking_linkbox_sp {
		background: rgb(247,183,113);
		background: linear-gradient(160deg, rgba(247,183,113,1) 0%, rgba(247,183,113,1) 50%, rgba(246,174,96,1) 50%, rgba(246,174,96,1) 100%);
	}
	.ranking_linkbox a {
		width: 100%;
		height: 60px;
	}
	.ranking_linkbox:nth-child(2) .ranking_linkbox_sp span::before {
		background: url(images/medal_2nd_sp.png) no-repeat;
		background-size: contain;
	}
	.ranking_linkbox:nth-child(3) .ranking_linkbox_sp span::before {
		background: url(images/medal_3rd_sp.png) no-repeat;
		background-size: contain;
	}
	.ranking_linkbox_sp span::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(images/icon_ca-r2.svg) no-repeat;
		background-size: contain;
		margin-left: 15px;
	}
}

/* ========= 太陽光発電投資３つの特徴  ========= */
.feature_bg {
  background: url(images/top_features_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#top_features .en_title {
  color: #ffa800;
}

.top_feature_img {
  margin: 15px auto;
  width: 280px;
}

.top_feature_img img {
  width: 100%;
  height: auto;
}

.top_feature_txt p {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

/* ========= 簡単1分！無料会員登録   ========= */
.top_join_merit img {
  width: 100%;
}

.top_join_free_txt {
  padding: 20px;
  background: rgba(255,255,255,.5);
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.top_join_free_txt h3 {
  color: #345ecc;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.top_join_free_txt p {
  text-align: center;
  font-size: 20px;
}

.top_join_free_txt img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.top_regist_btn {
  margin: 20px 0 0;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(to right,  #f4886b 0%,#f4886b 30%,#f1a45a 70%,#f1a45a 100%);
}
.top_regist_btn a {
	width: 100%;
	display: block;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 100px;
	background: inherit;
}

.top_regist_btn a:hover {
  color: #f4886b;
  background: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 767px) {
  .top_join_free_txt {
    padding: 15px;
  }
  .top_join_free_txt h3 {
    margin-top: 0;
    font-size: 20px;
  }
  .top_join_free_txt p {
    text-align: left;
    font-size: 16px;
  }
  .top_join_free_txt p br {
    display: none;
  }
  .top_join_free_txt a {
    margin: 0;
    line-height: 60px;
  }
}

/* ========= インタビュー記事 ========= */
.top_interview_wrap {
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.top_interview_thumb img {
  width: 100%;
  height: auto;
}
.top_interview_detail {
  padding: 15px;
  min-height: 125px;
}

@media (max-width: 767px) {
  .top_interview_wrap {
    margin-bottom: 15px;
  }
  .view_all_btn.interview {
    font-size: 16px;
  }
}

/* ========= property_intro ========= */
.swiper-container3 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.property_intro {
	background: #fff;
	border-radius: 4px;
}

.property_intro h5 {
	margin-bottom: 0;
}

.property_intro h5 a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px;
	font-weight: bold;
}

.property_intro .panel_icon {
	float: none;
	display: inline-block;
	margin: 0;
}

.property_intro .cat_icon_wrap {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
}

.property_intro_inner {
	padding: 10px;
}

.property_intro_inner .property_intro_img {
	width: 100%;
}

.property_intro_inner dl {
	margin: 0 0 6px 0;
	text-align: center;
  border: none;
}

.property_intro_inner dt {
	padding: 6px 0;
	color: #1c94c4;
	text-align: center;
	background: #EFEFEF;
	border: 1px solid #DDDDDD;
  display: block;
  border-radius: 0;
}

.property_intro_inner dt::before {
  display: none;
}

.property_intro_inner dd {
	padding: 8px 0;
	color: #F56B6B;
	background: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
  border: 1px solid #DDDDDD;
  border-top: none;
  height: 35px;
}

.property_intro_inner table {
	width: 100%;
}

.property_intro_inner th {
	padding: 6px;
	color: #004f8c;
	background: #d8e9f1;
	border: 1px solid #DDDDDD;
	text-align: center;
}

.property_intro_inner td {
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.property_intro .flat_btn_wrap {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

/* ========= 物件検索 property_search ========= */

.property_search_intro, .property_search_inner {
  padding: 30px 15px;
	background: linear-gradient(30deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 50%, rgba(255,255,255,.3) 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.2),inset 1px 1px 0 rgba(255,255,255,.4),inset -1px -1px 0 rgba(255,255,255,.4);
}

.top_search_category {
  display: flex;
}

.top_search_category_inner {
  flex: 1;
}

.checkbox-inline, .radio-inline {
  margin-left: 10px;
}

.property_search_inner table {
  width: 100%;
}

.property_search_inner table th {
  padding: 10px;
  width: 100%;
  display: block;
  background: #f5f5ed;
}

.property_search_inner table th label {
  margin: 0;
}

.property_search_inner table td {
  padding: 20px 10px;
  width: 100%;
  display: block;
  background: #fbfbfb;
}

.top_plice_inner {
  width: 100%;
  display: flex;
}

.top_plice_low,.top_plice_high {
  width: 40%;
}

.top_plice_till {
  width: 20%;
  text-align: center;
}

.radio_container {
  height: 34px;
}

.property_search_btn {
  margin-top: 10px;
}

button.search_btn {
  padding: 6px 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  background: linear-gradient(to bottom, #242785 0%, #21509C 100%);
}

button.search_btn i {
  margin-right: 15px;
}

button.search_btn i.fa-search::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_search_w.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .property_search_inner {
    margin: auto;
    padding: 15px 0;
    width: 100%;
  }
}

/* ========= home_post_list ========= */

.postlist_icon {
	margin: 0 10px 10px 0;
	padding: 2px;
	width: 60px;
	display: inline-block;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
}

.ic-news {background: #34D7A2;}
.ic-notice {background: #FAB900;}
.ic-tax {background: #FF7F3D;}
.ic-qa {background: #FF3E41;}
.ic-seminar {background: #9e3dff;}
.ic-interview {background: #217EC8;}
.ic-whats-new {background: #3D95FF;}

.postlist_icon.ic-interview {
  padding: 2px 4px;
  width: auto;
}

.nav-tabs>li.tab_new.active>a,
.nav-tabs>li.tab_new>a:hover {
  color: #FFFFFF;
  background: #3D95FF;
}

.nav-tabs>li.tab_news.active>a,
.nav-tabs>li.tab_news>a:hover {
  color: #FFFFFF;
  background: #34D7A2;
}

.nav-tabs>li.tab_notice.active>a,
.nav-tabs>li.tab_notice>a:hover {
  color: #FFFFFF;
  background: #FAB900;
}

.nav-tabs>li.tab_tax.active>a,
.nav-tabs>li.tab_tax>a:hover {
  color: #FFFFFF;
  background: #FF7F3D;
}

.nav-tabs>li.tab_qa.active>a,
.nav-tabs>li.tab_qa>a:hover {
  color: #FFFFFF;
  background: #FF3E41;
}

.home_post_list dl {
	margin: 10px 0;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}

.home_post_list .dl-horizontal dt {
  width: auto;
}

.home_post_list .dl-horizontal dd  {
  margin-left: 245px;
}

.home_post_list .dl-horizontal dd p {

}

.home_post_thumb {
	margin: 0;
	width: 230px;
	height: 140px;
	background: #E2E2E2;
	float: left;
	overflow: hidden;
}

.home_post_thumb img {
	width: 100%;
	height: auto;
}

.home_medio_lp_bnr {
  padding: 0 15px;
  min-height: 222px;
}

.home_medio_lp_bnr img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

@media (max-width: 767px) {
  .nav-tabs {
    display: flex;
  }
  .nav-tabs>li {
    flex: 1;
  }
  .nav-tabs>li>a {
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
  }
}

/* ========= top セミナーインフォ ========= */
.home_post_thumb_seminar {
  margin: 0;
  width: 230px;
  height: 192px;
  overflow: hidden;
}

.home_post_thumb_seminar img {
  width: auto;
  height: 100%;
}

.top_seminar_detail table {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
}

.top_seminar_detail th {
  padding: 6px;
  width: 100px;
  background: #f0f7fa;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  text-align: center;
}

.top_seminar_detail td {
  padding: 0 6px;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .home_post_thumb {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .home_post_list .dl-horizontal dd {
    margin: 0;
  }
  .home_post_thumb_seminar {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .home_post_thumb_seminar img {
    width: 100%;
    height: auto;
  }
  .top_seminar_detail th {
    width: 70px;
  }
  .top_seminar_detail tr:last-child td {
    padding: 6px;
  }
}

/* ========= top bnr slider ========= */
.swiper-container-homebnr .swiper-slide {
	width: 340px;
}

.top_bnr_box {
	width: 340px;
	height: 340px;
	position: relative;
}

.top_bnr_box img {
	width: 100%;
	position: absolute;
	overflow: hidden;
}

.caption_box {
	margin: auto;
	padding: 10px;
	width: 310px;
	height: auto;
	text-align: center;
	border: 1px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,.8);
	border-radius: 5px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}

.caption_box h3 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.caption_box span {
	font-size: 14px;
	color: #777777;
}

.bnr_wrap {
  margin: 50px 0;
}

.bnr {
  height: 50px;
}

.bnr a {
  vertical-align: middle;
}

.bnr img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .bnr_wrap {
    margin: 15px 0;
  }
}

/* ========= トップページ お役立ちコンテンツ ========= */
.contents_bnr {
	width: 100%;
	margin-bottom: 25px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.contents_bnr:hover {
	animation: flash 1s;
}

.contents_bnr h2 {
	padding: 10px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	font-size: 100%;
	color: inherit;
}

.contents_bnr img {
	width: 100%;
}

@media (max-width: 767px) {
  .o-2-column .col-xs-6 {
    padding: 0 8px;
  }
  .o-2-column {
    margin: 0 -8px;
  }
  .contents_bnr h2 {
    padding: 10px 0;
    font-size: 70%;
    text-align: center;
  }
}

/* ========= 太陽光を始めよう ========= */
.start_bg {
  background: url(images/start_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#top_start .en_title {
  color: #ffa800;
}

.start_image {
  margin: 0 auto 20px;
  width: 85%;
}

.start_image img {
  width: 100%;
}

.brandstory {
  margin: 0 auto;
  padding: 15px;
  width: 900px;
  background: linear-gradient(30deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 50%, rgba(255,255,255,.3) 100%);
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.2),inset 1px 1px 0 rgba(255,255,255,.4),inset -1px -1px 0 rgba(255,255,255,.4);
}

.brandstory_inner {
  padding: 30px;
  background: rgba(255,255,255,.8);
}

.brandstory h3 {
  margin: 0 auto 30px;
  padding: 10px;
  width: 40%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 100px;
  background: linear-gradient(to bottom, #242785 0%, #21509C 100%);
}

.brandstory p{
  font-size: 18px;
  line-height: 1.3;
}

.brandstory p span {
  color: #ffa800;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 767px) {
  .start_image {
    width: 100%;
  }
  .brandstory {
    width: 90%;
  }
  .brandstory_inner {
    padding: 15px;
  }
  .brandstory h3 {
    width: 100%;
  }
}

/* ========= 提携会社 ========= */
#top_partner {
  overflow-x: hidden;
}
.swiper-slide.partner {
  width: 500px;
}

a.partner_bnr:hover {
	text-decoration: none;
}

.partner_body {
	padding: 40px 20px;
	width: 500px;
	height: 100%;
	min-height: 180px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}

.partner_inner {
	padding-left: 40%;
	position: relative;
}

.partner_logo {
	padding: 0 30px 0 0;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.partner_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.partner_txt h3 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.partner_txt p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 767px) {
  .swiper-slide.partner {
		width: 300px;
  }
  .partner_body {
		padding: 20px;
		width: 100%;
  }
  .partner_inner {
		padding: 60px 0 0;
  }
  .partner_logo {
		margin: auto;
		padding: 0 20px;
		width: 70%;
		height: 100%;
		right: 0;
  }
  .partner_logo img {
    max-height: 50px;
  }
}

/* ========= たくさんの方にご利用いただいてます  ========= */
.use_img {
  margin: 30px 0;
  width: 100%;
}

.use_img_bg1 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_bg1.jpg) right top no-repeat;
  background-size: contain;
  float: right;
}

.use_img_bg2 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_bg2.jpg) left top no-repeat;
  background-size: contain;
  float: left;
}

.use_img_bg3 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_bg3.jpg) right top no-repeat;
  background-size: contain;
  float: right;
}

.use_img_graph1 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_graph1.png) left center no-repeat,linear-gradient(to right, #ffffff 0%,#d7dcd6 100%);
  background-size: contain;
  position: relative;
}

.use_img_graph2 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_graph2.png) right center no-repeat,linear-gradient(to left, #ffffff 0%,#efebdf 100%);
  background-size: contain;
  position: relative;
  float: left;
}

.use_img_graph3 {
  width: 50%;
  height: 380px;
  background: url(images/use_img_graph3.png) left center no-repeat,linear-gradient(to right, #ffffff 0%,#d5d5d5 100%);
  background-size: contain;
  position: relative;
}

.use_img img {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .use_img_bg1, .use_img_bg2, .use_img_bg3,
  .use_img_graph1, .use_img_graph2, .use_img_graph3 {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 66.66%;
  }
  .use_img_bg1 {
    background: url(images/use_img_bg1_sp.jpg) right top no-repeat;
    background-size: contain;
  }
  .use_img_bg2 {
    background: url(images/use_img_bg2_sp.jpg) right top no-repeat;
    background-size: contain;
  }
  .use_img_bg3 {
    background: url(images/use_img_bg3_sp.jpg) right top no-repeat;
    background-size: contain;
  }
  .use_img_graph1 {
    background: url(images/use_img_graph1_sp.png) center no-repeat,linear-gradient(to right, #ffffff 0%,#d5d5d5 100%);
    background-size: 90%, contain;
  }
  .use_img_graph2 {
    background: url(images/use_img_graph2_sp.png) center no-repeat,linear-gradient(to right, #ffffff 0%,#d5d5d5 100%);
    background-size: 90%, contain;
  }
  .use_img_graph3 {
    background: url(images/use_img_graph3_sp.png) center no-repeat,linear-gradient(to right, #ffffff 0%,#d5d5d5 100%);
    background-size: 90%, contain;
  }
  .use_img img {
    width: 90%;
    left: 0;
    right: 0;
  }
}

/* ========= メガ発の土地付き分譲太陽光発電 ========= */
.top_about_img {
	margin: 0 auto 30px;
	width: 150px;
	height: 150px;
}

.top_about_txt {
  font-size: 18px;
}

.top_inquiry_box {
  padding: 20px;
  background: rgba(255,255,255,.5);
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
}

.top_inquiry_box h3 {
  color: #345ecc;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.top_inquiry_box p {
  text-align: center;
  font-size: 20px;
}

.top_inquiry_box_inner {
  margin: 20px 0;
  display: flex;
}

a.tel_btn {
  margin-right: 5px;
  padding: 10px 0;
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #345ecc;
  border-radius: 6px;
  display: block;
}

a.tel_btn .fa-phone::before {
  content: "";
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_tel3.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 0;
}

a.tel_btn small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

a.mail_btn {
  margin-left: 5px;
  padding: 20px 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #345ecc;
  border-radius: 6px;
  display: block;
}

a.mail_btn .fa-envelope:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_mail2.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 3px;
}

a.top_join_btn {
  width: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 6px;
  background: linear-gradient(to right,  #f4886b 0%,#f4886b 30%,#f1a45a 70%,#f1a45a 100%);
}

a.tel_btn:hover,
a.mail_btn:hover,
a.top_join_btn:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .top_inquiry_box_inner {
    display: block;
  }
  a.tel_btn,
  a.mail_btn {
    margin: 0 0 15px;
  }
}

/* ========= トップページフッター ========= */
.aplus_txt {
	line-height: 100px;
}

.foot-links {
	padding: 0 5px;
  flex: 1;
}

.foot-links ul {
	padding: 0 0 0 20px;
	font-size: 90%;
	line-height: 2;
}

.top_sns_fb,
.top_sns_tw,
.top_sns_line {
	padding: 15px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	position: relative;
}

.top_sns_fb .top_sns_ttl {
	margin: 0 auto 30px;
	width: 200px;
	height: 60px;
	background: url(images/top_sns_icon.png) left top / 200px 180px no-repeat;
}

.top_sns_tw .top_sns_ttl {
	margin: 0 auto 30px;
	width: 200px;
	height: 60px;
	background: url(images/top_sns_icon.png) left center / 200px 180px no-repeat;
}

.top_sns_line .top_sns_ttl {
  margin: 0 auto 30px;
	width: 200px;
	height: 60px;
  background: url(images/top_sns_icon.png) left bottom / 200px 180px no-repeat;
}

.top_sns_line_inner {
  background: #53B635;
}

.top_sns_line_inner img {
  width: 100%;
}

.foot_pr {
	margin: 30px 0;
	padding: 15px 0;
	background: rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 1px 1px 0 rgba(255,255,255,.1);
	position: relative;
}

.foot_pr img {
	width: 100px;
	height: 100px;
}

.swiper-container-relation {
	position: relative;
}

@media (max-width: 768px) {
  .top_sns_fb,
  .top_sns_tw {
    margin-bottom: 15px;
  }
  .foot_pr img {
    width: 100%;
    height: auto;
  }
  footer {
    padding: 0;
  }
  .foot-links {
    width: 100%;
    flex: initial;
  }
	.foot-list-title {
    margin: 0;
    padding: 15px 0 15px 10px;;
		pointer-events: all;
    border-bottom: 1px solid rgba(0,0,0,.2);
	  box-shadow: 0 1px 0 rgba(255,255,255,.1);
    box-sizing: border-box;
	}
	.toggle{
		display: none;
	}
  .foot-links ul {
    padding: 0;
  }
  .foot-links ul li {
    list-style: none;
    background: rgba(0,0,0,.1);
  }
  .foot-links ul li a {
    padding: 10px 0 10px 20px;
    display: block;
  }
  .copyright {
    font-size: 10px;
  }
}

/* ========= category page ========= */
.cat_post_wrap {
	border-bottom: 1px solid #ddd;
	padding: 10px 10px;
	margin: 0 0 15px;;
}

.cat_post_wrap a {
	color: #303030;
	display: block;
}

.cat_post_wrap img {
	float: left;
	width: 27%;
	height: initial;
	margin: 0;
}

.cat_post_wrap .cat_post_data {
	float: left;
	width: 73%;
	padding: 0 0 0 20px;
	margin: 0;
}

.cat_post_data h3 {
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #34b8cc;
	padding: 0 0 0 10px;
	margin: 0;
}

.cat_post_data h3.seminar_info_ttl {
  font-size: 24px;
}

.cat_post_data p {
	padding: 0;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.7;
}

.cat_post_data p.seminar_info_txt {
  font-size: 18px;
}

.cat_post_data .date {
	color: #8f8f8f;
	font-size: 13px;
}

.cat_post_btn {
	float: right;
	background: #ffa800;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px 4px 16px;
	border-radius: 30px;
}

.cat_post_wrap a:hover img {
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,.4);
	transition: all 0.4s ease;
}

.cat_post_wrap a:hover h3 {
	color: #34b8cc;
	opacity: 1;
}

.cat_post_wrap a:hover h3, .cat_post_wrap a:hover p {
	opacity: 0.7;
	transition: 0.3s ease;
}

.cat_post_data table {
  
}

.cat_post_data th {
  padding: 5px;
  width: 25%;
}

.cat_post_data td {
  padding: 5px;
  width: 25%;
}

@media (max-width: 480px) {
  .cat_post_wrap {
    padding: 10px 0;
  }
  .cat_post_wrap .cat_post_data {
    width: 100%;
    padding: 0;
  }
	.cat_post_wrap img {
		width: 40%;
	}
  .cat_post_wrap .questionnaire_img {
    margin: 10px auto;
    width: 80%;
    max-height: 120px;
    overflow: hidden;
  }
  .cat_post_wrap .questionnaire_img img {
    margin-top: -20%;
    width: 100%;
    height: auto;
  }
}


/* ========= article-for-sale ========= */
.property_search_index .flat_btn {
	width: 96%;
	font-size: 100%;
}

.property_search_index {
	margin: 0px 0 10px;
	padding: 10px 0;
  display: flex;
  align-items: center;
}

.property_intro.active_property_intro {
	padding: 20px;
	margin: 30px 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	position: relative;
}

.property_intro.active_property_intro h5 a {
	font-size: 18px;
}

.property_intro.active_property_intro.pr_wrap {
	background: #fffae0;
	border: 2px solid #fbc115;
}

.ic_new,
.ic_pr {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 10;
}

.ic_new span {
	padding: 2px 5px;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: #FF4346;
	position: absolute;
	top: 13px;
	right: -26px;
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
	transform: rotate(45deg);
	z-index: 1;
}

.ic_new::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -6px;
	right: 65px;
	border: 5px solid;
	border-color: transparent transparent #662121 transparent;
}

.ic_new::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 65px;
	right: -6px;
	border: 5px solid;
	border-color: transparent transparent transparent #662121;
}

.ic_pr span {
	padding: 2px 5px;
	width: 100px;
	color: #F7FF59;
	text-align: center;
	font-weight: bold;
	background: #1B9D08;
	position: absolute;
	top: 13px;
	right: -26px;
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
	transform: rotate(45deg);
	z-index: 1;
}

.ic_pr::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -6px;
	right: 65px;
	border: 5px solid;
	border-color: transparent transparent #1C592E transparent;
}

.ic_pr::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 65px;
	right: -6px;
	border: 5px solid;
	border-color: transparent transparent transparent #1C592E;
}

.sale_number {
	font-size: 15px;
	font-weight: bold;
}

.sale_number_det {
	font-weight: bold;
	background: none;
	color: #ff6000;
	font-size: 30px;
	padding: 0;
	text-shadow: none;
	margin: 0 5px 0 5px;
}

#propertySearchModal form {
	display: inline;
}

.favo_btn_box {
  display: flex;
  position: relative;
}

.favo_btn_box a {
  margin-right: 5px;
}

.favo_btn_box button {
  margin-left: 5px;
}

@media (max-width: 768px) {
	.regist_catch	{
  	margin-top:10px;
  }
  .property_search_index {
    display: block;
  }
  .favo_btn_box {
    margin: 10px 0 0;
    padding: 20px 5px 10px;
    background: #dedbcc;
  }
  .favo_btn_box a span,
  .favo_btn_box button span {
    display: none;
  }
  .favo_btn_box::before {
    margin: auto;
    content: "お気に入り";
    display: block;
    color: #ff6000;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
  }
  .flat_btn_wrap a,
  .flat_btn_wrap button {
    padding: 24px 0 0;
  }
  .flat_btn_wrap .btnitem_rightarrow::before,
  .flat_btn_wrap .btnitem_mail::before,
  .flat_btn_wrap .btnitem_star::before {
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .flat_btn_wrap a span,
  .flat_btn_wrap button span {
    display: none;
  }
  .property_intro_inner dl {
    display: flex;
		border: 1px solid #CCCCCC;
    margin-bottom: 0;
  }
  .property_intro_inner dl.afs_value,
  .property_intro_inner dl.afs_interest,
  .property_intro_inner dl.afs_capacity {
		border-bottom: none;
  }
  .property_intro_inner dt {
    width: 40%;
    line-height: 1.2;
    text-align: center;
		border: none;
		display: flex;
    align-items: center;
    justify-content: center;
  }
  .property_intro_inner dd {
    padding: 6px;
    width: 60%;
    text-align: left;
		border: none;height: inherit;
    display: flex;
    align-items: center;
  }
  .property_intro_id {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
  }
  .property_intro_id span {
    color: #F56B6B;
  }
}

/* ========= pager ========= */
.wp-pagenavi {
	text-align: center;
	margin: 30px 0;
}

.wp-pagenavi a {
	line-height: 30px;
	height: 30px;
	width: 30px;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 15px;
}

.wp-pagenavi span {
	border: none;
}

.wp-pagenavi span.current {
	background: #aeaeae;
	border-radius: 15px;
	color: #fff;
	cursor: default;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.wp-pagenavi a:hover {
	background: #aeaeae;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

/* ========= favorit page ========= */
.all_matters_checkwrap {
	background: #eee;
	padding: 0 10px;
}

.all_matters_propertywrap {
	width: 100%;
}

.all_matters_checkwrap, .all_matters_propertywrap {
	border: 1px solid #e8e8e8;
}

.favorit_property_intro {
	padding: 30px;
	position: relative;
}

.all_contact_btnwrap {
	margin-top: 20px;
	margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========= contact ========= */
.require_table {
	border: 5px solid #FFA800;
}

.optional_table {
	border: 5px solid #34B8CC;
}

.require_table th, .optional_table th {
	border: 1px solid #CCCCCC;
	background-color: #E8F3FF;
	width: 20%;
	text-align: center;
  	position: relative;
}

.require_table td, .optional_table td {
	border: 1px solid #CCC;
	padding: 10px;
}

.require_table .require_icon {
	background: #F44336;
	color: #fff;
	display: inline-block;
	padding: 0 4px;
	border-radius: 5px;
	margin: 0 0 0 10px;
  position: absolute;
  right: 10px;
}

.require_table p, .optional_table p {
	margin: 0;
}

.require_table textarea {
	height: 200px;
}

.require_table .sub_text, .optional_table .sub_text {
	margin-top: 10px;
}

.contact_optional_text {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}

.selectExist_inner {
	margin: 10px 0 0 0;
	padding: 10px;
	border-radius: 6px;
	background: #f3f3f3;
}

.selectExist_inner dt {
	margin: 0 0 10px 0;
}

.input_with_unit {
	width: 90%;
	display: inline-block;
	margin-right: 10px;
}

.rule-form {
	height: 200px;
	padding: 10px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.rule-form h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
	color: #FF6600;
}

.rule-form p {
	margin: 0;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

/* ========= contact ========= */
.property_archive_intro {
    /* padding: 30px; */
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

/* ========= 基礎知識 ========= */
.kiso-step ul {
	display: flex;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.kiso-step li {
	position: relative;
	width: 25%;
}

.kiso-step li:first-child:after,
.kiso-step li:nth-child(2):after,
.kiso-step li:nth-child(3):after {
	content: "▶";
	color: #fac75a;
	position: absolute;
	right: -5px;
	top: 50%;
	bottom: 50%;
	margin: 0;
	font-size: 16px;
}

.kiso-step img {
	width: 98%;
	padding: 0 2%;
	margin: 0;
}

/* ========= property ranking ========= */
.ranking_anchor {
	margin: 20px 0;
	border: 1px solid #DDDDDD;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e7e7e7), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e7e7e7);
	background: -moz-linear-gradient(#fff, #e7e7e7);
	background: -o-linear-gradient(#fff, #e7e7e7);
	background: -ms-linear-gradient(#fff, #e7e7e7);
	background: linear-gradient(#fff, #e7e7e7);
}

.ranking_anchor ul {
	padding: 5px 15px;
	box-sizing: border-box;
}

.ranking_anchor ul li {
	padding: 15px 5px;
	width: calc((100% * 1/3));
	box-sizing: border-box;
	list-style: none;
	float: left;
}

.ranking_anchor ul li a {
	margin: 0;
	padding: 12px 0 10px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.2);
}

#ranking_interest h3, #ranking_price h3, #ranking_popularity h3 {
	margin: 40px 0 0 10px;
	padding-left: 70px;
	height: 45px;
	line-height: 50px;
	color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
	text-shadow: -1px -1px 0 rgba(0,0,0,.2);
	border-radius: 2px;
	font-size: 15px;
	font-weight: bold;
	border: none;
}

#ranking_interest h3 {
	background: #e9523f;
	box-shadow: 0 3px 0 #bb4839;
}

#ranking_price h3 {
	background: #fb7e03;
	box-shadow: 0 3px 0 #bf5f00;
}

#ranking_popularity h3 {
	background: #feb403;
	box-shadow: 0 3px 0 #c48c06;
}

#ranking_interest h3 span, #ranking_price h3 span, #ranking_popularity h3 span {
	width: 60px;
	height: 48px;
	display: inline-block;
	position: absolute;
	left: -8px;
	top: -10px;
	background: #EFEFEF;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	border-radius: 0 0 2px 2px;
}

#ranking_interest h3 span img, #ranking_price h3 span img, #ranking_popularity h3 span img {
	margin: auto;
	width: 60%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#ranking_interest h3 span:after, #ranking_price h3 span:after, #ranking_popularity h3 span:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: -7px;
	border: 7px solid transparent;
	border-left: 7px solid #5b3829;
	transform: rotate(135deg);
}

#ranking_interest h3 span:after {border-left: 7px solid #ae2a1e;}
#ranking_price h3 span:after {border-left: 7px solid #c46717;}
#ranking_popularity h3 span:after {border-left: 7px solid #b6890c;}

.ranking_box {
	padding: 5px 5px 30px;
	border: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
	box-shadow: 0 0 2px #bbb;
	clear: both;
	box-sizing: border-box;
}

#ranking_interest .ranking_box {box-shadow: 0 -3px 0 #E84C3D;}
#ranking_price .ranking_box {box-shadow: 0 -3px 0 #E77E23;}
#ranking_popularity .ranking_box {box-shadow: 0 -3px 0 #F1C40F;}

.ranking_title_date {
	padding: 5px 0 0;
	position: relative;
}

.ranking_title_date span {
	margin-bottom: 2px;
	padding: 10px;
	color: rgba(0,0,0,.6);
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.5);
	display: inline-block;
	background: #FFBE00;
	position: absolute;
	left: -13px;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ranking_title_date span.rank_1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FAA70D), color-stop(0.00, #FBE18A));
	background: -webkit-linear-gradient(#FBE18A, #FAA70D);
	background: -moz-linear-gradient(#FBE18A, #FAA70D);
	background: -o-linear-gradient(#FBE18A, #FAA70D);
	background: -ms-linear-gradient(#FBE18A, #FAA70D);
	background: linear-gradient(#FBE18A, #FAA70D);
}

.ranking_title_date span.rank_2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #A8ADC0), color-stop(0.00, #CDCDD4));
	background: -webkit-linear-gradient(#CDCDD4, #A8ADC0);
	background: -moz-linear-gradient(#CDCDD4, #A8ADC0);
	background: -o-linear-gradient(#CDCDD4, #A8ADC0);
	background: -ms-linear-gradient(#CDCDD4, #A8ADC0);
	background: linear-gradient(#CDCDD4, #A8ADC0);
}

.ranking_title_date span.rank_3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #AE5B3B), color-stop(0.00, #EEB170));
	background: -webkit-linear-gradient(#EEB170, #AE5B3B);
	background: -moz-linear-gradient(#EEB170, #AE5B3B);
	background: -o-linear-gradient(#EEB170, #AE5B3B);
	background: -ms-linear-gradient(#EEB170, #AE5B3B);
	background: linear-gradient(#EEB170, #AE5B3B);
}

.ranking_title_date span:after {
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	bottom: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #68572c;
	transform: rotate(-45deg);
}

.ranking_title_date span.rank_1:after {
	border: 5px solid transparent;
	border-left: 5px solid #68572c;
}

.ranking_title_date span.rank_2:after {
	border: 5px solid transparent;
	border-left: 5px solid #434c70;
}

.ranking_title_date span.rank_3:after {
	border: 5px solid transparent;
	border-left: 5px solid #5b3829;
}

.ranking_title {
	margin: 5px 0 10px 31px;
	padding: 5px 10px;
	display: block;
	color: #21759b;
	font-size: 14px;
	font-weight: bold;
	background: #ececec;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
}

.attention_icon-box {
	padding: 10px 0 0;
	border-bottom: 1px solid #DDDDDD;
}

.attention_icon-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.attention_icon-box li {
	margin: 0 5px;
	padding: 0 0 10px 0;
	display: inline-block;
}
.ranking_box_inner {
	padding: 10px;
}

.ranking_left {
	width: 210px;
	height: auto;
	float: left;
	box-sizing: border-box;
}

.ranking_right {
	width: 550px;
	float: right;
	box-sizing: border-box;
}

.ranking_img {
	width: 100%;
	display: block;
}

.attention_status1, .attention_status2 {
	width: 100%;
	margin-left: 0;
	height: auto;
	float: left;
	display: flex;
	justify-content: space-between;
}

.ranking_right .attention_status1 {
	margin-bottom: 13px;
}

.price_list {
	margin: 0 15px 0 0;
	padding: 0;
	width: 50%;
	height: auto;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	list-style: none;
}

.status_ttl {
	padding: 10px;
	color: #1c94c4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #EFEFEF;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.ranking_right .status_ttl {
	padding: 5px;
	font-size: 14px;
}

.status_dit {
	padding: 10px;
	color: #F56B6B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}

.ranking_right .status_dit {
	padding: 7px;
	font-size: 13px;
}

.interest_list {
	margin: 0 15px 0 0;
	padding: 0;
	width: 25%;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	list-style: none;
}

.ID_list {
	margin: 0;
	padding: 0;
	width: 25%;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	list-style: none;
}

.attention_tbl1, .attention_tbl2 {
	width: 50%;
	box-sizing: border-box;
	height: 113px;
	font-size: 12px;
	margin-top: 0;
}

.attention_tbl1 th, .attention_tbl2 th {
	padding: 0 5px;
	width: 50%;
	height: auto;
	color: #004f8c;
	background: #d8e9f1;
	border: 1px solid #DDDDDD;
	vertical-align: middle;
	text-align: center;
}

.attention_tbl1 td {
	padding: 0 5px;
	width: 50%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

.attention_tbl2 td {
	padding: 0 5px;
	width: 50%;
	border: 1px solid #DDDDDD;
	vertical-align: middle;
}

.ranking_box .flatbtn_blue {
	width: 300px;
	display: block;
	margin: 0 auto;
}

.expo {
	padding: 20px;
	color: #666666;
	font-size: 13px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
  .ranking_anchor ul li {
    margin: 15px 0 0;
    padding: 0;
    float: none;
    width: 100%;
  }
  .ranking_left {
    margin: auto;
    float: none;
  }
  .ranking_right {
    width: 100%;
    float: none;
  }
  .attention_status1, .attention_status2 {
    display: block;
    float: none;
  }
  .price_list,
  .interest_list,
  .ID_list {
    margin: 10px 0;
    width: 100%;
  }
  .attention_tbl1, .attention_tbl2 {
    width: 100%;
  }
  .attention_tbl1 th, .attention_tbl2 th {
    display: block;
    width: 100%;
  }
  .attention_tbl1 td, .attention_tbl2 td {
    display: block;
    width: 100%;
    border: 1px solid #DDDDDD;
  }
  .ranking_box .flatbtn_blue {
    width: 100%;
  }
}

/* ========= company category ========= */
.company_intro {
	padding: 20px;
	margin: 30px 0;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	border-radius: 4px;
	border: 1px solid #ddd;
}

.row.com_text {
	font-size: 16px;
}

.com_title {
	margin: 0;
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px solid #ddd;
}

.com_head_appeal {
	margin: 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffa204;
}

.com_img img {
	width: 100%;
}

.com_text h4, .com_text h3 {
	margin: 10px;
	padding: 10px;
	background: #eee;
	border: none;
	font-size: 110%;
}

.com_text p {
	margin: 0 10px;
	padding: 10px;
	background: #FFFFF0;
	font-size: 100%;
}

.company-data table {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* ========= request ========= */
.request_ttl {
	margin: 30px auto 0;
	padding: 8px 10px 6px;
	width: 694px;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background: #FFB42B;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	line-height: 24px;
	letter-spacing: 0.01em;
}

#request {
	margin: 0 auto 30px;
	padding: 20px;
	width: 694px;
	height: auto;
	text-align: left;
	background: #FFFFFF;
	box-sizing: border-box;
	border-left: 2px solid #FFB42B;
	border-right: 2px solid #FFB42B;
	border-bottom: 2px solid #FFB42B;
	position: relative;
	vertical-align: bottom;
}

.form-set_btn {
	position: relative;
	z-index: 1;
}

.form_tel_box {
	width: 370px;
	position: relative;
}

.post-store p.tel_nbr_ttl, p.tel_nbr_ttl {
	padding: 5px 10px 3px;
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	background: #FFD251;
}

a.form_tel_nbr {
	color: #ed6103;
	font-size: 40px;
	font-weight: bold;
	display: block;
	position: relative;
	top: 10px;
	left: 55px;
}

.form_tel_nbr span {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/ic_form_tel.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 5px;
	left: -55px;
}

.reception {
	margin: 10px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #FFD151;
	border-bottom: 1px solid #FFD151;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #303030;
}

.form_img {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.form-set {
	margin-bottom: 24px;
	width: 100%;
	height: 70px;
	color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-shadow: -1px -1px 0 rgba(0,0,0,.3);
	border-radius: 6px;
	border: 1px solid transparent;
	background: linear-gradient(#66ca72,#40bd4f);
	box-shadow: 0 4px 0 #30873a;
	display: block;
	cursor: pointer;
}

.form-set_btn::before {
	margin: auto;
	width: 40px;
	height: 40px;
	content: "";
	display: block;
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.3), 1px 1px 1px rgba(255,255,255,.4);
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	pointer-events: none;
}

.form-set_btn span {
	margin: auto;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 67px;
	bottom: 0;
	display: block;
	border-style: solid;
	border-width: 12.5px 0 12.5px 21.7px;
	border-color: transparent transparent transparent #FFFFFF;
	pointer-events: none;
}

.form_tel_box p {
	text-align: center;
}

/* ========= search_category ========= */
.searchItem {
	padding: 0;
	list-style: none;
}

.searchItem li {
	margin-bottom: 15px;
	border-radius: 4px;
}

.searchItem li a {
	padding: 15px 0;
	display: block;
	text-align: center;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	position: relative;
	box-shadow: 0 3px 0 rgba(141,141,141,1.00);
}

.searchItem li a:before {
	content: "\f138";
	font-family: FontAwesome;
	position: absolute;
	left: 15px;
}

.ic_line_friend_sp {
	display: none;
}

#top_bnr_area {
	overflow-x: hidden;
}

iframe[name="google_conversion_frame"] {
	display: none;
}

/* ↓↓↓↓↓↓↓↓ Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {

	/* ========= header ========= */
	.navbar-default .navbar-brand {
		padding: 10px;
	}
	#logo {
		width: 200px;
	}
	.navbar-header .navbar-left,
	.navbar-header .navbar-right{
		height: 55px;
		font-size: 100%;
		padding: 10px 5px;
	}
	.navbar-header .navbar-left {
		float: left;
	}
	.navbar-header .navbar-right {
		float: right;
	}

	/* ========= article ========= */
	.sub-content-title {
		font-size: 16px;
		padding: 10px;
		line-height: 1.3;
	}

	/* ========= property contact btn ========= */
	.property_contact_under_text2 {
		text-align: center;
		margin-top: 0;
	}

	.property_contact_under_text2 br {
		display: none;
	}

	/* ========= search_category ========= */
	.aplus_txt {
		line-height: 1.5;
		padding: 10px 10px 0 10px;
	}

	.property_archive_intro {
		padding: 20px 0;
	}

	.property_contact_wrap .form-green-btn {
		font-size: 120%;
	}

	.property_contact_wrap .form-green-btn .fa-stack {
		font-size: 120%;
	}

	.property_contact_under_number {
		font-size: 160%;
	}

}
/* ↑↑↑↑↑↑↑↑ Medium devices (desktops, 992px and down) */

/* ↓↓↓↓↓↓↓↓ Small devices (desktops, 768px and down) */
@media (max-width: 768px) {

	/* ========= header ========= */
  #st-trigger-effects button {
    margin: 0;
  }
	.navbar-default .navbar-brand {
		padding: 10px 4px;
	}

	.navbar-header .navbar-left,
	.navbar-header .navbar-right {
		padding: 10px 2px;
	}

	.navbar-toggle {
		margin: 13px 10px 17px 5px;
	}

	.head-menu .nav .menu_list {
		width: 33.3333%;
		border: none;
		float: left;
	}

	.head-menu .nav .menu_list:nth-child(1) {
		border-left: none;
	}

	.navbar-header .navbar-tel,
	.navbar-header .navbar-mail {
		padding: 0;
		border: 0;
		display: none;
	}

	.navbar-header .navbar-tel i,
	.navbar-header .navbar-mail i {
		font-size: 100%;
		padding: 0;
		font-size: 40px;
	}
	.navbar-header .navbar-tel i {
		color: #ffa800;
	}

	.navbar-header .navbar-mail i {
		color: #82d4e0;
	}

	.head-search-form {
		margin: inherit;
		padding: 10px 15px;
		height: auto;
	}

	.sns_link li {
		margin-left: 10px;
		margin-bottom: 10px;
		float: right;
	}

	/* ========= article ========= */

	article h2 {
		font-size: 16px;
		padding: 6px 6px 6px 30px;
	}

	article h2:before {
		width: 20px;
    height: 20px;
		top: 7px;
		left: 7px;
	}

	article h3 {
		font-size: 20px;
	}

  .cat_post_wrap.seminar_wrap img {
    width: 100%;
    float: none;
  }

  .cat_post_wrap.seminar_wrap .cat_post_data {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    float: none;
  }

	.cat_post_data h3 {
		font-size: 100%;
		line-height: 1.5;
		font-weight: normal;
	}
  .cat_post_data h3.seminar_info_ttl {
  font-size: 12px;
}

	/* ========= article-for-sale ========= */
	.property_intro.active_property_intro {
		padding: 10px;
		margin: 20px 0;
	}

	.property_intro.active_property_intro h5 a {
		font-size: 16px;
	}

	.ic_new {
		width: 60px;
		height: 60px;
	}

	.ic_new span {
		font-size: 80%;
		padding: 0;
		top: 7px;
		right: -32px;
	}

	.ic_new::before {
		top: -6px;
		right: 43px;
	}

	.ic_new::after {
		top: 43px;
	}

	/* ========= flat_btn ========= */
	.property_intro .col-xs-5,
  .property_intro .col-xs-2 {
		padding: 0 3px;
	}

	.property_intro .flat_btn {
		font-size: 100%;
	}

	.btnitem_rightarrow::before, .btnitem_mail::before, .btnitem_star::before {
		margin: 0 2px 0 0;
	}

	.property_search_index .flat_btn {
		width: 96%;
		font-size: 100%;
		margin: 10px 2% 0 2%;
	}

	/* ========= article-for-sale ========= */
	.property_intro.favorit_property_intro {
		padding: 10px;
		margin: 0;
	}

	.property_intro.favorit_property_intro h5 a {
		font-size: 16px;
	}

	.property_intro.favorit_property_intro .col-xs-4 {
		padding: 0 3px;
	}

	.property_intro.favorit_property_intro .flat_btn {
		font-size: 100%;
		padding: 4px;
	}

	.all_matters_checkwrap, .all_matters_propertywrap {
		display: block;
	}

	/* ========= request ========= */
	.request_ttl {
		width: 100%;
		font-size: 20px;
	}

	#request {
		width: 100%;
		border-top: none;
		border-radius: 0;
	}

	#form-post {
		margin: 0 !important;
	}

	.form-set_btn {
		height: 50px;
	}

	.form-set_btn::before {
		width: 25px;
		height: 25px;
		right: 10px;
	}

	.form-set_btn span {
		border-width: 6px 0 6px 10.4px;
		right: 16px;
	}

	.form-set {
		height: 50px;
		font-size: 20px;
		-webkit-appearance: none;
	}

	.form_tel_box {
		width: 100%;
	}

	.form_tel_nbr {
		font-size: 30px;
		top: 7px;
	}

	.form_tel_nbr span {
		width: 30px;
		height: 30px;
		left: -45px;
	}

	.reception {
		font-size: 14px;
	}

	.form_img {
		display: none;
	}

  /* ===e-books=== */
  .link1,
  .link2,
  .link3,
  .link4 {
    padding: 0 0 10px;
  }
  .link1 a,
  .link2 a,
  .link3 a,
  .link4 a {
    font-size: 17px;
  }

  .link1 a span,
  .link2 a span,
  .link3 a span,
  .link4 a span {
    font-size: 10px;
  }

  .link1 a:before,
  .link2 a:before,
  .link3 a:before,
  .link4 a:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: 5px;
  }

}
/* ↑↑↑↑↑↑↑↑ Small devices (desktops, 768px and down) */

/* サンクスページ */
.thanks_wrap {
	text-align: center;
}

.e-book_bnr {
	display: block;
  text-align: center;
}

.line_sp_1 {
	display: none;
}
.line_pc_01,
.push_bnr img {
  margin: 0 auto;
	display: block;
  width: 300px;
  height: auto;
}

/* シン・フリーソーラーサンクス */
.txs_box {
  margin: 100px auto;
  padding: 1.2em;;
  width: 80%;
  height: auto;
  background: linear-gradient(135deg, #015eea, #00c0fa);
  position: relative;
}

.txs_guy {
  position: relative;
  width: 50%;
  bottom: 0;
  display: flex;
  padding-top: 4rem;
}

.txs_guy img {
  width: 75%;
  margin: auto;
  display: block;
}

.txs_base {
  margin: auto;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  display: flex;
}

.txs_txt {
  padding: 1em;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.txs_txt h3 {
  font-weight: normal;
  margin: 20px 0;
  border: none;
}

.txs_txt hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  border-color: #005caa;
  border-bottom-width: 0;
}

.txs_txt p {
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0 1em;
  line-height: 1.4;
}

@media (max-width: 768px) {
	.line_sp_1 {
		display: block;
	}
	.line_pc_01 {
		display: none;
	}
  .link1,
  .link2,
  .link3,
  .link4 {
    padding: 0 0 10px;
  }
  .link1 a,
  .link2 a,
  .link3 a,
  .link4 a {
    font-size: 17px;
  }

  .link1 a span,
  .link2 a span,
  .link3 a span,
  .link4 a span {
    font-size: 10px;
  }

  .link1 a:before,
  .link2 a:before,
  .link3 a:before,
  .link4 a:before {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    left: 5px;
  }
  .txs_box {
    padding: 1em;
    margin: 50px auto;
    width: 100%;
  }
  .txs_base {
    flex-direction: column-reverse;
  }
  .txs_txt {
    width: 100%;
  }
  .txs_txt p {
    padding: 0;
  }
  .txs_guy {
    width: 50%;
    margin: 15px auto 0;
    padding: 0;
  }
  .txs_guy img {
    width: 100%;
    margin: auto;
  }
}

/* 会員登録ページ */
.regist_step {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}

.step_box {
  padding: 10px;
  width: 33.33333%;
  box-sizing: border-box;
  text-align: center;
}

.step1, .step2, .step3 {
  padding: 20px;
  height: 74px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  background: #A5A5A5;
  position: relative;
}

.step1::before,
.step2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 37px 37px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.step1::after,
.step2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 37px 37px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.step1, .step2 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.step3 {
  border-radius: 5px;
}

.regist_active {
  background: #ffb7b8;
  color: #9c0000;
}

.step1 span,
.step2 span,
.step3 span {
  margin: auto;
  padding: 5px;
  height: 30px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
}

.regist_active span {
  border: 1px solid #9c0000;
  background: #d04445;
  color: #FFFFFF;
}

.regist_catch {
  margin-bottom: 10px;
}

.regist_catch img {
  width: 100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcinclude { display: block !important; }
.spinclude { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pcinclude { display: none !important; }
.spinclude { display: block !important; }
}

.comp_txt {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.completion_box {
  margin: auto;
  width: 70%;
}

.complerion_img {
  width: 50%;
  float: left;
}

.complerion_img img {
  margin-bottom: 0;
  width: 90%;
  vertical-align: bottom;
}

.completion_link {
	width: 50%;
	float: left;
	position: relative;
	top: 60px;
}

.completion_link ul {
  list-style: none;
}

.completion_link li {
  margin-bottom: 15px;
}

.completion_link li a {
  padding: 20px;
  background: #2EBC35;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  display: block;
  transition: all 0.2s;
  position: relative;
}

.completion_link li a:hover {
  text-decoration: none;
  background: #7AD282;
}

.completion_link li:nth-child(1) a::before {
  margin: auto;
  content: "\f2bb";
  display: block;
  font-size: 24px;
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
}

.completion_link li:nth-child(2) a::before {
  margin: auto;
  content: "\f002";
  display: block;
  font-size: 24px;
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
}

.completion_link li:nth-child(3) a::before {
  margin: auto;
  content: "\f059";
  display: block;
  font-size: 24px;
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
}

.completion_link li:nth-child(4) a::before {
  margin: auto;
  content: "\f015";
  display: block;
  font-size: 24px;
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
}

p.questionary_ttl {
  margin: 0;
  padding: 15px 0;
  text-align: center;
  color: #FFFFFF;
  background: #3377BC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  clear: both;
}

article.comp_regi_op {
  padding-bottom: 0;
}

.dot_line_vertical {
  border-right: 1px dotted #CCCCCC;
}

ul.login_id-pw {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.login_id-pw li {
  margin-bottom: 15px;
  padding: 0 20px;
  box-sizing: border-box;
}

.login_btn,
ul.login_id-pw li.login_btn {
  padding: 0 100px;
}

.logout_woman {
  margin: 20px auto 30px;
  padding: 50px 0 0;
  width: 70%;
  text-align: center;
  background: #e8fdff;
  border-radius: 10px;
}

.logout_woman img {
  margin: 0;
  width: 300px;
}

.link_box {
  margin: auto;
  width: 70%;
}

@media (max-width: 767px) {
	.regist_step {
    margin-top: 20px;
		display: block;
	}
	.step_box {
		padding: 0 0 10px 0;
		width: 100%;
	}
	.step_box .step1,
	.step_box .step2,
	.step_box .step3 {
		padding: 10px;
		height: auto;
		font-size: 12px;
	}
	.step1::before,
	.step2::before,
	.step1::after,
	.step2::after {
		display: none;
	}
	.step1, .step2 {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.step1 span, .step2 span, .step3 span {
		padding: 0 5px;;
		height: 20px;
		left: 10px;
	}
  .completion_box {
    width: 100%;
  }
  .complerion_img,
  .completion_link {
    float: none;
    width: 100%;
  }
  .complerion_img img{
    width: 100%;
  }
  .completion_link {
    top: 0;
  }
  .completion_link ul {
    padding: 0;
  }
  .completion_link li a {
    padding: 10px;
    font-size: 16px;
  }
  .completion_link li:nth-child(1) a::before,
  .completion_link li:nth-child(2) a::before,
  .completion_link li:nth-child(3) a::before,
  .completion_link li:nth-child(4) a::before {
    top: 5px;
    left: 10px;
  }
  .logout_woman {
    width: 100%;
  }
  .logout_woman img {
    width: 70%;
  }
  .link_box {
    width: 100%;
  }
  .link_box .col-xs-6 {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}

/* 会員登録ページ　フォーム */
#register_form.require_table,
#register_form.optional_table {
  border: none;
}

.registerpass_bar div {
	margin: 0 2px 0 0;
	width: 214px;
	height: 5px;
	background: url(images/check_default.png) no-repeat;
  background-size: 100%;
}

div.check_result_0 {
	background: url(images/check_result_0.png) no-repeat;
  background-size: 100%;
}

div.check_result_1 {
	background: url(images/check_result_1.png) no-repeat;
  background-size: 100%;
}

div.check_result_2 {
	background: url(images/check_result_2.png) no-repeat;
  background-size: 100%;
}

div.check_result_3 {
	background: url(images/check_result_3.png) no-repeat;
  background-size: 100%;
}

div.check_result_4 {
	background: url(images/check_result_4.png) no-repeat;
  background-size: 100%;
}

/* マイページ */
.mypage_box {
  display: flex;
}

.mypage_row {
  flex: 1;
}

.mypage_inner {
  padding: 15px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.mypage_inner p {
  margin: 15px 0;
  padding: 15px;
  color: #FFFFFF;
  background: #57B1D0;
  box-sizing: border-box;
}

.mypage_inner img {
  margin: 0;
}

.mypage_btn {
  width: 360px;
}

.mypage_btn2 {
  width: 360px;
  margin: auto;
}

.mypage_box2 {
  width: 100%;
}

.mypage_regist {
  width: 50%;
  float: left;
}

.mypage_login {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .return_btn{
    width: 50%;
    margin-left: 0;
    padding-right: 7px;
  }
  .regist_btn {
    width: 50%;
    margin-left: 0;
    padding-left: 7px;
  }
  .mypage_regist,
  .mypage_login {
    float: none;
    width: 100%;
    clear: both;
  }
  .mypage_btn2 {
    width: 100%;
  }
  ul.login_id-pw li {
    padding: 0;
  }
  .login_btn, ul.login_id-pw li.login_btn {
    padding: 0;
  }
  .mypage_box {
    display: block;
  }
  .mypage_row.mr10{
    margin: 0 0 10px 0;
  }
  .mypage_row.ml5.mr5 {
    margin: 0 0 10px 0;
  }
  .mypage_row.ml10 {
    margin: 0;
  }
  .mypage_btn {
    width: 100%;
  }
}

/* 退会ページ */
.withdra_box {
  margin-bottom: 20px;
  padding: 20px 20px 0;;
  width: 100%;
  background: #e5fcff;
  box-sizing: border-box;
  border-radius: 10px;
}

.withdra_txt {
  float: left;
  width: 50%;
}

.withdra_txt p {
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.withdra_txt p::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_caution.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}

.withdra_txt ul {
  margin-top: 70px;
  font-size: 20px;
}

.withdra_img {
  width: 50%;
  float: left;
  text-align: center;
}

.withdra_img img {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .withdra_txt,
  .withdra_img {
    float: none;
    width: 100%;
  }
  .withdra_img img {
    width: 100%;
  }
	.require_table th,
	.optional_table th {
		display: block;
		width: 100%;
		clear: both;
	}
	.require_table td,
	.optional_table td {
		display: block;
		width: 100%;
		clear: both;
	}
	td .col-xs-12 {
		float: none;
	}
  .withdra_txt p {
    font-size: 16px;
  }
  .withdra_txt ul {
    font-size: 12px;
    margin-top: 20px;
  }
  .cancel_btn,
  .withdra_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* パスワードリセット */
.pw_reset {
  margin-top: 20px;
}

/* 退会完了 */
.withdra_comp_box {
  margin: 20px 0;
  padding: 20px 20px 0;;
  width: 100%;
  background: #e5fcff;
  box-sizing: border-box;
  border-radius: 10px;
}

.withdra_comp_txt {
  float: left;
  width: 50%;
}

.withdra_comp_img {
  float: left;
  width: 50%;
  text-align: center;
}

.withdra_comp_img img {
  margin: 0;
  width: 50%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .withdra_comp_txt,
  .withdra_comp_img {
    float: none;
    width: 100%;
  }
  .withdra_comp_img img {
    width: 100%;
  }
  .comp_txt {
    font-size: 18px;
  }
}

/* SSLサイトシール */
footer .container {
  position: relative;
}
.foot_seal {
	display:flex;
	position:absolute;
	bottom: 10px;
	right: 0;
	align-items: center
}

.ssl_seal {
  width: 115px;
}

.ssl_seal img {
  width: 100%;
}

img.logo_KDP {
	margin-right: 15px;
  width: auto;
	height: 30px;
}

@media (max-width: 767px) {
  .foot_logo {
    margin-bottom: 70px;
  }
  .foot_seal {
    margin-top: 30px;
    position: relative;
    justify-content: center;
  }
}

/* ヘッダーログインメニュー */
.head_login_menu {
	border-top: 1px solid rgba(0,0,0,.1);
}

.head_login_menu p {
	margin-top: 14px;
}

.head_login_menu ul {
	margin-top: 5px;
}

.head_login_menu li {
	margin-left: 5px;
}

.head_login_menu li a {
	padding: 8px 15px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.1);
}

.fa-sign-out:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_logout.svg) no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.head_sp_login,
.head_sp_logout {
	display: none;
}

.sp_only,
.nav>li.sp_only {
	display: none;
}

@media (max-width: 767px) {
	.sp_only,
	.nav>li.sp_only {
		display: block;
	}
	.head_login_menu ul {
		display: none;
	}
	.head_sp_login,
  .head_sp_logout {
		width: 50px;
		height: 50px;
		float: right;
		display: block;
		font-size: 10px;
		text-align: center;
		box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(255,255,255,1);
	}
	.head_sp_login::after {
		margin-top: -12px;
		content: "ログイン";
		display: block;
		color: #337ab7;
	}
  .head_sp_logout::after {
		margin-top: -12px;
		content: "LogOut";
		display: block;
		color: #337ab7;
	}
	.head_sp_login a,
  .head_sp_logout a {
		display: block;
		box-sizing: border-box;
		padding: 5px 0 0;
    font-size: 24px;
	}
	.head_sp_login img,
  .head_sp_logout img {
		width: 100%;
	}
	.ic_head_tel img {
		width: 100%;
	}
	.ic_head_mail {
		width: 40px;
		height: 40px;
		background: url(images/ic_head_mail.png) no-repeat;
		background-size: 40px 40px;
		border: none;
	}
}

/* セミナーグーグルカレンダー インフォメーション */
#gcalendar {
  display: block;
}

.home_post_list.seminar_info dl {
  border: 1px solid #CCCCCC;
  display: flex;
}

.home_post_list.seminar_info .dl-horizontal dt {
  float: none;
  overflow: inherit;
  background: #EFEFEF;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  display: block;
}

.home_post_list.seminar_info .dl-horizontal dt::before {
  display: none;
}

.seminar_info .home_post_thumb_seminar {
  margin: auto;
  height: 100%;
  position: relative;
}

.seminar_info .home_post_thumb_seminar img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.home_post_list.seminar_info .dl-horizontal dd {
  margin-left: 15px;
  padding: 0;
  border: none;
  background: #FFFFFF;
}

.home_post_list.seminar_info .dl-horizontal dd p {
  overflow: inherit;
  white-space: normal;
  text-overflow: inherit;
  line-height: 1.3;
  margin-bottom: 15px;
}

.seminar_info .top_seminar_detail table {
  margin: 0;
}

@media (max-width: 767px) {
  #gcalendar {
    display: none;
  }
  .home_post_list.seminar_info dl {
    display: block;
  }
  .home_post_list.seminar_info .dl-horizontal dt {
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
  }
  .seminar_info .home_post_thumb_seminar img {
    position: relative;
  }
  .home_post_list.seminar_info .dl-horizontal dd {
    margin-left: 0;
  }
}

/* 完売御礼・会員限定 */

.member_only_over, .sale_end_over {
  position: relative;
  overflow: hidden;
}

.member_only_over img, .sale_end_over img {
  width: 100%;
}

.member_only_over::before, .sale_end_over::before {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.member_only_over:after {
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/stamp_member.png) center no-repeat;
	position: absolute;
	content: '';
	background-size: 85%;
	width: 100%;
	height: 100%;
	top: 0;
  left: 0;
	transform: rotate(-10deg);
}

.sale_end_over:after {
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/stamp_sale1.png) center no-repeat;
	position: absolute;
	content: '';
	background-size: 85%;
	width: 100%;
	height: 100%;
	top: 0;
  left: 0;
	transform: rotate(-10deg);
}

@media (max-width: 767px) {
  .inq_btn,
  .det_btn {
    margin-bottom: 15px;
  }
}


/* TOP 物件スライド */
.side-property-img {
  margin: auto;
  max-width: 300px;
  max-height: 250px;
  display: block;
  overflow: hidden;
}

.side-property-img img {
  width: 100%;
}

.side-property-img::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility:hidden;
}

.swiper-container-member {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* 物件比較ページ */
.fixed_header_display_none_at_print .col_close_btn {
	display: none !important;
}

.fixed_header_display_none_at_print {
	left: auto !important;
}

div.scroll_div {
	overflow: auto;
}

.table_compare p {
  margin: 0;
  line-height: 1.5;
}

.table_compare th, .table_compare td {
	padding: 5px;
  box-sizing: border-box;
}

.table_compare th {
  width: 290px;
  text-align: left;
  vertical-align: top;
}

.table_compare td {
  width: 180px;
}

.table_compare img {
  margin: 0 auto;
  width: 120px;
  display: block;
}

.table_compare h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  border: none;
  color: #34b8cc;
}

.compare_remarks p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .table_compare p {
    font-size: 14px;
  }
}

/* youtube用iframe */
.movie_canvas {
	position: relative;
  padding-top: 56.25%;
}

.movie_canvas iframe {
  width: 100%;
  height: 100%;
  position:  absolute;
  top: 0;
}

/*スライダー 片山さつき */
.slide_interview {
  width: 100%;
	height: 500px;
  background: url(images/interview_bg.jpg) center no-repeat;
  background-size: cover;
}

.interview_satsuki_sp {
  display: none;
}

.interview_satsuki_pc img,
.interview_satsuki_sp img {
	width: 100%;
}

@media (max-width: 767px) {
  .interview_satsuki_pc {
    display: none;
  }
  .interview_satsuki_sp {
    display: block;
  }
}

/* 通知設定 */
.notification table {
  width: 100%;
}

.notification table div {
  margin: 10px 0;
  font-size: 18px;
}

.notification table label {
  margin-right: 10px;
  cursor: pointer;
}

.notification table input[type=checkbox] {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .notification table th,
  .notification table td {
    width: 100%;
    display: block;
  }
}

/* 非ログイン時 会員登録誘導 */
.log_out_iwaikin {
  margin: auto;
}

.log_out_iwaikin img {
  width: 100%;
}

.regist_btn_wrap {
  margin: 40px auto;
  width: 50%;
}

@media (max-width: 767px) {
  .log_out_iwaikin p {
    width: 100%;
  }
  .regist_btn_wrap {
    margin: 20px auto;
    width: 100%;
  }
}

/* paerdotフォーム用 */
.pardot_form {
	position: relative;
	width: 100%;
	height: 500px;
}

.pardot_form iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.pardot_form {
		height: 600px;
		margin-bottom: 20px;
	}
}

/* 会員登録 SNS input button */
.sns_input_button_box {
	display: flex;
	justify-content: space-around;
}

#sfs-yahoo-button,
#sfs-facebook-button {
	padding: 0 10px;
	width: 50%;
}

#sfs-yahoo-button .sfs-message-type1 {
	float: right;
}

#sfs-yahoo-button .sfs-message-type1 .sfs-button-type1 {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px !important;
	border: 1px solid #ff0033;
	background: linear-gradient(to bottom, #ff1a48 0%,#ff0033 100%);
}

#sfs-yahoo-button .sfs-message-type1 .sfs-button-type1::before {
	margin-right: 5px;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/yahoo_logo.png) center no-repeat;
	background-size: contain;
}

#sfs-facebook-button .sfs-message-type1 .sfs-button-type1 {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px !important;
	border: 1px solid #334D80;
	background: linear-gradient(to bottom,  rgb(98, 122, 173) 0%,rgb(59, 89, 152) 100%);
}

#sfs-facebook-button .sfs-message-type1 .sfs-button-type1::before {
	margin-right: 5px;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/fb_logo.png) center no-repeat;
	background-size: contain;
}

.sfs-message-type1 .sfs-button-type1 {
	display: flex;
	align-items: center;
}

.sfs-message-type1 .sfs-button-type1 img {
	display: none;
}

#sfs-yahoo-button .sfs-tip-type1 {
	color: #ff0033;
	background: #FFFFFF;
	right: -5px;
}

#sfs-facebook-button .sfs-tip-type1 {
	color: #334D80;
	background: #FFFFFF;
	right: -10px;
}

	#sfs-yahoo-button {
		padding: 0 5px 0 0;
	}
	#sfs-facebook-button {
		padding: 0 0 0 5px;
	}
	#sfs-yahoo-button .sfs-message-type1 .sfs-button-type1,
	#sfs-facebook-button .sfs-message-type1 .sfs-button-type1 {
		width: 100%;
		font-size: 10px;
	}
	#sfs-yahoo-button .sfs-message-type1 .sfs-button-type1::before,
	#sfs-facebook-button .sfs-message-type1 .sfs-button-type1::before {
		width: 15px;
		height: 15px;
	}
	#sfs-yahoo-button .sfs-message-type1 {
		float: none;
	}
	#sfs-yahoo-button .sfs-tip-type1 {
		right: -2px;
	}

.sfs-yahoo-button-type1 {
  align-items: center;
}

.sfs-yahoo-button-type1 img {
  margin: 0 0.5em 0 0 !important;
}

/* 登録画面 必須項目 */
.gyr_remain_message {
	top: inherit !important;
	bottom: 0 !important;
}

/* 記事コンテンツ 監修 無料会員登録 */

.supervision {
  border: 1px solid #EEEEEE;
  margin-bottom: 50px;
}
  
.supervision h3 {
  margin: 0 0 19px;
  padding: 20px 10px 20px 60px;
  line-height: 1;
  border-left: none;
  border-bottom: 1px solid #eee;
  position: relative;
}
  
.supervision h3::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_prof.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 10px;
}

.supervision .interview_prof {
	padding: 0 20px 20px;
}

.supervision img {
	width:100%;
}

.induction_box {
  margin-bottom: 50px;
  border: 1px solid #EEEEEE;
}

.induction_box h3 {
  text-align: center;
}
  
.induction_inner {
  margin: 20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #EEEEEE;
}
  
.induction_txt {
  padding-right: 10px;
  width: 50%;
  float: left;
}
  
.induction_img {
  padding-left: 10px;
  width: 50%;
  float: left;
}
  
.induction_img img {
  width: 100%;
}

.induction_inner2 {
  padding: 0 20px;
}  
  
.induction_inner2 h4 {
  color: #FF9F00;
  border-bottom: 1px solid #FF9F00;
  font-weight: bold;
  line-height: 2;
}
  
.induction_inner2 ol {
  list-style: decimal;
  margin: 0;
  padding-left: 20px;
}

.induction_inner2 ul {
  list-style: initial;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .induction_txt,
  .induction_img {
    padding: 0;
    float: none;
    width: 100%;
  }
}

/* SNSシェアボタン */
.sns_container {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.sns_share_btn {
  margin-right: 5px;
  transition: .3s;
  opacity: 1;
}

.sns_share_btn:hover {
  opacity: .8;
}

.sns_share_btn a {
  width: 120px;
  height: 30px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: relative;
  border-radius: 3px;
} 

.sns_share_btn a:hover {
  text-decoration: none;
} 

.sns_share_btn.sns_twitter a {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns_share_btn.sns_twitter a img {
  margin: 0 5px 0 0 !important;
  width: 15px;
  height: 15px;
  display: block;
}

/*.sns_share_btn.sns_twitter a::before {
  margin: 0 5px 0 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  background: url(https://www.eco-hatsu.com/battery/wp-content/themes/ecohatsu_battery_ver03/images/x_logo.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}*/

.sns_share_btn.sns_fb_share a {
  background: #4267b2;
}

.sns_share_btn.sns_fb_share a::before {
  margin: 0 5px 0 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
	background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_fb.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}

.fb_iframe_widget span {
  vertical-align: top;
}

.sns_share_btn.sns_line a {
  background: #00B900;
}

.sns_share_btn.sns_line a::before {
  margin: 0 5px 0 0;
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_line.svg) no-repeat;
  background-size: cover;
  display: inline-block;
}


@media (max-width: 767px) {
  .sns_container {
    margin: 15px 0;
  }
  .sns_share_btn {
    flex: 1;
  }
  .sns_share_btn a {
    padding: 0 5px;
    width: auto;
    font-size: 10px;
  }
}

/* 遊休地有効活用 */
.land_usage {
  width: 100%;
  height: 400px;
  position: relative;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/land_usage_top_bg.jpg) no-repeat;
  background-size: cover;
}

.land_usage ul {
  margin: 0 10px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  list-style: none;
  margin-block-start: 0;
  justify-content: space-around;
  padding-inline-start: inherit;
}

.land_usage ul li {
  width: 210px;
}

.land_usage ul li a {
  text-align: center;
  background: rgb(255, 255, 255,.8);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items:center;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  transition: .3s;
}

.land_usage ul li a:hover {
  text-decoration: none;
}

.land_usage_inquiry {
	width: 100%;
	margin-top: 30px;
  margin-bottom: 50px;
	padding: 15px;
	border: 5px solid #fabe00;
}

.land_usage_inquiry .ttl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #fabe00;
	border-bottom: 1px solid #fabe00;
  text-align: center;
}

.land_usage_inquiry_inner {
	display: flex;
	align-items: center;
}

.land_usage_inquiry_tel {
	padding-right: 10px;
	width: 50%;
	text-align: center;
}

.land_usage_inquiry_tel a {
	font-size: 36px;
	font-weight: bold;
}

.land_usage_inquiry_tel a:hover {
	text-decoration: none;
}

.land_usage_inquiry_tel a::before {
	margin-right: 15px;
  width: 30px;
  height: 30px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_tel3.svg) no-repeat;
  background-size: cover;
	content: "";
  display: inline-block;
}

.property_number {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCCCCC;
	display: none;
}

.land_usage_inquiry_mail {
	padding-left: 10px;
	width: 50%;
}

.land_usage_inquiry_mail a {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	text-shadow: -1px -1px 0 rgba(0,0,0,.1);
	border: none;
	border-radius: 5px;
	background: linear-gradient(#66ca72,#40bd4f);
	position: relative;
  display: block;
  text-align: center;
  line-height: 80px;
}

.land_usage_inquiry_mail a:hover {
  text-decoration: none;
}

.land_usage_inquiry_mail a::before {
	content: "";
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_mail.svg) no-repeat;
  background-size: cover;
	position: absolute;
  top: 0;
	left: 15px;
  bottom: 0;
}

.land_usage_inquiry_mail a::after {
	content: "";
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/icon_ca-r.svg) no-repeat;
  background-size: cover;
	position: absolute;
  top: 0;
	right: 15px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .land_usage_inquiry_tel a {
    font-size: 30px;
  }
  .land_usage_inquiry_mail a {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .land_usage_inquiry {
    padding: 10px;
  }
  .land_usage_inquiry .ttl {
    padding-bottom: 5px;
    font-size: 24px;
  }
  .land_usage_inquiry_inner {
    display: block;
  }
  .land_usage_inquiry_tel {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .land_usage_inquiry_tel a {
    font-size: 23px;
  }
  .land_usage_inquiry_tel p {
    font-size: 10px !important;
  }
  .land_usage_inquiry_mail {
    width: 100%;
    padding: 0;
  }
  .land_usage_inquiry_mail a {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .land_usage {
    background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/images/land_usage_top_sp_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .land_usage ul {
    display: block;
    height: auto;
    bottom: 0;
  }
  .land_usage ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .land_usage ul li a {
    height: 30px;
  }
}

/* ウェブセミナー */
.web_semi_box {
	display:flex;
}

.web_semi_main {
	padding-left: 15px;
	padding-right: 15px;
	width: 75%;
}

.web_semi_side {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}

.web_semi_info {
  padding: 20px;
  border: 1px solid #ddd;
}

.web_semi_form {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

@media (max-width: 767px) {
	.web_semi_box {
		display:block
	}
	.web_semi_main {
		width: 100%;
	}
	.web_semi_side {
		width: 100%;
	}
  .web_semi_form {
    margin-top: 20px;
  }
}

/*メガ発iframeの高さ取得*/
iframe.autoheight {
  border: none;
  position: relative;
}

.advertise-information {
  padding: 15px;
	height: 120px;
  overflow: auto;
  border: 1px solid #ccc;
}

/* 私はロボットではありません */
.g-recaptcha {
  margin: auto;
  width: 304px;
}
@media (max-width: 767px) {
  .form_info td.reCAPTCHA {
    padding: 20px 0;
  }
  .g-recaptcha {
    transform: scale(0.8);
  }
}

/* googleMapの調べ方 */
.google_map_info {
  margin: 10px 0 0;
  padding: 20px;
  border: 1px solid #CCCCCC;
}

.google_map_info p {
  font-size: 20px;
  font-weight: bold;
}

.google_map_info li span {
  width: 350px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 6px 7px;
  display: inline-block;
}

@media (max-width: 767px) {
  .google_map_info ol {
    padding-inline-start: 20px;
  }
  .google_map_info li span {
    width: 100%;
  }
}

/* ファンドフォーム */
.fund_img {
  margin: auto;
  width: 80%;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fund_img img {
  margin: auto;
  width: 100%;
  height: auto;
}

.fund_form th {
  padding: 15px;
  width: 30%;
  border: 1px solid #ECECEC;
  background: #294E76;
  color: #FFFFFF;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.fund_form th span {
  margin: auto;
  height: 25px;
  padding: 1px 3px;
  color: #FFFFFF;
  background: #B60000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.fund_form td {
  padding: 15px;
  border: 1px solid #ECECEC; 
}

.fund_form td input,
.fund_form td select {
  padding: 5px;
  width: 300px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #CECECE;
  border-radius: 3px;
}

.fund_form td input[type="checkbox"] {
  width: 30px;
  border: 1px solid #CECECE;
  border-radius: 3px;
}

.fund_form td span {
  margin-left: 10px;
}

.fund_form_btn {
  
}
  
.fund_form_btn input {
  margin: 0 auto 20px;
  width: 600px;
  height: 85px;
  background: #feb403;
  color: #FFF;
  border: none;
  transition: 0.3s;
  padding: 20px 0;
  font-size: 30px;
  display: block;
  border-radius: 100px;
}

.fund_form_btn input:hover {
  background: #FFFFFF;
  border: 1px solid #feb403;
  color: #feb403;
}

@media (max-width: 767px) {
  .fund_img {
    width: 100%;
    height: auto;
  }
  .fund_form th {
    border-top: none;
    border-bottom: none;
  }
  .fund_form th,
  .fund_form td,
  .fund_form td input,
  .fund_form td select,
  .fund_form_btn input {
    width: 100%;
    display: block;
  }
  .fund_form_btn input {
    padding: 15px 0;
    height: auto;
    font-size: 18px;
  }
}

/*お客様インタビュー2020 */
.usr_prof {
  padding: 40px 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.usr_prof_box {
  margin: auto; 
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
}
  
.usr_prof_box .th,
.usr_prof_box .td {
  padding: 10px;
  width: 25%;
  text-align: center;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}

.usr_prof_box .th {
  background: #afdbf5;
}

.mega_p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #00488C;
}
.mega_p::before {
  content: "―";
  display: inline-block;
}

@media (max-width: 767px) {
  .usr_prof p {
    font-size: 13px;
  }
  .usr_prof_box {
    width: 100%;
  }
  .usr_prof_box .th,
  .usr_prof_box .td {
    width: 50%;
  }
}

.section_img img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.section_img {
		margin: 15px 0 0;
	}
}

/* omsメンテ半額CPページ */
.oms_induction_box {
  margin: 30px auto;
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

.price_half {
  border: 1px solid #D2D2D2;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto 30px;
  width: 100%;
	flex-direction: column;
}

.price_half p {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}

.price_half p.pack_low {
  color: #FFFFFF;
  background: #61B99E;
  padding: 20px 0;
  margin-bottom: 0;
  width: 100%;
}

.price_half p.pack_low span {
  font-size: 2rem;
}

.price_half p.pack_low span::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 25px;
  background: url(images/oms_logo_white.svg) left top no-repeat;
  background-size: contain;
  margin: 0 3px 0 10px;
}

.price_half span.red {
  font-weight: bold;
}

.price_half span.red span {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.oms_induction_btn {
  width: 100%;
  margin: auto;
}

.oms_plan_low {
  box-shadow: 1px 3px 6px rgb(0 0 0 / 20%);
  border-radius: 5px;
}

.pc_only .oms_plan_low {
  width: 1000px;
  display: block;
}

.flex_box {
  display: flex;
  flex-direction: column;
}

.report_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.voice_container {
}

.voice_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px auto;
}
.voice_box .txt_box {
  order: 2;
}

.voice_box .txt_box p {
  margin-bottom: 0
}

.voice_box .name_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 6px 0px;
  border-bottom: 1px solid #CCCCCC;
  flex-wrap: wrap;
}
.voice_box .name_box .name {
  flex-basis: 210px;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
}

.voice_box .name_box .plan {
  flex-basis: 147px;
  min-height: 23px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #61B99E;
  border-radius: 12px;
}

.voice_box .more_btn {
  text-align: right;
}
.voice_box .more_btn a {
  color: #1C1C1C;
  font-size: 16px;
  font-weight: bold;
}

.voice_box .img_box {
  order: 1;
}

.oms_media_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.oms_media_inner {
  width: 100%;
}

dl.oms_faq {
  text-align: left;
  border-bottom: 1px dotted #999;
}

dl.oms_faq dt {
  border-top: 1px #999 dotted;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 20px 15px 20px 60px;
  font-size: 4.7vw;
  color: #345cc9;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
  background: #e8f4ff;
  border-radius: 0;
}

dl.oms_faq dt:nth-child(1) {
  border: none;
}

dl.oms_faq dt:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 8vw;
  height: 9.8666666vw;
  background: url(https://mega-hatsu.com/bess/wp-content/themes/bess_theme_ver1.0/operating_solar_LP/images/question.png) no-repeat center center;
  background-size: contain;
  border-radius: 0;
}

dl.oms_faq dd {
  padding: 20px 15px;
  line-height: 1.5;
  background: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .eyecatch.oms_cp {
    width: 1000px;
    text-align: center;
  }
  .oms_induction_btn {
    width: 70%;
  }
  .oms_induction_btn a {
    width: 100%;
  }
	.price_half {
		width: 1000px;
		flex-direction: row;
	}
	.price_half p {
		width: 60%;
	}
	.price_half p.pack_low {
		width: 40%;
	}
  .flex_box {
    flex-direction: row;
  }
  .flex_box.reverse {
    flex-direction: row-reverse;
  }
  .flex_box_txt {
    padding-left: 60px;
  }
  .reverse .flex_box_txt {
    padding-left: 0;
    padding-right: 60px;
  }
  .report_box {
    flex-direction: row;
    width: 95%;
  }
  .report_inner {
    width: 48%;
  }
  .voice_container {
  }
  .voice_box {
    width: 90%;
    flex-direction: row;
    margin: 30px auto;
  }
  .voice_box .txt_box {
    position: relative;
    flex-basis: 50%;
    margin: 0;
    padding-left: 4px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
  }
  .voice_box .name_box .name {
    flex-basis: 210px;
    font-size: 22px;
    font-weight: bold;
}

.voice_box .name_box .plan {
    flex-basis: 147px;
    min-height: 23px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #61B99E;
    border-radius: 12px;
}
  .voice_box .more_btn {
    position: absolute;
    right: -3px;
    text-align: right;
}
  .voice_box .img_box {
    flex-basis: 45%;
    margin: 0;
  }
  .oms_media_box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .oms_media_inner {
    width: 45%;
  }
  
  dl.oms_faq {
    margin-left: auto;
    margin-right: auto;
  }
  dl.oms_faq dt {
    font-size: 20px;
    padding: 20px 15px 20px 70px;
  }
  dl.oms_faq dt:before {
    width: 30px;
    height: 37px;
    top: 15px;
  }
  dl.oms_faq dt span.toggle {
    width: 30px;
    height: 30px;
    top: 40px;
  }
  dl.oms_faq dt span.toggle:before, dl.oms_faqdt span.toggle:after {
    width: 12px;
    height: 2px;
  }
  dl.oms_faq dd {
    font-size: 18px;
  }
}

/* 会社概要 */
.company_logo {
  margin: 25px auto;
  width: 300px;
  height: auto;
}
.company_info {
  margin: 0 auto 25px;
  width: 80%;
  font-size: 16px;
}

.company_info dl {
  display: flex;
  width: 100%;
  margin: 0;
}

.company_info dl:last-child {
  border-bottom: 1px solid #F3F3F3;
}

.company_info dt {
  padding: 20px;
  width: 25%;
  border: 1px solid #F3F3F3;
  border-bottom: none;
  background: #FFFFFF;
}
.company_info dt::before {
  display: none;
}

.company_info dd {
  padding: 20px;
  width: 75%;
  border: 1px solid #F3F3F3;
  border-bottom: none;
  border-left: none;
  background: #FFFFFF;
}

.company_info p {
  padding: 0;
  margin: 0 0 10px;
}

.company_info li {
  list-style-position: outside;
}

@media (max-width: 767px) {
  .company_info{
    width: 100%;
  }
  .company_info dl {
    flex-direction: column; 
  }
  .company_info dt {
    width: 100%
  }
  .company_info dd {
    width: 100%;
    border-left: 1px solid #F3F3F3;
  }
}

.interview-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview-box {
  width: 49.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.interview-inner {
  margin-bottom: 15px;
  padding: 1.5vw;
  border: 1px solid #222;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.interview-img {
  width: 20vw;
  height: 100%;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.interview-img::before {
  content: "";
  display: block;
  padding-top: 100%;
  }

.interview-img img {
  width: auto;
  max-width: initial;
  height: 100%;
  position: absolute;
  }

.interview-txt {
  width: 60%;
  padding-left: 15px;
}

.profession {
  text-align: center;
}

.profession h3 {
  margin: 0;
  background: none;
  font-size: 24px;
  color: #345cc9;
  padding-bottom: .8vw;
  border: none;
  border-bottom: 1px solid #222222;
  font-weight: normal;
}

.profession p {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.commentary {
  text-align: left;
  }

.commentary p {
  margin: 0;
  margin-top: 0.5vw;
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview-img {
    margin: 0 auto 15px;
    width: 55.556vw;
    max-width: 200px;
    height: 55.556vw;
    max-height: 200px;
  }
  .interview-txt {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .interview {
    padding: 6.333333vw 0;
  }
  .interview-block {
    padding-top: 5.3333333vw;
  }
  .interview-box {
    width: 50%;
  }
  .interview-inner {
    padding: 3.333vw;
    width: 100%;
  }
  .interview-box:nth-child(1) .interview-inner,
  .interview-box:nth-child(3) .interview-inner {
    border-right: none;
  }
  .interview-img {
    width: 100%;
    max-height: 130px;
  }
  .profession h3 {
    font-size: 3.266667vw;
    padding-bottom: 2.3vw;
  }
  .profession p {
    font-size: 4.333vw;
  }
  .commentary p {
    margin-top: 4.444vw;
    display: none;
  }
}

.media {
  padding: 13.3333333vw 0;
}

.media h2 {
  margin-bottom: 5.3333333vw;
}

.media-block {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-block figure {
  width: 37.8666666vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .media-block figure {
    width: 22.866667vw;
  }
  .media-block figure img {
    width: 100%;
    height: auto;
  }
}

.gyr_remain_message {
  bottom: 0 !important;
  top: inherit !important;
}

.ls-0 {
  letter-spacing: 0;
}

/* お気に入りボタン周り変更20241129*/
.contact_num_box {
  margin-bottom: 15px;
  display: flex;
}
.contact_num_box .contact_num_area {

}
.attention_icon-box {
  display: flex;
  flex-direction: column;
}
.attention_icon-box .fav_regist {
  margin-left: auto;
  width: 15%;
}

.attention_icon-box .fav_regist button {
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .property_contact_wrap .form-green-btn {
    font-size: 150%;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .contact_num_area {
    display: none;
  }
  .attention_icon-box .fav_regist {
    width: 15%;
  }  
  .attention_icon-box li{
    padding-bottom: 10px;
  }
}

/* ページナビ 20241206*/
.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 5px 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}

#guid p {
	margin: 0;
	font-size: 84%;
	text-align: right;
}

.rule dt,.privacy-policy dt {
  margin-bottom: 5px;
  padding: 3px 0 3px 20px;
  color: #34b8cc;
  position: relative;
  line-height: 1.2;
  background: none;
  border: none;
}

.rule dt::before,.privacy-policy dt::before {
  content: "";
  display: block;
  width: 5px;
  height: 90%;
  background: #34b8cc;
  position: absolute;
  left: 0;
  top: 4%;
  border-radius: 1px;
}

.rule dd,.privacy-policy dd {
  padding: 5px;
  background: none;
  border: none;
}

.rule dl,.privacy-policy dl {
  background: none;
  border: none;
}