@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	min-width: 970px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-feature-settings: "palt";
	font-size: 13px;
	font-weight: 400;
	line-height: 2em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	position: relative;
	left: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
img, a img {
	border: none;
	display: block;
}
a {
	color: #09E;
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: underline;
}
ul, ol, dl {
	margin-top: 20px;
}
li {
	margin-left: 2em;
	margin-top: 5px;
}
li:first-child {
	margin-top: 0;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input, select, textarea {
	font-family: "メイリオ", sans-serif;
	white-space: pre-wrap;
}
input[type="submit"] {
	padding: 10px;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
table.waku {
	margin-top: 20px;
	background-color: #FFF;
	line-height: 1.5em;
}
table.waku th {
	background-image: url(../images/box_bg01.gif);
}
table.waku th, table.waku td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding: 15px;
}
p {
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
h2 {
	margin-top: 80px;
	/* [disabled]font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; */
	font-size: 300%;
	line-height: 1.5em;
	font-weight: normal;
	/* [disabled]color: #036; */
		/*font-family: 'Noto Serif JP', serif; */
		font-family: 'Shippori Mincho', serif;
/*font-family: 'Reenie Beanie', cursive;*/
		color: #003366
	}
}
h2 img {
	height: auto;
	width: 300px;
}
h2 a {
	color: #FFF;
}
h3 {
	color: #036;
	margin-top: 40px;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.4em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #036;
	padding-left: 5px;
}
h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 110%;
	line-height: 1.2em;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	overflow: hidden;
}
#header {
	padding-top: 40px;
	padding-bottom: 40px;
}
#logo img {
	margin-right: auto;
	margin-left: auto;
}
#globalNav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#globalNav ul {
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}
#globalNav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
}
#globalNav ul li a {
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#globalNav ul li:first-child a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#globalNav ul li a img {
	height: 40px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#globalNav a:hover, #globalNav .active {
	background-position: center center;
	display: block;
	background-size: cover;
	background-image: url(../images/gNav_hover.png);
}
#globalNav ul li ul {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#globalNav ul li ul li {
	float: none;
	width: 100%;
}
#globalNav ul li ul li a {
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	background-color: #444;
	border-bottom-style: solid;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	color: #FFF;
	padding: 10px;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#globalNav ul li ul li a:first-child {
	border-left-style: none;
}
#globalNav ul li ul li a:hover, #globalNav ul li ul li a.active {
	background-image: url(../images/sNav_hover.png);
}
#footer {
	background-color: #EEE;
	font-size: 70%;
	line-height: 1.5em;
	margin-top: 80px;
}
#footer a {
	color: #333;
}
#footer .inner {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 100px;
}
#footerNav {
	float: left;
}
#footer address {
	font-style: normal;
	float: right;
}
#pageTop {
	border-radius: 5px;
	padding: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/black_alpha50percent.png);
}
#pageTop:hover {
	cursor: pointer;
}
#topBox {}
#slideBox {}
#slickBox img {
	height: auto;
	width: 100%;
}
#topBox2 {
	background-size: cover;
	/* [disabled]margin-bottom: -80px;
*/
}
#topBannerBox {
	background-color: #EEE;
	overflow: hidden;
	padding: 1px;
	/* [disabled]margin-top: 40px;
*/
	margin-bottom: -80px;
}
#topBannerBox .inBox {
	float: left;
	width: 20%;
}
#topBannerBox .inBox a {
	display: block;
	padding: 1px;
}
#topBannerBox .inBox a img {
	height: auto;
	width: 100%;
}
#topBannerSlideBox {
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#topBannerSlideBox .inBox img {
	height: auto;
	width: 100%;
}
#topBannerSlideBox .inBox a {
	padding: 10px;
	display: block;
}
#topBannerSlideBox_pc {
	margin-right: -10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#topBannerSlideBox_pc .inBox img {
	height: auto;
	width: 100%;
}
#topBannerSlideBox_pc .inBox a {
	padding: 10px;
	display: block;
}
#topBannerSlideBox_sp {
	display: none;
}
#topBannerVideo_pc  {
	margin-top: 20px;
}
#topBannerVideo_sp {
	display: none;
	margin-top: 40px;
}
#sitemap {
	margin-top: 40px;
}
#sitemap a {
	color: #666;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap ul li {
	list-style-type: none;
	background-image: url(../images/line_dot02_30px.png);
	background-repeat: repeat-x;
	background-position: left 49px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sitemap ul li .top_layer {
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #036;
	padding-left: 10px;
	font-weight: bold;
	line-height: 30px;
}
#sitemap ul li ul {
	padding-top: 20px;
	margin-top: 10px;
}
#sitemap ul li ul li {
	padding-bottom: 0px;
	background-image: none;
	padding-left: 40px;
	margin-top: 0px;
}
#caseIndex {
	padding-top: 80px;
}
#caseIndex .columnSub img {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#caseIndex h2 {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 40px;
}
#caseIndex .inBox {
	overflow: hidden;
	margin-bottom: 40px;
}
#caseIndex .inBox:last-child {
	margin-bottom: 0px;
}
#caseIndex .inBox .photo {
	width: 75px;
	float: left;
	margin-right: 10px;
}
#caseIndex .inBox .photo img {
	height: auto;
	width: 100%;
}
#caseIndex .inBox h3 {
	margin-top: 0px;
	overflow: hidden;
}
#caseIndex .inBox p {
	margin-top: 10px;
	overflow: hidden;
	line-height: 1.5em;
}
#caseIndex .inBox p a {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 15px;
}
#clientBox .inBox {
	overflow: hidden;
	margin-top: 80px;
}
#clientBox .inBox h3 {
	float: left;
	margin-top: 0px;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	padding-left: 20px;
}
#clientBox .inBox ul {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	overflow: hidden;
}
#clientBox .inBox ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin: 0px;
	line-height: 20px;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
}
#voiceBox .inBox p {
	background-image: url(../images/line_dot02_30px.png);
	background-position: left top;
	padding-bottom: 1px;
	margin-top: 10px;
	line-height: 30px;
}
#corporateOutline {}
#corporateOutline dl {
	margin-top: 40px;
}
#corporateOutline dl dt {
	float: left;
	width: 90px;
	margin: 0px;
	padding-right: 20px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: right;
}
#corporateOutline dl dd {
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: hidden;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#corporateAccess {
	overflow: hidden;
}
#corporateAccess img {
	height: auto;
	width: 100%;
}
#corporateAccess .inBox {
	float: left;
	width: 360px;
}
#corporateAccess .inBox2 {
	float: right;
	width: 540px;
}
#corporateHistory dl {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
#corporateHistory dl dt {
	float: left;
	margin: 0px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
	line-height: 24px;
}
#corporateHistory dl dd {
	margin: 0px;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
	line-height: 24px;
	font-size: 12px;
}
#notFoundBox {
	text-align: center;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#notFoundBox h3 {
	border-left-style: none;
	padding: 0px;
}
#notFoundBox p {
	text-align: center;
}
#notFoundBox .button {
	margin-top: 60px;
}
.js_span_wrap_text {
	display: block;
	justify-content: space-between;
	align-items: center;
}
.textJustify {
	text-align-last: justify;
	-webkit-text-align-last: justify;
	-moz-text-align-last: justify;
	display: block;
	text-justify: inter-ideograph;
}
.textJustify_all {
	text-align-last: justify;
	-webkit-text-align-last: justify;
	-moz-text-align-last: justify;
	display: block;
	text-justify: inter-ideograph;
}
.textBlock {
	display: block;
}
.inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.inner2 {
	max-width: 410px;
	margin-right: auto;
	margin-left: auto;
}
.inner3 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.container01 {
	background-color: #EEE;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.columnBox {
	overflow: hidden;
}
.columnMainLeft {
	float: left;
	width: 600px;
	margin-right: 80px;
}
.columnMainRight {
	float: right;
	width: 600px;
}
.columnSub, .columnPhoto {
	float: left;
	width: 270px;
}
.columnPhoto img {
	height: auto;
	width: 100%;
}
.columnSub img {
	width: 270px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
}
.imgLeft {
	float: left;
	margin-right: 20px;
}
.imgRight {
	float: right;
	margin-left: 20px;
}
.overflow_h {
	overflow: hidden;
	zoom: 1; /* IE6,7対策 */
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.margin_top00 {
	margin-top: 0px !important;
}
.margin_top05 {
	margin-top: 5px !important;
}
.margin_top10 {
	margin-top: 10px !important;
}
.margin_top20 {
	margin-top: 20px !important;
}
.margin_top30 {
	margin-top: 30px !important;
}
.margin_top40 {
	margin-top: 40px !important;
}
.margin_top60 {
	margin-top: 60px !important;
}
.margin_top80 {
	margin-top: 80px !important;
}
.text_small {
	font-size: 85%;
	line-height: 1.5em;
}
.text_large {
	font-size: 120%;
	line-height: 1.5em;
}
.reg {
	font-size: 70%;
}
.textmodeZenkaku {
	ime-mode: active; /* 全角モード */
}
.textmodeHankaku {
	ime-mode: disabled; /* 半角モード */
}
.appeal_color {
	color: #C36;
}
.attentionList {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0px;
}
.box_waku01 {
	padding: 19px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-image: url(../images/box_bg01.gif);
	background-color: #FFF;
}
.box_waku02 {
	padding: 30px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
.formBox {
	padding: 20px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 80px;
	background-image: url(../images/box_bg01.gif);
	border: 1px solid #EEE;
	background-color: #FFF;
}
.formBox dl {
	margin: 0px;
	padding: 0px;
}
.formBox dt {
	float: left;
	width: 8em;
	clear: both;
	margin-right: 2em;
	text-align: right;
	font-size: 90%;
	display: block;
	text-justify: inter-ideograph;
	margin-top: 10px;
	position: relative
}
.formBox dt.required::after {
	content: "＊";
	color: #C36;
	position: absolute;
	top: 0px;
	right: -1em;

}
.formBox dt.text3 {
	width: 4em;
	padding-left: 4em;
}
.formBox dd {
	float: left;
	width: calc(100% - 10em);
	margin-top: 10px;
}
.w30percent {
	width: 30%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w80percent {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w100percent {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 15px;
	list-style-type: none;
}
.icon_R {
	font-family: "Noto Sans JP", "メイリオ", sans-serif;
	font-size: 70%;
	vertical-align: super;
}

.icon2_R {
	font-family: "Noto Sans JP", "メイリオ", sans-serif;
	font-size: 70%;
	vertical-align: baseline;
}

.button {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	text-decoration: none;
	background-color: #36F;
	color: #FFF;
	border-radius: 3px;
	background-size: contain;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #58F;
	border-right-color: #14D;
	border-bottom-color: #14D;
	border-left-color: #58F;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button a:hover {
	background-color: #25E;
}
.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
}
.lang-switcher {
  font-family: sans-serif;
  font-size: 14px;
  text-align: right;
  padding: 10px;
}

.lang-switcher a {
  text-decoration: none;
  color: #333; /* サイトの色に合わせて調整 */
}

.lang-switcher span {
  font-weight: bold;
  color: #999; /* 現在の言語を薄くする */
}
