@charset 'UTF-8';
/*=============================================================
 02_base
=============================================================*/
/*!  02_base
================================================ */
html {
	overflow: auto;
}
body {
	min-width: 1200px;
	line-height: 1.8;
	overflow: hidden;
	color: #333;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",
		sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	overflow: auto;
}
@media all and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
			"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
}
/* layout
*/
#wrapper {
	overflow: hidden;
}
#contents {
	padding: 80px 0;
}
#contents.bg_blue {
	background: #edf1f5;
}
#contents.bg_blue.single {
	padding-bottom: 0;
}
#wrap {
	width: 1170px;
	overflow: hidden;
	margin: 0 auto;
}
#wrap #main {
	float: left;
	width: 908px;
}
#sidebar {
	float: right;
	width: 220px;
}
.mod_inner {
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (min-width: 640px) {
	.mod_inner {
		width: 1170px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}
}
.section.bg_blue {
	background: #edf1f5;
}
.section.bg_white {
	background: #fff;
}
.section.bg_deepBlue {
	background: #4d8fd1;
}
.cf:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	content: "";
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
/* box-sizing
-------------------------------------------------
-------------------------------------------------
*/
* {
	box-sizing: border-box;
}
/* img
-------------------------------------------------
-------------------------------------------------
*/
img {
	max-width: 100%;
	vertical-align: top;
}
/* link
-------------------------------------------------
-------------------------------------------------
*/
a {
	text-decoration: none;
	outline: none;
}
/* table
-------------------------------------------------
-------------------------------------------------
*/
.table01 tr {
	border-bottom: 1px solid #dfdede;
}
.table01 th {
	padding: 15px 3px;
	font-weight: bold;
	vertical-align: middle;
}
.table01 td {
	padding: 15px 3px;
	vertical-align: middle;
}
/* other
-------------------------------------------------
-------------------------------------------------
*/
iframe {
	max-width: 100%;
}
li {
	list-style: none;
}
/*input*/
.form .formTable {
	margin-bottom: 55px;
}
.form .formTable .item {
	width: 250px;
	padding: 17px 0;
	vertical-align: top;
}
.form .formTable .item.vat {
	vertical-align: top;
}
.form .formTable .item .inner {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
}
.form .formTable .item .inner .label {
	position: absolute;
	top: 50%;
	right: 0;
	width: 62px;
	height: 24px;
	line-height: 24px;
	background: #4dbbd1;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form .formTable .item .inner .label.free {
	background: #999;
}
.form .formTable .data {
	padding: 7.5px 0 7.5px 20px;
	vertical-align: middle;
}
.form .formTable .data.quote input {
	background: transparent;
	pointer-events: none;
}
.form .formTable .zipSet {
	margin-bottom: 11px;
}
.form .formTable .zipSet br {
	display: none;
}
.form .formTable .zipSet .txt {
	display: inline-block;
	vertical-align: middle;
}
.form .formTable .zipSet .zip {
	width: 239px;
}
.form .formTable .zipSet .btn {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 0 25px 0 10px;
	padding-right: 10px;
	background: url(../img/common/ico_arwR02.png) no-repeat 90% center #1f364d;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}
.form .formTable .zipSet .btn:hover {
	background-color: #355c84;
}
.form .formTable .zipSet input,
.form .formTable .zipSet select {
	display: inline-block;
	vertical-align: middle;
}
.form .formTable .zipSet select {
	width: 230px;
}
.form .formTable .dateSet br {
	display: none;
}
.form .formTable .dateSet .txt {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 10px;
}
.form .formTable .dateSet input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}
.form .formTable .dateSet input[type="text"].size02 {
	width: 150px;
}
.form .btn {
	margin: 30px 0;
}
.form .btn input[type="submit"],
.form .btn input[type="button"] {
	display: block;
	position: relative;
	width: 330px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto 15px;
	border: 0;
	background: url(../img/common/ico_mail_white.png) no-repeat 75px center #4d8fd1;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-indent: 27px;
	text-align: center;
	cursor: pointer;
}
.form .btn input[type="submit"]:hover,
.form .btn input[type="button"]:hover {
	background-color: #619cd6;
}
.form .btn input[type="submit"]#back,
.form .btn input[type="button"]#back {
	margin-bottom: 20px;
	background: #1f364d;
	text-indent: 0;
}
.form .policy {
	width: 1000px;
	margin: 55px auto 0;
	padding: 30px 25px;
	border: 1px solid #999;
}
.form .policy .tit {
	font-weight: bold;
	font-size: 1.6rem;
}
textarea {
	box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	width: 100%;
	padding: 15px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 13px 10px;
	background-color: #fff;
	background-clip: padding-box;
}
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
textarea:disabled {
	background: #999;
	-webkit-box-shadow: 0 0 0 1000px #999 inset;
}
input[type="text"]:-moz-read-only,
input[type="email"]:-moz-read-only,
input[type="number"]:-moz-read-only,
input[type="password"]:-moz-read-only,
input[type="tel"]:-moz-read-only,
input[type="url"]:-moz-read-only,
textarea:-moz-read-only {
	background: #eaeaea;
	-webkit-box-shadow: 0 0 0 1000px #eaeaea inset;
}
input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="number"]:read-only,
input[type="password"]:read-only,
input[type="tel"]:read-only,
input[type="url"]:read-only,
textarea:read-only {
	background: #eaeaea;
	-webkit-box-shadow: 0 0 0 1000px #eaeaea inset;
}
select {
	display: block;
	width: 100%;
	padding: 13px 10px;
	background: url(../img/common/ico_arwBottom01.png) no-repeat 95% center #fff;
	background-color: #fff;
	background-clip: padding-box;
	text-indent: 0.01px;
	text-overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:disabled {
	background: #eaeaea;
}
select::-ms-expand {
	display: none;
}
label > input[type="radio"] {
	display: none;
}
label > input[type="radio"] + span {
	display: inline-block;
	position: relative;
	width: auto;
	padding-left: 40px;
}
label > input[type="radio"] + span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background: #fff;
	content: "";
}
label > input[type="radio"] + span:after {
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	content: "";
}
label > input[type="radio"]:checked + span:after {
	background: #4dbbd1;
}
label > input[type="checkbox"] {
	display: none;
}
label > input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	width: auto;
	padding-left: 44px;
}
label > input[type="checkbox"] + span:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	content: "";
}
label > input[type="checkbox"] + span:after {
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	border-radius: 4px;
	color: transparent;
	content: "✔";
}
label > input[type="checkbox"]:checked + span:after {
	color: #ccc;
}
/*=============================================================
 03_layout
=============================================================*/
/*!  #gHeader
================================================ */
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	min-width: 1200px;
}
#gHeader:after {
	display: table;
	clear: both;
	content: "";
}
#gHeader .hdInfo {
	float: left;
}
#gHeader .hdInfo .logo {
	margin-top: 40px;
}
#gHeader .hdInfo .logo a {
	display: block;
	width: 300px;
	height: 26px;
	background: url(../img/common/logo_white.png) no-repeat center;
	background-size: contain;
	text-indent: -9999px;
}
#gHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: #fff;
}
#gHeader.sticky .hdInfo .logo {
	margin-top: 26.5px;
}
#gHeader.sticky .hdInfo .logo a {
	background-image: url(../img/common/logo_black.png);
}
#gHeader.sticky #gNav .listLink li {
	padding: 26.5px 0;
}
#gHeader.sticky #gNav .listLink li a {
	color: #333;
}
#gHeader.sticky #gNav .listLink li.parent .child {
	top: 79px;
}
#gHeader.sticky #gNav .listLink li.parent .child .item {
	padding: 0;
}
#gHeader.sticky #gNav .listLink li.contact {
	padding: 16.5px -0;
}
#gHeader.sticky #gNav .listLink li.contact a {
	border-color: #333;
}
#gHeader.sticky #gNav .listLink li.contact a:before {
	background-image: url(../img/common/ico_mail_black.png);
}
#gHeader.sticky #gNav .listLink li.contact a:hover {
	background: #333;
	color: #fff;
}
#gHeader.sticky #gNav .listLink li.contact a:hover:before {
	background-image: url(../img/common/ico_mail_white.png);
}
#gHeader.sticky #gNav .listLink li.language .ja:before {
	color: #333;
}
/*!  #gNav
================================================ */
#gNav {
	float: right;
}
#gNav .listLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#gNav .listLink li {
	position: relative;
	padding: 40px 0 30px;
}
#gNav .listLink li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
}
#gNav .listLink li:hover:after {
	background: #4d8fd1;
}
#gNav .listLink li.current:after {
	background: #4d8fd1;
}
#gNav .listLink li + li {
	margin-left: 47px;
}
#gNav .listLink li.parent:hover:after {
	background: #4d8fd1;
}
#gNav .listLink li.parent:hover .child {
	display: block;
}
#gNav .listLink li.parent .child {
	display: none;
	position: absolute;
	top: 97px;
	left: 0;
	width: 380px;
	background: #fff;
}
#gNav .listLink li.parent .child .item {
	margin-left: 0;
	padding: 0;
	border-top: 1px solid #dfe2e6;
}
#gNav .listLink li.parent .child .item:hover:after {
	display: none;
}
#gNav .listLink li.parent .child .item a {
	display: block;
	padding: 20px;
	background-color: #fff;
	color: #333;
}
#gNav .listLink li.parent .child .item a:hover {
	background-color: #edf1f5;
}
#gNav .listLink li.parent .child .item a.arrow {
	background-image: url(../img/common/ico_arwR01.png);
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 25px) center;
	background-position: calc(100% - 25px) center;
}
#gNav .listLink li.parent .child .item a[target="_blank"] {
	background-image: url(../img/common/ico_blank.png);
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 20px) center;
	background-position: calc(100% - 20px) center;
}
#gNav .listLink li.parent .child .item.lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#gNav .listLink li.parent .child .item.lists .origin {
	display: block;
	position: relative;
	padding: 20px 10px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
#gNav .listLink li.parent .child .item.lists .origin:before {
	display: none;
}
#gNav .listLink li.parent .child .item.lists .origin:after {
	position: absolute;
	top: 50%;
	right: 0;
	left: inherit;
	width: 1px;
	height: 1em;
	background: #dfe2e5;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gNav .listLink li.parent .child .item.lists a {
	display: inline-block;
	min-width: 33.33333%;
	font-weight: normal;
}
#gNav .listLink li.parent .child .item.lists a:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 12px;
	height: 2px;
	margin-right: 10px;
	background: #dfe2e5;
	vertical-align: middle;
	content: "";
}
#gNav .listLink li a {
	position: relative;
	color: #fff;
	font-weight: bold;
}
#gNav .listLink li.contact {
	width: 170px;
	margin-left: 40px;
	padding: 0;
}
#gNav .listLink li.contact:after {
	display: none;
}
#gNav .listLink li.contact a:before {
	display: inline-block;
	width: 17px;
	height: 13px;
	margin-right: 10px;
	background: url(../img/common/ico_mail_white.png) no-repeat center;
	background-size: contain;
	content: "";
}
#gNav .listLink li.contact a:hover {
	color: #333;
}
#gNav .listLink li.contact a:hover:before {
	background-image: url(../img/common/ico_mail_black.png);
}
#gNav .listLink li.language:hover:after {
	display: none;
}
#gNav .listLink li.language .ja {
	position: relative;
	display: inline-block;
	padding-right: 18px;
	color: #4d8fd1;
	font-weight: bold;
}
#gNav .listLink li.language .ja::before {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.8rem;
	color: #fff;
}
#gNav .listLink li.language .en:hover {
	color: #4d8fd1;
}

/*!  #mainImg 下層ページ
================================================ */
/*!  #mainimg
================================================ */
/*animation*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	55% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	70% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	85% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	55% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	70% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
	85% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}
#home #mainimg {
	position: relative;
	width: 100%;
	height: 100vh;
}
#home #mainimg .mainIn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% - 90px);
	height: calc(100% - 90px);
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#home #mainimg .mainIn .mainPic {
	width: 100%;
	height: 100%;
}
#home #mainimg .mainIn .mainPic .slick-list {
	height: 100%;
}
#home #mainimg .mainIn .mainPic .slick-list .slick-track {
	height: 100%;
}
#home #mainimg .mainIn .mainPic .slick-list .slick-track .slick-slide > div {
	height: 100%;
}
#home #mainimg .mainIn .mainPic .pic {
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}
#home #mainimg .mainIn .copyTxt {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-webkit-transform: translateY(-webkit-calc(-50% + 45px));
	-ms-transform: translateY(-50%);
	-ms-transform: translateY(calc(-50% + 45px));
	transform: translateY(-50%);
	transform: translateY(calc(-50% + 45px));
}
#home #mainimg .mainIn .copyTxt .mainTxt {
	margin-bottom: 20px;
}
#home #mainimg .mainIn .copyTxt .subTxt {
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
}
#home #mainimg .mainIn .scroll {
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#home #mainimg .mainIn .scroll:after {
	display: block;
	line-height: 1;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	content: "SCROLL";
}
#home #mainimg .mainIn .scroll:before {
	position: absolute;
	position: absolute;
	bottom: -85px;
	left: 50%;
	width: 1px;
	height: 65px;
	background: #fff;
	content: "";
	-webkit-transform: translateX(-50%);
	-webkit-transform: rotate();
	-ms-transform: translateX(-50%);
	-ms-transform: rotate();
	transform: translateX(-50%);
	transform: rotate();
	-webkit-animation: scroll 3.5s 1.5s infinite;
	animation: scroll 3.5s 1.5s infinite;
}
#home #mainimg .newsArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#home #mainimg .newsArea .secTxt {
	margin: 0 45px 0 40px;
	color: #4d8fd1;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	font-size: 3rem;
}
#home #mainimg .newsArea .newsList {
	position: relative;
	width: -webkit-calc(100% - 255px);
	width: calc(100% - 255px);
}
#home #mainimg .newsArea .newsList .newsLink .time {
	margin-right: 19px;
}
#home #mainimg .newsArea .newsList .newsLink .category {
	margin-right: 18px;
}
#home #mainimg .newsArea .newsList .newsLink .tit {
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	overflow: hidden;
	text-overflow: ellipsis;
}
#home #mainimg .newsArea .newsList .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border: 1px solid #edf1f5;
	background: no-repeat center #fff;
	outline: none;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home #mainimg .newsArea .newsList .slick-arrow:hover {
	opacity: 0.7;
}
#home #mainimg .newsArea .newsList .slick-prev {
	right: 76px;
	background-image: url(../img/common/ico_arwL01.png);
}
#home #mainimg .newsArea .newsList .slick-next {
	right: 17px;
	background-image: url(../img/common/ico_arwR01.png);
}
#home #mainimg .newsArea .moreLink {
	position: absolute;
	top: 0;
	right: 0;
}
#home #mainimg .newsArea .moreLink a {
	display: block;
	width: 90px;
	height: 90px;
	background: url(../img/home/btn_news.png) no-repeat center;
}
#home #mainimg .newsArea .moreLink a:hover {
	opacity: 0.7;
}
#mainimg {
	position: relative;
	width: 100%;
	height: 450px;
	background: no-repeat center;
	background-size: cover;
}
#mainimg .mainIn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#mainimg .mainIn .ico {
	display: block;
	line-height: 1;
	margin-bottom: 19px;
	text-align: center;
}
#mainimg .mainIn .mainTxt {
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 3.5rem;
	text-align: center;
}
/*!  #breadcrumb
================================================ */
#breadcrumb ol {
	width: 100%;
	max-width: 1920px;
	line-height: 1;
	overflow: hidden;
	margin: 0 auto;
	padding: 22.5px 40px;
	text-overflow: ellipsis;
}
#breadcrumb ol li {
	display: inline-block;
	line-height: 1;
	font-size: 1.4rem;
}
#breadcrumb ol li + li {
	padding-left: 6px;
}
#breadcrumb ol li + li:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 6px;
	height: 8px;
	margin: 0 0.5em;
	background: url(../img/common/ico_arwR03.png) no-repeat center;
	vertical-align: middle;
	content: "";
}
#breadcrumb ol li a {
	display: inline-block;
	color: #333;
}
#breadcrumb ol li a:hover {
	text-decoration: underline;
}
/*!  #sidebar
================================================ */
#sidebar .sideSectionName {
	margin-bottom: 40px;
}
#sidebar .leadTit {
	line-height: 1;
	padding-bottom: 10px;
	color: #4d8fd1;
	font-weight: bold;
	font-size: 1.9rem;
}
#sidebar .categories {
	padding: 7px 0 0;
	border-bottom: 1px solid #333;
}
#sidebar .categories .list.top a {
	font-weight: bold;
	font-size: 1.6rem;
}
#sidebar .categories .list a {
	display: block;
	padding: 11px 5px;
	border-top: 1px solid #333;
	color: #333;
}
#sidebar .categories .list a:hover {
	text-decoration: underline;
}
#sidebar .categories .child a {
	display: block;
	padding: 4px 5px;
	color: #333;
	font-size: 1.3rem;
}
#sidebar .categories .child a:before {
	display: inline-block;
	margin-right: 3px;
	content: "ー";
}
#sidebar .historys {
	margin-top: 15px;
	background: url(../img/common/ico_arwBottom01.png) no-repeat 90% center #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#sidebar .historys-ms-expand {
	display: none;
}
/*!  #gFooter
================================================ */
.mod_photoLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.mod_photoLink .item {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
	.mod_photoLink .item {
		width: 33.333333%\9;
	}
}
.mod_photoLink .item.outline .link:before {
	background-image: url(../img/home/outline_bg01.png);
}
.mod_photoLink .item.message .link:before {
	background-image: url(../img/home/message_bg01.png);
}
.mod_photoLink .item.about .link:before {
	background-image: url(../img/common/footer/about_bg01.png);
}
.mod_photoLink .item.machinery .link:before {
	background-image: url(../img/common/footer/machinery_bg01.png);
}
.mod_photoLink .item.screen .link:before {
	background-image: url(../img/common/footer/screen_bg01.png);
}
.mod_photoLink .item.inkjet .link:before {
	background-image: url(../img/common/footer/inkjet_bg01.png);
}
.mod_photoLink .item.inkjet .link .en:after {
	position: absolute;
	top: 50%;
	right: -25px;
	width: 16px;
	height: 13px;
	background: url(../img/common/ico_blank_white.png);
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mod_photoLink .item .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mod_photoLink .item .link:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	content: "";
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.mod_photoLink .item .link:hover:before {
	overflow: hidden;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.mod_photoLink .item .link .en {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	margin-bottom: 19px;
	color: #fff;
	font-weight: bold;
	font-size: 3.5rem;
	text-align: center;
}
.mod_photoLink .item .link .ja {
	display: block;
	position: relative;
	z-index: 1;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
.footerContact {
	padding: 85px 0 100px;
	background: url(../img/common/contact_bg01.png) no-repeat center #4d8fd1;
	background-size: cover;
	color: #fff;
}
.footerContact .mod_inner {
	width: 965px;
	margin: 0 auto;
}
.footerContact .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footerContact .tit:before,
.footerContact .tit:after {
	border-top: 1px solid #fff;
	content: "";
}
.footerContact .tit:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footerContact .tit:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footerContact .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerContact .info .tel {
	width: 480px;
}
.footerContact .info .tel .txt01 {
	margin: -5px 22px 10px 0;
	font-weight: bold;
	font-size: 1.9rem;
	text-align: center;
}
.footerContact .info .tel .number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footerContact .info .tel .number .num {
	margin-right: 16px;
}
.footerContact .info .tel .number .sub {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.3rem;
}
.footerContact .info .btn {
	width: 440px;
	margin: 10px 20px 0 0;
}
.footerContact .info .btn a {
	padding: 30.5px 0;
	font-size: 2.3rem;
}
.footerContact .info .btn a:before {
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 10px;
	background: url(../img/common/ico_mail_white.png) no-repeat center;
	background-size: contain;
	content: "";
}
.footerContact .info .btn a:hover {
	color: #333;
}
.footerContact .info .btn a:hover:before {
	background-image: url(../img/common/ico_mail_black.png);
}
#googleMap {
	margin-top: 85px;
}
#googleMap .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 623px;
	background: #fff;
}
#googleMap .map {
	width: calc(50% - 5px);
}
#googleMap .map iframe {
	width: 100%;
	height: 427px;
}
#googleMap .map .txtarea {
	padding-top: 30px;
	text-align: center;
}
#googleMap .map .txtarea .name {
	font-size: 2rem;
	font-weight: bold;
}
#googleMap .map .txtarea .sub {
	padding-top: 10px;
}
#page-top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	background: url(../img/common/ico_arwUp01.png) no-repeat center #1f364d;
}
#page-top:hover {
	background-color: #8f9ba6;
}
#gFooter {
	padding-top: 60px;
	background: #1f364d;
	color: #fff;
}
#gFooter .mod_inner {
	overflow: hidden;
}
#gFooter .footerInfo {
	float: left;
	width: 370px;
}
#gFooter .footerInfo .logo {
	margin-bottom: 25px;
}
#gFooter .footerInfo .address {
	margin-bottom: 5px;
}
#gFooter .footerInfo .tel {
	margin-bottom: 15px;
}
#gFooter .footerInfo .tel .item {
	display: block;
}
#gFooter .footerInfo .btn {
	width: 210px;
}
#gFooter .footerInfo .btn a:before {
	display: inline-block;
	width: 17px;
	height: 13px;
	margin-right: 10px;
	background: url(../img/common/ico_mail_white.png) no-repeat center;
	background-size: contain;
	content: "";
}
#gFooter .footerInfo .btn a:hover {
	color: #333;
}
#gFooter .footerInfo .btn a:hover:before {
	background-image: url(../img/common/ico_mail_on.png);
}
#gFooter .footerNav {
	float: right;
	width: 760px;
}
#gFooter .footerNav .link {
	display: inline-block;
	vertical-align: top;
}
#gFooter .footerNav .link + .link {
	padding-left: 100px;
}
#gFooter .footerNav .link a {
	color: #fff;
}
#gFooter .footerNav .link .parent {
	font-weight: bold;
}
#gFooter .footerNav .link .parent + .parent {
	margin-top: 15px;
}
#gFooter .footerNav .link .parent a:before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 6px;
	height: 8px;
	margin-right: 9px;
	background: url(../img/common/ico_arowL02.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	content: "";
}
#gFooter .footerNav .link .child > a:before {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	margin-right: 9px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
	content: "";
}
#gFooter .footerNav .link .child .blank:after {
	display: inline-block;
	width: 16px;
	height: 13px;
	margin-left: 8px;
	background: url(../img/common/ico_blank_white.png) no-repeat center;
	vertical-align: middle;
	content: "";
}
#gFooter .footerNav .link .grandson {
	padding-left: 21px;
}
#gFooter .footerNav .link .grandson a:before {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 10px;
	height: 1px;
	margin-right: 4px;
	border: 0;
	background: #80858a;
	vertical-align: middle;
	content: "";
}
#gFooter .footerNav .snsLink {
	float: right;
}
#gFooter .footerNav .snsLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#gFooter .footerNav .snsLink ul li > a {
	display: block;
	width: 46px;
	height: 46px;
	background: no-repeat center;
}
#gFooter .footerNav .snsLink ul li > a.facebook {
	background-image: url(../img/common/footer/btn_facebook.png);
}
#gFooter .footerNav .snsLink ul li > a.youtube {
	background-image: url(../img/common/footer/btn_youtube.png);
}
#gFooter .footerNav .snsLink ul li > a.google {
	background-image: url(../img/common/footer/btn_google.png);
}
#gFooter .footerNav .snsLink ul li > a:hover.facebook {
	background-image: url(../img/common/footer/btn_facebook_on.png);
}
#gFooter .footerNav .snsLink ul li > a:hover.youtube {
	background-image: url(../img/common/footer/btn_youtube_on.png);
}
#gFooter .footerNav .snsLink ul li > a:hover.google {
	background-image: url(../img/common/footer/btn_google_on.png);
}
#gFooter .copyright {
	line-height: 1;
	margin-top: 60px;
	padding: 20px 0;
	border-top: 1px solid #354a5f;
	color: #747e89;
	text-align: center;
}
/*=============================================================
 05_helper
=============================================================*/
/*!  .js-name
================================================ */
/*=============================================================
 06_lib
=============================================================*/


/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 80px;
}