@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #5a5858;
	height: auto;
}

h1 {
	float: left;
}

h2 {
	text-align: center;
	margin-bottom: 65px;
}

h3 {
	margin-bottom: 25px;
}

.m_auto {
	margin: auto;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_50 {
	margin-bottom: 50px;
}

.mb_60 {
	margin-bottom: 60px;
}

.mb_70 {
	margin-bottom: 70px;
}

.mb_80 {
	margin-bottom: 80px;
}

.mb_90 {
	margin-bottom: 90px;
}

.mb_100 {
	margin-bottom: 100px;
}

.mb_200 {
	margin-bottom: 200px;
}

.w100 {
	width: 100%;
}

.w25 {
	width: 25%;
}

.indent_1 {
	text-indent: -1em;
	padding-left: 1em;
}

.indent_2 {
	text-indent: -2em;
	padding-left: 2em;
}

.wrap {}

.content {
	width: 1260px;
	margin: auto;
}

h2.content_heading {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
}

.anker {
	padding-top: 178px;
	margin-top: -178px;
}

.none,
.invisible {
	display: none;
}

.b_gray {
	border: 1px solid #ebebeb;
	border-left: none;
}

.b_gray:first-child {
	border-left: 1px solid #ebebeb;
}

.error {
	background-color: antiquewhite;
}

#core_business {}

#header {
	position: sticky;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

#header .sup {
	line-height: 65px;
	text-align: right;
	color: #676767;
	font-size: 12px;
}

#nav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#nav ul li {
	font-size: 14px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}

#nav ul li:last-child a {
	color: #fff;
	border-right: 1px solid #e5e5e5;
	background: #228dc1 url(../img/letter.jpg) no-repeat 30px center;
}

#nav ul li a {
	display: block;
	padding: 25px 0;
}

#nav ul li:last-child a {
	color: #fff;
}

#nav ul li:hover>a {
	background-color: #e5e5e5;
}

#nav .c_nav__list {
	position: absolute;
	width: 100%;
	background-color: rgba(238, 238, 238, .8);
	max-height: 0;
	overflow-y: hidden;
	opacity: 0;
	transform: translateY(-10%);
	transition: .2s transform, .2s opacity, .5s max-height;
}

#nav .c_nav__list .c_nav__item a {
	padding: 15px 0;
}

#nav .c_nav__list .c_nav__item:hover a {
	background-color: #fff;
}

#nav .c_nav:hover>.c_nav__list {
	max-height: 100em;
	opacity: 1;
	transform: translateY(0);
	transition: .5s transform, .5s opacity;
}

.footer_nav {
	margin-bottom: 15px;
}

.footer_nav__list {
	display: flex;
	justify-content: center;
}

.footer_nav__item {
	padding: 0 20px;
}

.footer_nav__item + .footer_nav__item {
	content: "";
	border-left: 1px solid #fff;
}

.footer_nav__link {
	color: #fff;
	font-size: 12px;
}

#visual {
	position: relative;
	text-align: center;
	overflow: hidden;
}

#visual .bxslider {
	z-index: 0;
}

#visual .bxslider li {
	height: 464px;
	width: 1050px;
}

#visual .bxslider img {
	position: absolute;
	left: 50%;
	margin-left: -900px;
	/*ビジュアル画像の半分*/
}

#visual .copy {
	position: absolute;
	left: 50%;
	margin-left: -125px;
	top: 45%;
}

#visual .v_nav {
	background: url(../img/visual_nav_bg.png);
	position: absolute;
	bottom: 0;
	width: 100%;
	display: none;
}

#visual .v_nav ul {
	width: 1000px;
}

#visual .v_nav ul li {
	-webkit-transform: skewX(140deg);
	-moz-transform: skewX(140deg);
	transform: skewX(140deg);
	border-right: 1px solid #fff;
}

#visual .v_nav ul li:first-child {
	border-right: none;
}

#visual .v_nav ul li:last-child {
	border-right: none;
}

#visual .v_nav ul li a {
	display: block;
	-webkit-transform: skewX(-140deg);
	-moz-transform: skewX(-140deg);
	transform: skewX(-140deg);
}

.inner {
	text-align: left;
}

.inner .pic {
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.inner .pic img {
	width: 100%;
	max-width: 200% !important;
}

.box li:hover .inner .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.inner .comment {
	padding: 15px 20px 20px;
}

.inner .comment.pt0 {
	padding: 0 20px 20px;
}

.inner .comment.livecare {
	padding: 15px 20px 32px;
}

.inner .comment p {
	color: #5a5858;
	font-size: 12px;
	line-height: 1.8;
}

.inner .comment h3 {
	color: #424242;
	margin-bottom: 10px;
	font-size: 18px;
}

.inner .comment .text a {
	color: #228dc1;
	text-decoration: underline;
}

.inner .comment .text a img {
	margin-left: 5px;
}

#internet .inner .comment p {
	display: inline-block;
	text-align: left;
}

.w30 {
	width: 30%;
	display: inline-block;
}

.w40 {
	width: 40%;
	display: inline-block;
}

.w50 {
	width: 50%;
	display: inline-block;
}

.w60 {
	width: 60%;
	display: inline-block;
}

.wrap>.container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.border_wrap {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.fx_list {
	display: -webkit-flex;
	/*safari*/
	display: -ms-flexbox;
	/*IE10*/
	display: flex;
	-webkit-justify-content: center;
	/*safari*/
	-ms-flex-pack: center;
	/*IE10*/
	justify-content: center;
	-webkit-align-items: stretch;
	/*safari*/
	-ms-flex-align: stretch;
	/*IE10*/
	align-items: stretch;
}

.fx_list .fx_list_item {
	width: 50%;
}

.fx_list .fx_list_item+.fx_list_item {
	border-left: none;
}

.fx_list li {
	width: 25%;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.fx_list .iot_01 {
	position: relative;
}

.fx_list .iot_01 .comment {
	width: 55%;
}

.fx_list .iot_01 .item_phone {
	width: auto;
	position: absolute;
	right: 24px;
	bottom: 10px;
}

.fx_list .iot_01 .item_phone img {
	width: auto;
}

#corporation .fx_list {
	justify-content: space-around;
}

#internet .fx_list {
	justify-content: space-around;
}

.internet_fx_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

.internet_left {
	max-width: 348px;
	margin-top: 50px;
	margin-right: 15px;
}

.internet_right {
	margin: 20px 30px 50px;
}

.internet_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.internet_list .internet_list_item {
	width: 50%;
	margin-top: 25px;
}

.internet_list .internet_list_item:nth-child(-n+2) {
	margin-top: 0;
}

.internet_fx_wrap img.internet_scale:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.internet_left img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

#internet .internet_right .inner .comment {
	text-align: center;
	padding: 0 45px;
}

#topics .topics {
	padding: 0 50px;
}

#topics .topics ul li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed #ccc;
	padding: 20px;
}

/* #topics .topics ul li time,
#topics .topics ul li p {
	float: left;
	line-height: 48px;
} */

#topics .topics ul li time {
	width: 100px;
	font-size: 12px;
}

#topics .topics ul li p {
	color: #228dc1;
	font-size: 13px;
}

#topics .topics ul li p a {
	color: #228dc1;
	text-decoration: underline;
}

#topics .btn_more {
	width: 120px;
	height: 20px;
}

#topics .open {
	background: url(../img/topics_open.jpg) no-repeat;
}

#topics .close {
	background: url(../img/topics_close.jpg) no-repeat;
}

/*20200420add*/
#topics .topics ul li.lines {
	padding: 14px 20px;
}

#topics .topics ul li.lines:first-child {
	padding: 0 20px 14px;
}

#topics .topics ul li.lines p {
	line-height: 24px;
}

#topics .topics ul li.lines time {
	line-height: 21px;
}

/*20210625*/
#topics .topics ul {
	height: 570px;
	overflow-y: scroll;
}

/* 20250204 */
#topics .topics .topics_category {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 2px 4px;
}

.topics_category_wrap {
	margin-bottom: 8px;
}

.topics_date {
	margin-top: 3px;
	margin-right: 20px;
}

.topics_heading {
	margin-bottom: 8px;
}

#topics .topics .topics_category+.topics_category {
	margin-left: 8px;
}

#topics .topics .topics_category.topics_cat_news {
	background-color: #454552;
}

#topics .topics .topics_category.topics_cat_release {
	background-color: #228DC1;
}


/* #topics .topics .topics_category.topics_cat_release {
	background-color: #e85a71;
} */

#company article p,
#company article table th,
#company article table td {
	font-size: 13px;
}

#company article {
	color: #5a5858;
}

#company article p {
	line-height: 32px;
	max-height: 100%;
}

#company article table {
	border-top: 1px dashed #ccc
}

#company article table tr {
	border-bottom: 1px dashed #ccc
}

#company article table th,
#company article table td {
	line-height: 30px;
	padding: 15px 0;
}

#company article table th {
	width: 125px;
	padding-left: 20px;
}

#company article table td {
	padding-right: 50px;
}

#company .message {
	background: url(../img/bg_message.jpg) no-repeat;
	background-position: top right;
	min-height: 635px;
}

#company .profile {
	background: url(../img/bg_profile.jpg) no-repeat;
	background-position: top left;
	min-height: 635px;
}

section#contact {
	background-color: #f8f8f8;
}

section#contact iframe {
	width: 100%;
	min-height: 780px;
	overflow: hidden;
	min-height: 1000px;
}

#access {
	margin-bottom: 200px;
}

#access p {
	color: #202020;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
	max-height: 100%;
}

#access p span {
	color: #7a7979;
}

#footer {
	background-color: #228dc1;
	padding: 20px 0;
	text-align: center;
}

#footer small {
	color: #fff;
	font-size: 12px;
}

#footer small span {
	font-size: 20px;
	vertical-align: middle;
}

#contact {
	background-color: #f8f8f8;
}

#contact .contact h3 {
	margin: 25px auto;
	width: 840px;
	text-align: center;
}

#contact .contact .text_1 {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 20px;
}

#contact .contact .text_2 {
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

#contact .contact .border {
	border-top: 1px solid #228dc1;
	border-bottom: none;
	margin: auto auto 20px;
	width: 780px;
}

.tbl_campaign {
	border-spacing: 5px;
}

.tbl_campaign th,
.tbl_campaign td {
	vertical-align: middle;
	padding-bottom: 12px;
}

.tbl_campaign th {
	padding-left: 25px;
	width: 115px;
	font-size: 12px;
}

.tbl_campaign td {
	width: 292px;
}

input[type=radio] {
	display: none;
}

input[type="radio"]:checked+label {
	background: #228dc1 url(../img/radio_arrow_up.png) center bottom 15px no-repeat;
}

.radio label {
	color: #FFF;
	padding-top: 30px;
	text-align: center;
	display: inline-block;
	width: 411px;
	height: 120px;
	background: #ccc url(../img/radio_arrow_down.png) center bottom 15px no-repeat;
}

.tbl_campaign input {
	padding: 15px;
	border: none;
}

.tbl_campaign textarea {
	resize: none;
	min-height: 160px;
	padding: 15px;
	border: none;
}

.must {
	font-size: 10px;
	color: #f90505;
}

.tbl_confirm {
	margin-bottom: 30px;
}

.tbl_confirm td {
	width: auto;
}

#complate {
	background-color: #545454;
}

#submit,
.wrap_send {
	text-align: center;
}

#submit input.form_btn {
	width: 206px;
	height: 50px;
	padding: 0;
	border: none;
	vertical-align: top;
	cursor: pointer;
}

.move-page-top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#check {
	padding-top: 150px;
}

#thanks {
	padding-top: 300px;
	text-align: center;
}

input.confirm {
	background: url(../img/form_confirm.jpg);
}

input.send {
	background: url(../img/form_send.jpg);
}

.policy {
	padding-top: 65px;
}
.policy h2 {
	font-size: 24px;
	font-weight: 400;
}
.policy dl + dl {
	margin-top: 30px;
}
.policy dt {
	font-weight: 700;
	margin-bottom: 15px;
}
.policy p + ul,
.policy ul + p {
	margin-top: 10px;
}

.anker {
	padding-top: 170px;
	margin-top: -170px;
}