html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	　　　vertical-align: top;
	　　　font-size: 0;
	　　　line-height: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* --------------------------------------------------------------- 基本構造 -- */


table {
	font-size: inherit;
	font: 100%; /* IE6΍ */
}
/* clear */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
body {
	color: #333333; /*  */
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.4em;
	text-align: center;
}
/* リンク */
a:link {
	color: #36ade9; /* 色 */
	text-decoration: underline;
}
a:visited {
	color: #36ade9; /* 色 */
	text-decoration: underline;
}
a:hover {
	color: #36ade9; /* 色 */
	text-decoration: underline;
}
a:active {
	color: #36ade9; /* 色 */
	text-decoration: underline;
}



/* ここまでテンプレ */
@media print, screen and (min-width:680px) {
body {
	min-width: 960px;
	font-size: 14px;
}
#wrapper {
	width: 100%;
}
.spVer {
	display: none;
}
a:hover>img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
a.phoneNumberLink:hover {
	cursor: default;
}
a.phoneNumberLink:hover>img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
/* ===============================================
#headerArea
=============================================== */
#headerArea {
	width: 100%;
	border-top: solid 10px #36ade9;
}
#headerInner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 148px;
	text-align: left;
}
#headerLogo {
	padding-top: 15px;
	padding-left: 5px;
	width:400px;
	height:auto;
}
#headerLogo img {
	width: 100%;
	height: auto;
}

#headerPhone {
	position: absolute;
	top: 20px;
	right: 20px;
}
#gNavi {
	display: block;
	width: 960px;
	height: 43px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: dotted 1px #c7c7c7;
	position: absolute;
	left: 0;
	top: 99px;
}
#gNavi:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
#gNavi {
	zoom: 1;
}
#gNavi li {
	/*width:16.666%;*/
	width: 20%;
	float: left;
	display: block;
}
#gNavi li p {
	display: table;
	height: 43px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#gNavi li a {
	display: table-cell;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: dotted 1px #c7c7c7;
	vertical-align: middle;
	text-align: center;
	color: #333333;
}
#gNavi li a:hover {
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
#gNavi li a:link, #gNavi li a:visited, #gNavi li a:active {
	text-decoration: none;
}
#gNavi li.gNaviActive a {
	color: #36ade9;
}
/* ===============================================
#pagettlArea
=============================================== */
#pagettlArea {
	text-align: center;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 200px;
	background-image: url(../images/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/* ===============================================
#greetingArea
=============================================== */
#greetingArea {
	width: 960px;
	margin: 0 auto 80px;
}
.greetingBox {
	　　margin: 0 auto;
	width: 920px;
	text-align: left;
}
#greetingArea h2 {
	margin-top: -30px;
	margin-bottom: 30px;
}
h2.imageTxt {
	font-size: 30px;
	line-height: 1.5;
}
#greetingImg {
	width: 280px;
	float: left;
	margin-top: 10px;
}
#greetingImg img {
	width: 100%;
	height:auto;
    margin-right: 10px;
}
#greetingTxt {
	width: 630px;
	float: right;
	text-align: left;
}
#greetingTxt p {
	font-size: 18px;
	line-height: 1.8;
}
h3.tit3_03 {
	text-align: right;
	font-size: 19px;
	line-height: 1.8;
	font-variant: 600;
	margin-top: 30px;
}
.span_05 {
	font-size: 16px;
}
h4.tit4_01 {
	text-align: left;
	font-size: 20px;
}
.ul_04 {
	text-align: left;
	font-size: 18px;
}
/* ===============================================
#contentArea
=============================================== */
#contentArea {
	padding-top: 50px;
}
.contentBox {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
h2.tit2_03 {
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-shadow: -1px -1px 1px #666;
	position: relative;
	padding: 25px 0;
	background-color: #97cc1d;
	border-radius: 6px;
}
h2.tit2_03::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #97cc1d;
}
.ttlGreen p {
	display: table-cell;
	vertical-align: middle;
}
.redTxt {
	color: #d12814;
}
/* ===============================================
table
=============================================== */
#tableArea {
	background-color: #eff3f4;
	padding: 20px 0 40px;
}
.tableBox {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
/* ===============================================
table
=============================================== */
.tableSky {
	width: 100%;
	background-color: #FFF;
	border-top: solid 1px #333;
	font-size: 16px;
	margin-bottom: 50px;
}
.tableGreen {
	width: 100%;
	background-color: #FFF;
	border-top: solid 1px #333;
	font-size: 16px;
}
.tableSky th, .tableSky td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	vertical-align: middle;
}
table.tableSky td.ex_border_a, table.tableSky td.ex_border_a {
  border-bottom: 2px solid black;/**/
}
.tableGreen th, .tableGreen td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	vertical-align: middle;
}

.tableSky tr td:last-child, .tableSky thead tr th:last-child {
}
.tableSky tr th:first-child {
	border-left: solid 1px #333;
}
.tableGreen thead th, .tableSky thead th {
	text-align: center;
}
.tableGreen th {
	background-color: #dcedb7;
	color: #3d6700;
}
.tableSky th {
	background-color: #cae2ee;
	color: #194c65;
}
.tableRight {
	text-align: right !important;
}
.tableCenter {
	text-align: center !important;
}
.tableFixed {
	table-layout: fixed;
}
.tablePc27 {
	width: 27%;
}
.tablePc20 {
	width: 20%;
}
.tableCaption {
	text-indent: -1em;
	padding-left: 1em;
	margin: 8px 0 10px;
}
/* ===============================================
serviceArea
=============================================== */
#serviceArea {
	width: 960px;
	margin: 0 auto;
	padding: 80px 0;
}
#serviceArea-g {
	background-color: #eff3f4;
	padding: 80px 0;
}
.serviceBox {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
.serviceBox h2{	
}
#serviceTxt {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 50px;
}

.tit2_05 {
	font-size: 26px;
	text-align: center;
	padding: 0 0 60px;
	color: #15475d;
}
.ul_01 {
	margin-top: 30px;
	margin-left:30px;
	list-style-type: disc;
	list-style-position: inside;
}
.ul_01 li {
	margin: 0px 10px;
	font-size: 16px;
	color: #333;
}
.img_01 {
	margin-left: 10px;
	width: 263px;
	height: 180px;
}
#plus ul{
	margin: 20px 0 0 20px;
	list-style-type: disc;
	list-style-position: inside;
}
/* ===============================================
priceArea
=============================================== */
#priceArea {
	padding: 20px 0 0;
}
.priceBox {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
.priceBox h2 {
	margin-top: -45px;
}
/* ===============================================
contactArea
=============================================== */
#contactArea {
	padding: 0px 0;
}
.contactBox {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}
#leftArea {
	float: left;
	width: 50%;
	margin-top: -40px;
}
dl.dl_01 {
	margin: 30px 0 10px 18%;
	font-size: 16px;
}
dt.dt_01 {
	float: left;
}
dd.dd_01 {
	margin-left: 80px;
}
.span_06 {
	font-size: 31px;
	font-weight: 600;
}
.a_03 {
	text-decoration: none!important;
}
#rightArea {
	float: right;
	width: 50%;
	margin-top: -60px;
}
/* ===============================================
form
=============================================== */
.form {
	margin-left: 100px;
	margin-bottom: 20px;
}
input[type="text"], textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	width: 90%;
}
input[type="text"]:focus, texture:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}
.hoge {
	border: solid 1px #ccc;
	padding: 15px 30px;
	margin: 0 0 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	background-color: #CCC;
}
.ul_05 {
	margin-left: 100px;
	margin-bottom: 80px;
	font-size: 12px;
}
.ul_05 li {
	margin-bottom: 5px;
}
/* ===============================================
.headinglist
=============================================== */
.headinglist {
	margin: 0 10px;
}
.headinglist dt {
	font-size: 14px;
	color: #594c1e;
	font-weight: bold;
	padding: 10px;
	margin-top: 17px;
}
.headinglistOrange dt {
	background: url("../img/bg_heading_orange.gif") left top;
}
.headinglistGreen dt {
	background: url("../img/bg_heading_green.gif") left top;
}
.headinglist dd p {
	margin: 10px 0 3px;
}
.headinglist dd ol {
	margin-top: 10px;
	list-style: decimal;
	padding-left: 20px;
}
.headinglist dd ol li {
	margin-bottom: 7px;
}
/* ===============================================
#qaaArea
=============================================== */
#qaaArea {
	margin-top: 50px;
}
.qaaAreaList dt, .qaaAreaList dd {
	display: block;
	position: relative;
	min-height: 44px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.qaaAreaList .qaaIcon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.qaaAreaList dt {
	margin-top: 30px;
	background: url("../img/bg_q.gif") left top #e7f1f7 repeat-y;
	padding: 8px 10px 7px 65px;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}
.qaaAreaList dd {
	margin-top: 10px;
	background: url("../img/bg_a.gif") left top #fbedf1 repeat-y;
	padding: 10px 10px 10px 65px;
}
.qaaAreaList dd p + p {
	margin-top: 12px;
}
/* ===============================================
#flowArea
=============================================== */
#flowList {
	margin-top: 20px;
	display: block;
	width: 100%;
}
#flowList li {
	display: block;
	width: 680px;
	margin: 0 auto;
	padding-bottom: 37px;
	background: url("../img/ic_flow.png") center bottom no-repeat;
}
#flowList li:last-child {
	padding-bottom: 0;
}
#flowList li div {
	background: url("../img/bg_flow.gif");
	padding: 10px 10px 8px;
}
#flowList li .imageTxt {
	margin-bottom: 10px;
}
/* ===============================================
.contactTagArea
=============================================== */
.contactTagBox {
	width: 300px;
	margin: 80px auto;
}
.contactTag img {
	width: 100%;
	height: auto;	
}
/* ===============================================
#bottomNaviArea
=============================================== */
#bottomNaviArea {
	margin: 30px auto;
}
#bottomNaviArea ul {
}
#bottomNaviArea li {
}
#gotoTopBt {
	font-size: 0;
	line-height: 0;
	margin: 40px 0 60px;
}
/* ===============================================
#footerArea
=============================================== */
#cNavi {
	display: inline-block;
	margin: 0 auto -20px!important;
	line-height: 1;
	letter-spacing: -.4em;
	width: 100%;
}
#cNavi li {
	display: inline-block;
	letter-spacing: normal;
	border-right: dotted 1px #36ade9;
}
#cNavi li:last-child {
	border-right: none;
}
#cNavi li a {
	display: block;
	padding: 2px 20px 2px 45px;
	color: #36ade9;
	text-decoration: underline;
	background-image: url(../images/pc_ic_arrow_sky.png);
	background-repeat: no-repeat;
	background-position: 20px center ;
}
#footerInnerWrap {
	background-color: #36ade9;
	margin-top: -17px;
}
#footerInner {
	width: 920px;
	height: 130px;
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	text-align: left;
}
#footerLogo {
	margin-top: 26px;
}
#footerLogo p .img_02 {
	width: 340px;
	height: auto;
	margin: 15px 0 5px;
}
#addressArea {
	margin-top: 40px;
	font-style: normal;
}
.ul_06{
	margin-top:-5px;
	font-size:15px;
	width:600px;
	list-style-type: none;	
}
.ul_06 li{
	color: #FFF;
	text-decoration: none;
	float:left;
}
.ul_06 li a{
	color: #FFF;
	text-decoration: none;
	cursor: default;	
}
.span_03 {
	font-size: 12px;
}
#footerCopy {
	border-top: solid 1px #FFF;
	background-color: #36ade9;
	font-size: 11px;
	line-height: 1em;
	padding: 10px 0 8px;
	color: #ffffff;
}
/* ===============================================
#fixedNaviArea
=============================================== */
#fixedNaviArea {
	display: none;
}
}
 @media screen and (max-width: 768px) {
	 /* ===============================================
#greetingArea
=============================================== */
#greetingArea {
	/*width: 960px;*/
	margin: 0 auto 80px;
}
.greetingBox {
	margin: 0 5%;
	width: 90%;
	text-align: left;
}
#greetingArea h2 {
	margin-top: -10px;
	margin-bottom: 30px;
}
h2.imageTxt {
	font-size: 30px;
	line-height: 1.5;
}
#greetingImg {
	width: 22%;
	float: left;
	margin-top: 10px;
}
#greetingImg img {
	width: 100%;
	height:auto;
    margin-right: 10px;
}
#greetingTxt {
	width: 73%;
	float: right;
	text-align: left;
}
#greetingTxt p {
	font-size: 18px;
	line-height: 1.8;
}
h3.tit3_03 {
	text-align: right;
	font-size: 19px;
	line-height: 1.8;
	font-variant: 600;
	margin-top: 30px;
}
.span_05 {
	font-size: 16px;
}
h4.tit4_01 {
	text-align: left;
	font-size: 20px;
}
.ul_04 {
	text-align: left;
	font-size: 18px;
}

 }
 @media screen and (max-width: 679px) {
body {
	font-size: 12px;
	line-height: 1.5;
	min-width: 320px;
}
#wrapper {
	width: 100%;
}
.pcVer {
	display: none;
}
/* ===============================================
#headerArea
=============================================== */
#headerInner {
	width: 100%;
	border-top: solid 5px #36ade9;
	position: relative;
	/*height:113px;*/
	height: 53px;
}
#headerLogo {
	padding: 12px 0 0 5px;
	text-align: left;
	width: 250px;
	height: auto;
}
#headerLogo img {
	width: 100%;
	height: auto;
}
#headerPhone {
	position: absolute;
	top: 58px;
	left: 5px;
}
#gNaviBt {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 1px;
}
#gNavi {
	display: none;
	width: 100%;
	position: absolute;
	top: 53px;
	left: 0;
	padding-bottom: 9px;
	z-index: 50;
}
#gNavi li {
	background-color: #eff3f4;
	display: block;
	border-bottom: solid 2px #FFF;
	line-height: 1em;
	padding: 7px 5px;
}
#gNavi li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 9px 0 7px 5px;
	text-align: left;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
	background-image: url(../images/sp_ic_arrow_sky.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#gNavi li a:hover {
	color: #36ade9;
}
/* ===============================================
#pagettlArea
=============================================== */
#pagettlArea {
	text-align: center;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 85px;
	background-image: url(../images/bg_ttl.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/* ===============================================
#greetingArea
=============================================== */
#greetingArea {
	text-align: left;
	margin: 20px 0;
}
.greetingBox {
	margin: 10px 5% 30px;
	width: 90%;
}
#greetingImg {
	width: 150px;
}
#greetingTxt {
	width: 100%;
	float:none;
	margin-top: 5px;
}

#greetingTxt p {
	font-size: 15px;
	line-height: 1.8;
}
h3.tit3_03 {
	text-align: right;
	font-size: 18px;
	line-height: 1.8;
	font-variant: 600;
	margin-top: 10px;
}
.span_05 {
	font-size: 15px;
}
h4.tit4_01 {
	text-align: left;
	font-size: 18px;
}
.ul_04 {
	text-align: left;
	font-size: 15px;
}
/* ===============================================
#contentArea
=============================================== */
#contentArea {
	padding-top: 22px;
}
#contentArea .contentBox {
	text-align: left;
	margin: 0 15px;
}
h2.tit2_03 {
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: -1px -1px 1px #666;
	position: relative;
	padding: 10px 0;
	background-color: #97cc1d;
	border-radius: 6px;
}
h2.tit2_03::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #97cc1d;
}

.subTtlGreen {
	background-color: #5e9e00;
}
.subTtlSky {
	background-color: #36ade9;
}
.redTxt {
	color: #d12814;
}
/* 
===============================================
#overArea
=============================================== */
/*#overArea{
  margin-top:40px;
}
#overBox{
  margin-top:20px;
}

#overTxt{

  width:900px;
  text-align:center;
}*/
.tit3_01 {
	padding-top: 30px;
	font-size: 20px;
	color: #F60;
	text-align: center;
}
.span_02 {
	font-size: 23px;
	color: #97cc1d;
}
.ul_03 {
	font-size: 14px;
	padding: 10px 0 30px;
	line-height: 1.8;
	text-align: center;
}
/* ===============================================
table
=============================================== */
#tableArea {
	background-color: #eff3f4;
	padding: 5px 0;
}
.tableBox {
	width: 90%;
	margin: 10px 5% 10px;
	text-align: left;
}
#greetingArea {
	text-align: left;
	margin: 20px 0;
}
.greetingBox {
	margin: 10px 5% 30px;
	width: 90%;
}
/* ===============================================
table
=============================================== */
.tableSky {
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #333;
	font-size: 14px;
	margin-bottom: 40px;
}
.tableGreen {
	width: 100%;
	background-color: #fff;
	border-top: solid 1px #333;
	font-size: 14px;
}
.tableGreen th, .tableGreen td, .tableSky th, .tableSky td {
	padding: 3px 7px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.tableGreen tr td:last-child, .tableGreen thead tr th:last-child {
	border-right: none;
}
.tableSky tr td:last-child, .tableSky thead tr th:last-child {
/*border-right:none;*/
}
.tableSky tr th:first-child {
	border-left: solid 1px #333;
}
.tableGreen thead th, .tableSky thead th {
	text-align: center;
}
.tableGreen th {
	background-color: #dcedb7;
	color: #3d6700;
}
.tableSky th {
	background-color: #cae2ee;
	color: #194c65;
}
.tableRight {
	text-align: right !important;
}
.tableCenter {
	text-align: center !important;
}
.tableFixed {
	table-layout: fixed;
}
.tableSpNowrap {
	white-space: nowrap;
}
.tableCaption {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 10px;
}
.tableSpBig {
	font-size: 15px;
}
/* ===============================================
serviceArea
=============================================== */
#serviceArea {
	padding: 20px 0 40px;
}
#serviceArea-g {
	background-color: #eff3f4;
	padding: 20px 0 40px;
}
.serviceBox {
	margin: 0 5%;
	width: 90%;
	text-align: left;
}
#serviceTxt {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0;
}
.tit2_05 {
	font-size: 19px;
	text-align: center;
	padding: 20px 0 30px;
	color: #15475d;
}
.ul_01 {
	margin-top: 20px;
	margin-left:5px;
	list-style-type: disc;
	list-style-position: inside;
}
.ul_01 li {
	margin: 0px 10px;
	font-size: 16px;
	color: #333;
}
#plus ul{
	margin: 20px 0 0 5px;
	list-style-type: disc;
	list-style-position: inside;
}
/* ===============================================
priceArea
=============================================== */
#priceArea {
	padding: 20px 0 0;
}
.priceBox {
	margin: 0 5%;
	width: 90%;
	text-align: left;
}
/* ===============================================
contactArea
=============================================== */
#contactArea {
	padding: 50px 0;
}
.contactBox {
	margin: 0 5%;
	width: 90%;
	text-align: left;
}
#leftArea {
	float: none;
	margin-top: -40px;
}
dl.dl_01 {
	margin: 10px 0 0 20px;
	font-size: 14px;
}
dt.dt_01 {
	float: left;/*width: 25%;*/
}
dd.dd_01 {
	margin-left: 80px;
}
.span_06 {
	font-size: 26px;
	font-weight: 600;
}
.a_03 {
	text-decoration: none!important;
}
#rightArea {
	float: none;
	margin-top: 10px;
}
/* ===============================================
form
=============================================== */
#rightArea.form {
	width: 84%;
	margin: 0 8%;
	margin-bottom: 20px;
}
input[type="text"], textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	width: 90%;

}
input[type="text"]:focus, texture:focus {
	box-shadow: 0 0 7px #3498db;
	border: 1px solid #3498db;
}
.hoge {
	border: solid 1px #ccc;
	padding: 15px 30px;
	margin: 0 0 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.ul_05 {
	width: 94%;
	margin: 0 3%;
	margin-bottom: -20px;
	font-size: 12px;
}
.ul_05 li {
	margin-bottom: 5px;
}
/* ===============================================
.headinglist
=============================================== */
.headinglist {
	margin: 0 5px;
}
.headinglist dt {
	font-size: 15px;
	color: #594c1e;
	font-weight: bold;
	padding: 5px;
	margin-top: 20px;
}
.headinglistOrange dt {
	background: url("../img/bg_heading_orange.gif") left top;
}
.headinglistGreen dt {
	background: url("../img/bg_heading_green.gif") left top;
}
.headinglist dd p {
	margin: 7px 0 3px;
}
.headinglist dd ol {
	margin-top: 10px;
	list-style: decimal;
	padding-left: 20px;
}
.headinglist dd ol li {
	margin-bottom: 3px;
}
/* ===============================================
#qaaArea
=============================================== */
#qaaArea {
	margin-top: 50px;
}
.qaaAreaList {
	padding: 5px 5px 0;
}
.qaaAreaList dt, .qaaAreaList dd {
	display: block;
	position: relative;
	min-height: 22px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.qaaAreaList .qaaIcon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.qaaAreaList dd .qaaIcon {
	top: 3px;
}
.qaaAreaList .qaaIcon img {
	width: 22px;
	height: 22px;
}
.qaaAreaList dt {
	margin-top: 10px;
	background: url("../img/bg_q.gif") left top #e7f1f7 repeat-y;
	-moz-background-size: 22px 100px;
	background-size: 22px 100px;
	padding: 4px 5px 3px 26px;
	font-weight: bold;
}
.qaaAreaList dd {
	margin-top: 5px;
	background: url("../img/bg_a.gif") left top #fbedf1 repeat-y;
	-moz-background-size: 22px 100px;
	background-size: 22px 100px;
	padding: 5px 5px 5px 26px;
}
.qaaAreaList dd p + p {
	margin-top: 10px;
}
/* ===============================================
#flowArea
=============================================== */
#flowList {
	margin: 10px 10px 0;
	display: block;
}
#flowList li {
	display: block;
	padding-bottom: 19px;
	background: url("../img/ic_flow.png") center bottom no-repeat;
	-moz-background-size: 19px 19px;
	background-size: 19px 19px;
}
#flowList li:last-child {
	padding-bottom: 0;
}
#flowList li div {
	background: url("../img/bg_flow.gif");
	padding: 10px 5px 8px;
}
#flowList li .imageTxt {
	margin-bottom: 7px;
}

/* ===============================================
.contactTagArea
=============================================== */
.contactTagBox {
	width: 65%;
	margin: 50px auto;
}
.contactTag img {
	width: 100%;
	height: auto;	
}
/* 
/* ===============================================
#bottomNaviArea
=============================================== */
#bottomNaviArea {
	margin: 20px 0 30px;
	font-size: 0;
	line-height: 0;
}
/* ===============================================
#footerArea
=============================================== */
#cNavi {
	display: none;	
	visibility: hidden;
}
#footerInner {
	height: 140px;
	background-color: #36ade9;
	width: 100%;
	padding: 0 5px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	text-align: left;
}
#footerLogo {
	margin-top: 15px;
	font-size: 10px;
	line-height: 1em;
}
#footerLogo p .img_02 {
	width: 280px;
	height: auto;
	margin: 10px 0 10px 8px ;
}

#addressArea {
	width: 94%;
	margin: 0 3%;
	margin-top: 10px;
	font-style: normal;

}
.ul_06{
	margin-top:-5px;
	font-size:15px;
	width:100%;	
}
.ul_06 li{
	color: #FFF;
	text-decoration: none;
	float:none;
	list-style-type: none;
}
.ul_06 .li_01{
	margin-bottom: 5px;
	list-style-type: none;
}
.ul_06 .li_02{
	margin-bottom:4px;
	list-style-type: none;
}
.ul_06 li a{
	color: #FFF;
	text-decoration: none;
	cursor: default;	
}
.span_03 {
	font-size: 12px;
}
#footerCopy {
	border-top: solid 1px #FFF;
	background-color: #36ade9;
	line-height: 1em;
	padding: 10px 0 8px;
	color: #ffffff;
}

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

#footerLogo p .img_02 {
	width: 250px;
	height: auto;
	margin: 10px 0 10px 8px;
}
.ul_06{
	margin-top:-5px;
	font-size:14px;
	width:100%;	
}
.ul_06 li{
	color: #FFF;
	text-decoration: none;
	float:none;
}
.ul_06 .li_01{
	margin-bottom: 5px;
}
.ul_06 .li_02{
	margin-bottom: 4px;
	line-height: 1.7;
}
.ul_06 li a{
	color: #FFF;
	text-decoration: none;
	cursor: default;	
}
.span_03 {
	font-size: 12px;
}
/* ===============================================
contactArea
=============================================== */

.span_06 {
	font-size: 22px;
	font-weight: 600;
}

 }
 /*================================
#HdrInfo
=================================*/
#headerInner #HdrInfo {
	width: 410px;
	height: 70px;
	position: absolute;
	right: 5px;
	top: 15px;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
@media screen and (max-width:1000px) {
#headerInner #HdrInfo {
	right: 10px;
	top: 18px;
}
}
#headerInner #HdrInfo li#HdrTel {
	width: 410px;
	font-size: 24px;
	line-height: 1.0;
	list-style-type: none;
}
#headerInner #HdrInfo li#HdrTel a {
	color: #333;
	/*color: #093;*/
	text-decoration: none;
}
.span_04 {
	font-size: 14px;
	margin-left: 5px;
}
#headerInner #HdrInfo li#HdrTel .Icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerInner #HdrInfo li#text {
	float: right;
	margin-top: 5px;
	list-style-type: none;
}
#headerInner #HdrInfo li#HdrFb {
	width: 41px;
}
a.a_01:active {
	color: #000000!important;
	text-decoration: none;
}
/*---------------------------------------
     to top
---------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 180px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #36abe9;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	line-height: 45px;
}
.pagetop a:hover {
	background-color: #36b7e9;
	color: #fff;
}
@media(min-width:375px) {
.pagetop {
	bottom: 120px;
	right: 10px;
}
.pagetop a {
	width: 50px;
	height: 50px;
	font-size: 23px;
	line-height: 47px;
}
}
@media(min-width:768px) {
.pagetop {
	bottom: 100px;
	right: 25px;
}
.pagetop a {
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 28px;
	line-height: 60px;
}
}
