@charset "UTF-8";
/* width */
/* font */
/* Color */
/* Prodcut Color */
/* Background Color */
/* フォーム用カラー */
/* opacity */
/*
  Anti Bootstrap
*/
/* line 6, ../scss/_utility.scss */
.row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  margin-right: 0;
}

/* line 14, ../scss/_utility.scss */
.for_pc {
  display: block;
}

/* line 18, ../scss/_utility.scss */
.for_mobile {
  display: none;
}

/*
	イメージの基本形
	個別にmax-widthを指定することで、
*/
/* line 26, ../scss/_utility.scss */
img {
  box-sizing: content-box;
  width: 100%;
  height: auto;
}

/* line 33, ../scss/_utility.scss */
a:hover input[type="button"], a:hover img, a:hover div {
  opacity: 0.6;
}

/* line 38, ../scss/_utility.scss */
input {
  vertical-align: center;
}

/* line 42, ../scss/_utility.scss */
mark {
  /*等幅フォント指定用 */
  background-color: inherit;
  color: inherit;
  font-family: monospace;
}

/*
	フッターは横幅いっぱいに使う。
*/
/* line 52, ../scss/_utility.scss */
#footer .container {
  width: 100%;
}

/* line 56, ../scss/_utility.scss */
ul, li {
  list-style: none;
  /* リストスタイルは外す */
}

/* line 3, ../scss/_global_navi.scss */
header {
  display: flex;
  border-bottom: 2px solid #009fe8;
  height: 100px;
}
/* line 7, ../scss/_global_navi.scss */
header .container {
  max-width: 1230px;
  min-width: calc(144px + 60px + 220px * 3 + 3px * 3 + 190px + 30px);
  margin: 0 auto;
}
/* line 11, ../scss/_global_navi.scss */
header .container .boxNavi {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100px;
}
/* line 17, ../scss/_global_navi.scss */
header .container .boxMenu {
  display: flex;
  width: calc(60px + 220px * 3 + 3px * 3);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 50px;
}
/* line 27, ../scss/_global_navi.scss */
header .container .boxMenu a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  color: #545454;
  text-align: center;
  padding-top: 1px;
}
/* line 37, ../scss/_global_navi.scss */
header .container .boxMenu a:not(:first-child) {
  margin-left: 3px;
}
/* line 40, ../scss/_global_navi.scss */
header .container .boxMenu a.home {
  width: 60px;
  padding-top: 0;
}
/* line 44, ../scss/_global_navi.scss */
header .container .boxMenu a.current_position, header .container .boxMenu a:hover {
  background-color: #4dbcef;
  color: #ffffff;
  border-radius: 3px;
}
/* line 49, ../scss/_global_navi.scss */
header .container .boxMenu a:hover img {
  opacity: 1;
}

/* Footer */
/* line 4, ../scss/_footer.scss */
footer {
  color: white;
  background-color: #009fe8;
  height: 100px;
  line-height: 1.4;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* line 12, ../scss/_footer.scss */
footer a:link, footer a:visited, footer a:active {
  color: #ffffff;
  font-weight: bold;
}
/* line 17, ../scss/_footer.scss */
footer .footerLink {
  margin-bottom: 15px;
  text-align: center;
}
/* line 21, ../scss/_footer.scss */
footer .copyright {
  font-size: 12px;
  text-align: center;
}

/* line 2, ../scss/_download.scss */
.linkButton {
  display: block;
  width: 450px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e74564;
  color: #ffffff;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  border-radius: 3px;
}
/* line 14, ../scss/_download.scss */
.linkButton:hover {
  color: #ffffff;
}
/* line 17, ../scss/_download.scss */
.linkButton.sales {
  background-color: #00b1b2;
}
/* line 20, ../scss/_download.scss */
.linkButton.manual {
  width: 200px;
  height: 60px;
  margin-top: 5px;
}

/* line 27, ../scss/_download.scss */
.infoDownload {
  background-color: #666666;
  color: #ffffff;
  padding: 60px 0 80px 0;
}
/* line 31, ../scss/_download.scss */
.infoDownload .guide {
  margin-top: 40px;
  font-size: 20px;
}
/* line 35, ../scss/_download.scss */
.infoDownload .app_button_left {
  margin-right: 30px;
}

/*********************************************
  お問い合わせ
*********************************************/
/* line 4, ../scss/_contact.scss */
::-webkit-input-placeholder,
::-moz-placeholder, ::-moz-placeholder, ::-ms-input-placeholder {
  font-style: italic;
  font-weight: bold;
  color: blue;
}

/* line 12, ../scss/_contact.scss */
#CONTACT h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}
/* line 17, ../scss/_contact.scss */
#CONTACT form {
  width: 500px;
  text-align: left;
  margin: auto;
}
/* line 21, ../scss/_contact.scss */
#CONTACT form li {
  text-align: left;
}
/* line 24, ../scss/_contact.scss */
#CONTACT form.confirm {
  width: 600px;
}
/* line 29, ../scss/_contact.scss */
#CONTACT textarea {
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid #c0c0c0;
  padding: 1px 5px;
}
/* line 35, ../scss/_contact.scss */
#CONTACT input {
  margin-bottom: 0;
}
/* line 37, ../scss/_contact.scss */
#CONTACT input[type="radio"] {
  margin-left: 0;
  margin-right: 10px;
  text-align: left;
}
/* line 42, ../scss/_contact.scss */
#CONTACT input[type="tel"], #CONTACT input[type="email"], #CONTACT input[type="text"] {
  width: 100%;
  background-color: #e6e6e6;
  border: 1px solid #c0c0c0;
  padding: 1px 5px;
}
/* line 48, ../scss/_contact.scss */
#CONTACT input[type="button"], #CONTACT input[type="submit"] {
  display: block;
  width: 150px;
  margin: 0 auto;
}
/* line 54, ../scss/_contact.scss */
#CONTACT .form_box {
  margin-bottom: 30px;
}
/* line 58, ../scss/_contact.scss */
#CONTACT form ul {
  padding-left: 20px;
}
/* line 61, ../scss/_contact.scss */
#CONTACT form li {
  list-style: none;
  font-weight: normal;
}
/* line 67, ../scss/_contact.scss */
#CONTACT table {
  width: 600px;
  margin: 0 auto 30px auto;
}
/* line 70, ../scss/_contact.scss */
#CONTACT table tr {
  height: 32px;
}
/* line 72, ../scss/_contact.scss */
#CONTACT table tr:nth-child(odd) {
  background-color: white;
}
/* line 75, ../scss/_contact.scss */
#CONTACT table tr:nth-child(even) {
  background-color: #e6e6e6;
}
/* line 79, ../scss/_contact.scss */
#CONTACT table th {
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}
/* line 84, ../scss/_contact.scss */
#CONTACT table td {
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: top;
}

/*********************************************
  ページトップへ戻るボタン
*********************************************/
/* line 4, ../scss/_page_top.scss */
#page-top {
  position: fixed;
  display: none;
  width: 100%;
  height: 0;
  bottom: 90px;
  z-index: 2;
  margin: auto;
}

/* line 14, ../scss/_page_top.scss */
#page-top a {
  position: absolute;
  display: block;
  right: 40px;
  width: calc(150px / 2);
  height: calc(160px / 2);
  background-size: calc(150px / 2) calc(160px / 2);
  -moz-background-size: calc(150px / 2) calc(160px / 2);
  background-image: url("../img/navi/top_btn.png");
  background-repeat: no-repeat;
  /*  bottom:110px;*/
}

/* line 26, ../scss/_page_top.scss */
#page-top a:hover {
  opacity: 0.6;
}

/*********************************************
  デスクトップ / モバイル制御用
*********************************************/
/* line 14, ../scss/main.scss */
.for_pc {
  display: block;
}

/* line 18, ../scss/main.scss */
.for_mobile {
  display: none;
}

/*********************************************
  基本定義
*********************************************/
/* line 25, ../scss/main.scss */
body {
  font-size: 16px;
  background-color: #ffffff;
  color: #545454;
  overflow: scroll;
  line-height: 1.8;
  font-size: 16px;
}

/* line 34, ../scss/main.scss */
h2 {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

/* line 44, ../scss/main.scss */
h3, h4, h5, h6 {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 50, ../scss/main.scss */
h3 {
  font-size: 28px;
}

/* line 54, ../scss/main.scss */
h4 {
  font-size: 18px;
  font-weight: bold;
}

/* line 60, ../scss/main.scss */
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 65, ../scss/main.scss */
label {
  font-weight: 400;
}

/* line 69, ../scss/main.scss */
.container {
  width: 100%;
  padding: 0;
}

/* line 74, ../scss/main.scss */
.index {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 28px;
}

/*********************************************
  共通
*********************************************/
/* line 84, ../scss/main.scss */
ul.notice {
  font-size: 16px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
/* line 90, ../scss/main.scss */
ul.notice li:before {
  font-family: monospace;
  content: '※';
  margin-left: -1em;
}
/* line 95, ../scss/main.scss */
ul.notice.bottom {
  margin-top: 20px;
  margin-left: 30px;
}

/* line 101, ../scss/main.scss */
.bold {
  font-weight: bold;
}

/* line 105, ../scss/main.scss */
.prodcut_name {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  font-weight: bold;
  color: #00b1b2;
}

/* line 113, ../scss/main.scss */
.boxLeft {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/* line 120, ../scss/main.scss */
.boxRight {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 127, ../scss/main.scss */
.inner {
  margin: 0 auto;
}

/* line 132, ../scss/main.scss */
.linkButton:hover {
  color: white;
  opacity: 0.6;
}

/*********************************************
  トップページ
*********************************************/
/* line 141, ../scss/main.scss */
#BOTTOM_LINK {
  width: calc(1200px + 30px);
  margin: 60px auto 0 auto;
}

/* line 146, ../scss/main.scss */
#TOP {
  margin: 0 auto;
}
/* line 148, ../scss/main.scss */
#TOP .boxMainVisual {
  width: 100%;
  padding: 0;
}
/* line 152, ../scss/main.scss */
#TOP .boxIntroduction {
  background-color: transparent;
  padding-bottom: 55px;
}
/* line 155, ../scss/main.scss */
#TOP .boxIntroduction .inner {
  width: calc(144px + 60px + 220px * 3 + 3px * 3 + 190px + 30px);
}
/* line 158, ../scss/main.scss */
#TOP .boxIntroduction h2 {
  font-size: 38px;
  color: #00b1b2;
}
/* line 162, ../scss/main.scss */
#TOP .boxIntroduction .description {
  margin-top: 5px;
  font-size: 22px;
}
/* line 167, ../scss/main.scss */
#TOP .boxMovie {
  background-color: #009fe8;
  padding: 45px 0;
}
/* line 170, ../scss/main.scss */
#TOP .boxMovie h2 {
  width: calc(144px + 60px + 220px * 3 + 3px * 3 + 190px + 30px);
  font-size: 34px;
  color: #ffffff;
}
/* line 175, ../scss/main.scss */
#TOP .boxMovie .inner {
  width: calc(960px + 30px);
}
/* line 178, ../scss/main.scss */
#TOP .boxMovie .boxMovieInner {
  width: calc(144px + 60px + 220px * 3 + 3px * 3 + 190px + 30px);
  height: auto;
  padding-top: 0;
  margin: 15px auto 0 auto;
}
/* line 185, ../scss/main.scss */
#TOP .boxOperation {
  background-color: #f1f1f1;
  padding: 75px 0 35px 0;
}
/* line 188, ../scss/main.scss */
#TOP .boxOperation h2 {
  font-size: 36px;
  color: #00b1b2;
  height: auto;
  margin-bottom: 15px;
}
/* line 194, ../scss/main.scss */
#TOP .boxOperation .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(960px + 31px);
  padding-bottom: 50px;
}
/* line 203, ../scss/main.scss */
#TOP .boxInformation {
  background-color: #cde7ea;
  padding: 60px 0;
  font-size: 18px;
  line-height: 1.4;
}
/* line 208, ../scss/main.scss */
#TOP .boxInformation .inner {
  width: calc(900px + 30px);
}
/* line 211, ../scss/main.scss */
#TOP .boxInformation .item_number {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 5px;
}
/* line 217, ../scss/main.scss */
#TOP .boxInformation .prodcut_name {
  margin-bottom: 10px;
}
/* line 220, ../scss/main.scss */
#TOP .boxInformation .linkButton {
  width: 430px;
}
/* line 223, ../scss/main.scss */
#TOP .boxInformation .set_title {
  font-weight: bold;
}
/* line 226, ../scss/main.scss */
#TOP .boxInformation .set_content {
  display: inline-block;
  line-height: 1.6;
  padding-left: 0;
  margin-bottom: 20px;
}
/* line 231, ../scss/main.scss */
#TOP .boxInformation .set_content li {
  display: inline-block;
  margin-left: 0;
  float: left;
}
/* line 235, ../scss/main.scss */
#TOP .boxInformation .set_content li:not(:last-child):after {
  content: "/";
}
/* line 240, ../scss/main.scss */
#TOP .boxInformation .spec_title {
  width: calc(900px - 40px);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 15px;
  padding-left: 0;
}
/* line 247, ../scss/main.scss */
#TOP .boxInformation .spec_title > div {
  padding: 0;
}
/* line 251, ../scss/main.scss */
#TOP .boxInformation .spec_table {
  width: calc(900px - 40px);
}
/* line 253, ../scss/main.scss */
#TOP .boxInformation .spec_table > div {
  padding: 0;
}
/* line 256, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
/* line 261, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table1 {
  width: 320px;
}
/* line 263, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table1 th {
  width: 100px;
}
/* line 266, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table1 td {
  padding-right: 10px;
}
/* line 270, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table2 {
  width: 320px;
}
/* line 272, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table2 th {
  width: 100px;
}
/* line 275, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table2 td {
  padding-right: 10px;
}
/* line 280, ../scss/main.scss */
#TOP .boxInformation .spec_table .inner_spec .spec_table3 td {
  width: 100%;
}
/* line 285, ../scss/main.scss */
#TOP .boxInformation .spec_table th, #TOP .boxInformation .spec_table td {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
/* line 290, ../scss/main.scss */
#TOP .boxInformation .spec_table ol {
  padding-left: 15px;
}
/* line 292, ../scss/main.scss */
#TOP .boxInformation .spec_table ol li {
  list-style-type: decimal;
}
/* line 297, ../scss/main.scss */
#TOP .boxInformation .spec_table ul li {
  font-size: 14px;
}
/* line 303, ../scss/main.scss */
#TOP .boxAward {
  background-color: transparent;
  padding: 80px 0;
}
/* line 306, ../scss/main.scss */
#TOP .boxAward .inner {
  width: 880px;
}
/* line 308, ../scss/main.scss */
#TOP .boxAward .inner .flexAward {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
/* line 313, ../scss/main.scss */
#TOP .boxAward .inner .flexAward .award {
  padding-left: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin: auto 0;
  width: 725px;
}
/* line 319, ../scss/main.scss */
#TOP .boxAward .inner .flexAward .award .main {
  font-size: 30px;
  color: #0068b6;
  text-align: center;
}
/* line 324, ../scss/main.scss */
#TOP .boxAward .inner .flexAward .award .sub {
  font-size: 26px;
  color: #0068b6;
  text-align: center;
}
/* line 329, ../scss/main.scss */
#TOP .boxAward .inner .flexAward .award .description {
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px;
}
/* line 338, ../scss/main.scss */
#TOP .boxDeveloper {
  background-color: #f1f1f1;
  padding: 60px 0;
}
/* line 341, ../scss/main.scss */
#TOP .boxDeveloper h2 {
  font-size: 36px;
  color: #00b1b2;
  height: auto;
  margin-bottom: 20px;
}
/* line 347, ../scss/main.scss */
#TOP .boxDeveloper .inner {
  width: calc(900px + 30px);
}
/* line 349, ../scss/main.scss */
#TOP .boxDeveloper .inner .description {
  margin-top: 10px;
}
/* line 352, ../scss/main.scss */
#TOP .boxDeveloper .inner a {
  color: #0000ff;
  text-decoration: underline;
}

/*********************************************
  アプリダウンロード
*********************************************/
/* line 364, ../scss/main.scss */
#DOWNLOAD h2 {
  width: 860px;
  margin: 80px auto 40px auto;
}
/* line 368, ../scss/main.scss */
#DOWNLOAD h3 {
  font-size: 36px;
  font-weight: bold;
  color: #00b1b2;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
/* line 375, ../scss/main.scss */
#DOWNLOAD h3.second {
  line-height: 1.4;
  margin-top: 90px;
  margin-bottom: 15px;
}
/* line 381, ../scss/main.scss */
#DOWNLOAD .desciption {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: calc($_downloadWindowWidth - 30px);
}
/* line 387, ../scss/main.scss */
#DOWNLOAD .boxDescription {
  margin-bottom: 80px;
}
/* line 389, ../scss/main.scss */
#DOWNLOAD .boxDescription .inner {
  width: calc($_downloadWindowWidth - 30px);
}
/* line 393, ../scss/main.scss */
#DOWNLOAD .panelDownload {
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-bottom: 90px;
}
/* line 398, ../scss/main.scss */
#DOWNLOAD .boxDownload {
  width: 860px;
  margin: 0 auto;
}
/* line 402, ../scss/main.scss */
#DOWNLOAD .environment {
  font-size: 18px;
  margin-top: 20px;
}
/* line 405, ../scss/main.scss */
#DOWNLOAD .environment .description {
  margin-top: 5px;
}
/* line 409, ../scss/main.scss */
#DOWNLOAD .guide {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}

/*********************************************
  教育機関の方へ
*********************************************/
/* line 421, ../scss/main.scss */
#EDUCATION .inner {
  width: 960px;
}
/* line 424, ../scss/main.scss */
#EDUCATION h2 {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 960px;
}
/* line 429, ../scss/main.scss */
#EDUCATION .description {
  font-size: 22px;
  margin-bottom: 0;
  width: 960px;
}
/* line 434, ../scss/main.scss */
#EDUCATION .appeal {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 80px;
  width: 960px;
}
/* line 441, ../scss/main.scss */
#EDUCATION h3 {
  font-size: 36px;
  font-weight: bold;
  color: #00b1b2;
  margin-bottom: 20px;
}
/* line 446, ../scss/main.scss */
#EDUCATION h3.second {
  color: #e74564;
  margin-bottom: 40px;
}
/* line 451, ../scss/main.scss */
#EDUCATION .boxEducationSet {
  padding: 0 0 80px 0;
  font-size: 16px;
}
/* line 454, ../scss/main.scss */
#EDUCATION .boxEducationSet .inner {
  width: calc(940px + 30px);
}
/* line 457, ../scss/main.scss */
#EDUCATION .boxEducationSet .content_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
}
/* line 462, ../scss/main.scss */
#EDUCATION .boxEducationSet .content_title.type1 {
  color: #009fe8;
}
/* line 465, ../scss/main.scss */
#EDUCATION .boxEducationSet .content_title.type2 {
  color: #00b1b2;
}
/* line 468, ../scss/main.scss */
#EDUCATION .boxEducationSet .content_title.type3 {
  color: #b86ea9;
}
/* line 471, ../scss/main.scss */
#EDUCATION .boxEducationSet .content_title.type4 {
  color: #e74564;
  margin-top: 30px;
}
/* line 477, ../scss/main.scss */
#EDUCATION .boxFeature {
  background-color: #f1f1f1;
  margin: 0 auto;
  padding: 90px 0;
}
/* line 481, ../scss/main.scss */
#EDUCATION .boxFeature .inner {
  margin: 0 auto;
  width: calc(960px + 60px);
}
/* line 485, ../scss/main.scss */
#EDUCATION .boxFeature h4 {
  font-size: 24px;
  color: #ffffff;
  background-color: #49bbbc;
  width: 960px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* line 496, ../scss/main.scss */
#EDUCATION .boxFeature h4 .sub {
  font-size: 20px;
}
/* line 499, ../scss/main.scss */
#EDUCATION .boxFeature h4.second {
  background-color: #b86ea9;
  margin-top: 50px;
}
/* line 505, ../scss/main.scss */
#EDUCATION .boxInformation {
  background-color: #cde7ea;
  padding: 60px 0;
}
/* line 508, ../scss/main.scss */
#EDUCATION .boxInformation .inner {
  width: 960px;
  font-size: 18px;
}
/* line 511, ../scss/main.scss */
#EDUCATION .boxInformation .inner .prodcut_name {
  margin-bottom: 10px;
}
/* line 514, ../scss/main.scss */
#EDUCATION .boxInformation .inner .set_title {
  font-weight: bold;
}
/* line 518, ../scss/main.scss */
#EDUCATION .boxInformation .inner .set_content {
  display: inline-block;
  line-height: 1.6;
  padding-left: 0;
  margin-bottom: 0;
}
/* line 523, ../scss/main.scss */
#EDUCATION .boxInformation .inner .set_content li {
  display: inline-block;
  margin-left: 0;
  float: left;
}
/* line 527, ../scss/main.scss */
#EDUCATION .boxInformation .inner .set_content li:not(:last-child):after {
  content: "/";
}
/* line 532, ../scss/main.scss */
#EDUCATION .boxInformation .inner .notice {
  line-height: 1.6;
}
/* line 534, ../scss/main.scss */
#EDUCATION .boxInformation .inner .notice li {
  font-weight: bold;
}

.other_banner{
	margin-top: 45px;
	margin-bottom: 60px;
}
