@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background: url(../images/bg.gif) repeat;
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #55bcbe;
}
a:active {
	text-decoration: underline;
	color: #38bdbb;
}


/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 76%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	margin: 0 auto;
}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */


/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {
	width: 18.1828%;
}

.two-third {
	width: 78.5914%;
}

.two-third2 {width: 68.5914%;}

#sec00 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec01 {
  margin-top: -160px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 160px; /* 打ち消し用のパディング */
}

#sec02 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec03 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec04 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec05 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec06 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec07 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}

#sec09 {
  margin-top: -120px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 120px; /* 打ち消し用のパディング */
}


@media screen and (min-width: 980px), print and (min-width: 0px) {

.row {
	max-width: 1000px;
	margin: 0 auto;
	z-index: 0;
 padding-top:90px;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}


#container .follow {
    position: fixed;
    top: 0;
}

	
.one-five {
	width: 19.4828%;
}

.one-third2 {
	width: 32.7291%;
}
	
/* ------ Header ------ */	
header {
	width: 100%;
	padding-top: 0px;
	height: 100px;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	clear: both;
	text-align: left;
	position: relative;
}

#header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #header {
	zoom: 1;
}

#header h1 {
	padding: 0px 0px 13px;
	font-size: 0px;
	line-height: 0;
	float: left;
	background: url(../images/header_logo.png) no-repeat;
	height: 30px;
	width: 270px;
	margin-top: 12px;
	display: block;
}
#header h1 a {
	display: block;
	height: 40px;
	width: 270px;
	z-index: 100;
}
#header h1 img {
	display: none;
}

#header h1 #menuH {
	display: none;
}

#header .subCopy {
	position: absolute;
	left: 280px;
	top: 12px;
	font-size: 72%;
	line-height: 1.5;
	color: #666;
}

#header .header_nav {
	width: 240px;
	height: 16px;
	font-size: 90%;
	padding:5px 5px 10px 0;
}
#header .header_nav ul {
	position: absolute;
	top: 30px;
	right: 30px;
}
#header .header_nav li {
	float: left;
}
#header .header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
#header .header_nav .header_nav01 {
	margin-right:20px;
}
#header .header_nav img {
	position: absolute;
	top: 5px;
	right: 0px;
 	padding-right:30px;
}
#header #gNaviSp {
	padding: 0px;
	float: none;
	display: none;
}


/* ------ Global Navi ------ */

#gNavi {
	margin: 0px;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	outline: solid 1px #dbdbdb;
	clear: both;
	background: #efeee9;
	position: absolute;
	top: 75px;
 z-index:10;
}

#gNavi div {
	background: url(../images/gnav_line.gif) repeat-x left 50px;
}

#gNavi ul {
	margin: 0px auto;
	width: 1000px;
	height: 100px;
	text-align: left;
	z-index: 1000;
	position: relative;
}

#gNavi ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #gNavi ul {
	zoom: 1;
}

#gNavi ul li {
	width: 200px;
	height: 44px;
	background: url(../images/line_gnavi.gif) no-repeat right 10px;
	float: left;
	z-index: 1000;
	padding-bottom: 12px;
}

#gNavi ul li a {
	width: 200px;
	height: 44px;
	text-align: center;
	display: block;
	color: #333;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
}
#gNavi ul li a:hover {
	color: #55bcbe;
}

#gNavi ul li a .gM {
	margin: 0px auto;
	padding: 14px 0px 0px;
	width: 200px;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
	display: block;
}

#gNavi div ul #gNavi05,
#gNavi div ul #gNavi10 {
	background: url(none);
}

#mainArea {
	margin: 0px;
}

#mainArea .topMain  {
	margin-top: 20px;
}

#mainArea h2 {
	font-size: 150%;
	background: url(../images/tit_ico.png) no-repeat left 0.5em;
	padding-left: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 2em;
 margin-bottom: 0.5em;
 border-bottom:1px solid #999;
}

#mainArea h3 {
	font-size: 86%;
	line-height: 1.5em;
 	font-weight:bold;
  color:#666;
}


/* ------ Sidebar ------ */

#sidebar {
	margin-top: 0px;
	padding: 0px;
	position: relative;
}

#sidebar .subMenu {
	margin: 0px;
	padding-top: 20px;
	position: fixed;
}
#sidebar .subMenu li {
	font-size: 84%;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
}
#sidebar .subMenu li.contact {
	border-bottom: none;
}

#sidebar .subMenu li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .subMenu li a span {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar .subMenu li a:hover,
#sidebar .subMenu li a.sidenaviOn{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 5 0 5 10;
	background: #000;
	width: 100%;
	color: #FFF;
}
#sidebar .subMenu li a:hover:after,
#sidebar .subMenu li a.sidenaviOn:after{
	display: block;
	content: "";
	position: absolute;
	top: 33%;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #000000 transparent transparent;
}
#sidebar .subMenu .tit {
	font-weight: bold;
	font-size: 100%;
}
#sidebar .subMenu li.subMenu_contactBt {
	border-bottom:none;
}
#sidebar .subMenu li.subMenu_contactBt a {
	position:relative;
	display:block;
	 width:200px;
 	height:30px;
 	background:#55bcbe url(../images/arrow.gif) no-repeat 3px 10px;
 	color:#fff;
 	line-height:30px;
 	text-align:center;
 	font-size:14px;
	margin:8px auto 0;
	border-bottom:none;
}
#sidebar .subMenu li.mgTop {
 margin-top:20px;
}
#sidebar .subMenu li.subMenu_contactBt a:hover,
#sidebar .subMenu li.subMenu_contactBt a:hover:after {
 background:#55bcbe url(../images/arrow.gif) no-repeat 3px 10px;
	opacity:0.7;
 border:none;
}

/* ------ .sec01 ------ */

#sec01 img {
	height: auto;
	width: 40%;
	margin: 0px;
	padding: 0px 3% 5px 3%;
	float: right;
}
#sec01 p.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec01 p {
	margin: -5px 0px 2em 0px;
	padding: 0px;
	font-size: 76%;
	line-height: 1.8em;
	color: #666;
}
#sec01 h3 {
 margin: 20px 0 0;
 font-size: 94%;
 line-height: 1em;
 font-weight: bold;
 color: #55bcbe;
}
#sec01 .h3Wrap {
 width:49%;
 border:1px solid #ccc;
 border-radius:20px;
 padding:2%;
 background:#fcfbf7;
}
#sec01 .h3Wrap h3 {
 margin: 0px;
 font-size: 94%;
 line-height: 1em;
 font-weight: bold;
 color: #55bcbe;
}
#sec01 .h3Wrap li {
 color: #666;
 font-size: 12px;
 margin: 7px 0 0 7px;
 padding-left:25px;
 background:url(../images/balloon.png) no-repeat 0 3px;
}
#sec01 .h3WrapL {
 overflow:hidden;
 width:93%;
 padding-top:1em;
}
#sec01 .h3WrapL li {
 width:45%;
 float:left;
}

.secBox {
	margin: 20px 0px 0px;
	clear: both;
	padding: 0px;
}

.secBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#sec01 .cap {
 clear:both;
 width:40%;
 float:right;
 display:block;
 float:right;
 text-align:center;
 font-size:0.7em;
 padding: 0px 3% 10px 7%;
}

*:first-child+html  .secBox {
	zoom: 1;
}



/* ------ .sec02 ------ */

#sec02 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec02 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec02 .secBox ul {
	zoom: 1;
}

#sec02 .secBox ul li {
	margin: 0px 0.6% 0px 0px;
	padding: 0px;
	float: left;
 font-size:14px;
 color:#666;
}

#sec02 .secBox ul li:last-child {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sec02 .secBox ul li div {
	width: 90%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #65caf2;
}
#sec02 .secBox ul li div.green{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #9ac875;
}

#sec02 .secBox ul li div dl {
	margin: 0px;
}
#sec02 .secBox ul li div dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#65caf2;
}
#sec02 .secBox ul li div.green dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#9ac875;
}
#sec02 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
	color: #333;
	padding: 6px;
}
#sec02 h3 {
 width:100%;
 margin-top:10px;
}

/* ------ .sec03 ------ */

#sec03 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec03 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec03 .secBox ul {
	zoom: 1;
}

#sec03 .secBox ul li {
	margin: 0px 0.6% 0.6% 0px;
	padding: 0px;
	float: left;
}

#sec03 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sec03 .secBox ul li div {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(244, 244, 243)),color-stop(0.4, rgb(244, 244, 243)));
	background-image: -moz-linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	background-image: linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	border: solid 1px #dfdfdd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#sec03 .secBox ul li div dl {
	margin: 0px;
	padding: 16px;
}

#sec03 .secBox ul li div dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-bottom: 12px;
}
#sec03 .secBox ul div .ph {
	text-align: center;
	margin: 0px auto;
	padding: 14px 0px 5px;
	width: 70%;
}
#sec03 .secBox ul div .sp {
	display: none;
}

#sec03 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
}

/* ------ .sec04 ------ */

#sec04 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec04 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec04 .secBox ul {
	zoom: 1;
}

#sec04 .secBox ul li {
	margin: 0px 0% 0% 0px;
	padding: 0px;
	float: left;
 height:190px;
}

#sec04 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sec04 .secBox ul li dl  {
	margin: 0px;
	padding: 0px 10px 20px;
}
#sec04 .secBox ul li dl dt   {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 1.4em;
	font-size: 94%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
}
#sec04 .secBox ul .ph  {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}
#sec04 .secBox ul li dl dd  {
	font-size: 76%;
	line-height: 1.5em;
}


/* ------ .sec05 ------ */

#sec05 .secBox {
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}

#sec05 .secBox > dl {
	margin: 0px 0px 0px 2%;
	padding: 0px;
	float: left;
	width: 80%;
}

#sec05 .secBox dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #55bcbe;
	padding-bottom: 10px;
}

#sec05 .secBox dl dd {
	font-size: 76%;
	line-height: 1.5em;
}
#sec05 .secBox dl dd ul.links {
 padding-top:10px;
}
#sec05 .secBox dl dd ul.links li {
 text-align:right;
}
#sec05 .secBox dl dd ul.links li a {
 text-decoration:underline;
}
#sec05 .secBox dl dd ul.links li a.link01 {
 padding-left:20px;
 background:url(../images/arrow_link01.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link02 {
 padding-left:20px;
 background:url(../images/arrow_link02.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link03 {
 padding-left:20px;
 background:url(../images/arrow_link03.gif) no-repeat;
}

#sec05 .secBox p.pict {
	float: left;
	display: block;
	width: 16%;
 padding-right:1%;
}
#sec05 .secBox dd.txt p {
 font-size:100%;
 margin-bottom:20px;
}
#sec05 .secBox dd.txt dt {
 font-size:100%;
 padding:10px 0 0;
}
#sec05 .secBox dd.txt dd {
 font-size:100%;
}

#sec05 h3 {
 width:100%;
 color:#000;
 margin-top:30px;
}

/* ------ .sec06 ------ */

#sec06 .secBox {
	margin-bottom: 24px;
	padding: 0px;
	background: url(../images/arrow.png) no-repeat center center;
}

#sec06 .secBox .lBox {
	float: left;
	width: 330px;
}

#sec06 .secBox .lBox dl {
	margin: 0px;
}

#sec06 .secBox .lBox dl dt {
	font-weight: bold;
}

#sec06 .secBox .lBox dl dd    {
	font-size: 75%;
	line-height: 1.8;
}
#sec06 .secBox .lBox dl .txt {
	margin-bottom: 14px;
}

#sec06 .secBox .lBox.right {
	float: right;
}

/* ------ .sec07 ------ */

#sec07 li {
 display:block;
 width:45%;
 float:left;
 font-size:90%;
 margin-right:5%;
	border-bottom: 1px dotted #999;
}

#sec07 li a {
 display:block;
 width:100%;
 line-height:3em;
}
#sec07 li.line {
 margin-bottom:3em;
}
#sec07 li.last {
	border:0;
 margin-bottom:3em;
}

/* ------ .sec08 ------ */

#sec08 h3 {
 clear:both;
 color:#666;
 padding:2% 0 0 1%;
 font-size:1em;
}

/* ------ .sec09 ------ */

#sec09 h4 {
 font-size:75%;
 padding-bottom:10px;
 text-align:center;
}
#sec09 .imgLeft {
 width:43%;
 float:left;
 padding-top:30px;
 text-align:center;
}
#sec09 .imgRight {
 width:46%;
 float:right;
 padding:60px 0 0 0;
 text-align:center;
}
#sec09 .imgRight img {
 padding:0 0 40px 0;
}
#sec09 .imgCenter {
 width:10%;
 float:left;
 padding-top:130px;
 text-align:center;
}
 
#sec09:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* ------ #form ------ */

#formSec {
	margin: 30px 0px 15px;
}

#formSec .formTop {
	margin: 0px 0px 10px 0px;
	font-size: 76%;
	line-height: 1.5;
}

#formSec .formTop span {
	color: #ff0000;
}

#formSec dl {
	width: 100%;
	background: #FFF url(../images/dt_form.gif) repeat-y left top;
	border-bottom: 1px solid #e1e1e0;
	border-right: 1px solid #e1e1e0;
	clear: both;
}

#formSec dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#formSec .company dt p,
#formSec .company dd p {
	font-size:90%;
}

* html #formSec dl {
	zoom: 1;
}

*:first-child+html #formSec dl {
	zoom: 1;
}

#formSec .topDl {
	border-top: 1px #e1e1e0 solid;
}

#formSec .endDl {
	margin: 0px 0px 15px;
}

#formSec dl dt {
	width: 240px;
	float: left;
	border-right: 1px solid #e1e1e0;
	border-left: 1px solid #e1e1e0;
	padding-right: 16px;
}

#formSec dl dt p {
	padding: 16px 44px 16px 14px;
	color: #666;
	font-size: 76%;
	font-weight: normal;
	line-height: 1.5;
	text-align: right;
	display: block;
}

#formSec dl dt p span {
	color: #cc0000;
}

#formSec dl dd p .exp {
	display: none;
}

#formSec dl dd {
	float: left;
}

#formSec dl dd p {
	padding: 14px 0 14px 24px;
	font-size: 76%;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
 color:#666;
}

#formSec dl dd p span {
	padding: 0px 5px 0px 5px;
	font-size: 75%;
	line-height: 1.8;
}
#formSec dl dd p #txtL,
#formSec dl dd p #txtL2 {
	width: 265px;
}
#formSec dl dd p #message {
	width: 400px;
	height: 75px;
	resize: vertical;
}

#formSec dl dd p .reqNum {
	margin-bottom: 12px;
}

#formSec dl dd p .errMsg {
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	font-size: 88%;
	line-height: 1.6;
}

#formSec .formBt {
	padding: 20px 0px 0px 0px;
	text-align: center;
	clear: both;
}

#formSec .formBt .bt_decision,
#formSec .formBt .bt_pageprev,
#formSec .formBt .bt_pagenext,
#formSec .formBt .bt_next,
#formSec .formBt .bt_check {
	margin: 0px auto;
	width: 208px;
	height: 44px;
	border: none;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

#formSec .formBt .bt_check {
	background: url(../img/next.jpg) no-repeat left top;
}

#formSec .formBt .bt_next {
	background: url(../img/clear.jpg) no-repeat left top;
}

#formSec .formBt .bt_pagenext {
	background: url(../img/pagenext.jpg) no-repeat left top;
}

#formSec .formBt .bt_pageprev {
	background: url(../img/pageprev.jpg) no-repeat left top;
}

#formSec .formBt .bt_decision {
	background: url(../img/decision.jpg) no-repeat left top;
}

#formSec .formBt ul {
	margin: 0px auto;
	width: 438px;
}

#formSec .formBt ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #formSec .formBt ul {
	zoom: 1;
}

*:first-child+html #formSec .formBt ul {
	zoom: 1;
}

#formSec .formBt ul li {
	width: 208px;
	font-size: 0px;
	line-height: 0;
}

#formSec .formBt ul .btL {
	float: left;
}

#formSec .formBt ul .btR {
	float: right;
}

.coution  {
	width: 700px;
	border: #900 solid 2px;
	text-align: center;
	padding: 10px;
	color: #900;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.must{
	line-height: 1.8em;
	background: url(../img/must.gif) no-repeat right 18px;
}
#formSec input.fborderR, #formSec textarea.fborderR {
	background: 
	#FDECE8;
	border: 
	#900 solid 1px;
}

.contentCompany .txtComplete {
	font-size: 100%;
	padding-bottom: 300px;
	padding-top: 100px;
	text-align: center;
	line-height: 2.5em;
}

.btn_chk {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
}


/* ------ faq ------ */


dl.accordion {
	width:100%;
}
dl.accordion dt {
 height:47px;
 background:#f0f0f0 url(../images/faq_answer1.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 40px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}

dl.accordion_long {
	width:100%;
}
dl.accordion_long dt {
 height:65px;
 background:#f0f0f0 url(../images/faq_answer2.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 40px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}
dl.accordion dt.open {
 background:#eee url(../images/faq_close1.gif) no-repeat right top;
}
dl.accordion_long dt.open {
 background:#eee url(../images/faq_close2.gif) no-repeat right top;
}
dl.accordion dd,
dl.accordion_long dd {
 padding:10px 0 30px 40px;
 display:none;
 font-size:76%;
}
dl.accordion dd h4,
dl.accordion_long dd h4 {
	font-weight:bold;
 color: #55bcbe;
 line-height:30px;
}


/**
 * Grid container
 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}
/**
 * Grid items
 */
#tiles li {
width: 98%;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
margin-right:5px;
margin-bottom:10px;
z-index:-1;
}
#tiles li:after {
	content: "";
	display: block;
	clear: both;
}
#tiles li h3 {
	color:#333 !important;
	border-bottom:1px dotted #666;
 padding-bottom:1%; 
}
#tiles li h3.noline {
	border-bottom:none;
 padding-bottom:0; 
}
#tiles li h4 {
 clear:both;
 float:left;
 width:100%;
	font-size: 86%;
	line-height: 1.5em;
 	font-weight:bold;
  color:#333;
  padding-top:2%;
}
#tiles li p {
 float:left;
 width:53%;
}
#tiles li dl {
 margin-left:7px;
}
#tiles li dt {
 clear:left;
 font-weight:bold;
 font-size:80%;
 padding-top:20px;
 color:#000;
}
#tiles li dd {
 font-size:76%;
 color:#666;
}
#tiles li p.midashi {
 width:100%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
#tiles li p.midashiS {
 width:53%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
#tiles li p .fontBold {
 display:block;
	font-size: 110%;
 font-weight:bold;
 margin-top:30px;
 color:#333;
}
#tiles li.no_pict p {
 width:98%;
}
#tiles p.no_pict {
 clear:both;
 width:98%;
}
#tiles li.picts p {
 float:left;
 width:50%;
}
#tiles li .zoomup {
float:right;
width:40%;
padding:2% 3% 1% 0;
text-align:center;
}
#tiles li .zoomup img {
 width:100%;
 height:auto;
}
#tiles li .zoomup span {
 display:block;
 font-size:0.8em;
 color:#333;
 margin:0 auto 10px;
}

/**
 * Grid item text
 */
#tiles li p {
color: #666;
font-size: 12px;
margin: 7px 0 0 7px;
}

/**
 * Some extra styles to randomize heights of grid items.
 */


#container-wrap li {
  z-index:0;
}

.zoom_img {
	width:15%;
 margin:0 auto;
}

.zoom_img img {
	max-width:100%;
 border:none !important;
}

#footerlink {
 width:1000px !important;
 margin:0 auto;
}

.footer_contactBt {
 width:300px;
 height:50px;
 background:#55bcbe url(../images/arrow.gif) no-repeat 15px 15px;
 color:#fff;
 line-height:50px;
 text-align:center;
 font-size:14px;
 margin:30px auto;
}


#pankuzu {
 margin-left:10px;
}
#pankuzu li {
 font-size:0.8em;
 display: inline-block;
 margin-top:15px;
}
#pankuzu li a {
 color:#55bcbe;
}
#pankuzu li a::after {
 content: '\00bb';
 color: #999;
 margin:0 10px;
 font-size:1em;
}

#gNavi .gnaviOn,
#footerlink .gnaviOn,
#header .gnaviOn {
 color:#55bcbe;
}

}


/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 751px) and (max-width: 980px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	
.row {
	margin: 0 auto;
	z-index: 0;
	padding-right: 24px;
	padding-left: 24px;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}


#container .follow {
    position: fixed;
    top: 0;
}

.one-five {
	width: 19.4828%;
}

.one-third2 {
	width: 32.7291%;
}

header {
	width: 100%;
	padding-top: 0px;
}


#header {
	margin: 0px auto;
	padding: 0px;
	width: 96%;
	clear: both;
	text-align: left;
	position: relative;
}

#header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #header {
	zoom: 1;
}

#header h1 {
	font-size: 0px;
	line-height: 0;
	float: left;
	background: url(../images/header_logo.png) no-repeat;
	height: 30px;
	width: 270px;
	margin-top: 12px;
	display: block;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
}
#header h1 a {
	display: block;
	height: 40px;
	width: 270px;
	z-index: 100;
}
#header h1 img {
	display: none;
}

#header h1 #menuH {
	display: none;
}
#header .subCopy {
	position: absolute;
	left: 280px;
	top: 12px;
	display: none;
}

#header .header_nav {
	width: 220px;
	float:right;
	height: 16px;
	padding:5px 5px 10px 0;
	font-size: 90%;
}
#header .header_nav img {
	position: absolute;
	top: 35px;
	right: 0px;
}
#header .header_nav li {
	float: left;
}
#header .header_nav li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	font-size:84%
}
#header .header_nav .header_nav01 {
	margin-right:20px;
}

#header #gNaviSp {
	padding: 0px;
	float: none;
	display: none;
}

#gNavi {
	margin: 0px 0px 12px;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	outline: solid 1px #dbdbdb;
	clear: both;
	background: #efeee9;
	clear: both;
 z-index:10;
}

#gNavi div {
	background: url(../images/gnav_line.gif) repeat-x left 50px;
}

#gNavi ul {
	margin: 0px auto;
	width: 98%;
	text-align: left;
	z-index: 999;
	position: relative;
	height: 100px;
}

#gNavi ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #gNavi ul {
	zoom: 1;
}

#gNavi ul li {
	width: 20%;
	height: auto;
	background: url(../images/line_gnavi.gif) no-repeat right 10px;
	float: left;
}

#gNavi ul li a {
	height: 58px;
	text-align: left;
	overflow: hidden;
	display: block;
	color: #333;
	line-height: 1.4;
	font-size: 75%;
	width: 100%;
}

#gNavi ul li a:hover,
#gNavi ul li a.on {
	color: #FFCC00;
	text-decoration: none;
}

#gNavi ul li a .gM {
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 5%;
	padding-left: 5%;
}

#gNavi ul #gNavi01,#gNavi ul #gNavi06 {
	width: 18%;
}

#gNavi div ul #gNavi05,
#gNavi div ul #gNavi10 {
	background: url(none);
}
	
/* ------ Article ------ */


#mainArea {
	margin: 0px;
}
#mainArea .topMain  {
	margin-top: 24px;
}
#mainArea h2 {
	font-size: 150%;
	background: url(../images/tit_ico.png) no-repeat left 0.5em;
	padding-left: 1.5em;
 padding-bottom:0.2em;
	line-height: 1.8em;
	font-weight: bold;
 margin-top: 2em;
 margin-bottom: 0.5em;
 border-bottom:1px solid #999;
}
#mainArea h3 {
	font-size: 86%;
	line-height: 1.5em;
 	font-weight:bold;
  color:#666;
}


/* ------ Sidebar ------ */

#sidebar {
	margin-top: 0px;
	padding: 0px;
	position: relative;
}

#sidebar .subMenu {
	margin: 0px;
	position: fixed;
	padding-top: 20px;
	padding-right: 24px;
}
#sidebar .subMenu li {
	font-size: 84%;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
}
#sidebar .subMenu li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .subMenu li a span {
	display: block;
	padding-left: 10px;
}
#sidebar .subMenu li a:hover {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 5 0 5 10;
	background: #000;
	width: 100%;
	color: #FFF;
}
#sidebar .subMenu li a:hover:after{
	display: block;
	content: "";
	position: absolute;
	top: 24%;
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #000000 transparent transparent;
}

#sidebar .subMenu li.subMenu_contactBt {
	border-bottom:none;
}
#sidebar .subMenu li.subMenu_contactBt a {
	position:relative;
	display:block;
	 width:200px;
 	height:40px;
 	background:#55bcbe url(../images/arrow.gif) no-repeat 3px 15px;
 	color:#fff;
 	line-height:40px;
 	text-align:center;
 	font-size:14px;
	margin:8px auto 0;
	border-bottom:none;
}
#sidebar .subMenu li.mgTop {
 margin-top:20px;
}
#sidebar .subMenu li.subMenu_contactBt a:hover,
#sidebar .subMenu li.subMenu_contactBt a:hover:after {
 	background:#55bcbe url(../images/arrow.gif) no-repeat 3px 20px;
	opacity:0.7;
 	border:none;
}
/* ------ .sec01 ------ */

#sec01 img {
	height: auto;
	width: 40%;
	margin: 0px;
	padding: 0px 3% 5px 3%;
	float: right;
}
#sec01 p.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#sec01 p {
	margin: -5px 0px 2em 0px;
	padding: 0px;
	font-size: 76%;
	line-height: 1.8em;
	color: #666;
}

.secBox {
	margin: 20px 0px 0px;
	clear: both;
	padding: 0px;
}

.secBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#sec01 h3 {
 color: #55bcbe;
}

#sec01 .h3Wrap {
 width:49%;
 border:1px solid #ccc;
 border-radius:20px;
 padding:2%;
 background:#fcfbf7;
}
#sec01 .h3WrapL {
 width:93%;
 margin-top:1em;
}
#sec01 .h3Wrap h3 {
 margin: 0px;
 font-size: 94%;
 line-height: 1em;
 font-weight: bold;
 color: #55bcbe;
}
#sec01 .h3Wrap li {
 color: #666;
 font-size: 12px;
 margin: 7px 0 0 7px;
 padding-left:25px;
 background:url(../images/balloon.png) no-repeat 0 3px;
}


*:first-child+html  .secBox {
	zoom: 1;
}


#sec01 .cap {
 clear:both;
 width:40%;
 float:right;
 display:block;
 float:right;
 text-align:center;
 font-size:0.7em;
 padding: 0px 3% 10px 7%;
}


/* ------ .sec02 ------ */

#sec02 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec02 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec02 .secBox ul {
	zoom: 1;
}

#sec02 .secBox ul li {
	margin: 0px 0.6% 0px 0px;
	padding: 0px;
	float: left;
 font-size:14px;
 color:#666;
}

#sec02 .secBox ul li:last-child {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


#sec02 .secBox ul li div {
	width: 90%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #65caf2;
}
#sec02 .secBox ul li div.green{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #9ac875;
}

#sec02 .secBox ul li div dl {
	margin: 0px;
}
#sec02 .secBox ul li div dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#65caf2;
}
#sec02 .secBox ul li div.green dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#9ac875;
}
#sec02 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
	color: #333;
	padding: 6px;
}

/* ------ .sec03 ------ */

#sec03 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec03 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec03 .secBox ul {
	zoom: 1;
}

#sec03 .secBox ul li {
	margin: 0px 0.6% 0.6% 0px;
	padding: 0px;
	float: left;
}

#sec03 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sec03 .secBox ul li div {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(244, 244, 243)),color-stop(0.4, rgb(244, 244, 243)));
	background-image: -moz-linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	background-image: linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	border: solid 1px #dfdfdd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#sec03 .secBox ul li div dl {
	margin: 0px;
	padding: 16px;
}

#sec03 .secBox ul li div dl dt {
	margin: 0px 0px 5%;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
}
#sec03 .secBox ul div .ph {
	text-align: center;
	margin: 16px auto 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 70%;
}

#sec03 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
	margin-top: 10px;
}

/* ------ .sec04 ------ */

#sec04 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec04 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec04 .secBox ul {
	zoom: 1;
}

#sec04 .secBox ul li {
	margin: 0px 0% 0% 0px;
	padding: 0px;
	float: left;
}

#sec04 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sec04 .secBox ul li dl  {
	margin: 0px;
	padding: 0px 10px 20px;
}
#sec04 .secBox ul li dl dt   {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 1.4em;
	font-size: 94%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
}
#sec04 .secBox ul .ph  {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}
#sec04 .secBox ul li dl dd  {
	font-size: 76%;
	line-height: 1.5em;
}


/* ------ .sec05 ------ */

#sec05 .secBox {
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}

#sec05 .secBox > dl {
	margin: 0px 0px 0px 2%;
	padding: 0px;
	float: left;
	width: 80%;
}

#sec05 .secBox dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #55bcbe;
	padding-bottom: 10px;
}

#sec05 .secBox dl dd {
	font-size: 76%;
	line-height: 1.5em;
}
#sec05 .secBox dl dd ul.links {
 padding-top:10px;
}
#sec05 .secBox dl dd ul.links li {
 text-align:right;
}
#sec05 .secBox dl dd ul.links li a {
 text-decoration:underline;
}
#sec05 .secBox dl dd ul.links li a.link01 {
 padding-left:20px;
 background:url(../images/arrow_link01.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link02 {
 padding-left:20px;
 background:url(../images/arrow_link02.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link03 {
 padding-left:20px;
 background:url(../images/arrow_link03.gif) no-repeat;
}

#sec05 .secBox p.pict {
	float: left;
	display: block;
	width: 16%;
 padding-right:1%;
}
#sec05 .secBox dd.txt p {
 font-size:100%;
 margin-bottom:20px;
}
#sec05 .secBox dd.txt dt {
 font-size:100%;
 padding:10px 0 0;
}
#sec05 .secBox dd.txt dd {
 font-size:100%;
}

#sec05 h3 {
 width:100%;
 color:#000;
 margin-top:30px;
}

/* ------ .sec06 ------ */

#sec06 .secBox {
	margin-bottom: 24px;
	padding: 0px;
	background: url(../images/arrow.png) no-repeat center center;
}

#sec06 .secBox .lBox {
	float: left;
	width: 40%;
}

#sec06 .secBox .lBox dl {
	margin: 0px;
}

#sec06 .secBox .lBox dl dt {
	font-weight: bold;
}

#sec06 .secBox .lBox dl dd    {
	font-size: 75%;
	line-height: 1.8;
}

#sec06 .secBox .lBox dl .txt {
	margin-bottom: 14px;
}

#sec06 .secBox .lBox.right {
	float: right;
}


/* ------ .sec07 ------ */

#sec07 li {
 display:block;
 font-size:90%;
	border-bottom: 1px dotted #999;
}

#sec07 li a {
 display:block;
 width:100%;
 line-height:3em;
}
#sec07 li.line {
 margin-bottom:3em;
}
#sec07 li.last {
	border:0;
 margin-bottom:3em;
}

/* ------ .sec08 ------ */

#sec08 h3 {
 clear:both;
 color:#666;
 padding:2% 0 0 2%;
 font-size:1em;
}


/* ------ .sec09 ------ */

#sec09 h4 {
 padding-bottom:10px;
 font-size:75%;
}
#sec09 .imgLeft {
 width:43%;
 float:left;
 padding-top:30px;
 text-align:center;
}
#sec09 .imgRight {
 width:43%;
 float:right;
 padding-top:60px;
 text-align:center;
}
#sec09 .imgRight img {
 padding:0 0 35px 0;
}
#sec09 .imgCenter {
 float:left;
 width:10%;
 margin:0 2%;
 text-align:center;
 margin-top:100px;
}
#sec09:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


#formSec {
	margin: 30px 0px 15px;
}

#formSec .formTop {
	margin: 0px 0px 10px 0px;
	font-size: 76%;
	line-height: 1.5;
}

#formSec .formTop span {
	color: #ff0000;
}

#formSec dl {
	width: 100%;
	background: #FFF url(../images/dt_form.gif) repeat-y left top;
	border-bottom: 1px solid #e1e1e0;
	border-right: 1px solid #e1e1e0;
	clear: both;
}

#formSec dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#formSec .company dt p,
#formSec .company dd p {
	font-size:90%;
}

* html #formSec dl {
	zoom: 1;
}

*:first-child+html #formSec dl {
	zoom: 1;
}

#formSec .topDl {
	border-top: 1px #e1e1e0 solid;
}

#formSec .endDl {
	margin: 0px 0px 15px;
}

#formSec dl dt {
	width: 240px;
	float: left;
	border-right: 1px solid #e1e1e0;
	border-left: 1px solid #e1e1e0;
	padding-right: 16px;
}

#formSec dl dt p {
	padding: 16px 44px 16px 14px;
	color: #666;
	font-size: 76%;
	font-weight: normal;
	line-height: 1.5;
	text-align: right;
	display: block;
}

#formSec dl dt p span {
	color: #cc0000;
}

#formSec dl dd p .exp {
	display: none;
}

#formSec dl dd {
	float: left;
}

#formSec dl dd p {
	padding: 14px 0 14px 24px;
	font-size:14px;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
 color:#666;
}

#formSec dl dd p span {
	padding: 0px 5px 0px 5px;
	font-size: 75%;
	line-height: 1.8;
}
#formSec dl dd p #txtL,
#formSec dl dd p #txtL2 {
	width: 265px;
}
#formSec dl dd p #message {
	width: 400px;
	height: 75px;
	resize: vertical;
}

#formSec dl dd p .reqNum {
	margin-bottom: 12px;
}

#formSec dl dd p .errMsg {
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	font-size: 88%;
	line-height: 1.6;
}

#formSec .formBt {
	padding: 20px 0px 0px 0px;
	text-align: center;
	clear: both;
}

#formSec .formBt .bt_decision,
#formSec .formBt .bt_pageprev,
#formSec .formBt .bt_pagenext,
#formSec .formBt .bt_next,
#formSec .formBt .bt_check {
	margin: 0px auto;
	width: 208px;
	height: 44px;
	border: none;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

#formSec .formBt .bt_check {
	background: url(../img/next.jpg) no-repeat left top;
}

#formSec .formBt .bt_next {
	background: url(../img/clear.jpg) no-repeat left top;
}

#formSec .formBt .bt_pagenext {
	background: url(../img/pagenext.jpg) no-repeat left top;
}

#formSec .formBt .bt_pageprev {
	background: url(../img/pageprev.jpg) no-repeat left top;
}

#formSec .formBt .bt_decision {
	background: url(../img/decision.jpg) no-repeat left top;
}

#formSec .formBt ul {
	margin: 0px auto;
	width: 438px;
}

#formSec .formBt ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #formSec .formBt ul {
	zoom: 1;
}

*:first-child+html #formSec .formBt ul {
	zoom: 1;
}

#formSec .formBt ul li {
	width: 208px;
	font-size: 0px;
	line-height: 0;
}

#formSec .formBt ul .btL {
	float: left;
}

#formSec .formBt ul .btR {
	float: right;
}

.coution  {
	width: 700px;
	border: #900 solid 2px;
	text-align: center;
	padding: 10px;
	color: #900;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.must{
	line-height: 1.8em;
	background: url(../img/must.gif) no-repeat right 18px;
}
#formSec input.fborderR, #formSec textarea.fborderR {
	background: 
	#FDECE8;
	border: 
	#900 solid 1px;
}

.contentCompany .txtComplete {
	font-size: 100%;
	padding-bottom: 300px;
	padding-top: 100px;
	text-align: center;
	line-height: 2.5em;
}

.btn_chk {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
}

/* ------ faq ------ */


dl.accordion {
	width:100%;
}
dl.accordion dt {
 height:47px;
 background:#f0f0f0 url(../images/faq_answer1.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 40px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}

dl.accordion_long {
	width:100%;
}
dl.accordion_long dt {
 height:65px;
 background:#f0f0f0 url(../images/faq_answer2.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 40px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}
dl.accordion dt.open {
 background:#eee url(../images/faq_close1.gif) no-repeat right top;
}
dl.accordion_long dt.open {
 background:#eee url(../images/faq_close2.gif) no-repeat right top;
}
dl.accordion dd,
dl.accordion_long dd {
 padding:10px 0 30px 40px;
 display:none;
 font-size:76%;
}
dl.accordion dd h4,
dl.accordion_long dd h4 {
	font-weight:bold;
 color: #55bcbe;
 line-height:30px;
}


/**
 * Grid container
 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}

/**
 * Grid items
 */
#tiles li {
width: 98%;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
margin-right:5px;
margin-bottom:10px;
}
#tiles li:after {
	content: "";
	display: block;
	clear: both;
}
#tiles li h3 {
	color:#333 !important;
	border-bottom:1px dotted #666;
 padding-bottom:1%; 
}
#tiles li h3.noline {
	border-bottom:none;
 padding-bottom:0; 
}
#tiles li h4 {
 float:left;
 width:70%;
	font-size: 86%;
	line-height: 1.5em;
 	font-weight:bold;
  color:#333;
  padding-top:2%;
}
#tiles li p {
 float:left;
 width:75%;
}
#tiles li dl {
 margin-left:7px;
}
#tiles li dt {
 clear:left;
 font-weight:bold;
 font-size:80%;
 padding-top:20px;
 color:#000;
}
#tiles li dd {
 font-size:76%;
 color:#666;
}
#tiles li p.midashi {
 width:100%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
#tiles li p.midashiS {
 width:53%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
#tiles li.no_pict p {
 width:100%;
}
#tiles li.picts p {
 float:left;
 width:50%;
}
#tiles li .zoomup {
float:right;
width:40%;
padding:2% 3% 1% 0;
text-align:center;
}

#tiles li .zoomup span {
 display:block;
 font-size:0.8em;
 color:#333;
 margin:0 auto 10px;
}

/**
 * Grid item text
 */

#tiles li p {
color: #666;
font-size: 12px;
margin: 7px 0 0 7px;
width:52%;
}

/**
 * Some extra styles to randomize heights of grid items.
 */


#container-wrap li {
  z-index:0;
}

.zoom_img {
	width:15%;
 margin:0 auto;
}

.zoom_img img {
	width:100%;
 border:none !important;
}

.footer_contactBt {
 width:300px;
 height:50px;
 background:#55bcbe url(../images/arrow.gif) no-repeat 15px 15px;
 color:#fff;
 line-height:50px;
 text-align:center;
 font-size:14px;
 margin:30px auto;
}

#pankuzu {
 margin-left:10px;
}
#pankuzu li {
 font-size:0.8em;
 display: inline-block;
 margin-top:15px;
}
#pankuzu li a {
 color:#55bcbe;
}
#pankuzu li a::after {
 content: '\00bb';
 color: #999;
 margin:0 10px;
 font-size:1em;
}

#gNavi .gnaviOn {
 color:#55bcbe;
}

}


/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 750px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	


.row {
	padding: 0 14px;
	margin: 0 auto;
	z-index: 0;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

.one-five {
	width: 100%;
}

.one-third2 {
	width: 100%;
}

header {
	width: 100%;
	padding-top: 0px;
}

#header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	clear: both;
	text-align: left;
	position: relative;
}

#header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #header {
	zoom: 1;
}

#header h1 {
	padding: 16px 20px 20px 20px;
	font-size: 0px;
	line-height: 0;
	background: url(none);
}

#header h1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #header h1 {
	zoom: 1;
}

#header h1 #logoH {
	padding: 7px 0px 0px 0px;
	width: 72%;
	float: left;
	display: block;
}

#header h1 #menuH {
	width: 13%;
	float: right;
	display: block;
}

#header h1 img {
	width: 100%;
	height: auto;
}

#header .subCopy {
	display: none;
}

#header .header_nav {
	display: none;
}

	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
#gNavi {
	display: none;
}


#gNaviSp {
	margin: 0px 0px 25px 0px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	clear: both;
	display: none;
	background: #FFF;
}

#gNaviSp ul {
	margin: 0px auto;
	width: 100%;
	text-align: left;
}

#gNaviSp ul li {
	width: 100%;
	border-top: 1px solid #e1e1e1;
}

#gNaviSp ul li a {
	padding: 10px 60px 10px 20px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.4, #fff), to(#f4f4f4));
	background: -moz-linear-gradient(top, #fff, #fff 40%, #f4f4f4);
	background: -ms-linear-gradient(top, #fff, #fff 40%, #f4f4f4);
	background: -o-linear-gradient(top, #fff, #fff 40%, #f4f4f4);
	background: gradient(top, #fff, #fff 40%, #f4f4f4);
	text-align: left;
	display: block;
}

#gNaviSp ul #gNaviSp01 a,
#gNaviSp ul #gNaviSp02 a,
#gNaviSp ul #gNaviSp03 a,
#gNaviSp ul #gNaviSp04 a,
#gNaviSp ul #gNaviSp05 a,
#gNaviSp ul #gNaviSp06 a,
#gNaviSp ul #gNaviSp07 a,
#gNaviSp ul #gNaviSp08 a,
#gNaviSp ul #gNaviSp09 a,
#gNaviSp ul #gNaviSp10 a,
#gNaviSp ul #gNaviSp11 a,
#gNaviSp ul #gNaviSp12 a {
	background-image: url(../img/arr_spnavi.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/*#gNaviSp ul #gNaviSp11 a,
#gNaviSp ul #gNaviSp12 a {
 background:url(../images/bg.gif);
} */

#gNaviSp ul #gNaviSp13 a {
 background:url(../images/bg.gif);
 text-align:right;
 margin-bottom:20px;
 border-bottom:1px solid #e1e1e1;
 padding-right:10px;
}
#gNaviSp ul #gNaviSp13 img {
 margin:10px;
}

#gNaviSp ul li a .gM {
	padding: 0px 18px 0px 0px;
	color: #000;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
}

#gNaviSp ul li div {
	padding: 16px 20px 16px 20px;
	background: #eff0ee;
	border-top: 1px solid #e1e1e1;
	display: none;
}

#gNaviSp ul li div ul {
	width: auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}

#gNaviSp ul li div ul li {
	width: auto;
	border-top: 1px solid #e1e1e1;
}

#gNaviSp ul li div ul li:first-child {
	width: auto;
	border-top: none;
}

#gNaviSp ul li div ul li a {
	padding: 2px 40px 2px 18px;
	background: none;
	background-image: url(../img/arr_spsubnavi.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
	font-size: 138%;
	line-height: 1.5;
	text-align: left;
	display: block;
}


#mainArea {
	margin: 0px;
}

#mainArea .topMain  {
	margin-top: 20px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#mainArea h2 {
	font-size: 22px;
	background: url(../images/tit_ico.png) no-repeat left top;
	padding-left: 1.2em;
 padding-bottom:0.2em;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 2em;
 margin-bottom: 0.2em;
 border-bottom:1px solid #999;
}

#mainArea h3 {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 10px;
 	font-weight:bold;
  color:#666;
}

#sidebar {
	display: none;
}


/* ------ .sec01 ------ */

#sec01 img {
	height: auto;
	width: 94%;
	margin: 0px auto;
	padding: 0px;
	float: none;
	text-align: center;
	display: block;
}
#sec01 p {
	float: none;
	margin: 20px auto;
	padding: 0px;
	width: 94%;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}

.secBox {
	margin: 20px 0px 0px;
	padding: 0px;
}

#sec01 .h3Wrap {
	width: 90%;
	margin: 0px auto;
 border:1px solid #ccc;
 border-radius:20px;
 padding:2%;
 background:#fcfbf7;
}
#sec01 .h3Wrap h3 {
 margin: 0px;
 font-size: 94%;
 line-height: 1.5em;
 font-weight: bold;
 color: #55bcbe;
}
#sec01 .h3Wrap li {
 color: #666;
 font-size: 12px;
 margin: 7px 0 0 7px;
 padding-left:25px;
 background:url(../images/balloon.png) no-repeat 0 3px;
}

#sec01 .cap {
 float: none;
 margin: 20px auto;
 padding: 0px;
 width: 94%;
 text-align:center;
 color: #666;
 font-size:0.7em;
}
/* ------ .sec02 ------ */

#sec02 .secBox ul {
	margin: 0px;
}

#sec02 .secBox ul li {
	margin: 0px 0px 20px;
	padding: 0px;
	float: none;
 font-size:14px;
 color:#666;
}

#sec02 .secBox ul li div {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #65caf2;
}
#sec02 .secBox ul li div.green{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
 border: 2px solid #9ac875;
}

#sec02 .secBox ul li div dl {
	margin: 0px;
}
#sec02 .secBox ul li div dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#65caf2;
}
#sec02 .secBox ul li div.green dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	border-bottom:1px solid #fff;
	padding: 6px;
 background:#9ac875;
}
#sec02 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
	color: #333;
	padding: 6px;
}


/* ------ .sec03 ------ */

#sec03 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec03 .secBox ul li {
	padding: 0px;
	float: none;
	margin: 0px 0% 20px 0px;
}

#sec03 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sec03 .secBox ul li div {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(244, 244, 243)),color-stop(0.4, rgb(244, 244, 243)));
	background-image: -moz-linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	background-image: linear-gradient(-90deg,rgb(244, 244, 243) 0%,rgb(244, 244, 243) 40%);
	border: solid 1px #dfdfdd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#sec03 .secBox ul li div dl {
	margin: 0px;
	padding: 16px;
}

#sec03 .secBox ul li div dl dt {
	margin: 0px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-bottom: 12px;
}
#sec03 .secBox ul div .ph {
	text-align: center;
	margin: 0px;
	padding: 14px 0px 5px;
}

#sec03 .secBox ul div .pc {
	display: none;
}

#sec03 .secBox ul li div dl dd {
	font-size: 76%;
	line-height: 1.5em;
}


#sec03 .secBox ul li div dl .eq04 {
	text-align: center;
}

/* ------ .sec04 ------ */

#sec04 .secBox ul {
	margin: 0px;
	clear: both;
}

#sec04 .secBox ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #sec04 .secBox ul {
	zoom: 1;
}

#sec04 .secBox ul li {
	margin: 0px 0% 0% 0px;
	padding: 0px;
	float: left;
}

#sec04 .secBox ul li:last-child {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sec04 .secBox ul li dl  {
	margin: 0px;
	padding: 0px 10px 20px;
}
#sec04 .secBox ul li dl dt   {
	background: url(../images/arrow.gif) no-repeat left top;
	padding-left: 1.4em;
	font-size: 94%;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 8px;
}
#sec04 .secBox ul .ph  {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
}
#sec04 .secBox ul li dl dd  {
	font-size: 76%;
	line-height: 1.5em;
	text-align: center;
}


/* ------ .sec05 ------ */

#sec05 .secBox {
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
}

#sec05 .secBox dl {
	margin: 0px auto;
	padding: 0px;
	float: none;
	width: 100%;
}

#sec05 .secBox dl dt {
	margin: 0px;
	font-size: 94%;
	line-height: 1.5em;
	font-weight: bold;
	color: #55bcbe;
	padding-bottom: 10px;
}

#sec05 .secBox dl dd {
	font-size: 76%;
	line-height: 1.5em;
}
#sec05 .secBox dl dd ul.links {
 padding-top:10px;
}
#sec05 .secBox dl dd ul.links li {
 text-align:right;
}
#sec05 .secBox dl dd ul.links li a {
 text-decoration:underline;
}
#sec05 .secBox dl dd ul.links li a.link01 {
 padding-left:20px;
 background:url(../images/arrow_link01.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link02 {
 padding-left:20px;
 background:url(../images/arrow_link02.gif) no-repeat;
}
#sec05 .secBox dl dd ul.links li a.link03 {
 padding-left:20px;
 background:url(../images/arrow_link03.gif) no-repeat;
}

#sec05 .secBox p.pict {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#sec05 .secBox dd.txt p {
 font-size:100%;
 margin-bottom:20px;
}
#sec05 .secBox dd.txt dt {
 font-size:100%;
 padding:10px 0 0;
}
#sec05 .secBox dd.txt dd {
 font-size:100%;
}

#sec05 h3 {
 width:100%;
 color:#000;
 margin-top:30px;
}

/* ------ .sec06 ------ */

#sec06 .secBox {
	margin-bottom: 24px;
	padding: 0px;
	background: url(../images/arrow.png) no-repeat center center;
}

#sec06 .secBox .lBox {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sec06 .secBox .lBox dl {
	margin: 0px auto;
	width: 100%;
}

#sec06 .secBox .lBox dl dt {
	font-weight: bold;
	text-align: left;
}

#sec06 .secBox .lBox dl dd    {
	font-size: 75%;
	line-height: 1.8;
}

#sec06 .secBox .lBox dl .txt {
	text-align: left;
	margin-bottom: 14px;
}

#sec06 .secBox .lBox.right {
	float: none;
	margin-top: 150px;
}


/* ------ .sec07 ------ */

#sec07 li {
 font-size:90%;
	border-bottom: 1px dotted #999;
}
#sec07 li a {
 display:block;
 width:100%;
 line-height:3em;
}
#sec07 li.line {
 margin-bottom:3em;
}
#sec07 li.last {
	border:0;
 margin-bottom:3em;
}

/* ------ .sec08 ------ */

#sec08 h3 {
 clear:both;
 color:#666;
 padding:2% 0 0 2%;
 font-size:0.9em;
}


/* ------ .sec09 ------ */

#sec09 h4 {
 padding-bottom:30px;
}
#sec09 .imgLeft {
 width:100%;
 float:none;
 padding-top:20px;
 text-align:center;
}
#sec09 .imgRight {
 width:100%;
 float:none;
 text-align:center;
}
#sec09 .imgLeft img,
#sec09 .imgRight img {
 padding-bottom:10px;
}
#sec09 .imgCenter {
 width:100%;
 float:none;
 padding-top:30px;
 text-align:center;
}



#formSec {
	margin: 0px 0px 30px 0px;
}

#formSec .formTop {
	margin: 18px 5px 12px;
	font-size:14px;
	line-height: 1.4;
}

#formSec .formTop span {
	color: #ff0000;
}

#formSec dl {
	width: 100%;
	border-left: 1px #e1e1e0 solid;
	border-right: 1px #e1e1e0 solid;
	border-bottom: 1px #e1e1e0 solid;
	clear: both;
}

#formSec dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#formSec .company dt p,
#formSec .company dd p {
	font-size:90%;
}

* html #formSec dl {
	zoom: 1;
}

*:first-child+html #formSec dl {
	zoom: 1;
}

#formSec .topDl {
	border-top: 1px #e1e1e0 solid;
}

#formSec .endDl {
	margin: 0px 0px 12px 0px;
}

#formSec dl dt {
	width: 100%;
	background: #f9f9f9;
	border-bottom: 1px #e1e1e0 solid;
}

#formSec dl dt p {
	padding: 4px 16px 4px 16px;
	color: #333;
	font-size:14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	display: block;
}

#formSec dl dt p span {
	color: #cc0000;
}

#formSec dl dd {
	width: 100%;
}

#formSec dl dd p {
	padding: 10px 14px 10px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}

#formSec dl dd p input[type="text"],
#formSec dl dd p select {
	font-size: 16px;
}

#formSec dl dd p span {
	padding: 0px 5px 0px 5px;
	color: #666;
	font-size: 63%;
	line-height: 1.8;
}

#formSec dl dd p .exp {
	padding: 5px 0px 5px 0px;
	display: block;
}

#formSec dl dd p #txtL {
	width: 90%;
}

#formSec dl dd p #txtL2 {
	width: 80%;
}
#formSec dl dd p #message {
	width: 90%;
	height: 75px;
	resize: vertical;
}

#formSec dl dd p .reqNum {
	margin-bottom: 12px;
}

#formSec dl dd p .errMsg {
	padding: 5px 0px 5px 0px;
	color: #ff0000;
	font-size: 75%;
	line-height: 1.6;
	display: block;
}

#formSec .formBt {
	padding: 12px 0px 0px 0px;
	text-align: center;
	clear: both;
}

#formSec .formBt .bt_decision,
#formSec .formBt .bt_pageprev,
#formSec .formBt .bt_pagenext,
#formSec .formBt .bt_next,
#formSec .formBt .bt_check {
	margin: 0px auto;
	width: 104px;
	height: 22px;
	border: none;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
}

#formSec .formBt .bt_check {
	background: url(../img/next.jpg) no-repeat left top;
	background-size: 104px 22px;
	-webkit-background-size: 104px 22px;
	-moz-background-size: 104px 22px;
	-o-background-size: 104px 22px;
}

#formSec .formBt .bt_next {
	background: url(../img/clear.jpg) no-repeat left top;
	background-size: 104px 22px;
	-webkit-background-size: 104px 22px;
	-moz-background-size: 104px 22px;
	-o-background-size: 104px 22px;
}

#formSec .formBt .bt_pagenext {
	background: url(../img/pagenext.jpg) no-repeat left top;
	background-size: 104px 22px;
	-webkit-background-size: 104px 22px;
	-moz-background-size: 104px 22px;
	-o-background-size: 104px 22px;
}

#formSec .formBt .bt_pageprev {
	background: url(../img/pageprev.jpg) no-repeat left top;
	background-size: 104px 22px;
	-webkit-background-size: 104px 22px;
	-moz-background-size: 104px 22px;
	-o-background-size: 104px 22px;
}

#formSec .formBt .bt_decision {
	background: url(../img/decision.jpg) no-repeat left top;
	background-size: 104px 22px;
	-webkit-background-size: 104px 22px;
	-moz-background-size: 104px 22px;
	-o-background-size: 104px 22px;
}

#formSec .formBt ul {
	margin: 0px auto;
	width: 219px;
}

#formSec .formBt ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #formSec .formBt ul {
	zoom: 1;
}

*:first-child+html #formSec .formBt ul {
	zoom: 1;
}

#formSec .formBt ul li {
	width: 104px;
	font-size: 0px;
	line-height: 0;
}

#formSec .formBt ul .btL {
	float: left;
}

#formSec .formBt ul .btR {
	float: right;
}

.coution  {
	width: 80%;
	border: #900 solid 2px;
	text-align: center;
	padding: 10px 20px;
	color: #900;
	margin: 24px auto 20px;
}

#formSec input.fborderR, #formSec textarea.fborderR {
	background: 
	#FDECE8;
	border: 
	#900 solid 1px;
}

.must{
	line-height: 1.8em;
	background: url(../img/must.gif) no-repeat right center;
	margin-right: 20px;
}

.contentCompany .txtComplete {
	font-size: 100%;
	padding-bottom: 300px;
	padding-top: 100px;
	text-align: center;
	line-height: 2.5em;
}


.btn_chk {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
}

/* ------ faq ------ */


dl.accordion {
	width:100%;
}
dl.accordion dt {
 height:47px;
 background:#f0f0f0 url(../images/faq_answer1.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 10px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}

dl.accordion_long {
	width:100%;
}
dl.accordion_long dt {
 height:65px;
 background:#f0f0f0 url(../images/faq_answer2.gif) no-repeat right top;
 margin-bottom:10px;
 padding: 0 90px 0 10px;
 padding-top:20px;
 cursor: pointer;
 font-size:76%;
}
dl.accordion dt.open {
 background:#eee url(../images/faq_close1.gif) no-repeat right top;
}
dl.accordion_long dt.open {
 background:#eee url(../images/faq_close2.gif) no-repeat right top;
}
dl.accordion dd,
dl.accordion_long dd {
 padding:10px 0 20px 10px;
 display:none;
 font-size:76%;
}
dl.accordion dd h4,
dl.accordion_long dd h4 {
	font-weight:bold;
 color: #55bcbe;
 line-height:30px;
}

/**
 * Grid container
 */
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}

/**
 * Grid items
 */
#tiles li {
width: 90%;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px;
margin:0 auto 2% auto;
}

#tiles li h3 {
	color:#333 !important;
	border-bottom:1px dotted #666;
 padding-bottom:1%; 
}
#tiles li h3.noline {
	border-bottom:none;
 padding-bottom:0; 
}

#tiles li h4 {
	font-size:86%;
 font-weight:bold;
 margin-top:2%;
}
#tiles li img {
display: block;
max-width:100%;
margin:1% auto;
padding-top:2%;
}

#tiles li .zoomup span {
 display:block;
 font-size:0.8em;
 color:#333;
 text-align:center;
}


/**
 * Grid item text
 */
#tiles li p {
color: #666;
font-size: 12px;
margin: 7px 0 0 7px;
}

#tiles li dl {
 margin-left:7px;
}
#tiles li dt {
 clear:left;
 font-weight:bold;
 font-size:80%;
 padding-top:20px;
 color:#000;
}
#tiles li dd {
 font-size:76%;
 color:#666;
}
#tiles li p.midashi {
 width:100%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
#tiles li p.midashiS {
 width:53%;
 padding:10px 0;
 font-weight:bold;
 font-size: 80%;
}
/**
 * Some extra styles to randomize heights of grid items.
 */


#container-wrap li {
  z-index:0;
}

.zoom_img {
	width:10%;
 margin:0 auto;
}

.zoom_img img {
	width:100%;
 border:none !important;
}


.footer_contactBt {
 width:100%;
 height:50px;
 background:#55bcbe url(../images/arrow.gif) no-repeat 15px 15px;
 color:#fff;
 line-height:50px;
 text-align:center;
 font-size:14px;
 margin:30px auto;
}


#pankuzu {
 display:none;
}
}




/* = lightbox
----------------------------------------------- */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
background-color: rgba(255,255,255,0.8)
}
.nivo-lightbox-overlay.nivo-lightbox-open { 
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-ajax { 
	max-height: 100%;
	overflow: auto; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}


/* = pagetop
----------------------------------------------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
}
#pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}

/* ------ Footer ------ */

footer {
	background: #edeada;
 margin-top:60px;
}
.box   {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.box : after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .box   {
	zoom: 1;
}

#copyright,
#footerlink {
 position: relative;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}

#copyright p,
#footerlink li {
	font-size: 62%;
	color: #333;
}
#footerlink {
 width:90%;
	margin:0 auto;
}
#footerlink ul {
	position: relative;
}
#footerlink li {
 position: relative;
 float:left;
 padding:0 20px;
 border-left:1px solid #999;
}
#footerlink li.last {
 border-right:1px solid #999;
}

#popMov {
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	position: fixed;
	clear: both;
	display: none;
}

#popMovIn {
	position: relative;
}

#popMov #bgPop {
	width: 100%;
	height: 100%;
	background: url(../images/bg_pop.png) repeat left top;
	top: 0px;
	left: 0px;
	position: absolute;
}

#popMov #popMovSec {
	margin-left: -290px;
	padding: 0px;
	width: 580px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	top: 10px;
	left: 50%;
	position: absolute;
}

#popMov #popMovSec > a {
	margin: 0px 0px 15px auto;
	width: 40px;
	height: 40px;
	background: url(../images/close_pop.png) no-repeat center center;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	display: block;
}



/* ------ Margin ------ */



.mgTB {
 display:block;
 margin:3% 0;
}
.commonMgB {
 display:block;
 margin:0 0 3% 0 !important;
}