@charset "utf-8";
body {
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Sans Japanese";
	font-size: 16px;
}
@media (max-width: 898.98px) {
	body {
		font-size: 15px;
		width: 100%;
	}
}
/*幅制御*/

.container {
	max-width: 1140px;
}
.s-container {
	max-width: 920px;
	margin: 0 auto;
}
@media (min-width: 899px) {
	.container {
		width: 1140px;
	}
}
@media (max-width: 898.98px) {
	.container {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
}
/*共通*/

#h1-wrapper {
	position: relative;
}
h1 {
	bottom: 40px;
	color: #7f7f7f;
	font-size: 13px;
	position: absolute;
	text-align: center;
	width: 100%;
}
p {
	line-height: 1.9;
	font-size: 15px;
	color: #333333;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.main-text {
	line-height: 2.4;
	font-weight: 500;
	font-size: 16px;
}
hr {
	border-color: #003893!important;
	margin: 0;
}
hr.hr-gray {
	border-color: #cccccc!important;
	margin: 0;
}
.breadcrumb {
	font-size: 0.9rem;
}
@media screen and (min-width: 899px) {
	a:hover {
		text-decoration: none;
		opacity: 0.8;
	}
	a img:hover {
		opacity: 0.9;
	}
	#top-service a h2:hover {
		opacity: 0.9;
	}
}
ol {
	margin: 0;
}
h3, h2 {
	margin: 0;
}
table {
	font-size: 15px;
}
.title {
	color: #003399;
	line-height: 1.1;
	margin-bottom: 2.2rem;
	font-weight: 500;
}
.title span {
	font-size: 3rem;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.page-pd h2 {
	font-size: 1.5rem;
	color: #003893;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.6rem;
	margin-bottom: 2.2rem;
	line-height: 2.2rem;
}
.page-pd h2 span {
	border-bottom: 1px solid #003893;
	padding-bottom: 0.6rem;
}
@media (max-width: 898.98px) {
	h1 {
		line-height: 1.4;
	}
	.title {
		margin-bottom: 1.4rem;
	}
	.title span {
		font-size: 2rem;
	}
	.page-pd h2 {
		font-size: 1.2rem;
		padding-bottom: 0rem;
		margin-bottom: 1rem;
		line-height: 1.7rem;
	}
	.page-pd h2 span {
		padding-bottom: 0rem;
	}
	.main-text {
		line-height: 1.8;
		font-size: 15px;
	}
	.page-pd .main-text {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	table {
		font-size: 14px;
	}
}
/*文字*/

.text-white {
	color: #ffffff;
}
.text-blue {
	color: #003399;
}
.text-lblue {
	color: #91c0d8;
}
.text-yellow {
	color: #ffcc00;
}
/*背景色*/

.bg-blue {
	background: #0d3784;
}
.bg-gray {
	background: #f4f4f4;
}
.bg-white {
	background: #ffffff;
}
/*ボタン*/

.btn {
	padding: 0;
	height: 45px;
	line-height: 45px;
	width: 300px;
	color: #ffffff;
	font-weight: 700;
}
a.btn-blue {
	background: linear-gradient(to right, #279ce8, #004f82);
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}
.btn-navy {
	background: #003399;
}

.btn-yellow{
background: #e2b108;
padding: 0;
height: 45px;
line-height: 45px;
width: 280px;
color: #ffffff;
font-weight: 700;
}

a.btn-lblue {
	background: #3098c6;
}
a.btn-contact {
	background: linear-gradient(to right, #279ce8, #004f82);
	border-radius: 3px;
	color: #ffffff!important;
	font-size: 0.9rem;
	height: 42px;
	line-height: 42px;
	width: 170px;
	text-align: center;
	border: 1px solid transparent;
}
a.btn-blue:hover, a.btn-contact:hover {
	background: linear-gradient(to right, #004f82, #279ce8);
	opacity: 1;
	color: #ffffff;
}
a.btn-lblue:hover {
	color: #ffffff;
}
.btn-yellow:hover,.btn-navy:hover {
	color: #ffffff;
	opacity: 0.8;
}
.btn-submit {
	border: 1px solid #0d3784;
	color: #0d3784;
	padding: 0;
	font-size: 1.1rem;
	height: 56px;
	line-height: 56px;
	border-radius: 25px;
	width: 320px;
	background-color: transparent;
	display: block;
	margin: 0 auto;
}
.btn-submit:hover {
	opacty: 0.8;
}
@media (max-width: 898.98px) {
	.btn {
		font-size: 0.95rem;
		height: 46px;
		line-height: 46px;
		max-width: 260px;
	}
	.btn-submit {
		font-size: 0.95rem;
		height: 46px;
		line-height: 46px;
		width: 260px;
	}
	
	.btn-yellow{
width: 100%;
height: 35px;
line-height: 35px;
}
}

/*header*/

.navbar-brand img {
	width: 196px;
}
.navbar {
	font-weight: 500;
}
.navbar .nav-item {
	font-size: 0.95rem;
	margin: 0 0.8rem;
}
.navbar .active {
	border-bottom: 1px solid #003893;
}
.navbar .nav-item a {
	color: #000000;
}
.icon-bar+.icon-bar {
	margin-top: 4px;
}
.icon-bar {
	background-color: #ffffff;
	border-radius: 0px
}
.icon-bar:nth-of-type(1) {
	top: 0px;
}
.icon-bar:nth-of-type(2) {
	top: 1px;
}
.icon-bar:nth-of-type(3) {
	top: 2px;
}
.icon-bar {
	height: 2px;
	position: relative;
	width: 22px;
	display: block;
	transition: all 500ms ease-in-out;
}
.navbar-toggler.set .icon-bar:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.navbar-toggler.set .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar-toggler.set .icon-bar:nth-of-type(3) {
	top: -4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.navbar-toggler {
	background: #0d3784;
	font-size: 0.5rem;
	padding: 8px 8px 10px;
	border-radius: 2px;
}
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
}
#mainNav {
	-webkit-transition: all 1s ease; //1秒間かけて変化させる
	transition: all 1s ease;
}
.page #mainNav {
	background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1200px) {
	#mainNav {
		background-color: rgba(255, 255, 255, 0.93);
	}
}
@media (max-width: 898.98px) {
	header .container {
		max-width: 100%;
		padding: 0px;
	}
	.navbar-brand img {
		width: 140px;
	}
	.navbar .active {
		border-bottom: 1px dotted #cccccc;
	}
	.navbar .nav-item {
		margin: 0;
		padding-left: 0.5rem;
	}
	header .nav-link:before {
		content: "»";
		color: #cccccc;
		padding-right: 0.5rem;
	}
	.nav-link {
		padding: 0;
	}
	.navbar ul li {
		border-bottom: 1px dotted #cccccc;
		height: 50px;
		line-height: 50px;
	}
}
.navbar-shrink {
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar-shrink-0 {
	background-color: #ffffff;
}
.top-image {
	background-image: url(img/header.png);
	background-size: 100%;
	background-attachment: fixed;
}
.products-image {
	background: #0d0f0c url(img/products-back.png) right no-repeat;
	background-size: cover;
}
.recruit-image {
	background: #bbbabf url(img/recruit-back.png) right no-repeat;
}
.company-image {
	background: #e4e4e4 url(img/company-back.png) right no-repeat;
}
#page-top .top-image {
	background-image: url(img/header.png);
}
#top .top-logo {
	padding-top: 50px;
	width: 643px;
}
#top .d-flex {
	height: 640px;
}
#page-top .d-flex {
	height: 320px;
}
#page-top .title {
	padding-top: 90px;
	text-shadow: white 1px 1px 15px, white -1px 1px 15px, white 1px -1px 15px, white -1px -1px 15px;
}
@media (max-width: 1140px) {
	.recruit-image, .company-image, .products-image {
		width: 1140px;
	}
	.top-image {
		background-size: 1300px;
	}
}
@media (max-width: 898.98px) {
	.top-image {
		background-size: cover;
		background-position: center top;
		background-attachment: scroll;
	}
	.recruit-image, .company-image, .products-image {
		width: 100%;
	}
	#top .top-logo {
		width: 80%;
	}
	#top .d-flex {
		height: 390px;
	}
	#page-top .d-flex {
		height: 200px;
	}
	.recruit-image {
		background-size: 380px;
	}
	.company-image {
		background-size: 380px;
	}
}
@media (max-width: 767px) {
	#top .top-image {
		background-size: auto 120%;
	}
	#page-top .top-image {
		background-size: 150%;
	}
	#top .top-logo {
		width: 90%;
	}
	#top .d-flex {
		height: 380px;
	}
}
/*ページ空白*/

.page-pd {
	padding: 2rem 0 6rem;
}
@media (max-width: 898.98px) {
	.page-pd {
		padding: 0.6rem 0 3.5rem;
	}
}
/*トップページ サービス案内*/

#top-service {
	background: linear-gradient(to bottom, #279ce8, #004f82);
	padding: 4rem 0;
}
#top-service h2 {
	font-size: 1.6rem;
	height: 55px;
	line-height: 55px;
	padding: 0 1rem;
}
#top-service h2 span {
	font-size: 1.05rem;
	font-weight: 500;
}
#top-service .bg-white {
	background: #ffffff;
}
#top-service .bg-white p {
	font-size: 0.9rem;
}
@media (max-width: 898.98px) {
	#top-service h2 {
		font-size: 1.4rem;
		height: 45px;
		line-height: 45px;
		padding: 0 0.8rem;
	}
	#top-service h2 span {
		font-size: 1rem;
	}
	#top-service {
		padding: 3rem 0;
	}
	#top-service .p-3 {
		padding: 0.8rem!important;
	}
}
/*トップページ トータルサポート*/

#support .top-image {
	background-size: cover;
}
#support .top-image {
	background: url(img/s-header.png) center top;
	background-size: cover;
	background-attachment: fixed;
}
.support-title {
	font-size: 1.8rem;
	font-weight: 700;
}
.no-gutters img {}
#support .d-flex {
	height: 340px;
}
@media (max-width: 898.98px) {
	#support .main-text {
		line-height: 2;
	}
	.support-title {
		font-size: 1.4rem;
	}
	#support .top-image {
		background: url(img/s-header.png) center center;
		background-size: cover;
		background-attachment: scroll;
	}
	#support .d-flex {
		height: 360px;
	}
}
/*トップコンテンツ*/

#contents .title span {
	font-size: 2.7rem;
}
#contents img {
	width: 398px;
}
#contents a.text-link {
	color: #000000;
	border-bottom: 1px dotted #999999;
	padding-bottom: 0.3rem;
	font-weight: 700;
}
#contents .col-md-6 {
	padding: 3rem 3rem 3.5rem;
}
@media (max-width: 898.98px) {
	#contents .title span {
		font-size: 2rem;
	}
	#contents .col-md-6 {
		padding: 3rem 0rem 3.5rem;
	}
	#contents img {
		width: 100%;
	}
	#contents .border-right {
		border-bottom: 1px dotted #cccccc;
		border-right: 0px!important;
	}
}
/*取扱製品*/

#products .nav-item a {
	color: #000000;
	font-weight: 500;
	display: block;
	background: #eeeeee;
	height: 45px;
	line-height: 45px;
	margin: 0 0.5rem;
	text-align: left;
	padding: 0 0.4rem;
	font-size: 0.95rem;
}
#products .nav-item a.active {
	background: #005790;
	color: #fff;
}
#products h3, #products .h3 {
	color: #ffffff;
	height: 33px;
	line-height: 33px;
	padding-left: 1rem;
}
#products h3 {
	background: #005790;
	font-size: 1rem;
}
#products .h3 {
	background: #c4dee8;
	font-size: 0.9rem;
	font-family: 'Roboto', sans-serif;
}
#products mark {
	font-size: 0.8rem;
	padding: 0em 0.5rem;
	border-radius: 0.2rem;
	margin-left: 0.5rem;
	background: rgba(255, 255, 255, 0.7);
	color: #003399;
}
#products .pro-waku-back {
	width: 100%;
	color: #003399;
	font-weight: 500;
	font-size: 0.82rem;
	text-align: right;
	height: 35px;
	line-height: 35px;
}
#products .other {
	border: 3px solid #eeeeee;
	font-size: 0.95rem;
}
#products .card-body {
	padding: 0;
}
#products .pro2 strong {
	margin-top: 5px;
	display: inline-block;
}
#products .pro-info {
	border: 1px solid #cccccc;
}
@media (max-width: 898.98px) {
	#products .h3 {
		display: none;
	}
	#products li {
		width: 50%;
	}
	#products .other {
		border: 3px solid #eeeeee;
		font-size: 14px;
	}
	#products .nav-justified .nav-item {
		flex-basis: 100%;
	}
	#products .nav-item a {
		height: 35px;
		line-height: 35px;
		margin: 0.2rem 0rem;
		padding: 0 0.8rem;
	}
}
/*会社案内*/

#company .company-logo img {
	width: 50%;
}
@media (max-width: 898.98px) {
	#company .company-logo img {
		width: 75%;
	}
	#company table, #recruit table {
		border: 1px solid #dddddd!important;
	}
}
/*事業内容*/

#service .support-title {
	font-size: 1.6rem;
}
#service .support-title small {
	font-weight: bold;
}
#service ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#service ul li {
	list-style: none;
	width: 33%;
	float: left;
	line-height: 1.8rem;
	}
#service ul:last-child li {
	width: 50%;
	}
#service .w-80 {
	margin: 0 auto;
	width: 95%;
}
#service h3 {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 700;
}
#service .gray-border {
	border: 3px solid #eeeeee;
	line-height: 1.8;
	font-weight: 500;
	font-size: 0.95rem;
}
#service .mt-10 {
	margin-top: 4rem
}
#service .mt-6 {
	margin-top: 2rem
}
#service h2 span {
	padding-bottom: 0.73rem;
}
#service h2 small {
	color: #333333;
	font-weight: 500;
}
#service h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #888888;
}
@media (max-width: 898.98px) {
	#service .support-title {
		font-size: 1.1rem;
	}
	#service h2 span {
		padding-bottom: 0.12rem;
	}
	#service h3 {
		font-size: 1.05rem;
		line-height: 1.5;
	}
	#service .w-80 {
		width: 100%;
	}
	#service ul li {
		width: 100%;
	}
	#service ul:last-child li {
	width: 100%;
	}
	#service .gray-border {
		font-size: 0.9rem;
	}
	#service .mt-6 {
		margin-top: 1.5rem
	}
	#service .mt-10 {
		margin-top: 3rem
	}
}
/*採用情報*/

#recruit h3 {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 700;
}
#recruit .btn-navy, #recruit .btn-lblue {
	width: 250px;
}
#recruit .btn-lblue {
	font-size: 1.2rem;
}
#recruit .fa-square-full {
	color: #aaaaaa;
	position: relative;
	top: -2px;
}
@media (max-width: 898.98px) {
	#recruit h3 {
		font-size: 1.05rem;
		line-height: 1.5;
	}
	#recruit .btn-navy {
		font-size: 0.8rem;
	}
	#recruit .btn-lblue {
		font-size: 1rem;
	}
}
/*お問い合わせ*/

#contact mark {
	color: #ffffff;
	font-size: 0.76rem;
	padding: 0 0.5rem;
	background: #cc0000;
}
#privacy {
	margin-top: 5rem;
}
#privacy p, #privacy ul {
	line-height: 1.7;
	font-size: 0.9rem;
}
#privacy ul {
	padding-left: 1.5rem;
}
#privacy .p-title {
	border-bottom: 1px dotted #cccccc;
	font-size: 1rem;
}
.form-control::-webkit-input-placeholder {
	color: #bbbbbb;
}
.form-control::-moz-placeholder {
	color: #bbbbbb;
}
.form-control:-moz-placeholder {
	color: #bbbbbb;
}
.form-control:-ms-input-placeholder {
	color: #bbbbbb;
}
@media (max-width: 898.98px) {
	#privacy {
		margin-top: 4rem;
	}
}
/*table*/

#company table, #recruit table {
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-spacing: 0px 1px;
}
#company th, #recruit th {
	background: #dcebf1;
	font-weight: 500;
	width: 20%;
}
#company th, #company td, #recruit th, #recruit td {
	padding: 0.8rem 2rem;
	line-height: 2;
	border-top: 0;
	border-bottom: 1px solid #dddddd;
	vertical-align: middle;
}
#company table tr:last-child td, #company table tr:last-child th, #recruit table tr:last-child td, #recruit table tr:last-child th {
	border-bottom: 0px solid #dddddd;
	border-top: 0px solid #dddddd;
}
#recruit table {
	font-size: 0.9rem;
}
#recruit td {
	line-height: 1.8;
}
#products table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.pro1 td, .pro1 th {
	border-bottom: 1px dotted #cccccc;
	border-top: 0px dotted #cccccc;
	padding: 0.5rem 0.5rem;
	font-size: 0.8rem;
}
.pro1 th {
	color: #999999;
	vertical-align: middle;
	width: 11%;
}
.pro1 td {
	line-height: 1.7;
}
.pro2 td, .pro2 th {
	border: 0px dotted #cccccc;
	padding: 0.43rem 0.5rem;
	font-size: 0.75rem;
}
.pro2 th {
	width: 20%;
	vertical-align: middle;
}
table.pro2 tr:nth-child(odd) {
	background: #f2f3f4;
}
#contact table {
	border-collapse: separate;
	border-spacing: 0px 1px;
}
#contact th, #contact td {
	padding: 1.5rem;
	border-bottom: 1px solid #dddddd;
	border-top: 0px solid #dddddd;
	vertical-align: middle;
}
#contact th {
	background-color: #f7f7f7;
	width: 30%;
}
#contact td {
	background-color: #f7f7f7;
}
#contact table tr:last-child td, #contact table tr:last-child th {
	border-bottom: 0px solid #d3d3d3;
	border-top: 0px solid #d3d3d3;
}
@media (max-width: 898.98px) {
	#company th, #company td, #recruit th, #recruit td {
		display: block;
		width: 100%;
	}
	#company th, #recruit th {
		padding: 0.3rem 0.7rem;
	}
	#company td, #recruit td {
		padding: 0.7rem 0.7rem;
	}
	#company table tr:last-child th, #recruit table tr:last-child th {
		border-bottom: 1px solid #dddddd;
		border-top: 0px solid #dddddd;
	}
	#products table.pro2 {
		width: 100%;
		margin-top: 1rem;
	}
	#products table {
		width: 100%;
	}
	.pro1 th, .pro2 th {
		width: 25%;
		font-size: 0.75rem
	}
	.pro1 td, .pro2 td {
		font-size: 0.75rem;
	}
	#contact th, #contact td {
		display: block;
		width: 100%;
	}
	#contact table {
		border-top: 1px solid #dddddd;
	}
	#contact th {
		padding: 0.5rem 0.7rem;
		background: #dddddd;
	}
	#contact td {
		padding: 0.9rem 0.8rem;
	}
}
/*フッター*/

footer {
	background-color: #e6e6e6;
	font-weight: 500;
	padding: 1.8rem 0 0.5rem;
}
footer p {
	line-height: 0.8;
	font-size: 15px;
}
footer li {
	width: 50%;
	padding: 0.4rem 0;
	font-size: 15px;
}
footer a, footer a:hover {
	color: #666666;
}
footer .fa-chevron-circle-right {
	color: #003399;
}
footer hr {
	border-color: #cccccc!important;
	background: #ffffff;
	height: 1px;
	margin: 1.5rem 0;
}
footer .copy {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	margin-top: 3rem;
}
@media (max-width: 898.98px) {
	footer ul {
		border-bottom: #ffffff 1px solid;
	}
	footer li {
		width: 100%;
		padding: 0.6rem 0;
		border-bottom: #cccccc 1px solid;
		border-top: #ffffff 1px solid;
	}
	footer li:first-child {
		border-top: #ffffff 0px solid;
	}
	footer .copy {
		margin-top: 4rem;
	}
}

.download{
max-width:480px;
margin:0 auto;
background:#f1f1f1;
border:4px solid #dddddd;
margin-top:2.5rem;
}

.download img{
max-width:110px;
}

@media (max-width: 898.98px) {
.download img{
max-width:70px;
}
.download{
border:2px solid #dddddd;
margin-top:1.5rem;
}
.name{
width:70px;
}
}
