@charset "UTF-8";

/* Table Of Contents
----------------------------------------

1. General
2. Header
3. Footer
4. Content
	4.a. Breadbrumb
5. Sidebar

----------------------------------------*/


/* 1. General
---------------------------------------------------------------------------- */
body {
	font-family: "Meiryo", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #3c3736;
	line-height: 1.4;
	font-size: 16px;
    -webkit-text-size-adjust: 100% !important;
}

a {
	color: #2e3192;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a:hover,
a:focus,
a:active {
	color: #3034c1;
	text-decoration: none;
}

.row,
.clearfix {
	zoom: 1;
}

.row:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

label {
	cursor: pointer;
}

input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"] {
	background-color: #eef4fa;
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 6px 16px 4px;
	font-family: "Meiryo", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #3c3736;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
}

textarea {
	background-color: #eef4fa;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 16px 4px;
	height: 166px;
	border: 1px solid #d6d6d6;
	font-family: "Meiryo", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #3c3736;
	outline: none;
	display: block;
	font-size: 16px;
}

input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #adaeb0;
    opacity: 1;
}

input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #adaeb0;
}

input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #adaeb0;
}

.button-action,
input[type="submit"], button[type="submit"],
input[type="reset"], button[type="reset"] {
	color: #575757;
	font-size: 18px;
	text-align: center;
	font-family: "Meiryo", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	background-color: #e9ebee;
	border: none;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
    width: 200px;
    padding: 17px 10px 16px;
    text-decoration: none;
    display: inline-block;
}

.button-action:hover, .button-action:focus, .button-action:active,
input[type="submit"]:hover, button[type="submit"]:hover,
input[type="reset"]:hover, button[type="reset"]:hover {
	color: #fff;
	background-color: #00a2fa;
	font-weight: 700;
}

a img {
	-webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.img-responsive {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.container {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.container {
		overflow: hidden;
	}
}

/* 2. Header
---------------------------------------------------------------------------- */
#header {
	/*background: url(../../image/common/bg-header.gif) repeat-x 0 0;*/
    background: linear-gradient(#FFF, #F2F2F2);
	padding: 0 0 10px;
	height: 107px;
}

.fixed {
	position: static;
	left: 0;
	top: -150px;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
	z-index: 100;
	-moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.fixed.sticky {
	position: fixed;
	top: 0;
}

@media screen and (max-width: 960px) {
	#header {
		min-width: 960px;
	}
}

#header img {
	display: block;
}

#header .container {
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
/*	border: 1px solid #eaeaec;*/
	border-bottom: none;
	border-right: none;
}

#logo {
	float: left;
	width: 268px;
	background-color: #fff;
}

.navbar-wrap {
	float: right;
}

.tophead span {
	float: left;
	background-color: #e9ebef;
	padding: 20px 0 0 24px;
	height: 54px;
	width: 475px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tophead a {
	float: right;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.tophead .btn-contact-o img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tophead .btn-contact-o:hover img {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tophead .btn-contact-o {
	background-image: url(../../image/common/btn-contact-o-1.gif);
}

#mainmenu {
	clear: both;
}

#mainmenu li {
	float: left;
	position: relative;
}

#mainmenu li > a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mainmenu li > a img {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	opacity: 1;
	filter: alpha(opacity=100);
}

#mainmenu .active > a img,
#mainmenu li > a:hover img,
#mainmenu li:hover > a img {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

#mainmenu .nav-strength > a {
	background-image: url(../../image/common/nav-strength-o.gif);
}

#mainmenu .nav-product > a {
	background-image: url(../../image/common/nav-product-o.gif);
}

#mainmenu .nav-business > a {
	background-image: url(../../image/common/nav-business-o.gif);
}

#mainmenu .nav-introduction > a {
	background-image: url(../../image/common/nav-introduction-o.gif);
}

#mainmenu .nav-about > a {
	background-image: url(../../image/common/nav-about-o.gif);
}

#mainmenu li ul {
	position: absolute;
	width: 125px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	left: 0;
	top: 115%;
	padding: 6px 7px;
	border-top: 3px solid #00a2fa;
	background-color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: -99;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
#mainmenu li ul.w150 {
	width: 150px !important;
}
#mainmenu li ul.w200 {
	width: 200px !important;
}
#mainmenu li:hover ul {
	top: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 999;
	visibility: visible;
}

#mainmenu li ul li {
	float: none;
	border-bottom: 1px solid #e6e5e5;
}

#mainmenu li ul li:last-child {
	border: none;
}

#mainmenu li ul li a {
	display: block;
	color: #384a64;
	font-size: 11px;
	padding: 5px 0 5px 9px;
	position: relative;
	text-decoration: none;
}

#mainmenu li ul li a:hover {
	text-decoration: underline;
}

#mainmenu li ul li a:before {
	content: "";
	width: 5px;
	height: 7px;
	background: url(../../image/common/icons.png) no-repeat -103px -3px;
	position: absolute;
	left: 0;
	top: 10px;
}

/* 4. Content
---------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
	#main {
		min-width: 960px;
	}
}

/* 4.a. Breadbrumb */
.breadbrumb {
	padding: 12px 0 8px;
}

.breadbrumb ul {
	list-style: none;
}

.breadbrumb ul li {
	float: left;
	font-size: 13px;
	padding-right: 10px;
}

.breadbrumb ul li a {
	text-decoration: none;
}

.breadbrumb ul li a:hover,
.breadbrumb ul li a:focus,
.breadbrumb ul li a:active {
	text-decoration: underline;
}

.breadbrumb ul li:not(:last-child):after {
	content: ">";
	margin-left: 10px;
}

.inquiry {
	border: 3px solid #394963;
	padding: 16px 30px 16px 20px;
	margin-bottom: 20px;
}

.inquiry .content {
	width: 515px;
	float: left;
	padding: 25px 0 0 75px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    min-height: 80px;
}

.inquiry .content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 72px;
	background: url(../../image/common/icons.png) no-repeat 0 -46px;
}

.inquiry h4 {
	font-weight: 600;
	font-size: 26px;
}

.btn-inquiry {
	float: right;
	width: 380px;
	padding: 6px 0;
}

.btn-inquiry a {
    display: block;
    width: 380px;
    height: 80px;
    background: url(../../image/common/btn-contact-2on.gif) no-repeat 0 0;
}

.btn-inquiry img {
	display: block;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
}

.btn-inquiry a:hover img {
    opacity: 0;
}

.policy {
	padding: 0 0 0 106px;
    margin: 0 0 30px 0;
}

.policy figure {
	float: left;
	width: 95px;
}

.policy .content {
	float: left;
	padding: 20px 0 0 29px;
	width: 730px;
}

.policy .content div {
	padding: 7px 0 0 0;
}

.policy .content .label {
	background-color: #f2f2f2;
	width: 280px;
	text-align: center;
	padding: 10px 5px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: middle;
}

.policy .content .info {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
	padding-top: 3px;
	width: 400px;
}

/* 5. Sidebar
---------------------------------------------------------------------------- */

/* 3. Footer
---------------------------------------------------------------------------- */
#footer {
	margin-top: 92px;
	min-width: 960px;
}

.ftop-wrap {
	background-color: #f2f2f2;
	border-top: 1px solid #ccd7e9;
	border-bottom: 1px solid #ccd7e9;
}

.ftop-wrap .container {
	position: relative;
	height: 46px;
	overflow: visible !important;
}

.fbreadscrumb {
	font-size: 14px;
	line-height: 48px;
	height: 46px;
	float: left;
	position: relative;
}

.fbreadscrumb:before {
	content: "";
	position: absolute;
	left: -1200%;
	top: 0;
	background-color: #ccd0d7;
	width: 1200%;
	height: 46px;
}

.fbreadscrumb span,
.fbreadscrumb a {
	color: #394a64;
	background-color: #ccd0d7;
	display: inline-block;
	height: 46px;
	padding: 0 26px 0 54px;
	z-index: 6;
	position: relative;
	text-decoration: none;
}

.fbreadscrumb a:hover,
.fbreadscrumb a:focus,
.fbreadscrumb a:active {
	text-decoration: underline;
}

.fbreadscrumb a + a {
	z-index: 5;
}

.fbreadscrumb a + a + a {
	z-index: 4;
}

.fbreadscrumb a + a + a + a {
	z-index: 3;
}

.fbreadscrumb a + a + a + a + a {
	z-index: 2;
}

.fbreadscrumb a + a + a + a + a + a {
	z-index: 1;
}

.fbreadscrumb span {
	z-index: 1;
}

.fbreadscrumb span:after,
.fbreadscrumb a:after {
	content: "";
	position: absolute;
	right: -17px;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	border-left: 17px solid #ccd0d7;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	z-index: 2;
}

.fbreadscrumb span,
.fbreadscrumb a:not(:first-child) {
	background-color: #e4e5e9;
	padding: 0 36px 0 54px;
}

.fbreadscrumb span:before,
.fbreadscrumb a:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	border-left: 17px solid #f2f2f2;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	z-index: 2;
}

.fbreadscrumb span:after,
.fbreadscrumb a:not(:first-child):after {
	border-left: 17px solid #e4e5e9;
}

.fbreadscrumb .ico-home:before {
	height: 22px;
	margin-right: 4px;
}

.pagetop {
	position: absolute;
	right: 0;
	top: -1px;
}

.fnav-wrap {
	clear: both;
	background-color: #394a64;
	color: #fff;
	font-size: 14px;
}

.fnav-wrap a {
	color: #fff;
	text-decoration: none;
}

.fnav-wrap a:hover,
.fnav-wrap a:focus,
.fnav-wrap a:active {
	text-decoration: underline;
}

.flogo {
	float: left;
	padding: 31px 0 30px 33px;
}

.flogo img {
	display: block;
}

#fnav {
	float: right;
	width: 653px;
	padding: 29px 0 0 0;
}

#fnav ul li {
	float: left;
	line-height: 1.4;
	padding: 0 20px 0 0;
	position: relative;
}

.f-links li:before,
#fnav ul li:before {
	content: "";
	background-image: url(../../image/common/icons.png);
	background-repeat: no-repeat;
	background-position: -134px 0;
	width: 7px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

#fnav ul li:before {
	margin-right: 16px;
}

.f-links li a:hover,
#fnav ul li a:hover {
	text-decoration: underline;
}

#fnav ul li a {
	display: inline-block;
	vertical-align: middle;
}

#fnav ul li ul {
	position: absolute;
	left: 0;
	top: 27px;
	width: 100px;
}

#fnav ul li ul li {
	float: none;
	font-size: 12px;
	padding: 0 0 5px 28px;
	line-height: 1.3;
}

#fnav ul li ul li:before {
	background: #00a2fa;
	height: 2px;
	width: 7px;
	top: 7px;
	position: absolute;
	left: 10px;
}

.fnav-banner {
	clear: both;
	margin-bottom: 10px;
}

.fnav-banner p {
	text-align: center;
}

.fnav-banner a {
	margin-right: 10px;
}

.fbot-wrap {
	clear: both;
	background-color: #3b404d;
	font-size: 11px;
	padding: 35px 0 32px 0;
}
/*20161013　更新者：森絢子 ↑font-sizeを11pxに変更*/

.fbot-wrap .container {
	overflow: hidden;
}

.fbot-wrap,
.fbot-wrap a {
	color: #fff;
}

.f-links {
	list-style: none;
	padding: 0 0 0 23px;
	margin: 0;
	float: left;
	width: 920px;
}
/*20210331　UPD-M.Ichikawa ↑widthを480pxから920pxに変更*/

.f-links li {
	float: left;
	padding: 0 0 0 12px;
}

.f-links li:first-child:before {
	display: none;
}

.f-links li a {
	text-decoration: none;
}

.f-links li a:hover,
.f-links li a:focus,
.f-links li a:active {
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	float: right;
	text-align: right;
	padding: 0 15px 0 0;
	width: 480px;
}