@charset "shift_jis";

/*----------------------------------------------------------------------
Reset
----------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body{
	margin: 0;
	line-height: 1;
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.5rem;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,dl,dt,dd,ul{
	display: block;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

hr{
	display: block;
	height: 1px;
	margin: 1rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

input, select {
	vertical-align: middle;
}

a {
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	outline: none;
}

a img {
	border: 0;
}

iframe {
	display: block;
	margin-top: 1rem;
}

img {
	display: block;
	width: 100%;
}

/* cf */
.cf:before, .cf:after {content: ""; display: table;}
.cf:after {clear: both;}
.cf {zoom:1;}

/* 文字拡大対策 */
* {
	-webkit-text-size-adjust: none;
}

/* リスト風 */
.listindent {
	padding-left:1em;
	text-indent:-1em;
}

/* Btnbox */
.btnbox {
	margin: 1.5rem 0 0 0;
	text-align: center;
}

.btnbox a, 
.btnbox input[type="button"], 
.btnbox input[type="submit"], 
.btnbox input[type="reset"] {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 10rem;
	margin: 0;
	padding: 0.7rem 1.6rem;
	border-radius: 1.8rem;
	background-color: #000;
	border: 0;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
}

.btnbox input[type="button"]:nth-of-type(2) {
	margin-left: 0.5rem;
	background-color: #aaa;
}

.btnbox input[type="button"]:hover, 
.btnbox input[type="submit"]:hover, 
.btnbox input[type="reset"]:hover {
	background: #385bab;
}


/*----------------------------------------------------------------------
common
----------------------------------------------------------------------*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,body { height:100%; }

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	word-break: break-all;
}

body,tr,td,textarea {
	font-family: 'Roboto','Noto Sans JP', Helvetica-Light, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 1.4rem;
	line-height: 180%;
	color: #333;
}

a {
	text-decoration: none;
	color: #00c;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
}

a:hover {
	color: #c00;
}

textarea, 
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: solid 1px #000;
	text-align: center;
}

input[type="text"], 
input[type="password"] 
{
	-webkit-appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: solid 0.1rem;
}

select 
{
	border-radius: 0;
	border: solid 0.1rem;
	font-size: 1.5rem;
	margin-bottom: 0.9rem;
}

/* ifbox */
.ifbox {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}


/* video */
video {
	display: block;
	margin: 1rem auto 0;
}


/*----------------------------------------------------------------------
head
----------------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 5.5rem;
	padding: 0.5rem 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
}

header h1 {
	width: 25rem;
	height: 5rem;
	background: url(../image/common/logo.png?date=190724)0 0 no-repeat;
	background-size: auto 5rem;
}

header h1 a {
	display: block;
	height: 5rem;
	text-indent: -999rem;
}

header #menubtn {
	display: block;
	position: absolute;
	right: 0;
	top: 0.6rem;
	width: 5rem;
	height: 5rem;
	text-indent: -999rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 4.5rem 4.5rem;
	background-image: url(../image/common/menubtn.png);
}

/* headpanel */
.headpanel {
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(200,200,200,0.7);
	z-index: 50;
}

.headpanel .headpanelinner {
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.headpanel .headpanelinner .panelheader {
	height: 5rem;
	margin: 7rem 2rem 0;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #f0f0f0;
}

.headpanel .headpanelinner h2 {
	float: left;
	height: 4.5rem;
	padding: 0 1rem;
	line-height: 4.5rem;
	font-weight: bold;
}

.headpanel .headpanelinner .panelclosebtn {
	float: right;
	width: 4.4rem;
	height: 4.4rem;
	background: url(../image/common/panelclose.png) 1.3rem 1.3rem no-repeat;
	background-size: 2.2rem 2.2rem;
	text-indent: -999rem;
}

/* menupanel */

#menupanel .headpanelinner ul {
	overflow: hidden;
	margin: 0 2rem;
	border-radius: 0 0 0.5rem 0.5rem;
	background: #fff;
}

#menupanel .headpanelinner ul li {
	border-bottom: solid 1px #f0f0f0;
}

#menupanel .headpanelinner ul li:last-child {
	border-bottom: 0;
}

#menupanel .headpanelinner ul li a {
	display: block;
	padding: 2rem 1.5rem;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333;
}

#menupanel .headpanelinner ul li:last-child a {
	padding-bottom: 1.8rem;
}

#menupanel .headpanelinner ul li a:hover {
	background-color: #aaa;
	color: #fff;
}

#menupanel .headpanelinner ul li a span {
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
	font-size: 1.0rem;
}

#menupanel .headpanelinner ul .tel a,
#menupanel .headpanelinner ul .mail a {
	padding: 1.5rem 1.8rem 1.5rem 4.5rem;
	background-image: url(../image/common/telmark.png);
	background-position: 0.5em center;
	background-repeat: no-repeat;
	background-size: 3.3rem 3.3rem;
	background-color: #1084b0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #fff;
}

.headpaneleffect {
	pointer-events: none;
}


/*----------------------------------------------------------------------
bc
----------------------------------------------------------------------*/

#bc {
	margin-top: 1.5rem;
	background: #000;
	color: #fff;
}

#bc ul {
	padding: 0.5rem;
}

#bc ul li {
	display: inline;
}

#bc ul li a:after {
	content: ">>";
	padding: 0 0.5rem;
	color: #aaa;
}


/*----------------------------------------------------------------------
pagetitle
----------------------------------------------------------------------*/

#pagetitle h3 {
	margin-top: 6rem;
	height: 120px;
	background: #d8e9f1;
}

#pagetitle h3 span {
	display: block;
	height: 120px;
	background: 5px center no-repeat;
	background-size: 98% auto;
	text-indent: -9999px;
}


/*----------------------------------------------------------------------
datatable
----------------------------------------------------------------------*/

.datatable {
	margin: 10px auto 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.datatable:first-child {
	margin-top: 0;
}

.datatable dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;
}

.datatable dl:last-of-type {
	border-bottom: 0;
}

.datatable dl dt {
	display: table-cell;
	width: 35%;
	padding: 15px;
	background: #fafafa;
	vertical-align: middle;
	text-align: center;
}

.datatable dl:nth-of-type(even) dt {
#	background: #f5f5f5;
}

.datatable dl dd {
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.datatable dl dd input, 
.datatable dl dd textarea {
	width: 100%;
	padding: 10px;
	border: solid 1px #ddd;
	text-align: left;
	font-size: 1.5rem;
}


/*----------------------------------------------------------------------
bar
----------------------------------------------------------------------*/

.bar {
	border-bottom: solid 10px #fff;
	background: #f0f0f0;
	text-align: center;
}

.bar span {
	display: inline-block;
	padding: 11px 10px 10px 45px;
	background: url(../image/common/titlemark.png) 0 center no-repeat;
	background-size: 40px 40px;
	font-size: 22px;
}



/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer {
	margin-top: 1.5rem;
}

footer .accessbtn {
	margin: 0 2%;
	padding-top: 1rem;
	border-top: dotted 1px #aaa;
}

footer .accessbtn li {
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
	border-radius: 0.5rem;
	background: #1084b0;
}

footer .accessbtn li:nth-of-type(2) {
	margin-right: 0;
}

footer .accessbtn li a {
	display: block;
	line-height: 350%;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
}

footer .accessbtn li a div {
	display: inline-block;
	padding-left: 4.4rem;
	background: url(../image/common/telmark.png) 0 center no-repeat;
	background-size: 4rem 4rem;
}

footer .accessbtn li:nth-of-type(2) a div {
	background-image: url(../image/common/mailmark.png);
}

footer .footnav {
	display: none;
}

footer .copy {
	display: block;
	margin-top: 1rem;
	padding: 0.8rem;
	background: #555;
	text-align: center;
	font-size: 1.3rem;
	color: #aaa;
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
	padding-top: 20px;
}

main .dbox {
	margin: 10px 10px 0;
}

main .ban {
	margin: 10px 0 0;
}

main .dbox:first-of-type {
	margin-top: 0;
}


/*----------------------------------------------------------------------
toppage
----------------------------------------------------------------------*/

#toppage #mainimage {
	margin-top: 6rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 55.6%;
	background: url(../image/top/mainimage_sp.png) center center no-repeat #1084b0;
	background-size: 100% auto;
}

#toppage #mainimage p {
	position: absolute;
	top: -100%;
	left: -100%;
}

#toppage main {
	padding-top: 0;
}

#toppage #service {
	margin: 0 10px;
}

#toppage #service h3 {
	height: 85px;
	background: url(../image/service/title_service.png) left center no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

#toppage #service .viewall {
	display: block;
	width: 100px;
	height: 35px;
	margin: -12px auto 15px;
	padding: 0 7px 0 25px;
	border: solid 2px #aaa;
	background: url(../image/common/next.png) 0 -1px no-repeat;
	line-height: 35px;
	font-weight: bold;
	color: #555;
}

#toppage #service .viewall:hover {
	background-color: #555;
	color: #fff;
}

#toppage #service ul li dl {
	margin: 0 7px 7px;
	padding: 15px;
}

#toppage #service ul li:first-child dl {
	padding-top: 0;
}

#toppage #service ul li dl dt {
	padding: 170px 0 5px;
	background: center 7px no-repeat;
	background-size: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	color: #103c4d;
	border-radius: 5px;
	background-color: #e2e8e9;
}

#toppage #service ul li.print dl dt {background-image: url(../image/service/icon_print.png);}
#toppage #service ul li.sptool dl dt {background-image: url(../image/service/icon_sptool.png);}
#toppage #service ul li.web dl dt {background-image: url(../image/service/icon_web.png);}

#toppage #service ul li dl dt span {
	dispaly: inline-block;
	margin-left: 7px;
	font-weight: normal;
	font-size: 1.3rem;
}

#toppage #service ul li dl dd {
	border-bottom: dotted 1px #103c4d;
	margin: 3px 0;
	padding: 7px 3% 10px;
	line-height: 150%;
}

#toppage #service ul li:last-child dl dd {
	border-bottom: 0;
}


/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/

#service #pagetitle h3 span {
	background-image: url(../image/service/title_service.png);
}

#service .read {
	width: 94%;
	margin: 0 auto;
	line-height: 170%;
	font-size: 1.6rem;
}

#service .read .bold {
	display: inline-block;
	line-height: 150%;
	font-weight: bold;
	font-size: 2.0rem;
}

#service .read p {
	margin: 1.5rem 0.7rem 0;
}

#service .servicelist {
	width: 92%;
	margin: 0 auto;
}

#service .servicelist li {
	min-height: 250px;
	margin-top: 15px;
	border-radius: 5px;
	background: center 10px no-repeat #e2e8e9;
	background-size: 200px;
}

#service .servicelist li.print {background-image: url(../image/service/icon_print.png);}
#service .servicelist li.sptool {background-image: url(../image/service/icon_sptool.png);}
#service .servicelist li.web {background-image: url(../image/service/icon_web.png);}

#service .servicelist li dl {
	padding: 220px 10px 10px 10px;
}

#service .servicelist li dl dt {
	border-bottom: dotted 1px #777;
	padding: 0 10px 10px 10px;
	text-align: center;
	font-size: 2.5rem;
	color: #103c4d;
}

#service .servicelist li dl dt span {
	dispaly: inline-block;
	margin-left: 7px;
	font-weight: normal;
	font-size: 1.7rem;
}

#service .servicelist li dl dd {
	margin: 5px auto 0;
	padding: 10px;
	line-height: 200%;
}



/*----------------------------------------------------------------------
company
----------------------------------------------------------------------*/

#company #pagetitle h3 span {
	background-image: url(../image/company/title_company.png);
}

#company h4 {
	width: 95%;
	margin: 30px auto 10px;
	font-weight: bold;
	font-size: 1.8rem;
}

#company main section:first-child h4 {
	margin-top: 0;
}

#company .datatable dl dd span {
	display: block;
}

#company .access {
	text-align: center;
}

#company .access .lo {
	padding: 15px;
	border-top: solid 1px #ccc;
}



/*----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/

#contact #pagetitle h3 span {
	background-image: url(../image/contact/title_contact.png);
}

#contact .datatable dl dt span {
	display: block;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 1.1rem;
	color: #c00;
}

#contact .datatable dl dt span:before {
	content: "※";
}
