@charset "utf-8";

/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* common */
/*-------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	font-size: 15px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, table, div, form, input, select {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a:link,
a:visited,
a:active {
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#009900;
	text-decoration:underline;
}
.clear {
	clear:both;
}
 
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
 	
	
/* container */
/*-------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

/* header */
/*-------------------------------------------------------- */
#header {
	height: auto;
	width: 100%;
	clear: both;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header_inner {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header_inner .h_logo {
	text-align: center;
}
#header_inner .h_info {
	text-align: center;
}

/* g_navi */
/*-------------------------------------------------------- */
#g_navi {
	display: none;
}
.smhmenu label {
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	border: 1px solid #fff;
	background-color: #009900;
	background-image: url(../common/images/smhmenu_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
input[type="checkbox"].on-off{
    display: none;
}
.smhmenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}
.smhmenu li {
	padding: 5px;
	background-color: #FDFDFD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}

/* mv */
/*-------------------------------------------------------- */
#mv {
	background-image: url(../../images/mv_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 100%;
	text-align: center;
}
#mv2 {
	background-image: url(../../images/mv2_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 100%;
	text-align: center;
}

/* contents */
/*-------------------------------------------------------- */
#contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* main */
/*-------------------------------------------------------- */
#main {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#main2 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 50px;
}


/* footer */
/*-------------------------------------------------------- */
#footer {
	background-image: url(../common/images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
	width: 100%;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 140%;
}
#footer_inner {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../common/images/footer_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_inner a:link,
#footer_inner a:visited,
#footer_inner a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_inner a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_link {
	margin-bottom: 20px;
	line-height: 180%;
}
#copyright {
	background-color: #4db84d;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 100%;
	color: #FFFFFF;
}
#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#pagetop {
	display: none;
}

/* YOUTUBE用幅可変タグ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ここまで */

/* グーグルマップ幅可変タグ */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ここまで */

/* parts */
/*-------------------------------------------------------- */
.bmgn3 {margin-bottom: 3px;}
.bmgn5 {margin-bottom: 5px;}
.bmgn10 {margin-bottom: 10px;}
.bmgn15 {margin-bottom: 15px;}
.bmgn20 {margin-bottom: 20px;}
.bmgn25 {margin-bottom: 25px;}
.bmgn30 {margin-bottom: 30px;}
.bmgn35 {margin-bottom: 35px;}
.bmgn40 {margin-bottom: 40px;}
.bmgn45 {margin-bottom: 45px;}
.bmgn50 {margin-bottom: 50px;}
.bmgn70 {margin-bottom: 70px;}
.bmgn80 {margin-bottom: 80px;}
.bmgn100 {margin-bottom: 100px;}

.fs11 {
	font-size: 11px;
	line-height: 140%;
}
.fs12 {
	font-size: 12px;
	line-height: 140%;
}
.fs14 {
	font-size: 14px;
	line-height: 160%;
}
.fs16 {
	font-size: 16px;
	font-weight: bold;
}
.fs18 {
	font-size: 18px;
	font-weight: bold;
}
.tx_red {
	color: #FF0000;
}
.tx_orange {
	color: #FF6600;
}
.tx_green {
	color: #009900;
}
.tx_blue {
	color: #0000CC;
}
.tx_l-blue {
	color: #2798CC;
}
.tx_u {
	font-weight: bold;
	text-decoration: underline;
}

/* style */
/* -------------------------------------------------------- */
.box01 {
	background-color: #FDFDFD;
	width: 98%;
	border: 3px solid #F3F3F3;
}
.box01 ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.box01 li {
	background-image: url(../common/images/ck.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

.m_box {
	width: 98%;
	margin-bottom: 80px;
	border: 3px solid #FF9900;
}
.m_box_in {
	padding: 10px;
}
.m_box ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 28px;
}
.m_box li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_tit {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #FF6600;
	padding-top: 7px;
	padding-left: 20px;
}
.m_tx {
	padding-left: 10px;
	padding-right: 10px;
}
.p_box {
	width: 98%;
	margin-bottom: 80px;
	border: 3px solid #2798CC;
}
.p_box_in {
	padding: 10px;
}
.p_box ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 58px;
}
.p_box li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.p_tit {
	font-size: 18px;
	font-weight: bold;
	color: #2798CC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #F1F1F1;
	padding-top: 7px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2798CC;
}
.p_tx {
	padding-left: 10px;
	padding-right: 10px;
}
.p_tx2 {
	padding-left: 45px;
}

.st_l {
	background-image: url(../images/line_d.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	width: 98%;
}

.reason_box {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.reason_box_l {
	float: left;
	width: auto;
	padding-right: 10px;
}
.reason_box_r {
	float: left;
	width: auto;
}
.reason_tit {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.qa_q {
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 40px;
	line-height: 140%;
	font-weight: bold;
}
.qa_a {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #FF3300;
	line-height: 140%;
	font-weight: bold;
}
.qa_a2 {
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	color: #FF3300;
	line-height: 140%;
	font-weight: bold;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	width: 100%;
	margin-bottom: 50px;
}
.line2 {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	width: 100%;
	margin-bottom: 80px;
}
.t_tit {
	background-image: url(../images/t_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.map {
	width: 100%;
	margin-bottom: 50px;
}
.pgm_img {
	margin-left: 5px;
	margin-bottom: 10px;
}
.pgm_img2 {
	margin-left: 5px;
	margin-bottom: 10px;
}
.emp_tx1 {
	background-color: #FFFF00;
	font-weight: bold;
}
.emp_tx2 {
	background-color: #FFFF00;
	font-weight: bold;
	color: #CC0000;
}
.img_l {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
}
.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.line-h{
	line-height: 140%;
}
.vp {
	display: none;
}
.vs {
	border: 3px solid #BAA266;
	width: 98%;
}
.vs_in {
	padding: 10px;
}
.kk {
	font-size: 11px;
	color: #BAA266;
}