@charset "shift_jis";

/*----------------------------------------------------------------------
Reset
----------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 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 .inner,hgroup,menu,nav,section,dl,dt,dd,ul {
	display: block;
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

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;
}

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:1rem;
	text-indent:-1rem;
}

/* Btnbox */
.btnbox {
	margin: 1.5rem 0 0 0;
	text-align: center;
}

.btnbox input[type="button"], 
.btnbox input[type="submit"], 
.btnbox input[type="reset"], 
.btnbox a {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 15rem;
	margin: 0;
	padding: 1rem 2rem;
	border-radius: 2.5rem;
	background-color: #000;
	border: 0;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	cursor: pointer;
}

.btnbox input[type="reset"] {
	background-color: #aaa;
}

.btnbox input[type="button"]:last-child, 
.btnbox input[type="submit"]:last-child, 
.btnbox input[type="reset"]:last-child, 
.btnbox a {
	margin-left: 1.5rem;
}

.btnbox input[type="button"]:hover, 
.btnbox input[type="submit"]:hover, 
.btnbox input[type="reset"]:hover, 
.btnbox a:hover {
	background: #385bab;
	color: #fff;
}


/*----------------------------------------------------------------------
common
----------------------------------------------------------------------*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	background: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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: #777;
}

a {
	text-decoration: none;
	color: #c00;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
}

a:hover {
	color: #00c;
}

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;
}

textarea {
	text-align: left;
}

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;
}


/* video */
video {
	display: block;
	margin: 1rem auto 0;
}



/*linkname*/
.linkname {
	display: block;
	margin: -130px 0 130px;
}


/*----------------------------------------------------------------------
pagetitle
----------------------------------------------------------------------*/

#pagetitle h3 {
	min-width: 1200px;
	height: 180px;
	background: #d8e9f1;
}

#pagetitle h3 span {
	display: block;
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	background: 10px center no-repeat;
	background-size: 450px auto;
	text-indent: -9999px;
}


/*----------------------------------------------------------------------
datatable
----------------------------------------------------------------------*/

.datatable {
	width: 80%;
	margin: 30px auto 0;
	border-top: solid 1px #ccc;
}

.datatable dl {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #ddd;
}

.datatable dl dt {
	display: table-cell;
	width: 25%;
	padding: 30px;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.3rem;
}

.datatable dl dd {
	display: table-cell;
	width: 65%;
	padding: 15px;
	vertical-align: middle;
}

.datatable dl dd input, 
.datatable dl dd textarea {
	width: 100%;
	padding: 20px 15px;
	border: solid 1px #ddd;
}


/*----------------------------------------------------------------------
bar
----------------------------------------------------------------------*/

.bar {
	border-bottom: solid 10px #fff;
	background: #000;
	text-align: center;
}

.bar span {
	display: inline-block;
	padding: 14px 13px 13px 48px;
	background: url(../image/common/titlemark.png) 0 center no-repeat;
	background-size: 40px 40px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}


/*----------------------------------------------------------------------
dbox
----------------------------------------------------------------------*/
.dbox {
	width: 1200px;
	margin: 10px auto 0;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

header {
	position: relative;
	width: 1200px;
	height: 127px;
	margin: 0 auto;
}

header h1 {
	overflow: hidden;
	width: 500px;
	height: 127px;
}

header h1 a {
	display: block;
	width: 500px;
	height: 127px;
	background: url(../image/common/logo.png?date=190724) center center no-repeat;
	text-indent: -9999px;
}

header nav {
	display: none;
}

#menupanel {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
}

#menupanel .panelheader {
	display: none;
}

#menupanel .panelheader {
	display: none;
}

#menupanel .headpanelinner {
	width: 1200px;
	height: 127px;
	margin: 0 auto;
}

#menupanel .headpanelinner ul {
	float: right;
	width: 283px;
	height: 70px;
	margin-top: 26px;
	margin-right: 22px;
}

#menupanel .headpanelinner ul li {
	float: left;
	height: 70px;
}

#menupanel .headpanelinner ul li.tel {
	display: none;
}

#menupanel .headpanelinner ul li a {
	display: block;
	width: 283px;
	height: 70px;
	background:0 0 no-repeat;
	text-indent: -9999px;
}

#menupanel .headpanelinner ul li.home a {width: 59px; background-image: url(../image/common/menu_home_off.png);}
#menupanel .headpanelinner ul li.company a {width: 81px; background-image: url(../image/common/menu_company_off.png);}
#menupanel .headpanelinner ul li.service a {width: 69px; background-image: url(../image/common/menu_service_off.png);}
#menupanel .headpanelinner ul li.contact a {width: 74px; background-image: url(../image/common/menu_contact_off.png);}

#menupanel .headpanelinner ul li.home a:hover {background-image: url(../image/common/menu_home_on.png);}
#menupanel .headpanelinner ul li.company a:hover {background-image: url(../image/common/menu_company_on.png);}
#menupanel .headpanelinner ul li.service a:hover {background-image: url(../image/common/menu_service_on.png);}
#menupanel .headpanelinner ul li.contact a:hover {background-image: url(../image/common/menu_contact_on.png);}


/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin-top: 50px;
	background: #555;
}

footer .accessbtn {
	display: none;
}

footer .footnav {
	background: #000;
	text-align: center;
}

footer .footnav li {
	display: inline-block;
}

footer .footnav li a {
	display: block;
	padding: 10px 10px 6px 15px;
	color: #fff;
}

footer .footnav li a:hover {
	color: #c00;
}

footer .footnav li a span {
	display: none;
}

footer .copy {
	display: block;
	padding: 30px 10px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}


/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
	width: 1200px;
	margin: 10px auto 0;
}


/*----------------------------------------------------------------------
toppage
----------------------------------------------------------------------*/

#toppage #mainimage {
	width: 100%;
	min-width: 1200px;
	height: 440px;
	background: url(../image/top/mainimage_bg.png) center 0 #1084b0;
}

#toppage #mainimage p {
	display: block;
	width: 100%;
	height: 440px;
	margin: 0 auto;
	background: url(../image/top/mainimage.png) center 0 no-repeat;
	text-indent: -9999px;
}

#toppage #service {
	margin: 0 10px;
}

#toppage #service h3 {
	float: left;
	width: 450px;
	height: 85px;
	background: url(../image/service/title_service.png) left center no-repeat;
	background-size: 450px auto;
	text-indent: -9999px;
}

#toppage #service .viewall {
	float: right;
	height: 35px;
	margin-top: 25px;
	margin-right: 620px;
	padding: 0 10px 0 25px;
	border: solid 2px #ddd;
	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 {
	float: left;
	width: 33.33%;
}

#toppage #service ul li dl {
	margin: 7px;
	padding: 20px;
	border-radius: 5px;
	background: #e2e8e9;
}

#toppage #service ul li dl dt {
	padding-top: 157px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #103c4d;
	background: center 0 no-repeat;
	background-size: 150px;
}

#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.1rem;
}

#toppage #service ul li dl dd {
	padding: 3px 15% 0;
	line-height: 150%;
}


/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/

#service #pagetitle h3 span {
	background-image: url(../image/service/title_service.png);
}

#service .read {
	width: 90%;
	margin: 0 auto;
	padding: 17px 20px 0 20px;
	line-height: 180%;
	font-size: 1.7rem;
}

#service .read .bold {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.4rem;
}

#service .servicelist {
	width: 80%;
	margin: 40px auto 0;
}

#service .servicelist li {
	min-height: 250px;
	margin-top: 65px;
	padding: 20px 35px 20px 220px;
	border-radius: 5px;
	background: 45px 35px no-repeat #e2e8e9;
	background-size: 170px;
}

#service .servicelist li:first-child {
	margin-top: 0;
}

#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 {
	margin: 7px;
	padding: 20px;
}

#service .servicelist li dl dt {
	border-bottom: dotted 1px #777;
	padding: 0 10px 10px 10px;
	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 {
	width: 97%;
	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: 90%;
	margin: 70px auto 0;
	font-size: 1.8rem;
}

#company .datatable {
	margin-top: 50px;
}

#company .datatable dl dd span {
	display: inline-block;
	margin-right: 1.5rem;
}

#company section .lo {
	width: 80%;
	margin: 50px auto 0;
	padding: 30px;
	border-top: solid 1px #ddd;
}

#company iframe {
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #ddd;
}


/*----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/

#contact #pagetitle h3 span {
	background-image: url(../image/contact/title_contact.png);
}

#contact .datatable dl dt span {
	margin-left: 3px;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 1.1rem;
	color: #c00;
}

#contact .datatable dl dt span:before {
	content: "※";
}
