@charset "utf-8";
/* ======================================================
(C)広島ホームテレビCSS Document 2017-12-14
====================================================== */

#pageBg{background-color: #85d6eb;}
#pageBg .section{
	background-color: #FFF;
	max-width: 1035px;
	margin: 0 auto;
	padding: 0.5em;
	text-align: left;
	line-height: 1.5;
}
#pageBg .section h1{
	font-weight: bold;
	font-size: 21px;
	color: #FF7E00;
	text-align: center;
}
#pageBg .section h1 img.logo{
	width: 300px;
	margin: 0 auto;
	display: block;
}
#pageBg .section p.member{
	font-weight: bold;
	color: #666;
	margin-bottom: 1em;
}

#pageBg .section h2 {
	font-weight: bold;
	color: #333;
	border-top: 3px solid #333333;
	font-size: 18px;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	margin-top: 30px;
	margin-bottom: 15px;
	position: relative;
}
#pageBg .section h2:before {
	content: "";
	width: 50px;
	height: 3px;
	background-color: #CF000E;
	position: absolute;
	top: -3px;
	left: 0;
}
#pageBg .section .icon img{
	width: 80px;
}
#pageBg .section dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	 flex-flow: row wrap;
	 justify-content: flex-start;
	 align-items: stretch;
	 align-content: stretch;
	 max-width: 850px;
	 margin: 0 auto;
}
#pageBg .section dl dt,#pageBg .section dl dd{
	display: inline-block;
	vertical-align: top;
}
#pageBg .section dl dt{
	width: 20%;
	text-align: center;
	padding: 10px;
}
#pageBg .section dl dd{
	width: 80%;
	margin: 10px 0;
}
#pageBg .section p{
	max-width: 850px;
	margin: 0 auto;
}
.balloon1-left,.balloon1-right {
 	position: relative;
	display: inline-block;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #EEE;
	width: 100%;
}
.balloon1-left:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #EEE;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon1-right:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #EEE;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon1-left p,.balloon1-right p {
	margin: 0;
	padding: 0.5em 0 1em;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

/*For Tablet---------------------------------------*/
@media screen and (min-width: 640px){
	#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 80px;
    height: 80px;
  }
  #pageBg{background: url(/jukunen/img/background.jpg);background-attachment: scroll;background-attachment: fixed;}
  #pageBg .section h1{font-size: 44px;}
  #pageBg .section p.member{text-align: center;}
}

/*For SmartPhone---------------------------------------*/
@media screen and (max-width: 640px){
.sp {
	display: block;
}
.pc {
	display: none;
}
body {
	min-width: 100% !important;
}
	#pageBg .section p.member{text-align: left;line-height: 1.4em;font-size: 12px;}
	#pagetop{display: none;}
.common-header .common-header-inner {
	width: 100% !important;
}
.common-footer .footer-gnav > ul {
	width: 100% !important;
}
.common-footer .footer-sub-nav > ul {
	width: 100% !important;
}
.common-footer .footer-menus > ul {
	width: 100% !important;	
}
.common-footer .copy {
	width: 100% !important;		
}
.balloon1-right:before {
	right: -10px;
}
.balloon1-left:before {
	left: -10px;
}
.common-header .gnav ul li {
	width: 50% !important;
}
.common-header .gnav ul li a {
    text-indent: initial !important;
    background: url(https://www.home-tv.co.jp/wp-content/themes/home-master-sp/img/icn_arrow_1.png) 95% 50% no-repeat !important;
    background-size: 9px 14px !important;
}
.common-footer .footer-menus > ul > li > ul {
	padding: 0 !important;
}
.common-footer .footer-gnav > ul > li {
	border-right: none !important;
}
.common-header .header-top {
	margin-bottom: 0 !important;
}
.search-text {
	float: none !important;
	margin: 0 !important;
}
.search-text form {
	width: 100% !important;
}
.search-text form .input-text {
	width: 100% !important;	
}
}