@charset "utf-8";
/**********************************************

	basic_style_forSP.css

**********************************************/
/* 文字折り返し設定 */
* {
	word-wrap: break-word !important;
}
::selection {
	background: #e0f6fd;
}
::-moz-selection {
	background: #e0f6fd;
}

/*--------------------------------------------

	デフォルト設定

---------------------------------------------*/
/* html */
html {
	height: 100%;
	width: 100%;
}
/* body */
body {
	position: relative;
	width: 100%;
	font-family: "黑体";
	font-size: 14px;
	color: #000000;
	-webkit-text-size-adjust: 100% !important;
}
/* form関連 */
input[type="text"],input[type="password"],textarea,select {
	height: 45px;
	padding-left: 10spx;
	padding-right: 10px;
	font-family: "黑体";
	font-size: 14px;
	color: #000000;
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	font-family: "黑体";
}
input::-webkit-input-placeholder {
	color: #cccccc;
	font-weight: normal;
}
input:-ms-input-placeholder {
	color: #cccccc;
	font-weight: normal;
}
input::-moz-placeholder {
	color: #cccccc;
	font-weight: normal;
}
label {
	font-weight: normal!important;
	margin-bottom: 0;
	max-width: 100%;
}
input[type="radio"].radio {
	min-height: 0;
	display: inline-block;
}
/* ボタン初期設定 */
button {
	background: none;
	border: none;
	font-family: "黑体";
	/* font-size: 18px; */
	/* font-weight: bold; */
	cursor: pointer;
	padding: 0;
}
p,
table tr td {
	line-height: 1.5em;
}
p,dl,h1,h2,h3,h4 {
	margin: 0;
}
h1,h2,h3,h4 {
	line-height: 1.0em;
}
small {
	font-size: 10px;
}
/* imgタグレスポンシブ対応 */
img {
	max-width: 100%;
	height: auto;
	width/***/ :auto;
}
/* .device01 PCレイアウトは非表示 */
.device01 {
	display: none !important;
}
/* リンク */
a {
	transition: color 0.2s;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none!important;
}
.type-buttonlinenone a:hover {
	text-decoration: none;
}
a img {
	transition: all 0.25s;
}
/* フォントOpenSans */
/*opensans*/
.ff-sans {
	font-family: 'Open Sans';
}
/*明朝体*/
.ff-min {
	font-family: "黑体";
}
/*--------------------------------------------

	レイアウト

---------------------------------------------*/
.inner-frame {
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*--------------------------------------------

	基本構成パーツ

---------------------------------------------*/
/*--------------------------------------------
	ヘッダー
---------------------------------------------*/
#header_all {
	position: fixed;
	max-width: 768px;
	width: 100%;
	top: 0;
	z-index: 800;
	float: 0px;
	float: left;
	border-bottom: 2px solid #d9d9d9;
}
#header {
	height: 48px;
	background: #ffffff;
	width: 100%;
	position: relative;
}
/* ロゴ配置 */
#header > .inner-frame {
	position: relative;
	height: 49px;
	width: 100%;
}
#header > .inner-frame > h1 {
	position: absolute;
	height: 25px;
	top: 11px;
	left: 10px;
}
#header > .inner-frame > h1 img{
	height: 100%;
}
/* メニューナビゲーション */
ul#menunavigation {
	position: absolute;
	height: 49px;
	left: 177px;
	display:none;
}
/* 機能ナビゲーション */
ul#menuinfolinks {
	position: absolute;
	right: 10px;
	top: 15px;
}
ul#menuinfolinks > li {
	display: inline-block;
	margin-left: 20px;
}
ul#menuinfolinks > li:first-child {
	margin-left: 0;
}
ul#menuinfolinks > li a {
	display: block;
}
/* spグローバルナビメニュー */
#menunavigation_sp,
.searcharea {
	display: none;
	background: #ffffff;
	width: 257px;
	height: 100%;
	position: fixed;
	top: 49px;
	right: 0;
	z-index: 900;
}
.icon-contact {
	width: 22px;
}
.icon-search img
 {
	width: 19px;

}
/* スイッチ */
.menu-trigger {
	width: 19px;
}
ul.list-spnavi li {
	border-bottom: 1px solid #d9d9d9;
	background: url("../img/icon_gnavi_link.png") no-repeat right center;
	background-size: 18px;
}
/* アコーディオン有の場合 */
ul.list-spnavi.accrodion li {
	background: url("../img/icon_gnavi_accrodion_on.png") no-repeat right center;
	background-size: 27px;
	cursor: pointer;
}
ul.list-spnavi.accrodion li.active {
	background: url("../img/icon_gnavi_accrodion_off.png") no-repeat right center;
	background-size: 27px;
	cursor: pointer;
}
ul.list-spnavi li a,
ul.list-spnavi li span {
	display: block;
	padding: 13px 20px 13px 10px;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: "黑体";
}
ul.list-spnavi li a:hover,
ul.list-spnavi li span:hover {
	text-decoration: none!important;
}
/* アコーディオン内 */
.servicemenu-sp {
	display: none;
}
.list-in-accordion li {
	border-bottom: 1px solid #d9d9d9;
	background: url("../img/icon_gnavi_link.png") no-repeat right center #f1f2f6;
	background-size: 18px;
}
.list-in-accordion li a {
	padding: 13px 20px 13px 20px;
	color: #333333;
	display: block;
}
.list-in-accordion li a:hover {
	text-decoration: none!important;
}
/* 英語版リンクボックス */
.link-box-gnavi {
	background-size: 25px;
	border: 2px solid #e8e8e8;
	border-radius: 25px;
	margin-top: 20px;
	width: 215px;
	margin: 20px auto 0;
}
.link-box-gnavi a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #00b3ec;
}
/*--------------------------------------------
	モーダル
---------------------------------------------*/
/* 背景 */
#modal_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34,0.5);
	z-index: 160;
}

/*--------------------------------------------
	メガメニュー内コンテンツリンク
---------------------------------------------*/

#menu_service,
#menu_ir,
#window_search {
	position: fixed;
	background: #f7f8f8;
	display: none;
	z-index: 99;
}
.menu-contents {
	padding-bottom: 30px;
	display: none;
}
.menu-contents ul > li {
	float: left;
	width: 292px;
	margin-left: 40px;
}
.menu-contents ul > li:first-child {
	margin-left: 0;
}
/* リンクリスト */
.menu-contents dl.link-list-menulinks {
	margin-top: 32px;
}
.menu-contents dl.link-list-menulinks dt {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 12px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.menu-contents dl.link-list-menulinks dd {
	margin-top: 15px;
}
.menu-contents dl.link-list-menulinks dd > ul.list-megacontents-links > li:nth-child(odd) {
	float: left;
	margin-right: 20px;
}
.menu-contents dl.link-list-menulinks dd > ul.list-megacontents-links > li:nth-child(even){
	float: right;
}
.menu-contents dl.link-list-menulinks dd > ul.list-megacontents-links > li {
	width: 136px;
	margin-bottom: 20px;
	margin-left: 0;
}
.menu-contents dl.link-list-menulinks dd > ul.list-megacontents-links > li p {
	margin-top: 7px;
}



/* サーチエリア */
.searcharea {
	background: #f7f8f8;
}
/* サーチフォーム */
.searchform {
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
}
.searcharea input[type="text"] {
	width: 216px;
	font-size: 13px;
	border: none;
	padding-left: 10px;
}
.searcharea .button-search {
	position: absolute;
	top: 10px;
	left: 190px;
}
.button-search input[type="image"] {
	border: none;
	width: 18px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #cccccc!important;
}
.gsib_a {
	padding-right: 8px!important;
	padding-left: 8px!important;
}
.gsst_a {
	padding-top: 7px!important;
}

/*--------------------------------------------
	コンテンツ
---------------------------------------------*/
#contents {
	padding-top: 50px;
}
#contents.second {
	padding-top: 35px;
}
#contents.second.pd0 {
	padding-top: 0;
}
/*--------------------------------------------
	フッター前バナー配置エリア
---------------------------------------------*/
/* 標準 */
.relationlinks.top {
	margin-top: 5px;
	border-top: 1px solid #c9c9c9;
	padding-top: 30px;
}
/* テキストつき画像バナー */
ul.list-half-textbnr li {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-top: 10px;
	width: 100%;
}
ul.list-half-textbnr li:first-child {
	margin-top: 0;
}
ul.list-half-textbnr li a {
	color: #00b3ec;
	font-size: 19px;
	position: relative;
	display: block;
}
ul.list-half-textbnr li img {
	display: block;
	width: 100%;
}
ul.list-half-textbnr li span {
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 18px;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
}
/* 2clmリンクボックス */
ul.listlayout-2clm-roundlinks {
	margin: 30px auto 0;
}
ul.listlayout-2clm-roundlinks > li {
	margin-bottom: 20px;
	width: 47%;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* 3clmリンクボックス */
ul.listlayout-3clm-roundlinks {
	margin: 30px auto 35px 0;
}
ul.listlayout-3clm-roundlinks > li {
	margin-bottom: 20px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.listlayout-3clm-roundlinks li:first-child {
	/*margin-top: 0;*/
}
/* 奇数アイテム */
ul.listlayout-3clm-roundlinks > li:nth-child(odd) {
}
/* wrapperitemsを囲う場合のみ */
ul.listlayout-3clm-roundlinks.items > li {
	width: 100%;
	margin-left: 0;
}
ul.listlayout-3clm-roundlinks.items > li:first-child {
	margin-left: 0;
}
#common_footer {
	background: #00b3ec;
	padding: 20px 0 6px;
}
#common_footer .inner-frame {
}
#common_footer ul {
	text-align: center;
}
#common_footer ul li {
	display: inline-block;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
	margin-bottom: 13px;
}
#common_footer ul li:first-child {
	border-left: 0;
}
#common_footer ul li a {
	color: #ffffff;
	font-size: 12px;
}
/* コピーライト */
#common_copyright {
	text-align: center;
	color: #ffffff;
	margin-top: 14px;
	opacity: 0.7;
	font-size: 9px;
}
/* youtubeなどリンク */
#other_links_footer {
	text-align: center;
	margin-top: 4px;
}
#other_links_footer img.youtube {
	height: auto;
}
#other_links_footer img {
	width: 53px;
	height: auto;
}
#other_links_footer img.direct {
}
/*--------------------------------------------
	フッター
---------------------------------------------*/
#footer {
	margin-top: 30px;
	color: #ffffff;
	position: relative;
}
/* ページトップ */
#pagetop {
	background: url("../img/pagetop_img.png")no-repeat center bottom;
	height: 31px;
	width: 177px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#pagetop p {
	opacity: 0;
}
#pagetop img{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/*------------------------------------------

	TOP

---------------------------------------------*/
#mainvisual {
	background: url("../img/mv_sp.png") no-repeat left top;
	background-size: cover;
	position: relative;
	min-height: 140px;
	padding-top: 19%;
}
#mainvisual video {
	display: none;
}
.main-catchcopy h1 {
	color: #ffffff;
	font-size: 4vw;
	font-weight: bold;
}
.main-catchcopy h1 img {
	width: 169px;
	height: 34px;
}
.main-catchcopy h1 span {
	font-size: 13px;
	margin-top: 10px;
	font-weight: normal;
	display: block;
	line-height: 1.5em;
}
#mainvisual .main-catchcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.layout-mvbutton {
	margin: 20px auto 0!important;
}

/* 一行ニュース */
#news_emergency {
	background: #e5f7fd;
	padding: 10px;
}
#news_emergency dl dt {
	display: none;
}
#news_emergency dl dd {
	display: inline-block;
}
#news_emergency dl dd a {
	color: #00b3ec;
}

/* 製品情報タブ */
ul.list-tabs-2clm {
	width: 100%;
	margin: 25px auto 0;
	text-align: center;
}
/* 青タブ */
ul.list-tabs-2clm.blue {
	border-bottom: 1px solid #00b3ec;
}
/* グレータブ */
ul.list-tabs-2clm.gray {
	border-bottom: 1px solid #cccccc;
}
ul.list-tabs-2clm.large.gray {
	border-bottom: none;
}
ul.list-tabs-2clm li {
	height: 33px;
	line-height: 33px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: inline-block;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 130px;
	text-align: center;
	margin-left: 10px;
}

ul.list-tabs-2clm.large.gray {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

ul.list-tabs-2clm.large.gray > li,
ul.list-tabs-2clm.large.gray > li.active {
	flex-basis: 48.5%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	line-height: 15px;
}
ul.list-tabs-2clm.large.gray > li:last-child {
	margin-bottom: 0;
}

ul.list-tabs-2clm.large.gray > li > a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 青タブ */
ul.list-tabs-2clm.blue li {
	background: #fdfeff;
}
/* グレータブ */
ul.list-tabs-2clm.gray li {
	background: #f7f7f8;
}
ul.list-tabs-2clm li:hover {
	cursor: pointer;
}
ul.list-tabs-2clm li:first-child {
	margin-left: 0;
}
ul.list-tabs-2clm li.active {
	color: #00b3ec;
	background: none;
	margin-bottom: -1px;
}
/* 青タブ */
ul.list-tabs-2clm.blue li.active {
	background: #f0f9fe;
	border-bottom: transparent 1px solid;
	margin-bottom: -1px;
	border-left: 1px solid #00b3ec;
	border-top: 1px solid #00b3ec;
	border-right: 1px solid #00b3ec;
}
/* グレータブ */
ul.list-tabs-2clm.gray li.active {
	background: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,1.0);
	margin-bottom: -1px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
ul.list-tabs-2clm li.active span {
	color: #00b3ec;
	font-weight: bold;
}
ul.list-tabs-2clm li span {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	display: block;
}
/* タブ 罫線グレー*/
ul.list-tabs-2clm {
	border-bottom: 1px solid #cccccc;
}
.wrapper-tabs-incontents#tabcontents_01 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
.wrapper-tabs-incontents#tabcontents_02 {
	display: none;
	padding-top: 15px;
	padding-left: 10px;
}

ul.listlayout-2clm-manytiles.incontents {
}
ul.listlayout-2clm-manytiles.incontents li {
	margin-bottom: 10px;
	height: auto;
}
/*セクション パターン１*/
.section-patter01 {
	padding-top: 35px;
	padding-bottom: 25px;
}
.section-patter01 p.ta-center {
	margin-bottom: 15px;
	line-height: 1.67em;
}
.section-patter01.bg-pic p.ta-center {
	margin-bottom: 15px;
	padding: 0 10px;
}
/*セクション サービス*/
.section.bg-service {
	padding-top: 27px;
	padding-bottom: 27px;
}
/*セクション お知らせの場合のみ一覧リンクの配置位置*/
.section.news .f-right {
	padding-right: 10px;
	color: #333333;
}
.section.news a.link-arrow-right {
	color: #333333;
}
/*セクション お知らせ*/
.section.news {
	padding-top: 35px;
	padding-bottom: 30px;
}
/* セクションタイトル */
h2.title-section-large {
	font-size: 20px;
	color: #333333;
	margin-bottom: 14px;
	text-align: center;
	font-weight: normal;
}
h2.title-section-large span {
	font-size: 11px;
	color: #00b3ec;
	display: block;
	line-height: 1.0em;
	padding-top: 5px;
	font-weight: bold;
}
h2.title-section-large p,
h2.title-section-large+p {
	margin-top: 15px;
	font-size: 13px;
}

/* 2clm 大小タイルリスト */
ul.listlayout-2clm-manytiles {
}
ul.listlayout-2clm-manytiles li {
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
ul.listlayout-2clm-manytiles li.parttern01 {
}
ul.listlayout-2clm-manytiles li.parttern02 {
	/*float: left;*/
	width: 50%;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}
ul.listlayout-2clm-manytiles li.parttern03 {
	/*float: right;*/
	width: 50%;
	padding: 0 0 0 5px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.listlayout-2clm-manytiles li.parttern04 {
	margin-top: 10px;
}
ul.listlayout-2clm-manytiles li a {
	display: block;
}
ul.listlayout-2clm-manytiles li p.text {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
ul.listlayout-2clm-manytiles.products li p.text,
ul.listlayout-2clm-manytiles li p.black.text {
	color: #333333;
}
ul.listlayout-2clm-manytiles li span {
	display: none;
}
ul.listlayout-2clm-manytiles li > a > img {
	display: block;
	width: 100%;
}
ul.listlayout-2clm-manytiles li:hover img {
}


/* 3clm 大小タイルリスト */
ul.listlayout-3clm-manytiles {
}
ul.listlayout-3clm-manytiles li {
	display: inline-block;
	width: 49%;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.listlayout-3clm-manytiles li a {
	position: relative;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
ul.listlayout-3clm-manytiles li p.text {
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	z-index: 1;
}
ul.listlayout-3clm-manytiles.products li p.text {
	color: #333333;
}
ul.listlayout-3clm-manytiles.products li p.text.white {
	color: #ffffff;
}
ul.listlayout-3clm-manytiles li span {
	display: none;
}
ul.listlayout-3clm-manytiles li > a > img {
	display: block;
	width: 100%;
}
ul.listlayout-3clm-manytiles li p.subtext {
	display: none;
}
/* サービスの背景に画像 */
.bg-pic {
	background: url("../img/bg_service_sp.png") no-repeat left top;
	background-size: cover;
}
.bg-rightwhite {
	background: #fbfdff;
}
/*セクション お知らせの場合のみ一覧リンクの配置位置*/
.section.news .title-section-large {
}

/* お知らせリスト 外部CSS上書き */
table.announce_table {
	border-top: 1px solid #c9c9c9!important;
	margin-bottom: 15px;
}
table.announce_table > tr {
	padding: 10px 0!important;
	cursor: pointer;
	display: block;
	background: url("../img/ico_link_arrow_text.png")no-repeat right center;
	padding-right: 10px!important;
}
div#eir_corporate_top {
	width: 100%!important;
	height: auto!important;
	overflow: visible!important;
}
div#ir_library {
	padding-top: 0!important;
}
div#announcement {
	margin-top: 0!important;
}
table.announce_table {
	width: 100%!important;
	margin-left: 0!important;
}
table.announce_table th {
	width: 100%!important;
	min-width: 100%!important;
	font-size: 12px!important;
	float: none;
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* clearfix設定 */
table.announce_table th:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#ir_library div#announcement div#divtxt {
	padding-right: 14px!important;
	display: block;
	color: #737373;
	padding-top: 5px;
}
div#ir_library div#announcement div#divimg {
	float: left!important;
}
span.label-news_attr01 {
	margin-right: 0!important;
	display: block;
	font-size: 11px;
}
table.announce_table td.ann_title {
	vertical-align: middle!important;
	padding-top: 10px!important;
	min-width: 100%!important;
	width: 100%!important;
	font-size: 14px!important;
	display: block;
}
table.announce_table td.ann_title img {
	display: none;
}
table.announce_table td.ann_icon {
	vertical-align: middle!important;
	display: none!important;
}

/*--------------------------------------------

	ビジョン（spは通常スクロールとする）

---------------------------------------------*/
#contents.vision {
	padding-top: 0!important;
	margin-top: 50px;
}
.fp-tableCell {
}
.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell{
	height: auto !important;
	padding-top: 0!important;
	display: block;
}
@media (max-width: 768px){
	#section3.fp-section,
	#section3 .fp-tableCell{
		height: auto !important;
		min-height: 100%;
	}
}

/*--------------------------------------------
	セクション1
---------------------------------------------*/
/* ムービー設置 */
#heromovie {
	background: url("../img/karimovie.png")no-repeat left top;
	height: 180px!important;
	background-size: cover;
	text-align: center;
	padding-top: 18px!important;
}
#heromovie video {
	display: none;
}
.vision .section-01 .switch-nextcontents.scroll {
	display: none;
}

/*--------------------------------------------
	セクション2
---------------------------------------------*/
.vision .section-02 {
	text-align: center;
}
.vision .section-02 .main-message {
	margin-top: 50px;
	padding-bottom: 50px;
}
.vision .section-02 .main-message img {
	width: 74px;
}
.vision .section-02 ul {
	margin-top: 27px;
}
.vision .section-02 ul li {
	position: relative;
}
.vision .section-02 ul.list-pic-text-sp li img {
	width: 297px;
}
/*--------------------------------------------
	セクション3
---------------------------------------------*/
.vision .section-visual {
	position: relative;
	overflow: hidden;
}
/* マウスオーバーで黒レイヤー */
.vision .section-visual .bg-black {
	display: none;
}
.vision .section-visual:focus .bg-black,
.vision .section-visual:hover .bg-black {
	display: none;
}
.vision .section-visual.left {
}
.vision .section-visual.right {
}
.vision .section-visual.left img,
.vision .section-visual.right img {
	min-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* 共通タイトル */
.vision .section-visual h2 {
	color: #ffffff;
	font-size: 35px;
}
/*--------------------------------------------
	セクション3-SOLUTION
---------------------------------------------*/
/*--------------------------------------------
	セクション3-PRODUCTS
---------------------------------------------*/
.vision .section-visual h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 500;
	width: 100%;
	text-align: center;
}
/* リンクボタン位置 */
.vision .section-visual .box-link-round {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
	z-index: 500;
	width: 190px;
}
.vision .section-visual .box-link-round a {
	height: 39px;
	line-height: 39px;
}
.vision .section-visual .box-link-round:hover a {
	color: #ffffff;
}
/*--------------------------------------------
	セクション4
---------------------------------------------*/
/* 背景 */
.section-04 {
	background: url("../img/sec04_bg.png")no-repeat center;
	background-size: cover;
	height: 100%;
	text-align: center;
	padding: 0 10px 50px 10px;
}
/* タイトル */
.section-04 h2 {
	padding-top: 50px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 27px;
}
.section-04 p {
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 29px;
}
/*--------------------------------------------
	セクション5
---------------------------------------------*/
.section-05 {
	padding-top: 50px!important;
}
.section-05 .title-section-large {
	padding: 50px 10px 0;
}
.section-05 .section-visual {
	background: url("../img/sec05_bg.png")no-repeat center;
	background-size: cover;
	height: 94px;
	margin-top: 30px;
}
.section-05 .relationlinks {

}
/*--------------------------------------------

	IR

---------------------------------------------*/
/*--------------------------------------------
	index
---------------------------------------------*/

#maintitle.irindex {
	background: url("../img/mv_ir_sp.png") no-repeat center;
	background-size: cover;
	height: 100px;
}

/* IRニュースカスタマイズ */
div#ir_library dt {
	position: static!important;
	float: none;
	padding: 10px 10px 10px 0!important;
	width: 100%!important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}
div#ir_library div#announcement div#divtxt,
div#ir_library div#announcement div#divimg {
	float: none!important;
	display: inline-block;
}

div#ir_library div#announcement dt {
	font-size: 12px;
}
div#ir_library dd {
	font-size: 14px !important;
	color: #333333 !important;
	padding-left: 0!important;
	padding: 10px 0 10px 0!important;
	border-top: none!important;
	border-bottom: 1px dotted #c9c9c9 !important;
}

div#ir_library div#announcement dd a.pdf {
}
div#ir_library div#announcement .note {
	padding-left: 8px;
}

/* IRのみ角丸リンクリスト */
dl.list-3clm-wrapperlistitems {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 0 10px;
}
dl.list-3clm-wrapperlistitems dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
dl.list-3clm-wrapperlistitems.ir-first {
	background: url("../img/ir_item_01_sp.png")no-repeat left top;
	background-size: contain;
	padding: 24% 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-3clm-wrapperlistitems.ir-second {
	background: url("../img/ir_item_02_sp.png")no-repeat left top;
	background-size: contain;
	padding: 24% 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-3clm-wrapperlistitems.ir-third {
	background: url("../img/ir_item_03_sp.png")no-repeat left top;
	background-size: contain;
	padding: 24% 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-3clm-wrapperlistitems dd a {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
dl.list-3clm-wrapperlistitems dd > ul > li {
	margin-bottom: 15px;
	display: inline-block;
	padding-right: 20px;
}
/* タイトル内レイアウト */
.title-2-grayborder.ir .f-right a {
	color: #00b3ec;
	font-size: 14px;
}
/*--------------------------------------------
	IRカレンダー
---------------------------------------------*/
.heading01 {
	border-left: none!important;
	font-size: 16px!important;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 15px;
	margin: 0 0 15px 0!important;
	padding-left: 0!important;
}
div#ir_library dl {
	border-bottom: 0!important;
	padding-bottom: 20px!important;
}
.floatDiv.t_left,
.floatDiv.t_right {
	float: none;
}
ul.list-layout-left li {
	float: none;
	text-align: center;
	margin-top: 10px;
}
ul.list-layout-left li:first-child {
	margin-top: 0;
}
/*--------------------------------------------
	株主総会
---------------------------------------------*/
.heading01#ir1,
.heading01#ir2,
.heading01#ir3 {
	padding-top: 30px;
}
.note-block02 .body {
	margin-left: 0!important;
	margin-top: 20px!important;
}
/*--------------------------------------------
	有価証券報告書
---------------------------------------------*/
div#yuhoTable td.yuhotitle {
	padding: 3px 0!important;
}
div#yuhoTable td.yuhotitle img {
	display: none!important;
}
div#yuhoTable hr {
	display: none;
}
/*--------------------------------------------
	社長メッセージ
---------------------------------------------*/
#maintitle_second.ir-message {
	background: url("../img/mv_ir_message_sp.png")no-repeat left center;
	height: 85px !important;
	background-size: cover;
	text-align: center;
	padding-top: 18px !important;
}
.message-area {
	padding: 0 10px;
	margin-bottom: 35px;
}

.message-area h1 {
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	background-size: contain;
	margin: 0 -10px;
}
.message-area h1 span {
	font-size: 24px;
	padding-left: 10px;
}
.message-area p {
	line-height: 1.78em;
	margin-top: 35px;
}
.message-area .ta-right span {
	padding-right: 25px;
	font-weight: bold;
	padding-top: 20px;
	display: inline-block;
}

/*--------------------------------------------
	Balance sheets
---------------------------------------------*/
div#zaimu {
	width: 680px!important;
}

/*--------------------------------------------

	採用

---------------------------------------------*/
/*--------------------------------------------
	index
---------------------------------------------*/
.flexslider {
	overflow: hidden;
}
#mainvisual.recruitIndex {
	position: relative;
	min-height: 100%;
	background: none;
	padding-top: 0;
}
ul.slides li img {
	width: 100%;
}
#mainvisual.recruitIndex h1 {
	line-height: 1.57em;
}
.section.ver1 {
	padding: 0 10px 35px 10px;
}
.section.ver2 {
	padding: 30px 0;
}
.layout-mvbutton {
	margin: 10px auto 0!important;
}
.wrapper-pd-0 {
	margin: 0 -10px;
}
/*セクション 社員紹介の場合のみ一覧リンクの配置位置*/
.section.recruit .f-right {
	float: right;
	font-size: 14px;
	top: -50px;
	position: relative;
	padding-right: 20px;
}
.sub-catchcopy {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.sub-catchcopy span {
	display: inline-block;
}
.sub-catchcopy span.left {
	font-size: 11px;
}
.sub-catchcopy span.left::after {
	content: "｜";
	padding-left: 5px;
	margin-right: 5px;
}
.f-blue {
	color: #00b3ec;
}
/* カルーセル */
ul.list-card-staff {
	margin-top: 30px;
}
ul.list-card-staff li {
	width: 225px;
	position: relative;
	margin: 0 10px;
}
@media screen and (min-width: 0px) and (max-width: 482px) {
	.slick-slide img {
	display: block;
	width: 100%!important;
	}
}
ul.list-card-staff li a:hover img {
	opacity: 0.7;
}
ul.list-card-staff li .data {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-weight: bold;
	font-size: 19px;
}
ul.list-card-staff li .data span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.67em;
}
.slick-prev {
	position: absolute !important;
	left: 25px !important;
	width: 15px !important;
	height: 21px !important;
	background: url("../img/navi_prev.png") no-repeat left top !important;
	z-index: 2;
}
.slick-next {
	position: absolute !important;
	right: 25px !important;
	width: 15px !important;
	height: 21px !important;
	background: url("../img/navi_next.png") no-repeat left top !important;
	z-index: 2;
}
.slick-dots {
	bottom: -20px!important;
}
.slick-dots li {
	width: 0!important;
	height: 0!important;
	margin: 0 12px !important;
}
.slick-dots li button {
	width: 8px!important;
	height: 8px!important;
	background: #cccccc!important;
	border-radius: 50%;
	padding: 4px!important;
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li button:hover {
	background: none!important;
	border: 2px solid #1791cf;
	padding: 4px!important;

}
.slick-dots li.slick-active button {
	background: none!important;
	border: 2px solid #1791cf;
	padding: 4px!important;

}
.slick-prev:before, .slick-next:before {
	display: none;
}
/* 採用担当者よりメッセージ */
.section.pic-personnel {
	position: relative;
	overflow: hidden;
}
.section.pic-personnel img.message-img {
	position: relative;
	width: 100%;
}
.section.pic-personnel .layout-2clm {
}
.section.pic-personnel .layout-2clm .left h3 {
	text-align: left;
	position: absolute;
	left: 15px;
	top: 65px;
	font-size: 18px;
}
.section.pic-personnel .layout-2clm .left p {
	margin: 15px 10px 30px;
}
/* ASBの歴史 */
.section.pic-history {
	background: url("../img/agehistory_bg_sp.png")no-repeat center;
	height: 450px;
	background-size: cover;
	margin-bottom: 35px;
}
.section.pic-history h2 {
	color: #ffffff;
}
ul.list-agelist {
	margin-top: 18px;
}
ul.list-agelist li {
	padding-top: 20px;
	background: url("../img/agelist_bg_sp.png")no-repeat 22px top;
	background-size: 2px;
}
ul.list-agelist li:first-child {
	padding-top: 0;
	background: none;
}
dl.list-agedetail {
	height: 45px;
	width: 100%;
	margin-right: 10px;
}
dl.list-agedetail dt {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 30px;/* width,heightの半分 */
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #00b3ec;/* 円の色 */
	position: relative;
	vertical-align: middle;
	float: left;
}
dl.list-agedetail dt span {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%); /* Safari用 */
	transform: translate(-50%,-50%);
	position: absolute;
	width: 100%;
	text-align: center;
}
dl.list-agedetail dd {
	color: #ffffff;
	min-width: 80%;
	float: left;
	position: relative;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
dl.list-agedetail dd p {
	margin-left: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
	min-height: 45px;
	position: absolute;
	bottom: 1px;
	width: 100%;
}
#wrapper_scroll_y {
	overflow: hidden;
	height: 382px;
}

/*--------------------------------------------
	社員紹介
---------------------------------------------*/
#maintitle_second.interview {
	background: url("../img/mv_interview_sp.png")no-repeat right top #f7f8f8;
	background-size: cover;
	padding-top: 0;
	margin-bottom: 0;
	position: relative;
	min-height: 15px;
	padding-top: 24%;
	border-bottom: 1px solid #ffffff;
}

.bg-rightblue-v2 {
	background: #f8fcfe;
}
.bg-rightblue-v2.interview {
	padding: 35px 0 40px;
}
ul.list-card-staff.no-carousel {
}
ul.list-card-staff.no-carousel li {
	width: 47%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-card-staff.no-carousel li:nth-child(2n-1) {
	margin: 0 19px 18px 0;
}
ul.list-card-staff.no-carousel li img {
	display: block;
}
ul.list-card-staff.no-carousel li div.data {
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	position: static;
}
ul.list-card-staff.no-carousel li div.span {
	display: block;
	margin-top: 15px;
	line-height: 1.5em;
	font-size: 13px;
}
ul.list-card-staff.no-carousel li:first-child {
	margin-top: 0;
}
/* 各社員詳細ページ */
/* メインビジュアル */
#staff_message_area {
	position: relative;
	min-height: 140px;
	background: #f9f0e3;
	width: 100%;
	text-align: center;
}
#staff_message_area img {
	height: 140px;
}
#staff_message_area .wrapper-text {
	text-align: left;
	background: #f8fcfe;
	padding: 35px 10px 0;
	border-top: 2px solid #ffffff;
}
#staff_message_area h1 {
	font-size: 4vw;
	line-height: 1.3em;
}
dl.list-layout-staffname {
	margin-top: 25px;
}
dl.list-layout-staffname dt {
	font-size: 4vw;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
}
dl.list-layout-staffname dt span {
	display: inline-block;
	padding-left: 10px;
	color: #00b3ec;
	font-size: 9px;
}
dl.list-layout-staffname dd {
	margin-top: 12px;
}
/*--------------------------------------------

	問い合わせ系

---------------------------------------------*/
.wrapper-thanks-message {
	margin-bottom: 34px;
}
.wrapper-thanks-message > p {
	margin: 15px 0;
}
.wrapper-thanks-message .box-border-gray {
	border: 4px solid #e6e6e6;
	line-height: 20px;
	margin-bottom: 25px;
}
/*--------------------------------------------

	お知らせ

---------------------------------------------*/
ul.list-link-arrow-left li a {
	display: inline-block;
	margin-left: 20px
}
ul.list-link-arrow-left li:first-child a {
	margin-left: 0;
}

/*--------------------------------------------

	汎用パーツ

---------------------------------------------*/
/*--------------------------------------------
	パンくず
---------------------------------------------*/
#breadclumb {
	min-height: 45px;
	width: 100%;
	position: relative;
}
#breadclumb > ul {
	display: none;
}

/*--------------------------------------------
	メインビジュアル（下層）
---------------------------------------------*/
#maintitle {
	position: relative;
	min-height: 140px;
	padding-top: 19%;
}
#maintitle h1 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	text-align: left;
}
#maintitle .inner-frame h1 span.subtext {
	font-size: 11px;
	padding-top: 5px;
	opacity: 0.7;
	display: block;
}

/*--------------------------------------------
	タイトル
---------------------------------------------*/
h2.title-2-grayborder {
	font-size: 16px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
h3.title-3-bold {
	font-size: 22px;
	font-weight: bold;
}
/* 質問アイコン付き */
h2.title-2-icon-question {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-bottom: 14px;
	display: inline-block;
	background: url("../img/icon_faq_question.png")no-repeat 3px 4px;
	background-size: 20px;
	padding-left: 29px;
	width: 100%;
	line-height: 1.5em;
}
h3.title-3-bold-text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.45em;
}

h4.title-4-text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*--------------------------------------------
	擬似テーブルレイアウト
---------------------------------------------*/
dl.list-tablelayout {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #c9c9c9;
	padding-bottom: 15px;
	padding-top: 15px;
}
dl.list-tablelayout dt {
	display: block;
	font-weight: bold;
	vertical-align: top;
	font-size: 16px;
}
dl.list-tablelayout dt span {
	display: block;
}
dl.list-tablelayout dt span.flag {
	display: block;
}
dl.list-tablelayout dd {
	display: block;
	padding-top: 20px;
}
/* 汎用２カラム（コンテンツ内） */
.layout-2clm {

}
.layout-2clm .left {
	margin: 10px 0;
}
.layout-2clm .right {
	margin: 10px 0;
}
/*--------------------------------------------
	テーブル
---------------------------------------------*/
.table-clm3-border {
	width: 100%;
}
.table-clm3-border tr {
}
.table-clm3-border th {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 30px 10px;
	vertical-align: top;
}
.table-clm3-border th.first,
.table-clm3-border td.first {
	min-width: 230px;
}
.table-clm3-border td {
	padding: 30px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #c9c9c9;
	min-width: 70px;
}

.table-clm4-border {
	width: 100%;
}
.table-clm4-border tr {
}
.table-clm4-border th {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 10px;
	vertical-align: top;
	min-width: 120px;
}
.table-clm4-border th.first,
.table-clm4-border td.first {
	min-width: 90px;
}
.table-clm4-border td {
	padding: 30px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #c9c9c9;
	min-height: 120px;
}
/*--------------------------------------------
	リンク
---------------------------------------------*/
/* >アイコンつきラウンドボックス */
.box-link-round {
	text-align: center;
	border: solid 2px #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	width: 120px;
	margin: 0 auto;
	background: url("../img/arrow_right_white.png") no-repeat right center;
	background-size: 25px;
}
.box-link-round a {
	display: block;
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
.box-link-round a:hover {
	color: #00b3ec;
}
/* >アイコンつきラウンドボックス（青） */
.box-link-round.blue {
	text-align: center;
	border: solid 2px #00b3ec;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	width: 190px;
	margin: 0 auto;
	background: none;
}
.box-link-round.blue a {
	color: #00b3ec;
	font-size: 13px;
	height: 39px;
	line-height: 39px;
}
.box-link-round.blue a::after {
	content: url("../img/icon_blueround_link.png");
	padding-left: 12px;
}
/* >アイコン（青）つきボーダーグレーボックス */
.box-link-round-fontblue {
	text-align: center;
	border: solid 2px #e5e5e5;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	height: 39px;
	line-height: 39px;
	/*width: 240px;*/
	margin: 0 auto;
	background: none;
}
.box-link-round-fontblue a {
	color: #00b3ec;
	font-size: 13px;
	display: block;
	font-weight: bold;
}
.box-link-round-fontblue a::after {
	content: url("../img/icon_blueround_link.png");
	padding-left: 12px;
}
/* >アイコンリンク（矢印左） */
a.link-arrow-left:before,
p.link-arrow-left:before {
	content: url("../img/ico_link_arrow_text_left.png");
	padding-right: 10px;
}

/* >アイコンリンク（矢印右） */
a.link-arrow-right::after {
	content: url("../img/ico_link_arrow_text.png");
	padding-left: 10px;

}
/* >アイコンリンク（矢印左） */
a.link-arrow-left:before,
p.link-arrow-left:before {
	content: url("../img/icon_blueround_link_left.png");
	padding-left: 10px;
	color: #333333;
}
/* ダウンロードアイコンつきリンク */
a.link-download-right::after {
	content: url("../img/ico_link_download.png");
	padding-left: 10px;
	position: relative;
	top: 4px;
}

div#ir_library .note::before {content: url("../img/ico_pdf.png");padding-right: 10px;}
/* 既存アイコン削除 */
div#ir_library dd a.pdf {
	background: url("../img/ico_link_arrow_text.png")no-repeat right center !important;
	padding-left: 0!important;
	display: block!important;
	padding-right: 30px;
}
/* ↓アイコンつきラウンドボックス */
.box-link-round-under {
	text-align: center;
	border: solid 2px #ffffff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	height: 24px;
	line-height: 24px;
	width: 120px;
	margin: 0 auto;
	background: url("../img/arrow_right_white_under_sp.png")no-repeat 88px center;
	background-size: 15px;
}
.box-link-round-under a {
	display: block;
	color: #ffffff;
	font-size: 10px;
}
/* 罫線付与 */
.wrapper-border-sectionarea {
	border-top: 1px solid #c9c9c9;
	margin-top: 35px;
}
/* メールアイコン */
.mailto {
	color: #00b3ec;
}
a.mailto::after {
	content: url("../img/ico_mailto.png");
	position: relative;
	top: 2px;
}
.message-area p span{
	font-size: 14px !important; 
}
/*--------------------------------------------
	レイアウト
---------------------------------------------*/
#maintitle_second {
	position: relative;
	min-height: 65px;
	background: #f7f8f8;
}
#maintitle_second h1 {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	text-align: left;
}
#maintitle_second.third h1{
	font-size: 16px;
}
#maintitle_second.third h1 span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
/* relationlinkのレイアウト */
.listlayout-4clm-borderlinks {
}
.listlayout-4clm-borderlinks li {
	float: left;
	width: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 25px;
}
.listlayout-4clm-borderlinks li:first-child {
}
.listlayout-4clm-borderlinks li a {
	text-align: center;
	font-size: 13px;
}
.listlayout-4clm-borderlinks li p {
	margin-top: 15px;
}
a.link-arrow-right:after, p.link-arrow-right:after {
	content: url("../img/ico_link_arrow_text.png");
	padding-left: 10px;
}
/*--------------------------------------------
	テキスト包括
---------------------------------------------*/
.mg-top-20 {
	margin-top: 20px;
}
.mg-top-30 {
	margin-top: 30px;
}
.wrapper-text-40 {
	margin-bottom: 40px;
}
.wrapper-text-60 {
	margin-bottom: 30px;
}
.wrapper-text-70 {
	margin-bottom: 35px;
}
.box-border-gray {
	border: 1px solid #c9c9c9;
	padding: 10px;
}
.box-border-large {
	border: 1px solid #c9c9c9;
	padding: 30px;
}
.box-border-gray hr {
	margin: 15px 0;
	border: none;
	border-top: 1px solid #cccccc;
	background: none;
}
.box-border-gray .adbicon {
	margin-bottom: 10px;
}
.bg-rightblue-v3 {
	background: #f3f9fe;
}
.box-spwider {
	overflow-x: scroll;
}
/*--------------------------------------------
	フォーム
---------------------------------------------*/
input[type="text"].form-text {
	border: 1px solid #d9d9d9;
	padding: 10px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
textarea.form-textarea {
	border: 1px solid #d9d9d9;
	padding: 10px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	width: 100%;
	height: 154px;
}

input[type="submit"].button-positive-blue,
input[type="reset"].button-positive-blue {
	text-align: center;
	border: solid 2px #00b3ec;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	height: 48px;
	width: 100%;
	padding-right: 12%;
	margin: 0 auto;
	color: #00b3ec;
	background: none;
	background: url("../img/icon_blueround_link.png") no-repeat 66% 48%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
input[type="submit"].button-positive,
input[type="reset"].button-positive {
	text-align: center;
	border: solid 2px #f39a21;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	height: 48px;
	width: 100%;
	padding-right: 12%;
	margin: 0 auto;
	color: #f39a21;
	background: none;
	background: url("../img/arrow_orange.png") no-repeat 66% 48%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
input[type="submit"].button-negative,
input[type="reset"].button-negative {
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	height: 48px;
	width: 100%;
	padding-right: 14%;
	margin: 0 auto;
	background: none;
	background: url("../img/arrow_gray.png") no-repeat 69% 48%;
	cursor: pointer;
	font-size: 16px;
}

dl.list-tablelayout-form3clm {
	width: auto;
	border-bottom: 1px dotted #c9c9c9;
	padding-bottom: 26px;
	padding-top: 15px;
}
dl.list-tablelayout-form3clm dt {
	width: auto;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 11px;
}
dl.list-tablelayout-form3clm dd input[type="text"],
dl.list-tablelayout-form3clm dd select {
	width: 100%;
	height: 37px;
}

/* 必須 */
span.attention {
	display: inline-block;
	color: #ee3d23;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	margin-left: 10px;
	border: 1px solid #ee3d23;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 3px 4px;
	width: 90px;
	-ms-border-radius: 8px;
}
select.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #333333;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: url("../img/icon_select_arrow.png") 96% 50% no-repeat;
	padding: 5px 8px;
}

/*--------------------------------------------
	リスト
---------------------------------------------*/
/* 黒丸リスト */
ul.list-circle li {
	list-style: disc;
	margin-top: 15px;
	margin-left: 15px;
}
ul.list-circle li:first-child {
	margin-top: 0;
}
/* ボーダードットつきリスト */
ul.list-border-dots li {
	border-top: 1px dotted #c9c9c9;
	padding-top: 15px;
}
ul.list-border-dots li:first-child {
	border-top: 0;
	padding-top: 0;
}
/*--------------------------------------------
	ラベル
---------------------------------------------*/
span.label-orange {
	text-align: center;
	border: solid 1px #f39a21;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	height: 15px;
	line-height: 15px;
	background: none;
	font-size: 11px;
	color: #f39a21;
	padding: 3px 5px;
	width: 49px;
	font-weight: bold;
	margin-right: 10px;
}
/*--------------------------------------------
	余白
---------------------------------------------*/
.pd-left-20 {
	padding-left: 20px;
}
.mg-left-20 {
	margin-left: 20px;
}
/*--------------------------------------------
	文字調整
---------------------------------------------*/
.ta-right {
	text-align: right;
}
/* 改行 */
span.br {
	display: block;
}
.bluelink a {
	color: #00b3ec;
	font-weight: bold;
}




.kansxjkan .kjansj{
	font-size: 16px;
	text-indent: 20px;
}

.list-3clm-news-report > li > dl > dt {
    margin-top: 10px;
    color: #999999;
}

.list-3clm-news-report > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.label-news_attr01{
	margin-top: 10px;
}
.wrapper-text-70{
	width: 100%;
	float: left;
}
.wrapper-news-text{
	margin-top: 10px;
}
.title-3-grayborder {
	width: 100%;
	float: left;
    font-size: 20px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 16px;
    margin-bottom: 18px;
    line-height: 1.45em;
}
.list-3clm-news-report{
	margin-top: 10px;
}
.list-link-arrow-right{
	width: 100%;
	float: left;
}
.footer-box .foot-copy p{
	font-size: 12px;
}
ul.list-link-arrow-right li{
	float: left;
	margin-right: 10px;
}


ul.list-link-arrow-right li a::after {
    content: url("../img/ico_link_arrow_text.png");
    padding-left: 10px;
}


.kbasjn-mian-content {
    width: 100%;
    margin: 0 auto;
    float: left;
}

ul.listlayout-2clm-roundlinks > li{
	width: 100%;
	float: left;
}
dl.list-2clm-wrapperlistitems.product-first {
    background: url("../img/products_item_01.png")no-repeat left top;
    height: 180px;
    padding: 120px 20px 0;
}
dl.list-2clm-wrapperlistitems.product-second {
    background: url("../img/products_item_02.png")no-repeat left top;
    height: 180px;
    padding: 120px 20px 0;
}

dl.list-2clm-wrapperlistitems.product-third {
    background: url("../img/products_item_03.png")no-repeat left top;
    height: 180px;
    padding: 120px 20px 0;
}

dl.list-2clm-wrapperlistitems.product-four {
    background: url("../img/products_item_04.png")no-repeat left top;
    height: 120px;
    padding: 120px 20px 0;
}
ul.listlayout-3clm-manytiles li p.text {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
}

ul.listlayout-2clm-roundlinks > li dl dt{
	margin-bottom: 10px;

}
ul.listlayout-2clm-roundlinks > li dl dd li{
	margin-top: 8px;
}
.abjkan1 p span{
	font-size: 14px !important;
}