@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	zoom: 0.8;
}

a,
a:link {
	text-decoration: none;
}


@media screen and (max-device-width: 480px){
	img { max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	padding-top: 20%;
}

p.TxtCenter {
	text-align: center;
	font-size: 11px;
	line-height: 19px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 5px;
	width: 100%;
	position: fixed;
	top: 0;
	background: #FFF url(../../image/common/header_bg.gif) repeat-x left bottom;
	z-index: 1000;
}

#gHeader h1 {
	padding: 3% 15% 0 10px;
	float: left;
	width: 40%;
}
#gHeader h1 img{
	width: 100%;
}

#gHeader ul {
	float: right;
	width: 30%;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}

#gHeader li {
	float: left;
}
#gHeader li.header_img {
	width: 50% !important;
}
#gHeader li.header_img img{
	width: 100%;
}
/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
	display: none;
	padding: 15% 0;
	text-align: center;
	position: fixed;
	z-index: 1001;
	width: 100%;
}

.menuBox ul {
	margin: 0 10px;
	font-size: 9px;
}

.menuBox li {
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 10px;
	background-image: url(../../image/common/arrow.png);
	background-repeat:no-repeat;
	background-size: 10px;
	text-align: left;
	height: 30px;
	line-height: 5px;
}
.menuBox li:last-child {
	margin-bottom: 0px;
}
.menuBox li a {
	padding: 5px 0;
	display: block;
	font-size: 9px;
	text-decoration: underline;
	color: #000;
}

.menuBox .TopArea {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 0px;
	top: 0px;
	width: 30%;
	cursor: pointer;
	z-index: 3;
}
.menuBox .TopArea .BtnClose {
	display: block;
	position: absolute;
	right: 0%;
	width: 50%;
}
.menuBox .MenuArea {
	background-color: #E9E9E9;
	margin: 0;
	width: 100%;
	padding: 30px 20px;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
#Breadcrumbs {
	padding-left: 3%;
	margin-bottom: 40px;
	display: block;
	clear: both;
}
#Breadcrumbs li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	font-size: 12px;
	float: left;
}

#Breadcrumbs li a {
	margin-right: 10px;
	text-decoration: underline;
	color: #FC4229;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 30px auto 0px;
	width: 100%;
}

#gFooter .fNavi {
	margin: 20px 10px;
	width: 100%;
	height:auto;
	overflow:hidden
}

#gFooter .fNavi li {
	margin-bottom: 15px;
	padding-left: 15px;
	background-image: url(../../image/common/arrow.png);
	background-repeat:no-repeat;
	background-size: 10px;
	text-align: left;
	height: 20px;
	width: 42%;
	float: left;
}
#gFooter .fNavi li a {
	padding: 5px 0;
	text-decoration: underline;
	color: #000;
	font-size: 8px;
}

#gFooter .fLink {
	width: 100%;
	margin: 20px auto;
	height:auto;
	overflow:hidden;
	padding: 0 2%;
}
#gFooter .fLink img {
	float: left;
	width: 44%;
	margin: 10px 2%;
}

#gFooter .copyright {
	padding: 7px 0;
	color: #FFF;
	font-size: 8px;
	text-align: center;
	background-color: #000;
}

/* ページトップへ */
#GoTop {
	width: 100%;
	border-top: 1px solid #25B0A1;
	margin: 40px 0 70px;
	text-align: center;
	position: relative;
	float: left;
}
#GoTop img {
	position:absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20%;
}

/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/
.Company {
	background-color: #25B0A1;
	width: 90%;
	margin: 0 2%;
	padding: 30px 3%;
	text-align: center;
}
.Company img {
	margin-bottom: 50px;
}
.Company li {
	color: #FFF;
	margin-right: 10px;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
}
.Company .C_Item {
	display: block;
	background-color: #FFF;
	color: #25B0A1;
	font-size: 11px;
	width: 25%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}
.Company .C_Detail {
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
}
.Company hr {
	width: 98%;
	margin: 20px auto;
	background-color: #FFF;
	border: 0;
	height: 1px;
}

/* ロゴについて */
#CompanyLogo {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}
#CompanyLogo img {
	display: block;
	margin: 30px auto;
}
#CompanyLogo img.Original {
	width: 75%;
	display: block;
	margin: 40px auto 30px;
}
#CompanyLogo .LogoText{
	width: 86%;
	margin: 15px auto;
	text-align: left;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 3px;
	background-image: url("../../image/company/logo_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% 80%;
}
#CompanyLogo .Line {
	border-top: 1px double #25B0A1;
	border-bottom: 1px double #25B0A1;
	width: 90%;
	margin: 10px auto;
	height: 7px;
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#Contact {
	width: 100%;
	background-color: #25B0A1;
	margin: 70px auto;
	text-align: center;
	position: relative;
	height: 420px;
}
#Contact .title {
	position:absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .AreaImage {
	width: 98%;
	position:absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .AreaImage img {
	margin: 0 1%;
	width: 20%;
}
#Contact .Comment {
	position:absolute;
	top: 270px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 11px;
	width: 84%;
	text-align: left;
	line-height: 18px;
}
#Contact .InquiryBtn {
	position:absolute;
	top: 340px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .InquiryBtn img{
	width: 100%;
}
#Contact .PageBtn {
	position:absolute;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#Contact .PageBtn img{
	width: 50%;
}

/*------------------------------------------------------------
	お問い合わせフォーム
------------------------------------------------------------*/
#Inquiry {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#Inquiry h2 {
	width: 100%;
	background-color: #25B0A1;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
	margin: 20px 0;
	display: block;
	clear: both;
}
.TelBox {
	width: 90%;
	margin: 20px auto;
	height:auto;
	overflow:hidden
}
.TelBox .TelNo{
	color: #25B0A1;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: bottom;
}
.TelBox img {
	width: 10%;
	margin-right: 10px;
	width: 35px;
}
.TelBox p{
	width: 100%;
	text-align: center;
	background-color: #B0E9E3;
	float: left;
	margin-top: 5px;
	padding: 5px 0;
	font-size: 11px;
}
.imgStep {
	width: 85%;
	margin: 20px 0;
}
#Inquiry .FormBox {
	width: 96%;
	margin: 20px auto;
	text-align: left;
}
#Inquiry .FormBox .ItemLine{
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .EntryLine{
	margin-bottom: 15px;
	width: 100%;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .AddTitle {
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .ItemLine img {
	margin-right: 10px;
	vertical-align: middle;
	width: 12%;
}
#Inquiry .FormBox .Example {
	font-size: 11px;
	margin-left: 15px;
}
#Inquiry .FormBox input[type="text"],
textarea {
	padding: 5px 8px;
	outline: none;
	border: 1px solid #A0A0A0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	float: left;
}
#Inquiry .FormBox .w30 {
	width: 30%;
}
#Inquiry .FormBox .w100 {
	width: 94%;
}
#Inquiry .FormBox textarea {
	width: 94%;
	margin-bottom: 40px;
}
#Inquiry .FormBox input[type=radio] {
	margin-right: 10px;
}
#Inquiry .FormBox label.LblLeft {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 15px;
	float: left;
}
#Inquiry .FormBox label.LblBlock {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 0px;
	display: block;
}
#Inquiry .EntryButton{
	width: 65%;
	height: 40px;
	margin: 40px auto;
	text-align: center;
	display: block;
	clear: left;
	border: 0px;
	background-image: url("../../image/inq/btn_entry.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#Inquiry .error_m {
	font-size: 11px;
	font-weight: 500;
	color: #FB4329;
	display: block;
	clear: left;
	padding-top: 20px;
}
#Inquiry .error_info {
	width: 85%;
	margin: 10px auto 20px;
	background-color: #FDD8D2;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}


/* 内容確認 */
table.tabConfirm {
	width: 96%;
	border: 1px solid #C2C2C2;
	margin: 25px auto;
	border-collapse: collapse;
}
table.tabConfirm th {
	background-color: #E5E5E5;
	font-size: 12px;
	padding: 10px 0px;
	width: 33%;
	text-align: center;
	border: 1px solid #C2C2C2;
}
table.tabConfirm td {
	font-size: 12px;
	padding: 10px;
	border: 1px solid #C2C2C2;
	text-align: left;
}
#Inquiry .FormBox .ButtonBox {
	width: 100%;
	display: block;
	height:auto;
	overflow:hidden
}
#Inquiry .FormBox .CorrectButton{
	width: 100%;
	margin: 30px auto;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #000;
}
#Inquiry .FormBox a.CorrectButton {
	color: #000;
	text-decoration: underline;
}
#Inquiry .FormBox .SendButton{
	width: 65%;
	height: 40px;
	margin: 40px auto;
	text-align: center;
	display: block;
	clear: left;
	border: 0px;
	background-image: url("../../image/inq/btn_send.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#Inquiry .CompMsg {
	color: #25B0A1;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}


#Privacy {
	width: 85%;
	height: 120px;
	overflow: scroll;
	overflow-x: hidden;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	margin: -10px auto 80px;
	padding: 10px;
}
#Privacy h4{
	font-size: 10px;
	text-align: left;
	margin: 20px 0 0 0;
}
#Privacy p{
	font-size: 9px;
	text-align: left;
	line-height: 20px;
	margin: 0 0 0 0;
}
#Privacy ol {
	list-style-type: decimal;
	font-size: 9px;
	line-height: 20px;
	margin-left: 20px;
}
#Privacy::-webkit-scrollbar{
	width: 15px;
}
#Privacy::-webkit-scrollbar-track{
	background: #D6D6D6;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777; 
}
#Privacy::-webkit-scrollbar-thumb{
	background: #626262;
	border-radius: 10px;
	box-shadow: none;
}
h3.h3Privacy {
	width: 100%;
	margin: 40px auto 20px;
	text-align: center;
	font-size: 9px;
}
h3.h3Privacy strong {
	font-size: 11px;
	margin-bottom: 0px;
}


/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#FAQ {
	width: 100%;
	margin: 30px 0;
	padding: 2% 0;
	text-align: center;
}
#FAQ ul {
	list-style: none;
	padding: 0px 0px 30px 0px;
	margin: 10px 0;
	text-align: center;
}
#FAQ ul li {
    display: inline-block;
    margin: 10px 1%;
    width: 30%;
    height: 20px;
}
#FAQ ul li a {
    background-color: #25B0A1;
    border: solid 2px #25B0A1;
    color: #FFF;
    display: block;
    line-height: 20px;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:(0,0,0,0);
    cursor: pointer;
}
#FAQ ul li a:hover {
    background-color: #FFF;
    border: solid 1px #25B0A1;
	color: #25B0A1;
}
