@charset "UTF-8";

/* 文字基本サイズ 16px */

/* @group 初期設定 */

html {
	color: #1A1A1A;
}

body {
	font: 100%/1 Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	position: relative;
}

ul ol,
ol ul {
	font-size: 100% !important;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
	font-size: 0.77em;
}

img {
	vertical-align: bottom;
}

label {
	cursor: pointer;
}

a {
	color: #1A1A1A;
}

a:visited {
	color: #1A1A1A;
}

a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.mb-0 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-35 {margin-left: 35px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}

.font-15px {font-size: 116% !important;}
.font-22px {font-size: 167% !important;}

.pl-3rem {padding-left: 3rem !important;}
.pl-4rem {padding-left: 4rem !important;}
.pl-5rem {padding-left: 5rem !important;}

.txt-indt2_5 {text-indent: -2.5rem;padding-left: 2.5rem;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/* @end */

/* @group header */

#header-area {
	background: #fff;
}

#header,
div#gnav,
#footer-nav-area {
	max-width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 85px;
}

#logo-area {
	position: absolute;
	top: 10px;
	left: 10px;
	margin-bottom: 10px;
}

#header p#copy {
	margin-bottom: 10px;
	font-size: 85%;
}

#header p#logo {
}



/* @end */

/* @group nav */

p#toggle-nav {
	display: none;
}

div#gnav-area {
	background: #0058AE;
}

#gnav {
	max-width: 1048px;
	margin: 0 34px;
}

#gnav ul {
}

#gnav ul li {
	position: relative;
	float: left;
	max-width: 186px;
	width: 18.98%;
	list-style: none;
	text-align: center;
	background: url(../images/gnav_back-border.png) top right no-repeat;
}

#gnav ul li a {
	display: block;
	padding: 15px 2px;
	text-decoration: none;
	color: #fff;
	height: 100%;
  }

#gnav ul li a span {
}

#gnav ul li:hover,
#gnav ul li a:hover,
#gnav ul li a.current {
	padding-bottom: 0;
	background: #CCDEEE;
	color: #0058AE !important;
}

#gnav ul li a:hover span,
#gnav ul li a.current span {

}

#gnav ul li#gnav-home {
	max-width: 50px;
	width: 5.1%;
	text-align: center;
	border-left: 1px solid #639BCE;
	background: #00348C url(../images/gnav_back-border.png) top right no-repeat;
}

#gnav ul li#gnav-home a {
	background: #00348C;
	padding: 15px 2px;
	margin-right: 1px;
}

#gnav ul li#gnav-home span {
	display: none;
}

#gnav ul li#gnav-home a.current {
}

.gnav-inner {
	display: none;
}

/* @end */

/* @group ナビ固定用スタイル */

.fixed {
	position: fixed;
	top: 0px;
	z-index: 10 !important;
	width: 100%;
	border-bottom: 5px solid #fff;
}

.fixed #header {
	height: 48px;
}

.fixed #logo-area {
	position: absolute;
	top: 0px;
	left: 10px;
	margin-bottom: 10px;
}

.fixed #header p#copy {
	display: none;
}

.fixed #header p#logo {
	position: absolute;
	top: 12px;
}

.fixed #header {
	max-width: 980px !important;
	margin: 0 auto !important;
}


/* @end */


/* @group local-nav */

#local-nav {
	max-width: 980px;
	margin: 0 auto;
}

#local-nav ul {
	margin: 11px 0;
}

#local-nav ul li {
	margin: 0 15px 0 0;
	float: left;
	margin-right: 5px;
	line-height: 1.3;
	list-style: none;
}

#local-nav ul li a {
	display: block;
	padding: 5px 8px 7px 20px;
	background: url(../images/local_nav_icon2.png) 9px 11px no-repeat;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
	text-decoration: none;
}

#local-nav ul li a:hover,
#local-nav ul li a.current {
	background: #0058AE url(../images/local_nav_icon4.png) 9px 11px no-repeat;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
	color: #fff;
}

/* @end */



/* @group content-area　 */

/* @group category title */

div#category_title-area {
	margin-bottom: 70px;
	background: url(../images/h1_back.png) top center repeat-x #709ccd; /* Old browsers */
	background: url(../images/h1_back.png) top center repeat-x,-moz-linear-gradient(left,  #709ccd 0%, #71b9dd 50%, #71b9dd 51%, #709ccd 100%); /* FF3.6+ */
	background: url(../images/h1_back.png) top center repeat-x,-webkit-gradient(linear, left top, right top, color-stop(0%,#709ccd), color-stop(50%,#71b9dd), color-stop(51%,#71b9dd), color-stop(100%,#709ccd)); /* Chrome,Safari4+ */
	background: url(../images/h1_back.png) top center repeat-x,linear-gradient(to right,  #709ccd 0%,#71b9dd 50%,#71b9dd 51%,#709ccd 100%); /* W3C */
}

div#category_title-area h1 {
	display: table;
	max-width: 980px !important;
	margin: 0 auto !important;
	height: 150px;
	text-align: center !important;
	line-height: 1.3;
	position: relative;
}

div#category_title-area h1 span {
	display: table-cell;
	text-align: center !important;
	font-size: 215%;
	color: #fff;
	vertical-align: middle;
}

/* h1横のイメージ画像の位置 */

body.business p#cate-image {
	position: absolute;
	top: -20px;
	right: -400px;
}

body.sample p#cate-image {
	position: absolute;
	top: -20px;
	right: -250px;
}

body.information p#cate-image {
	position: absolute;
	top: -20px;
	right: -410px;
}

body.information_equipment p#cate-image {
	position: absolute;
	top: 60px;
	right: -250px;
}

body.office p#cate-image {
	position: absolute;
	top: 60px;
	right: -290px;
}

body.data p#cate-image {
	position: absolute;
	top: 60px;
	right: -340px;
}


/* @end */

/* @group heading */

#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5 {
	color: #0058AE;
	font-weight: bold;
	line-height: 1.3;
}

#main-content h1 {
}

#main-content h2 {
	margin-bottom: 1em;
	padding: 9px 0px;
	border-bottom: 2px solid #0058AE;
	font-size: 161.6%;
}

#main-content h3 {
	margin-bottom: 1em;
	font-size: 131%;
	border-left: 5px solid #0058AE;
	padding-left: 11px;
}

#main-content h4 {
	margin-bottom: 1em;
	font-size: 116%;
}

#main-content h5 {
	margin-bottom: 1em;
	font-size: 108%;
}

/* @end */

p#bread-crumb {
	max-width: 1048px;
	margin: 15px 0 25px 0;
	padding: 0 34px;
	font-size: 85%;
	line-height: 1.5;
}

div#content-area {
	max-width: 1048px;  /* 980px */
	margin: 0 auto;
	padding: 0 34px;
}

#main-content {
	overflow: hidden;
	position: relative;
	line-height: 1.7;
}

#main-content section {
	margin-bottom: 55px;
}

#main-content img {
	max-width: 100%;
}

#main-content p {
	margin-bottom: 2em;
}

#main-content strong {
	color: #009900;
	font-weight: bold;
}

#main-content p.lead {
    background: #FFF url(../images/lead_bottom_bg.png) bottom center no-repeat;
	-webkit-background-size: 53px 11px;
	background-size: 53px 11px;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

#main-content p.lead span {
	color: #0058AE;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	max-width: 85%;
    padding: 0.5em 1em;
    position:relative;
	margin:20px auto;
}


#main-content p.lead span:before,
#main-content p.lead span:after{
    content: "";
    position: absolute;
    top: -2px;
    bottom:-2px;
    width: 10px;
    border: 3px solid #0058AE;
    z-index:1;
}
#main-content p.lead span:before{
    left: -2px;
    border-right:none;
}
#main-content p.lead span:after{
    right: -2px;
    border-left:none;
}

#main-content p.lead span {
	display: block;
}

/* @group caution */

#main-content p.caution {
	padding-left: 19px;
	background: url(../images/caution_icon.png) 3px 5px no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	color: #F46200;
}

table td p.caution {
	margin-bottom: 0 !important;
	padding-left: 19px;
	background: url(../images/caution_icon.png) 3px 7px no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	color: #F46200;
}

#main-content span.caution {
	padding-left: 19px;
	background: url(../images/caution_icon.png) 3px 5px no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	color: #F46200;
}

#main-content ul.caution {
	margin: 0 0 25px 18px;
}

#main-content ul.caution li {
	list-style: none;
	margin-bottom: 2px;
	padding-left: 19px;
	background: url(../images/caution_icon.png) no-repeat 3px 6px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	color: #F46200;
}

#main-content dl.caution {
	margin-bottom: 25px;
	border: 1px solid #C4005F;
	background-color: #fff;
	padding: 13px 18px;
	font-size: 108%;
}

#main-content dl.caution p {
	margin-bottom: 0;
}

#main-content dl.caution dt {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	font-weight: bold;
	color: #C4005F;
	border: none;
}

#main-content dl.caution dd {
	margin: 0;
	color: #C4005F;
}

/* @end */

/* @group pattern */

div.col {
	margin-bottom: 1em;
}

/* @group pattern1-1*/

#main-content div.pattern1-1 {
	margin-right: -4.153%;
}

#main-content div.pattern1-1 div.col {
	float: left;
	width: 45.79%; /* 430/(900+39) */
	margin-right: 4.153%; /* 39px */
}

/* @end */

/* @group pattern1-1-1 */

#main-content div.pattern1-1-1 {
	margin-right: -4.153%;
}

#main-content div.pattern1-1-1 div.col {
	float: left;
	width: 29.17%; /* 274/(900+39) */
	margin-right: 4.153%;
}

/* @end */

/* @group pattern1-1-1-1 */

#main-content div.pattern1-1-1-1 {
	margin-right: -4.153%;
}

#main-content div.pattern1-1-1-1 div.col {
	float: left;
	width: 20.76%; /* 195/(900+39) */
	margin-right: 4.153%;
}

/* @end */


/* @group pattern1-2 */

#main-content div.pattern1-2 div.left-col {
	float: left;
	width: 30.44%; /* 274/900 */
}

#main-content div.pattern1-2 div.right-col {
	float: right;
	width: 65.22%; /* 587/900 */
}


/* @end */

/* @group pattern2-1 */

#main-content div.pattern2-1 div.left-col {
	float: left;
	width: 65.22%; /* 587/900 */
}

#main-content div.pattern2-1 div.right-col {
	float: right;
	width: 30.44%; /* 274/900 */
}

/* @end */

/* @group pattern1-3 */

#main-content div.pattern1-3 div.left-col {
	float: left;
	width: 21.66%; /* 195/900 */
}

#main-content div.pattern1-3 div.right-col {
	float: right;
	width: 74%; /* 666/900 */
}

/* @end */

/* @group pattern3-1 */

#main-content div.pattern3-1 div.left-col {
	float: left;
	width: 74%; /* 666/900 */
}

#main-content div.pattern3-1 div.right-col {
	float: right;
	width: 21.66%; /* 195/900 */
}

/* @end */

#main-content .right-image-col {
	float: right;
	margin-left: 10px;
}

#main-content p.caption {
	position: relative;
	margin: -25px 0 2em 0;
	font-size: 93%;
	line-height: 1.5 !important;
}

/* @end */

/* @group link-list */

#main-content p.link-next a,
#main-content a.link-next {
	padding-left: 13px !important;
	background: url(../images/local_nav_icon2.png) no-repeat 0 8px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}


#main-content p.link-back a,
#main-content a.link-back {
	padding-left: 13px !important;
	background: url(../images/icon_prev.png) no-repeat 0 8px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

#main-content ul.link-list {
	margin: 0 0 25px 15px;
}

#main-content ul.link-list li  {
	margin-bottom: 8px;
	padding-left: 13px !important;
	background: url(../images/local_nav_icon2.png) no-repeat 0 9px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
	list-style: none;
}

#main-content ul.link-list li ul {
	margin: 8px 0 0 0;
}

#main-content ul.link-list li ul li {
	padding-left: 13px !important;
}

#main-content img.link-icon,
div#local-nav-area div.local-nav ul li a img.link-icon {
	padding-left: 2px;
	vertical-align: baseline;
}

/* @end */

/* @group pickup-list */

#main-content ul.pickup-list {
	margin-bottom: 25px;
	border: 1px solid #06A838;
	background-color: #fff;
	padding: 15px 18px 7px 18px;
}

/* @end */

/* @group ol */

#main-content ol {
	margin: 0 0 35px 40px;
}

#main-content ol li {
	margin-bottom: 4px;
}

#main-content ol li ol {
	margin: 3px 0 0 17px;
}

#main-content ol li ul.list {
	margin: 3px 0 0 -5px;
}

#main-content ul.list li ol {
	margin: 3px 0 0 22px;
}

#main-content ul.list li ol li {
	list-style: decimal;
	padding-left: 0;
	background: none;
}

#main-content table ol {
	margin-bottom: 0;
}

/* @end */

/* @group list */

#main-content ul.list {
	margin: 0 0 35px 18px;
}

#main-content table ul.list,
#main-content dd ul.list {
	margin: 0 0 0 0;
}

#main-content ul.list li {
	list-style: none;
	margin-bottom: 4px;
	padding-left: 14px;
	background: url(../images/list_icon1.png) no-repeat 0 11px;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
}

#main-content ul.list li ul {
	margin: 0 0 0 7px;
}

#main-content ul.list li ul li {
	padding-left: 13px;
	background: url(../images/list_icon2.png) no-repeat 3px 8px;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
}

#main-content ul.list li ol {
	margin: 3px 0 0 26px;
}

#main-content ul.list li ol li {
	list-style-type: decimal;
	margin-bottom: 3px;
	padding-left: 0;
	background: none;
}

#main-content ol.upper-roman{
	margin-left: 40px;
    list-style-type: upper-roman;
}

#main-content ul#document-list  {
	font-size: 108%;
	font-weight: bold;
}

/* @end */

/* @group 強調リスト */

#main-content ul.list-strong {
	margin: 0 0 35px 10px;
}


#main-content ul.list-strong li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/list_icon1.png) no-repeat 0 10px;
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
	font-weight: bold;
	font-size: 131%;
	line-height: 1.5;
}

/* @end */


/* @group dl */

#main-content dl {
	margin-bottom: 25px;
}

#main-content dl dt {
	margin-bottom: 8px;
	padding-left: 18px;
	background: url(../images/icon_dt.gif) no-repeat 0 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	font-weight: bold;
	font-size: 123.1%;
}

#main-content dl dd {
	margin: 0 0 1.5em 13px;
	line-height: 1.7;
}

/* @end */

/* @group dlの表組 */

#main-content dl.table {
	margin-bottom: 35px;
}

#main-content dl.table dt {
	margin-bottom: 8px;
	padding-left: 0;
	background: none;
	color: #0058AE;
	font-weight: bold;
	font-size: 123.1%;
}

#main-content dl.table dd {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
}

/* @end */



/* @group table */

#main-content table {
	margin-bottom: 20px;
	width: 100%;
}

#main-content table#attendance,
#main-content table.table-w-auto {
	width: auto;
}

#main-content table th {
	padding: 9px 6px;
	border: 1px solid #CBE7CF;
	background-color: #E9F7EB;
	font-weight: bold;
	color: #009900;
}

#main-content table th.sub-head {
	background-color: #F3F3F3;
	color: #009900;
}

#main-content table td {
	padding: 9px 6px;
	border: 1px solid #CBE7CF;
	background-color: #FFFFFF;
	vertical-align: top;
}

#main-content table.table2 th {
	border: none;
	background-color: #fff;
	border-bottom: 1px dotted #B3B3B3;
}

#main-content table.table2 td {
	border: none;
	background-color: #fff;
	border-left: 10px solid #fff;
	border-bottom: 1px dotted #B3B3B3;
}


/* @end */

/* @group map */

div#map label { width: auto; display:inline; }
div#map img { max-width: none; }

/* @end */

/* @group よくある質問 */

dl.qa {
	margin-bottom: 40px;
}

dl.qa p {
	margin-bottom: 1em !important;
}

dl.qa dt {
	background: #CBE7F6 url(../images/icon_qa_q.png) 16px 9px no-repeat !important;
	-webkit-background-size: 25px 25px !important;
	background-size: 25px 25px !important;
	padding: 10px 10px 10px 52px !important;
	color: #0058AE;
	margin-bottom: 0 !important;
	line-height: 1.5;
}

dl.qa dd {
	background: #EDF6FB url(../images/icon_qa_a.png) 16px 15px no-repeat !important;
	-webkit-background-size: 25px 25px !important;
	background-size: 25px 25px !important;
	padding: 15px 15px 25px 52px !important;
	margin: 0 0 30px 0 !important;
	line-height: 1.7 !important;
}


/* @end */



#main-content .last-para {
	margin-bottom: 45px !important;
}

#main-content .last-para2 {
	margin-bottom: 60px !important;
}

#main-content  p.to-top {
	padding-top: 10px;
	margin-bottom: 10px !important;
	text-align: right;
}

#main-content ul#banner-footer li{
	padding-bottom: 7px;
}

.left-position,
tr.left-position th,
tr.left-position td {
	text-align: left;
}

.right-position,
tr.right-position th,
tr.right-position td {
	text-align: right;
}

.center-position,
tr.center-position th,
tr.center-position td {
	text-align: center;
}

.middle-position,
tr.middle-position th,
tr.middle-position td {
	vertical-align: middle;
}

#main-content .no-bottom {
	margin-bottom: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.pc-none {
	display: none;
}

/* ページ内リンク補助 */


a#TOTOP {
	/*display: block;
	font-size: 0;
	position: absolute;
	top: 0;*/
}

#TOTOP {
	display: inline-block;
	margin-top: -161px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 161px; /* 打ち消し用のパディング */
	font-size: 0;
}

#Q01,#Q02,#Q03,#Q04,#Q05,#Q06,#Q07,#Q08,#Q09,#Q10,#Q11,#Q12,#Q13,#Q14,#Q15,#Q16 {
	margin-top: -110px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 110px; /* 打ち消し用のパディング */
}

#INFO_2018,#INFO_2017,#INFO_2016,#INFO_2015,#INFO_2014,#INFO_2013,#INFO_2012 {
	margin-top: -110px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 110px; /* 打ち消し用のパディング */
}

/* @end */


/* privacy policy */
#main-content table.pp_tbl th {
    border: 1px solid #2B2B2B;
    background-color: #4472C4;
    color: #FFFFFF;
	text-align: left;
}

#main-content table.pp_tbl td {
    border: 1px solid #2B2B2B;
    background-color: #FFFFFF;
    vertical-align: top;
}

#main-content table.pp_tbl2 {
    max-width: 92%;
    margin: 0 auto;
}

#main-content table.pp_tbl2 th {
    border: 1px solid #2B2B2B;
    background-color: #4472C4;
    color: #FFFFFF;
	text-align: left;
}

#main-content table.pp_tbl2 td {
    border: 1px solid #2B2B2B;
    background-color: #FFFFFF;
    vertical-align: top;
}

ol.pp_list1 {
	list-style-type: none;
}

ol.pp_list1 li {
	counter-increment: number;
	padding-left: 1.5rem;
    text-indent: -1.5rem;
}

ol.pp_list1 li::before {
	content: counter(number)"）";
}

/* @end */



/* @group お問い合わせエリア */
#footer-contact-area {
	width: 100%;
	background: #E5EEF7;
	padding: 58px 0;
}

#footer-contact-area #footer-contact {
	max-width: 1048px;
	margin: 0 auto;
	padding: 0 34px;
}

#contact-left {
	float: left;
	width: 49%;
	text-align: right;
}

#contact-right {
	float: right;
	width: 49%;
	text-align: left;
}

p.btn-white {
	width: 90%;
	text-align: center;
	background: url(../images/btn-white-bg01.gif) -23px center no-repeat;
}

p.btn-white span {
	background: url(../images/btn-white-bg02.gif) 105.5% center no-repeat;
	display: block;
}

p.btn-white a {
	border: 2px solid #0058AE;
	padding: 15px 15px 15px 30px;
	display: block;
	text-decoration: none;
	color: #0058AE;
	font-weight: bold;
	font-size: 123.1%;
	background: url(../images/icon_btn_arrow.png) 15px center no-repeat;
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
}

p.btn-white a:hover {
	opacity: 0.7;
}

p#contact-copy {
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 10px;
}

p#contact-copy img {
	padding-right: 7px;
	vertical-align: middle;
}

/* @end */

/* @group footer */


footer#footer-area {
	width: 100%;
	margin: 0 auto;
	background: #0058AE;
}

div#footer-nav-area {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 35px;
	overflow: hidden;
}

div#footer-address {
	float: left;
	width: 65%;
	margin: 0 20px 15px 20px !important;
}

div#footer-address #company-name {
	color: #fff;
	font-size: 108%;
	margin-bottom: 25px;
}

div#footer-address address {
	color: #fff;
	font-style: normal;
	margin-bottom: 10px;
}

div#footer-address p#tel {
	margin-bottom: 30px;
}

div#footer-nav {
	float: right;
	width: 25%;
	margin: 0 34px 10px 0;
	text-align: right;
}

div#footer-nav ul {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 93%;
	line-height: 1.5;
}

div#footer-nav ul li {
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
}

li.sp-footer-nav {
	display: none;
}

div#footer-nav ul li a {
	display: block;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #fff;
	background: url(../images/local_nav_icon4.png) 0 7px no-repeat;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

div#footer-nav ul li a:hover {
	text-decoration: underline;
}

#copyright-area {
	width: 100%;
	background: #0058AE;
	border-top: 1px solid #488BC7;
}

p#copyright {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	font-size: 77%;
}

#copyright br {
	display: none;
}

p#totop {
	position: fixed;
	right: 0;
	bottom: 0px;
}

/* @group breadcrumb */
p#bread-crumb {
	color: #404040;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 10px 15px;
}

p#bread-crumb img {
	vertical-align: middle;
	margin-right: 3px;
}


/* @end */



/* @end */

/* @group home */


body.home div#main-content{
	width: 100%;
	margin-bottom: -30px;
	overflow: hidden;
}

body.home div#main-content a {
	color: #0058AE;
}

body.home div#main-content a:visited {
	color: #0058AE;
}

body.home div#main-content a:hover {
	color: #0058AE;
	text-decoration: none;
}

/* @group  メインイメージ */

body.home #category_title-area {
	width: 100%;
	background: #fff url(../../images/main-image-home_back.jpg) bottom center no-repeat;
	text-align: center;
	margin-bottom: 0px;
}

div#category_title-area h1 {
	display: table;
	max-width: 980px !important;
	margin: 0 auto !important;
	height: 150px;
	text-align: center !important;
	line-height: 1.3;
	position: relative;
}


body.home #category_title-area h1 {
	display: block;
	max-width: auto;
}


body.home h1#home-main-image {
	display: none;
	width: 100%;
	height: auto;
}


body.home h1#home-main-image img.sp-main {
	width: 100%;
	height: auto;
}

/* @end */

body.home #bread-crumb {
	display: none;
}

/* @group サービス */

div#home-service-area {
	width: 100%;
	position: relative;
	margin-bottom: 110px;
}

div#home-service-area img {
	width: 100%;
	height: auto;
}

div#home-service-area #home-service01 {
	float: left;
	width: 50%;
	background: url(../../images/home_service_back_01.jpg) top right no-repeat;
	text-align: right !important;
	padding: 29px 4% 32px 2%;
}

div#home-service-area #home-service02 {
	float: right;
	width: 50%;
	background: url(../../images/home_service_back_02.jpg) top left no-repeat;
	padding: 29px 2% 32px 4%;
}

div#home-service-area #home-service01 #service01 {
	max-width: 445px;
	margin-left: auto;
	padding-bottom: 13.17%;
	/*background: url(../../images/service01_shadow.png) bottom center no-repeat;*/
	-webkit-background-size: 100%;
	background-size: 100%;
}

div#home-service-area #home-service02 #service02 {
	max-width: 445px;
	margin-right: auto;
	padding-bottom: 13.17%;
	/*background: url(../../images/service02_shadow.png) bottom center no-repeat;*/
	-webkit-background-size: 100%;
	background-size: 100%;
}

body.home #service01 .wrap:hover,
body.home #service02 .wrap:hover {
	cursor: pointer;
}

#service01 .popup,
#service02 .popup {
	position: relative;
}


#service01-click,
#service02-click {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	background-color: #666;/*ie8用*/
	background:rgba(0,0,0,0.7);/*モダンブラウザ用*/
	display: none;
	color: #fff;
	text-align: left;
}



#service01-click ul,
#service02-click ul {
	padding: 25px 20px 20px 20px;
	list-style: none;
}

#service01-click ul li {
	margin-bottom: 20px;
	background: #7CB100;
}

#service02-click ul li {
	margin-bottom: 20px;
	background: #0083CF;
}

#service01-click ul li a {
}

#service01-click ul li a:hover,
#service02-click ul li a:hover {
	opacity: 0.85;
}

/* ボタン */

div#service-btn {
	position: absolute;
	bottom:-50px;
	width: 100%;
	text-align: center;
}

div#service-btn p {
	max-width: 445px;
	margin: 0 auto;
	width: 70%;
	height: auto;
	background: #fff;
}


div#service-btn img {
	height: auto;
}

p.home-service-btn a:hover {
	opacity: 0.7;
}

#sp_home-service-area {
	display: none;
}

/* @end */

/* @group ニュース */

hr.line {
	width: 100%;
	border-top:1px solid #0058AE;
}


#home-news-area {
	max-width: 980px;
	margin: 0 auto;
}

#home-news {
	max-width: 1048px;
	margin: 0 34px;
	position: relative;
	padding: 30px 0;
}

#home-news h2 {
	float: left;
	font-size: 153.9% ;
	font-weight: normal;
	border-bottom: none;
	border-right: 1px solid #0058AE;
	border-left: 1px solid #0058AE;
	padding: 5px 15px;
	margin: 0 10px 10px 0;
	display: inline;
	text-align: center;
}

#home-news h2 img {
	vertical-align: middle;
	margin-right: 5px;
}


#home-news dl {
	float: left;
	margin: -3px 0 0 0;
	max-width: 70%;
}

#home-news dl dt {
	max-width: 50%;
	font-size: 100%;
	font-weight: normal;
	background: none;
	line-height: 1.3;
	margin: 0 0 5px 0;
	display: inline;
}

#home-news dl dd {
	max-width: 100%;
	line-height: 1.3;
}

#home-news p.link-next {
	position: absolute;
	top: 23px;
	right: 0;
}

#home-news p.link-next a {
	text-decoration: none;
	font-size: 93%;
	padding-top: 2px;
}

#home-news p.link-next a:hover {
	text-decoration: underline !important;
}


/* @end */

/* @group FAQ */

#home-faq-area {
	width: 100%;
	background: url(../../images/faq_back.jpg) bottom center;
	padding: 45px 0 40px 0;
}

#home-faq {
	max-width: 980px;
	margin: 0 auto;
}

#home-faq-inner {
	max-width: 1048px;
	margin: 0 34px;
	position: relative;
}

#home-faq h2 {
	color: #fff;
	text-align: center;
	border: none;
	padding: 0;
	margin-bottom: 35px;
}

#home-faq ul {
	margin-right: -1.22%;
}

#home-faq ul li {
	float: left;
	width: 48.5%;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 1.22%;
	line-height: 1.3;
}

#home-faq ul li a {
	display: block;
	padding: 13px 10px 13px 33px !important;
	background: #fff url(../images/icon_btn_arrow.png) 12px 16px no-repeat;
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
	text-decoration: none;
	font-size: 93%;
}

#home-faq ul li a:hover {
	background: #0058AE;
	color: #fff !important;
	background: #0058AE url(../images/icon_btn_arrow2.png) 12px 16px no-repeat no-repeat;
	-webkit-background-size: 15px 12px;
	background-size: 15px 12px;
}

#home-faq p.link-next {
	position: absolute;
	top: 0;
	right: 0;
}

#home-faq p.link-next a {
	text-decoration: none;
	font-size: 93%;
	padding-top: 2px;
	color: #fff !important;
	background: url(../images/local_nav_icon4.png) no-repeat 0 8px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

#home-faq p.link-next a:hover {
	text-decoration: underline !important;
}

/* @end */

/* @group 地図 */
#map-area {
	width: 100%;
	background: url(../../images/map_back.png) bottom center repeat-x;
}

#map-area #map-title {
	max-width: 980px;
	margin: 50px auto 0;
	text-align: center;
}

#map-title .icon {
	text-align: center;
	margin-bottom: 20px;
}

#map-area #map-title h2 {
	max-width: 1048px;
	margin: 0 34px;
	border: none;
	padding: 0;
	font-size: 146.5%;
}

#map {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
}

#map img {
	width: 100%;
	height: auto;
	padding:30px 0 60px 0;
}


/* @end */


/* @end */

/* @group お知らせ */

#main-content p.date {
	margin-bottom: 20px !important;
}

#main-content dl.info-list dt {
	font-weight: normal !important;
	color: #1A1A1A !important;
	font-size: 100% !important;
	margin-bottom: 5px !important;
}

body.information #main-content p.link-next {
	margin-bottom: 1.5em !important;
}

#main-content p.info-link-back {
	margin: 40px 0 30px 0;
	text-align: right;
}

/* @end */



/* @group contact */

#contact-form {
	margin-bottom: 80px !important;
	max-width: 830px;
	margin: 0 auto;
}

#contact-form label img,
#contact-form dt img {
	vertical-align: middle;
	margin: 0 0 3px 10px;
}

#contact-form .input-text01 {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #0058AE;
	background: #E5EEF7;
	font-size: 100%;
}

#contact-form textarea {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #0058AE;
	background: #E5EEF7;
	font-size: 108%;
}

#contact-form .pattern1-1 {
	width: 100%;

}

#contact-form .pattern1-1 div.left-col {
	float: left;
	width: 49%;
	max-width: 398px;
}

#contact-form .pattern1-1 div.right-col {
	float: right;
	width: 49%;
	max-width: 398px;
}


p.error-comment {
	width: auto;
	margin-bottom: 5px !important;
	color: #fff;
	padding: 0px 0px 5px 0px;
	background: url(../images/err_bottom.gif) no-repeat 10px bottom;
	line-height: 1.2;
	font-size: 87%;
	font-weight: normal;
}

p.error-comment span {
	display: block;
	background: #CC0066;
	padding: 5px 3px 6px 8px;
	border-radius: 3px;
}

p.error-comment img {
	margin: 2px 2px 0 0;
	vertical-align: baseline;
}

#contact-form dl dt {
	color: #0058AE;
	background: none !important;
	margin-bottom: 7px;
	padding-left: 0;
}

#contact-form dl dd {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

#contact-form #input-kakunin {
	max-width: 90%;
	height: auto;
}

#contact-form #input-back,
#contact-form #input-send {
	max-width: 100%;
	height: auto;
}
#contact-form #input-kakunin:hover,
#contact-form #input-back:hover,
#contact-form #input-send:hover {
	opacity: 0.7;
}

#contact-form dl.kakunin dd {
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
}

body.inquiry hr.line {
	width: 100%;
	border-top:1px dotted #0058AE;
}

/* @end */

/* @group サービス案内 */

#service_sp {
	display: none;
}

.business_service {
	margin-bottom: 0 !important;
}

.business_service img {
}

.business_service #service01,
.business_service #service02 {
	padding-bottom: 0px !important;
}

.business_service #service01 .wrap,
.business_service #service02 .wrap {
	position: relative;
}

.business_service #service01 .wrap p.service01_menu01,
.business_service #service02 .wrap p.service02_menu01 {
	position: absolute;
	margin-left: 7% !important;
	margin-right: 6% !important;
	top: 27.2%;
	max-width: 375px;
	margin: 0 auto;
}

.business_service #service01 .wrap p.service01_menu02 {
	position: absolute;
	margin-left: 7% !important;
	margin-right: 6% !important;
	top: 60.0%;
	max-width: 375px;
	margin: 0 auto;
}

.business_service a:hover img {
	opacity: 0.7;
}

.sp-business_service {
	display: none;
}



/* @group ページ下リンクエリア*/
#service-link-area {
	width: 100%;
	background: #CEDFEF;
}

#service-link-area #service-link {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 20px;
	background: url(../../business/images/link-area-back2.png) top center no-repeat;
	text-align: center;
	
}

#service-link-area #service-link p {
	font-weight: bold;
	color: #0058AE;
	line-height: 1.5;
	font-size: 123.1%;
	margin-bottom: 15px;
}

#service-link-area #service-link img {
	max-width: 100%;
	height: auto;
}

#service-link-area #service-link a:hover img {
	opacity: 0.7;
}


.service-top {
	background: #fff !important;
}

.service-top #service-link {
	background: url(../../business/images/link-area-back.png) top center no-repeat!important;
}

/* @end */


/* @end */

/* @group サービスの流れ */

#workflow-sp {
	display: none;
}

/* @end */

/* @group 会社案内 */

#map_canvas_01,
#map_canvas_02 {
	height: 400px;
	margin-bottom: 5px;
}

#map_canvas_01 img,
#map_canvas_02 img {
	max-width: initial;
}

/*.name-font {
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}*/

/* @end */

/* @group よくある質問 */

ul.link-list-faq {
	
}

ul.link-list-faq li {
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding: 0 0 10px 25px;
	list-style: none;
	background: url(../images/local_nav_icon5.png) 5px 13px no-repeat;
	-webkit-background-size: 7px 5px;
	background-size: 7px 5px;
}

ul.link-list-faq li span {
	font-weight: bold;
	color: #0058AE;
	line-height: 1.3;
}

ul.link-list-faq li a {
	padding: 10px 0 0 0;
}

/* @end */

/* @group 404エラーページ */

body.error404 #main-content {
	padding: 20px;
}

body.error404 #logo {
	margin: 30px 20px 0 20px;
}

body.error404 #logo img {
	max-width: 100%;
	height: auto;
}

body.error404 h1 {
	margin-bottom: 1em;
	padding: 9px 0px;
	border-bottom: 2px solid #0058AE;
	font-size: 161.6%;
	line-height: 1.3;
}


/* @end */



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

/* @group header */


/* @end */

#gnav {
	margin: 0 25px;
}

p#cate-image {
	display: none;
}

#main-content {
	width: 100%;
}

p#bread-crumb {
	padding: 0 25px;
}


div#category_title {
	padding: 24px 25px 0 25px;
}

/* @group お問い合わせエリア */

#contact-left {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#contact-right {
	float: none;
	width: 100%;
	text-align: center;
}

p.btn-white {
	width: 85%;
	margin: 0 auto;
}

/* @end */
/* @group footer */

#footer-area {
	padding-top: 0 !important;
	margin-top: 20px;
	overflow: hidden;
}

div#footer-nav-area {
	padding-top: 0;
}

div#footer-address {
	float: none;
	width: 95%;
	margin: 25px 20px 0 20px !important;
}

div#footer-address #company-name {
	max-width: 95%;
}

div#footer-address address {
	max-width: 95%;
}

div#footer-nav {
	float: none;
	width: 100%;
	margin: 0;
	background: #fff;
	padding-top: 35px;
}

div#footer-nav ul {
	display: block;
	border-left: none;
	border-top: 2px dotted #333;
	font-size: 100%;
}

div#footer-nav ul li {
	float: none;
	border-right: none !important;
	border-bottom: 2px dotted #333;
	margin-bottom: 0;
}

div#footer-nav ul li a {
	display: block;
	padding: 15px 10px 15px 32px;
	background: url(../images/local_nav_icon2.png) no-repeat 11px 50%;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
	color: #0058AE;
}

p#copyright br {
	display: inline;
}



/* @group breadcrumb */
#bread-crumb {
	display: none;
}

/* @end */
/* @end */

/* @group home */

#home-faq h2 span {
	display: none;
}

/* @end */

p#totop {
	display: block;
}

}



@media screen and (min-width: 481px) and (max-width: 768px) {

/* @group header */

#header-area {
	background: #fff;
}

#header,
div#gnav-area {
	max-width: 768px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 75px;
}

#logo-area {
	position: absolute;
	top: 5px;
	left: 12px;
	margin-bottom: 10px;
}

#logo-area p#copy {
	font-size: 93%;
	margin-bottom: 10px;
}

#logo-area p#logo {
}

#header #logo-area p#logo img {
	width: 80%;
	height: auto;
}

#header-area {
	background: #fff;
}

/* ナビ固定用スタイル */


.fixed #header {
	position: relative !important;
	height: 50px !important;
}

.fixed #logo-area {
	position: absolute !important;
	top: 0px !important;
	left: 5px !important;
	margin-bottom: 0 !important;
}

.fixed #header p#copy {
	margin-left: 8px !important;
	display: block !important;
	color: #fff;
}

.fixed #header p#logo {
	position: absolute !important;
	top: 13px !important;
	left: 8px !important;
	display: block !important;
}

.fixed #header #logo-area p#logo img {
	height: auto;
}


/* @end */

/* @group content-area */

div#content-area {
	padding: 0 25px;
}

div#local-nav-area div.local-nav h2 span {
	padding-left: 10px;
	display: inline;
}

/* @group pattern */

#main-content div.pattern1-3,
#main-content div.pattern3-1,
#main-content div.pattern1-1-1 {
	margin-right: -4.153%;
}

#main-content div.pattern1-3 div.left-col,
#main-content div.pattern1-3 div.right-col,
#main-content div.pattern3-1 div.left-col,
#main-content div.pattern3-1 div.right-col,
#main-content div.pattern1-1-1-1 div.col {
	float: left;
	width: 45.79%; /* 430/(900+39) */
	margin-right: 4.153%; /* 39px */
}

/* @end */

/* @group table */

#main-content table th,
#main-content table td {
	padding: 4px;
}

#main-content table.table2 td {
	border-left: 8px solid #fff;
}

/* @end */

.pc-none {
	display: inline;
}

/* @end */

/* @group home */



div#home-main-content {
	font-size: 100% !important;
}

div#home-main-content {
	max-width: 700px;
}

div.home-news-col,
div.home-col,
div.home-link-col {
	max-width: 347px;
	width: 49.02%;
}

div#home-network {
	clear: both;
	max-width: 700px;
	width: 99.1%;
}

div.home-col img,
div.home-link-col img {
	max-width: 300px;
	width: 100%;
}

#home-link {
	padding-bottom: 18px;
}

div.home-link-col {
	padding: 18px 3.1% 0 3.1%;
}

div.the-henokiens {
	padding-left: 5.3%;
	padding-right: 4.5%;
}

div.the-henokiens img {
	max-width: 246px;
}

/* @end */

}

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

}

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

/* @group header */

#header-area {
	border-bottom: 2px solid #0058AE;
	margin-top: 0 !important;
}

#header,
div#gnav-area,
#footer-nav-area {
	max-width: 480px;
}

#header {
	height: 55px;
}

#logo-area {
	position: absolute;
	top: 0px;
	left: 12px;
}

#header p#copy {
	font-size: 65%;
	/*letter-spacing: -0.1em;*/
	width: 80%;
	margin-bottom: 5px;
}

#header p#logo {
}

#header p#logo img {
	width: 80%;
	height: auto;
}



ul#header-nav,
div#font-size-search {
	display: none;
}

/* ナビ固定用 */

body {
	margin-top: 0 !important;
}

.fixed {
	display: none;
}

.fixed #header {
	/*height: 55px;*/
}

.fixed #header p#copy {
	/*display: block !important;*/
}


/* @end */

/* @group nav */

p#toggle-nav {
	position: absolute;
	display: block;
	top: 10px;
	right: 11px;
	cursor: pointer;
}

#gnav {
	max-width: none;
	margin: 0;
}

#gnav ul {
	position: absolute;
	display: none;
	top: 69px;
	right: 0;
	z-index: 9999 !important;
	width: 95%;
}


#gnav ul li {
	position: static;
	float: none !important;
	max-width: none;
	width: auto;
	text-align: left;
	font-size: 123%;
}

#gnav ul li#gnav-home {
	max-width: none;
	width: auto;
	text-align: left;
	border-left: none;
}

#gnav ul li#gnav-home span {
	display: inline-block;
}

#gnav ul li#gnav-home img {
	display: none;
}

#gnav ul li a,
#gnav ul li#gnav-home a {
	padding: 16px 10px 16px 35px !important;
	background: #003F92 url(../images/gnav_icon1.gif) no-repeat 19px center;
	-webkit-background-size: 11px 7px;
	background-size: 11px 7px;
	border-bottom: 1px solid #fff;
	opacity: 0.95;
	color: #fff;
	line-height: 1.2;
}

#gnav ul li a:hover,
#gnav ul li a.current,
#gnav ul li#gnav-home a:hover,
#gnav ul li#gnav-home a.current {
	padding: 16px 10px 16px 16px;
	background: #CCDEEE url(../images/gnav_icon2.gif) no-repeat 19px center;
	-webkit-background-size: 11px 7px;
	background-size: 11px 7px;
}

#gnav ul li a span {
	display: block;
	padding-bottom: 0;
}


.gnav-inner {
	display: block;
}

#gnav ul li ul {
	position: static;
	width: 100%;
}

#gnav ul li ul li {
	font-size: 87%;
	padding-right: 0;
	margin-bottom: 0 !important;
}

#gnav ul li ul li a {
	padding: 14px 10px 14px 55px !important;
	background: #01216F url(../images/gnav_icon1.gif) no-repeat 40px center;
	-webkit-background-size: 11px 7px;
	background-size: 11px 7px;
	border-bottom: 1px dotted #fff;
	opacity: 0.95;
	color: #fff;
	margin-bottom: 0 !important;
}

#gnav ul li ul li a:hover,
#gnav ul li ul li a.current {
	padding: 16px 10px 16px 55px;
	background: #CCDEEE url(../images/gnav_icon2.gif) no-repeat 40px center;
	-webkit-background-size: 11px 7px;
	background-size: 11px 7px;
}



/* @end */

/* @group local-nav */

#local-nav {
	display: none;
}

/* @end */



/* @group content-area */

/* @group category_title */

div#category_title-area {
	margin-bottom: 23px;
}

div#category_title-area h1 {
	height: 75px;
}

div#category_title-area h1 span {
	font-size: 161.6%;
	padding: 10px 20px;
}


/* @end */

#main-content p.lead {
	margin-bottom: 25px;
}

#main-content p.lead span {
	font-size: 146.5%;
	max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

#main-content p.lead span:before,
#main-content p.lead span:after{
	display: none;
}

p#bread-crumb {
	padding: 0 15px;
}

div#content-area {
	padding: 0 15px;
}

ul.anchor-list li {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

#main-content {
	overflow: visible;
}

#main-content h2 {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px 5px 15px;
	font-size: 167% !important;
}

#main-content div#related-link h2 {
	margin-left: 15px;
	margin-right: 15px;
}

/* @group pattern */

#main-content div.pattern1-1 div.col,
#main-content div.pattern1-1-1 div.col,
#main-content div.pattern1-1-1-1 div.col,
#main-content div.pattern1-2 div.left-col,
#main-content div.pattern1-2 div.right-col,
#main-content div.pattern2-1 div.left-col,
#main-content div.pattern2-1 div.right-col,
#main-content div.pattern1-3 div.left-col,
#main-content div.pattern1-3 div.right-col,
#main-content div.pattern3-1 div.left-col,
#main-content div.pattern3-1 div.right-col {
	float: none;
	width: auto;
}

/* @end */

div#related-link div.pattern1-1-1 {
	margin-right: 0;
}

/* @group table */

#main-content table th,
#main-content table td {
	padding: 3px;
	font-size: 93%;
}

#main-content table.table2 td {
	border-left: 6px solid #fff;
}

/* @end */

p.link-button1 a,
input.link-button1 {
	width: 100%;
}

p#bread-crumb {
	display: none;
}


/* ページ内リンク補助 */

#Q01,#Q02,#Q03,#Q04,#Q05,#Q06,#Q07,#Q08,#Q09,#Q10,#Q11,#Q12,#Q13 {
	margin-top: -0px !important; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 0px !important; /* 打ち消し用のパディング */
}


/* @end */



/* @group お問い合わせエリア */


#footer-contact-area {
	width: 100%;
	background: #E5EEF7;
	padding: 30px 0;
}

#footer-contact-area #footer-contact {
	max-width: 1048px;
	margin: 0 auto;
	padding: 0 10px;
}

p#contact-copy {
	font-size: 100%;
	width: 100% !important;
	line-height: 1.3;
}

p.btn-white {
	width: 100%;
	margin: 0 auto;
}

p.btn-white a {
	font-size: 100%;
}

/* @end */


/* @group home */

body.home div#content-area {
	max-width: 100%; 
	margin: 0;
	padding: 0;
}

body.home #main-content {
	overflow: visible;
	font-size: 100% !important;
	max-width: 480px;
	margin: 0;
}


/* @group メインイメージ */

body.home h1#home-main-image {
	display: block;
	width: 100%;
	height: auto;
}

.slider {
	display: none;
}

body.home #category_title-area img {
	max-width: 100% !impoetant;
	height: auto;
}


/* @end */

/* @group サービス */

div#home-service-area {
	display: none;
}


#sp_home-service-area {
	display: block;/*スマホのみ表示*/
}

#sp_home-service-area img {
	width: 100%;
	height: auto;
}

#sp_home-service-area h2 {
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

#sp_home-service-area a {
	text-decoration: none;
	color: #000 !important;
}

#sp_home-service-area a:hover {
}


#sp-service01,
#sp-service02 {
	margin-bottom: 20px;
	
}


p.service-lead {
	font-weight: bold;
	margin: 0 !important;
	padding: 15px 17px;
	line-height: 1.5;
	text-align: center;
	background: #F2F2F2;
}

#sp-service01 p.service-lead {
	color: #479432;
}

#sp-service02 p.service-lead {
	color: #006FB8;
}

#sp_home-service-area ul {
	border-top: 1px dotted #666;
	background: #F2F2F2;
}

#sp_home-service-area ul li {
	padding: 13px 15px 13px 55px;
	border-bottom: 1px dotted #666;
	line-height: 1.5;
}

#sp-service01 ul li {
	background: url(../../images/sp_icon_service01.png) 15px 11px no-repeat;
	-webkit-background-size: 26px 24px;
	background-size: 26px 24px;
}

#sp-service02 ul li {
	background: url(../../images/sp_icon_service02.png) 15px 11px no-repeat;
	-webkit-background-size: 26px 24px;
	background-size: 26px 24px;
}


#sp_home-service-area .wrap {
	cursor: pointer;
}

#sp_home-service-area .popup {
	position: relative;
}

.popup #service01-click,
.popup #service02-click {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	display: none;
	color: #fff;
	text-align: left;
}

.popup #service01-click ul,
.popup #service02-click ul {
	padding: 20px 20px 0 20px;
	background: none;
}

.popup #service01-click li {
	background: #7CB100;
	border: none;
	padding: 0;
}

.popup #service02-click li {
	background: #0083CF;
	border: none;
	padding: 0;
}



/* ボタン */

#sp_home-service-area #service-btn {
	position: relative;
	bottom:0px;
	margin-bottom: 40px;
}

#sp_home-service-area #home-service-btn {
	margin: 0 !important;
	padding: 0 !important;
}

/* @end */

/* @group ニュース */

hr.line {
	display: none;
}

#home-news-area,
#home-news {
	max-width: 480px;
	margin: 0;
	padding: 0;
}

#home-news-area {
	margin-bottom: 40px;
}


#home-news h2 {
	float: none;
	border-bottom: 1px solid #0058AE;
	border-left: none;
	border-right: none;
	width: 100% !important;
	display: block;
	text-align: left;
	margin: 0 !important;
	font-size: 146.5% !important;
	font-weight: bold;
}

#home-news h2 img {
	display: none;
}


#home-news dl {
	float: none;
	margin: 0;
	max-width: 100%;
	border: 15px solid #CBDEEF;
	padding: 5px;
}

#home-news dl dt {
	float: none;
	max-width: 100%;
	margin: 0;
}

#home-news dl dd {
	float: none;
	max-width: 100%;
	line-height: 1.3;
	margin-bottom: 10px;
}

#home-news p.link-next {
	position: absolute;
	top: 0px;
	right: 15px;
}

#home-news p.link-next a {
	text-decoration: none;
	font-size: 87%;
	padding-top: 2px;
	border: 2px solid #0058AE;
	padding: 3px 7px 3px 18px !important;
	background: url(../images/local_nav_icon2.png) no-repeat 8px 9px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

#home-news p.link-next a:hover {
	text-decoration: underline !important;
}

/* @end */

/* @group FAQ */

#home-faq-area,
#home-faq,
#home-faq-inner  {
	max-width: 480px;
	margin: 0;
	padding: 0;
	background: none;
}


#home-faq-area {
	position: relative;
	margin-bottom: 73px;
}

#home-faq h2 {
	float: none;
	border-bottom: 1px solid #0058AE;
	border-left: none;
	border-right: none;
	width: 100% !important;
	display: block;
	text-align: left;
	margin: 0 !important;
	color: #0058AE;
	font-size: 146.5% !important;
}

#home-faq ul {
	margin-right: 0;
	padding: 15px 15px 8px 15px;
	background: #CBDEEF;
}

#home-faq ul li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
}

#home-faq ul.faq-list li {
	display: none;
}

#home-faq ul.faq-list li.sp {
	display: block;
}


#home-faq p.link-next {
	position: absolute;
	top: 0;
	right: 15px;
}

#home-faq p.link-next a {
	text-decoration: none;
	font-size: 87%;
	padding-top: 2px;
	border: 2px solid #0058AE;
	padding: 3px 7px 3px 18px !important;
	background: url(../images/local_nav_icon2.png) no-repeat 8px 9px;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
	color: #0058AE !important;
}

#home-faq p.link-next a:hover {
	text-decoration: underline !important;
}

/* @end */
/* @group 地図 */
#map-area {
	display: none;
}


/* @end */


/* @end */

/* @group contact */

#contact-form {
	margin-bottom: 30px !important;
}

#contact-form div.pattern1-1 div.col {
	text-align: center !important;
}


#contact-form #input-kakunin {
	max-width: 100%;
	height: auto;
}

#contact-form #input-back,
#contact-form #input-send {
	max-width: 80%;
	height: auto;
}

#contact-form .pattern1-1 div.left-col,
#contact-form .pattern1-1 div.right-col {
	float: none;
	width: 100%;
	max-width: 100% !important;
}

body.inquiry hr.line {
	display: block;
}


/* @end */

/* @group サービス案内 */
#service_pc {
	display: none;
}

#service_sp {
	display: block;
}

.sp-business_service {
	display: block !important;
	padding-bottom: 0;
}

.service-top #service-link {
	background: none !important;
}

.sp-business_service p {
	padding: 20px 20px 0 20px;
	line-height: 1.5;
}

.sp-business_service #home-service {
	margin-bottom: 35px;
}

.sp-business_service #home-service2 {
	margin-bottom: -50px;
}


.sp-business_service a img {
	margin-bottom: -10px;
}

.sp-business_service a:hover img {
	opacity: 0.7;
}


/* @group ページ下リンクエリア*/
.service-top #service-link {
	padding-top: 0 !important;
}


#service-link-area #service-link {
	padding-bottom: 30px;
}



/* @end */

/* @end */


/* @group サービスの流れ */
#workflow-pc {
	display: none;
}

#workflow-sp {
	display: block;
}

/* @end */
p#totop {
	display: block;
}

}
