@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, p, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
/* 	overflow-x: auto; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
	color: #333;
  line-height: 1.3;
/* 	overflow-x: auto; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* clearfix */
.clear:before, .clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}
/* フロート */
.float-l {
	float: left;
}
.float-r {
	float: right;
}
/* common */

ul.row li {
	float: left;
}
img, li {
	vertical-align: top;
}
.nl {
	float: none;
	clear: both;
}

/*テキスト*/

.text12{
	font-size:12px;
}

/* 全体 */

#wrap {
	width: 100%;
	font-size: 14px;
}
.contentwrap {
	width: 1120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
/* ヘッダー */

#header a {
  color: #333333;
  text-decoration: none;
}

#header .logo {
  float: left;
  margin: 19px 0 22px;
}

#header .navi {
  float: right;
  margin: 25px 0;
}


#header .navi li {
  float: left;
  margin-left: 21px;
  font-size: 16px;
}


#header .navi span:hover {
  text-decoration: underline;
}

#header .navi li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-right: 1px solid #1267ac;
  border-bottom: 1px solid #1267ac;
  overflow: hidden;
  transform: rotate(-45deg);
}

#header .navi li span {
  vertical-align: middle;
}

#header #servicenavi {
	display: none;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 22px;
	font-size: 12px;
	padding-top: 20px;
	background-color: #EFF3F7;
}
#header #servicenavi #under {
	background-color: #0f5ba9;
	padding: 18px 0;
}
#header #servicenavi .ttl {
	overflow: hidden;
	background-color: #EFF3F7;
}
#header #servicenavi .ttl h2 {
	width: 220px;
	float: left;
}
#header #servicenavi .ttl .btn {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
#header #servicenavi .listbox {
	width: 200px;
	float: left;
	border-left: 1px solid #7da4cf;
	padding-left: 20px;
	height: 280px;
}
#header #servicenavi .listbox_f {
	width: 367px;
	float: left;
}
#header #servicenavi .listbox_l {
	width: 151px;
	float: left;
	border-left: 1px solid #7da4cf;
	padding-left: 20px;
	height: 280px;
}
#header #servicenavi a {
	color: #FFF;
	text-decoration: none;
}
#header #servicenavi a:hover {
	text-decoration: underline;
}
#header #servicenavi ul {
}
#header #servicenavi ul li {
	line-height: 1.6;
}
#header #servicenavi dt {
	margin-bottom: 17px;
}
#header #servicenavi dd {
	overflow: hidden;
	zoom: 1;
}

/*緊急*/
.emergency{
	background-color:rgba(220,0,0,.05);
	font-size:14px;
	text-align:center;
	padding:8px 0;
	margin:0 auto 8px;
	width:1120px;
}
/*スパムメール*/
.header_caution{
	background-color:rgba(220,0,0,.05);
	font-size:14px;
	text-align:center;
	padding:8px 0;
	margin:40px auto 8px;
	width:1120px;
	}
.header_caution a:link, .header_caution a:hover{
	color:#ff3939;
	text-decoration:none;
	}
/* コンテンツ */
#mainvisual {
  background: #f1f7f9;
}
#mainvisual img {
  display: block;
  margin: auto;
}

#content .content-news-headline {
  margin: 25px 0;
}
#content .content-news-headline h2 {
  float: left;
  line-height: 26px;
  border: 1px solid #5e98c7;
  padding: 0 10px;
}
#content .content-news-headline dl {
  overflow: hidden;
  padding-left: 10px;
}
#content .content-news-headline dt {
  line-height: 28px;
  float: left;
  color: #666666;
}
#content .content-news-headline dd {
  line-height: 28px;
  overflow: hidden;
  padding-left: 10px;
  white-space: nowrap;
}
#content .content-news-headline a {
  color: #333333;
  text-decoration: none;
}
#content .content-news-headline a:hover {
  text-decoration: underline;
}
#content .content-service {
  margin: 30px 0;
}
#content .content-service .tab {
  margin-bottom: 35px;
  border-bottom: 4px solid #1267ac;
}
#content .content-service .tab li {
  position: relative;
  float: left;
  padding-left: 20px;
}
#content .content-service .tab li.active:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top-width: 12px;
  border-top-color: #1267ac;
}

#content .link-btn {
  display: table;
  border-collapse: collapse;
}
#content .link-btn a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  padding-left: 19px;
  box-shadow:0px 0px 0px 1px #1267ac inset;
  color: #1267ac;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#content .link-btn a:hover {
  background-color: #e8f5ff;
}
#content .link-btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 19px;
  height: 20px;
  overflow: hidden;
  background: #1267ac;
}
#content .link-btn a:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  transform: rotate(-45deg);
}
#content .link-btn-2 a {
  display: table;
}
#content .link-btn-2 a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #1267ac;
  color: #1267ac;
  background: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#content .link-btn-2 a:hover {
  background: #e8f5ff;
}
#content .link-btn-2 a:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 33px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #1267ac;
  border-bottom: 2px solid #1267ac;
  overflow: hidden;
  transform: rotate(-45deg);
}
#content .link-btn-2 a .text-sub {
  font-size: 16px;
}
#content .link-btn-3 {
  display: table;
}
#content .link-btn-3 a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #5286b0;
  color: #1267ac;
  background: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#content .link-btn-3 a:hover {
  background: #e8f5ff;
}
#content .link-btn-3 a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  border-right: 1px solid #1267ac;
  border-bottom: 1px solid #1267ac;
  overflow: hidden;
  transform: rotate(-45deg);
}
#content .link-btn-3 span {
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
}

#content .headline-text {
  position: relative;
  margin-bottom: 35px;
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#content .headline-text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80px;
  margin-left: -40px;
  background: #1267ac;
}
#content .headline-wrap {
  position: relative;
}
#content .connect-headline {
  position: absolute;
  top: 0;
  right: 0;
}

#corporate .content-service .image img {
  width: 100%;
}
#content .content-service .case-main {
  float: left;
  width: 534px;
  height: 466px;
  border: 3px solid #cccccc;
  background: #ffffff;
}
#modal .content-service .case-main {
  position: relative;
  margin: -236px 0 0 -269px;
}

#modal .case-main {
  text-align: center;
}

#content .content-service .case-main .image-s {
  display: none;
}
#content .content-service .case-main .text-wrap {
  padding: 15px;
}
#content .content-service .case-main h3 {
  font-size: 20px;
  font-weight: bold;
}
#content .content-service .case-main .text-note-main {
  margin-top: 10px;
  font-size: 16px;
}
#content .content-service .case-main .link-list {
  display: inline-block;
  margin-top: 20px;
}
#content .content-service .case-main .link-list li {
  float: left;
  display: table;
  width: 158px;
  margin-left: 14px;
}
#content .content-service .case-main .link-list li:first-child {
  margin-left: 0;
}
#content .content-service .case-main .link-btn {
  width: 100%;
}
#content .content-service .case-main .text-note {
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
}
#corporate .content-service .case-sub {
  position: relative;
  float: left;
  width: 244px;
  height: 210px;
  margin: 40px 0 0 40px;
  border: 3px solid #cccccc;
  cursor: pointer;
}
#corporate .content-service .case-sub:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #1267ac;
  transform: rotate(-45deg);
}
#corporate .content-service .case-sub:hover {
  border-color: #1267ac;
}
#corporate .content-service .case-sub:nth-child(-n+3) {
  margin-top: 0;
}
#corporate .content-service .case-sub:nth-child(4n+6) {
  margin-left: 0;
}
#corporate .content-service .case-sub:nth-child(6) {
    clear: both;
}
#corporate .content-service .case-sub .text-note-main,
#corporate .content-service .case-sub .link-list {
  display: none;
}
#corporate .content-service .case-sub .image {
  display: none;
}
#corporate .content-service .case-sub h3 {
	padding: 16px 15px;
	font-weight: bold;
	font-size: 15px;
	color: #555;
}
.case-sub.js-modal .text-wrap h3 {
}


#individual {
  display: none;
}
#individual .content {
  display: table;
  margin: 30px -40px 0;
  border-collapse: separate;
  border-spacing: 40px 0;
}
#individual .content:nth-child(n+3) {
  margin-top: 40px;
}
#individual .content-list {
  position: relative;
  display: table-cell;
  width: 534px;
  border: 3px solid #cccccc;
}
#individual .content-list h4 {
  font-size: 22px;
  font-weight: bold;
}
#individual .content-list h4 .text-sub {
  display: inline-block;
  font-size: 18px;
}
#individual .content-list .text-wrap {
  padding: 15px 15px 110px;
}
#individual .content-list .text {
  margin-top: 20px;
}
#individual .link-wrap {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -180px;
}
#individual .link-wrap a {
  width: 340px;
}
#individual .link-list {
  position: absolute;
  bottom: 15px;
}
#individual .link-list li {
  float: left;
  margin-left: 20px;
}
#individual .link-list li:first-child {
  margin-left: 0;
}
#individual .link-list a {
  width: 220px;
}

#content .content-search {
  padding: 30px;
  background: #f9f9f9;
}
#content .search-box {
  display: inline-block;
  border: 1px solid #5084ae;
  color: #1267ac;
  background: url(../images/icon-search.png) #ffffff no-repeat 10px 50%;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#content .search-box:hover {
  background-color: #e8f5ff;
}
#content .search-box:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
#content .search-box span {
  display: inline-block;
  line-height: 50px;
  width: 225px;
  vertical-align: middle;
  text-align: center;
}
#content .search-box:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  /*background: url(../images/);*/
}
#content .content-search {
  margin: 30px 0;
}
#content .content-search .service-list-wrap {
  display: table;
  margin: 35px -18px 0;
}
#content .content-search .service-list {
  display: table-cell;
  width: 237px;
  padding: 0 18px;
  border-left: 1px solid #cccccc;
}
#content .content-search .service-list:first-child {
  border-left: none;
}
#content .content-search h3 span {
  vertical-align: middle;
  display: inline-block;
  width: 177px;
  font-size: 18px;
}
#content .content-search h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#content .content-search h3.icon-phone:before {
  background: url(../images/icon-phone.png);
}
#content .content-search h3.icon-contact:before {
  background: url(../images/icon-contact.png);
}
#content .content-search h3.icon-cloud:before {
  background: url(../images/icon-cloud.png);
}
#content .content-search h3.icon-internet:before {
  background: url(../images/icon-internet.png);
}
#content .content-search .service-detail-wrap {
  padding-top: 15px;
}
#content .content-search .service-detail {
  position :relative;
  margin-top: 10px;
  padding-left: 14px;
}
#content .content-search .service-detail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #1267ac;
  border-bottom: 1px solid #1267ac;
  overflow: hidden;
  transform: rotate(-45deg);
}
#content .content-search .service-detail a {
  color: #1267ac;
  text-decoration: none;
}
#content .content-search .service-detail a:hover {
  text-decoration: underline;
}
#servicename {
  display: none;
}
#servicename_cnt {
  display: none;
}

#content .content-case {
  margin: 30px 0;
}
#content .content-case .col-4 {
  display: table;
  width: 100%;
  margin: 30px 0;
}
#content .content-case .col-4 li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
#content .content-case .col-4 img {
  max-height: 60px;
}
#content .content-case .content {
  display: table;
  margin: 40px -40px 0;
  border-collapse: separate;
  border-spacing: 40px 0;
}
#content .content-case .content-list {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 208px;
  padding: 18px;
  border: 3px solid #cccccc;
  text-decoration: none;
}
#content .content-case .content-list:hover {
  border-color: #1267ac;
}
#content .content-case .content-list .text-link {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#content .content-case .content-list .text-link span {
  display: table-cell;
  vertical-align: middle;
  height: 2.6em;
  color: #1267ac;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
#content .content-case .content-list .text-note {
  display :block;
  margin-top: 15px;
  color: #333333;
}
#content .content-case .content-list .text-sub {
  display :block;
  margin-top: 15px;
  color: #666666;
  font-size: 12px;
}

#content .content-support {
  margin: 30px 0;
  padding: 50px 0;
  background: #1267ac;
}
#content .content-support .headline-text {
  color: #ffffff;
}
#content .content-support .headline-text:after {
  background: #ffffff;
}
#content .content-support .support-list {
  float: left;
  width: 352px;
  margin-left: 32px;
}
#content .content-support .support-list:first-child {
  margin-left: 0;
}
#content .content-support .link-btn-2 a {
  height: 80px;
  width: 350px;
}
#content .content-support .text-note {
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
}

#content .content-news {
  margin: 55px 0;
}
#content .content-news .news {
  float: left;
  width: 540px;
  margin-left: 40px;
}
#content .content-news .news:first-child {
  margin-left: 0;
}
#content .content-news .news h2 {
  position: relative;
  padding-bottom: 18px;
  font-size: 19px;
  font-weight: bold;
}
#content .content-news .news h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 1px;
  background: #1267ac;
}
#content .content-news .news-list {
  display: table;
}
#content .content-news .news-list a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  padding: 0 18px;
  color: #333333;
  text-decoration: none;
  width:504px;
}
#content .content-news .news-list:nth-child(2n+1) a {
  background: #f9f9f9;
}
#content .content-news .news-list .date {
  display: block;
  color: #666666;
}
#content .content-news .news-list .text {
  display: block;
}
#content .content-news .news-list a:hover .text {
  text-decoration: underline;
}
#content .content-news .link-btn-wrap {
  margin-top: 20px;
}
#content .content-news .link-btn-3 {
  width: 218px;
  margin: auto;
}

/* フッター */

#footer .footer-usability {
  display: table;
  width: 100%;
}
#footer .pagetop-btn {
  display: table-cell;
  width: 60px;
}
#footer .pagetop-btn a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #666d71;
}
#footer .pagetop-btn span {
  font-size: 0;
  text-indent: 100%;
}
#footer .pagetop-btn a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 23px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  overflow: hidden;
  transform: rotate(-45deg);
}
#footer .pagetop-btn a:hover {
  background: #40484e;
}
#footer .text-note {
  display: table-cell;
  vertical-align: bottom;
  color: #777;
  text-align: right;
  font-size:12px;
}
.text-emph {
  color: #bf0000;
}
#footer {
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-service {
  padding: 50px 0;
  background: #2f58c9;
}
#footer .footer-service .service-list-wrap {
  display: table;
  margin: 0 -25px;
}
#footer .footer-service .service-list {
  display: table-cell;
  padding: 0 25px;
  border-left: 1px solid #4d8dc1;
}
#footer .footer-service .service-list:first-child {
  border-left: none;
}
#footer .footer-service .service-list li {
  margin-top: 10px;
}
#footer .footer-service .service-list li:first-child {
  margin-top: 0;
}
#footer .footer-service h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
#footer .footer-service .service-detail {
  display: table;
}
#footer .footer-service .service-detail dl {
  display: table-cell;
  padding-left: 20px;
}
#footer .footer-service .service-detail dl:first-child {
  padding-left: 0;
}
#footer .footer-service dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#footer .footer-service a {
  position: relative;
  padding-left: 15px;
}
#footer .footer-service a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #c7dbec;
  border-bottom: 1px solid #c7dbec;
  overflow: hidden;
  transform: rotate(-45deg);
}
#footer .footer-navi {
  padding: 25px 0 20px 0;
  background: #0d3ab4;
  font-size: 16px;
  text-align: center;
}
#footer .footer-navi ul {
  display: inline-block;
}
#footer .footer-navi li {
  float: left;
  margin-left: 50px;
}
#footer .footer-navi li:first-child {
  margin-left: 0;
}
#footer .footer-navi a {
  position: relative;
/*  display: block;*/
  margin-left: 5px;
  padding-left: 15px;
}
#footer .footer-navi a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
  transform: rotate(-45deg);
}
#footer .footer-navi a.nobefore:before {
  content: normal;
}
#footer .footer-navi .facebook a {
  padding-left: 30px;
}
#footer .footer-navi .facebook a:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(../images/icon-facebook.png);
  transform: rotate(0);
}
#footer .footer-navi .twitter a {
  padding-left: 30px;
}
#footer .footer-navi .twitter a:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(../images/icon-twitter.png);
  transform: rotate(0);
}
#footer .footer-company {
  padding: 20px 0;
  background: #002896;
  font-size: 13px;
  text-align: center;
}
#footer .footer-company ul {
  display: inline-block;
}
#footer .footer-company li {
  float: left;
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
#footer .footer-company li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  border-left: 1px solid #33658e;
  overflow: hidden;
}
#footer .footer-company li:first-child {
  margin-left: 0;
  padding-left: 0;
}
#footer .footer-company li:first-child:before {
  border-left: none;
}
#footer .footer-company .logo {
  margin-top: 20px;
}






/*スライダー*/
#slider {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
#prev {
	left: 0;
}
#next {
	right: 0;
}
.slider_button {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -44px;
}
.slider_view {
	position: relative;
	width: 1120px;
	height: 390px;
}
.indi .slider_view {
	position: relative;
	width: 1120px;
	height: 320px;
}
.slider_container {
	position: absolute;
	top: 0;
	left: 0;
}
.slider_container div {
	position: relative;
	float: left;
	width: 1120px;
	height: 479px;
}
.indi .slider_container div {
	position: relative;
	float: left;
	width: 1120px;
	height: 399px;
}
.slider_container div a {
	display: block;
}
.slider_container div a:hover {
	color: #600;
}
.slider_pagination {
	position: absolute;
	bottom: 15px;
	right: 12.5%;
	margin-left: -60px;
}
.page_button {
	margin-right: 19px;
}





/* モーダル */

#modal {
  display: none;
}
#modal .modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 1001;
}
#modal .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #ffffff;
  z-index: 1002;
}
#modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #666d71;
  z-index: 1003;
  cursor: pointer;
}
#modal .modal-close:hover {
  background: #40484e;
}
#modal .modal-close:before,
#modal .modal-close:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 14px;
    width: 2px;
    height: 20px;
    overflow: hidden;
    background: #ffffff;
    transform: rotate(45deg);
}

#modal .modal-close:after {
    transform: rotate(-45deg);
}

#bokin {
	text-align: center;
	margin: 70px 0px;

}
#bokin a{
	font-size: 13px;
	color: #333;

}

#footer .footer-service .service-list li.bokin3 a::before {
    border-bottom: 0;
    border-right: 0;
}
#footer .footer-service .service-list li.bokin3 a {
    padding-left: 0;
}

#footer .footer-service .service-list li.bokin3{
		margin-top: 20px;
	}
.text10 {
	font-size: 10px!important;
}

/*20200417*********/
.notes-block-area{
	padding-top: 60px;
	width: 100%;
}
.notes-block{
	max-width: 1100px;
	border: 4px solid #ccc;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: left;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
}
.notes-block p{
	font-size: 16px;
}
.notes-block p:first-child{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
@media (max-width: 798px) {
	.notes-block { width: 92%; padding: 2vw 3vw; }
	.notes-block p{ font-size: 14px;}
	.notes-block-area{ padding-top: 5vw;}
}
