@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------
こちらに書いた customize.css の内容は
管理画面の「デザイン ＞ デザイン」 customize.css「編集」で登録してください

※デザイン制作ガイド「03-04：CSSの設定（PC）」参照

-----------*/
html {
  font-size: 14px;
}

html,
body {
  height: 100%;
}

a {
  color: #03a7eb;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:hover {
  opacity: .6;
}

.wrapper1 {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  display: block;
}

.wrapper2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

h1,
h2,
h3,
h4,
a,
button {
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
  letter-spacing: 0.1rem;
  line-height: 1.8em;
}

h2,
h3,
h4 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
}

label {
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
}

p,
li,
dt,
dd,
td,
th {
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
  line-height: -webkit-calc(1.8em + .2em);
  line-height: calc(1.8em + .2em);
  letter-spacing: 0.1rem;
  color: #4d4d4d;
}

a,
input,
textarea,
select,
button {
  letter-spacing: 0.1rem;
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}

button {
  cursor: pointer;
}

#header {
  max-width: 1100px;
  background-color: rgba(255, 255, 255, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 auto;
  height: 95px;
}

#header h1 {
  padding: 0;
}

#header h1 img {
  margin-top: 38px;
  width: 374px;
  animation: img_bounce 1s ease 0s normal;
}

.img_big_bounce {
  animation: img_big_bounce 1s ease 0s normal;
  bottom: 4%;
}

.img_big_bounce:hover {
  bottom: 5.3%;
  transition: all .6s;
}

.img_big_bounce a:hover {
  opacity: 1;
}

#header .btn_vision {
  width: 161px;
  margin-right: 14px;
  cursor: pointer;
}

.logo_wrap {
  width: 34%;
}

.search_wrap {
  width: 66%;
  height: 36px;
  margin-top: 50px;
  margin-right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.search_wrap button {
  width: 22%;
  color: white;
  font-size: 20px;
  background-color: #03a7eb;
  border-radius: 5px;
  padding: 8px 9px 8px 0;
  border: none;
  text-align: center;
  margin-left: auto;
  margin-right: 16px;
}

.icon_arrow {
  position: relative;
  display: inline-block;
  top: -10px;
  right: 10px;
}



.video_contents_wrap .video_content:nth-of-type(1) .icon_arrow {
  animation: img_big_bounce 1s ease 0s normal;
}

.video_contents_wrap .video_content:nth-of-type(2) .icon_arrow {
  animation: img_big_bounce 1s ease .1s normal;
}

.video_contents_wrap .video_content:nth-of-type(3) .icon_arrow {
  animation: img_big_bounce 1s ease .2s normal;
}

.video_contents_wrap .video_content:nth-of-type(4) .icon_arrow {
  animation: img_big_bounce 1s ease .3s normal;
}

.search_wrap .btn_txt {
  margin-right: 18px;
  position: relative;
  top: 0;
}
.search_wrap input{
  -webkit-appearance: none;
}

.icon_arrow::before {
  content: '';
  width: 17px;
  height: 17px;
  background: #03a7eb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 1px solid white;
}

.icon_arrow::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 5px white;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
}

.search_inputs {
  display: inline;
  width: 36.2%;
  font-family: 'Open Sans', sans-serif;
}

.search_inputs input[type="search"] {
  padding: 4px 8px;
  border: none;
  width: 80%;
  height: 35px;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  border-left: 1px solid #8c8c8c;
  border-radius: 5px 0 0 5px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search_inputs input[type="submit"] {
  width: 20%;
  border: none;
  height: 35px;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-radius: 0 5px 5px 0;
  background: url("../../img/common/search_btn.png") no-repeat #949494 center center;
  background-size: 17px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navi {
  background-color: transparent;
  margin-bottom: 31px;
}

#navi ul.navi {
  max-width: 1100px;
  width: auto;
}


#navi ul.navi li {
  position: relative;
  display: inline-block;
  width: 16.5%;
}

/* 2017/12/7まで
#navi ul.navi li {
  position: relative;
  display: inline-block;
  width: 20%;
 border-left: 1px solid #03a7eb;
}
*/




#navi ul.navi li:before,
#navi ul.navi li.gnavi5:after,
#navi ul.navi li:last-child:after {
  position: absolute;
  content: '';
  display: block;
  top:50%;
  margin: -10px 0 0 0;
  width: 1px;
  height: 20px;
  background: #03a7eb;
}
#navi ul.navi li:before{
  left: 0;
}
#navi ul.navi li.gnavi5:after,
#navi ul.navi li:last-child:after {
  right:0;
}

#navi ul.navi li a {
  color: #03a7eb;
  font-size: 1.214rem;
  background-color: transparent;
}

#contents {
  width: 100%;
  background-color: transparent;
}

#contents.exist_header {
  margin-top: 160px;
}

.layout1 #main_contents {
  background: transparent;
  padding: 0;
}

.video_contents_wrap {
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
  max-width: 1090px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.video_content {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-left: 1px solid #03a7eb;
  padding: 10px 0;
  width: 24.82%;
  margin: 30px auto 0;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.video_content:hover dt,
.video_content:hover dd {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #03a7eb;
}

.video_content:hover .icon_arrow::before {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #03a7eb;
}

.video_content:hover .icon_arrow::after {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-left: solid 11px #03a7eb;
}

.video_content .icon_arrow {
  top: 2px;
  left: 0;
  margin-left: 12px;
}

.video_content strong {
  font-size: 1.1rem;
}

.video_content .icon_arrow::before {
  width: 27px;
  height: 27px;
  background-color: white;
  border: 1px solid #8c8c8c;
}

.video_content .icon_arrow::after {
  border-left: solid 11px #8c8c8c;
  margin-top: 0;
  top: 1px;
  left: 11px;
}

.video_content:last-child {
  border-right: 1px solid #03a7eb;
}

.video_content div {
  width: 10%;
}

.video_content dl {
  width: 78%;
  color: #8c8c8c;
  margin-top: 3px;
}

.video_content dt {
  font-size: 0.785rem;
  line-height: .8rem;
  color: #8c8c8c;
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
}

.video_content dd {
  font-size: 1.14rem;
  color: #8c8c8c;
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
}

.video_main_wrap div {
  height: 600px;
}

.video_top_concept {
  background: url("../../img/top/video_top_concept.jpg") 50% 50% no-repeat/cover;
}

.video_top_function1 {
  background: url("../../img/top/video_top_function1.jpg") 50% 50% no-repeat/cover;
}

.video_top_function2 {
  background: url("../../img/top/video_top_function2.jpg") 50% 50% no-repeat/cover;
}

.video_top_function3 {
  background: url("../../img/top/video_top_function3.jpg") 50% 50% no-repeat/cover;
}

.movie_plan{
 background-color:#fceef6;
 margin-top: 5px;
 margin-bottom: 5px;
}

.movie_douga2 p.plan_m{
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:0 5px;
 color:#c84e96;
 font-weight:bold;
}

.movie_buy{
 background-color:#efddee;
 margin-top: 5px;
 margin-bottom: 5px;
}

.movie_douga2 p.buy_m{
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:0 5px;
 color:#a560a2;
 font-weight:bold;
}


.movie_install{
 background-color:#d0d3f6;
 margin-top: 5px;
 margin-bottom: 5px;
}

.movie_douga2 p.install_m{
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:0 5px;
 color:#767cba;
 font-weight:bold;
}

.movie_operation{
 background-color:#cee8fc;
 margin-top: 5px;
 margin-bottom: 5px;
}

.movie_douga2 p.operation_m{
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:0 5px;
 color:#4593d0;
 font-weight:bold;
}


.movie_replace{
 background-color:#e2f5fa;
 margin-top: 5px;
 margin-bottom: 5px;
}
.movie_douga2 p.replace_m{
 display:inline-block;
 vertical-align:middle; /*縦方向の揃え位置を指定*/
 padding:0 5px;
 color:#00b8ee;
 font-weight:bold;
}

.mar-top5{
 margin-top:5px;
}


.movie_intro{
	padding:5px;
	color:#00b8ee;
	font-weight:bold;
}

.clr{
	clear:both;
}

.text-right {
  text-align: right;
}

.news_wrap {
  max-width: 1090px;
  background-color: #f2fbfe;
  padding: 12px;
  box-sizing: border-box;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.news_wrap.top_parts > div {
  width: 43%;
}

.news_wrap.top_parts dd {
  width: 62%;
  text-align: left;
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_wrap dt,
.news_wrap dd {
  display: inline-block;
  line-height: 0rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_wrap dt {
  font-size: 0.8rem;
  text-align: center;
  padding: 0;
  width: 24.2%;
  padding: 12px 12px 10px;
}

.news_wrap > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news_wrap dd {
  text-align: center;
  color: #8c8c8c;
  font-size: 0.857rem;
  margin-left: 14px;
}

.news_time_category dt {
  font-family: 'Open Sans', sans-serif;
  background-color: #03a7eb;
  color: white;
}

/*.news_time_category dd {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: 1rem;
  vertical-align: sub;
}*/

.news_time_category dd {
  font-family: "Hiragino Kaku Gothic
 ProN","メイリオ", sans-serif;

}

.news_content dt {
  background-color: white;
  color: #03a7eb;
  vertical-align: top;
}

#sub_module1 {
  text-align: center;
}

#top_contents,
#bottom_contents {
  background-color: transparent;
  padding: 0;
}


.plat_internal_section {
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #03a7eb;
  padding: 73px 0;
}

.plat_internal_section h2 {
    font-family: FP-ヒラギノUD角ゴ StdN W6,FP-HiraginoUDSansStdN-W6;
    color: #03A7EB;
    font-size: 1.785rem;
    margin-bottom: 10px;
}


.platform_wrap_bg{
	background: url('../../img/top/bg_plat.png') repeat scroll 0% 0% / cover transparent;
}

.platform_wrap {
    margin: 0px auto;
}

.platform_info_wrap {
    width: 40%;
}


.platform:before{
	font-family: FontAwesome;/*忘れずに*/
	content: &#x2705;/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #5ab9ff; /*アイコン色*/
}


.platform_wrap check {
    font-family: FP-ヒラギノUD角ゴ StdN W6,FP-HiraginoUDSansStdN-W6;
    font-size: 1.357rem;
    border-radius: 5px;
    padding: 18px 75px;
    border: medium none;
    color: #FFF;
    margin-top: 50px;
}


.platform_list{
    font-family: FP-ヒラギノUD角ゴ StdN W6,FP-HiraginoUDSansStdN-W6;
    color: #03A7EB;
    font-size: 20px;
    margin-bottom: 10px;
	line-height:1.5;
	font-weight:bold;
}

.platform_list img{
	vertical-align:middle;
	margin-right:10px;
}


.platform_contents {
    display: flex;
    justify-content: space-around;
    padding: 89px 0px 100px;
	margin:0px auto 100px;
	width:1010px;
}



.platform2{
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.platform2:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}


.concept_wrap {
  background: url("../../img/common/bg_concept.png");
  background-size: cover;
}

.concept_content {
  width: 708px;
  margin: 0 auto;
  text-align: center;
  padding: 170px 0 130px 0;
}

.concept_content_case {
  width: 708px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 50px 0;
}


.concept_content3 {
  width: 708px;
  margin: 0 auto;
  text-align: center;
}


.concept_content p {
  margin-top: 63px;
  font-size: 1rem;
}

.section_tasks_1 {
  margin: 42px 0;
}

.section_tasks_1 li {
  font-family: FP-ヒラギノUD角ゴ StdN W5, FP-HiraginoUDSansStdN-W5;
  font-size: 1.392rem;
  width: 28%;
  display: inline-block;
  background-color: #03a7eb;
  padding: 10px;
  color: white;
}

.section_tasks_1 li:nth-of-type(2) {
  margin: 0 12px;
}

.section_tasks_1 {
  margin: 42px 0;
}

.section_tasks_1 + p {
  color: #03a7eb;
}

.section_tasks_wrap p {
  font-size: 1.314rem;
  margin: 45px 0;
}

.section_tasks_2 {
  margin-bottom: 45px;
}

.section_tasks_2 li {
  font-family: FP-ヒラギノUD角ゴ StdN W5, FP-HiraginoUDSansStdN-W5;
  font-size: 1.392rem;
  width: 28%;
  display: inline-block;
  background-color: white;
  padding: 10px;
  color: #03a7eb;
  border: 1px solid #03a7eb;
}

.section_tasks_2 li:nth-of-type(2) {
  margin: 0 12px;
}

.section_solution {
  margin: 43px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.section_solution li {
  display: block;
  vertical-align: middle;
  background-color: #03a7eb;
  color: white;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 20%;
  height: 11%;
  width: 141px;
  height: 141px;
}

.section_solution li p {
  color: white;
  font-family: FP-ヒラギノUD角ゴ StdN W5, FP-HiraginoUDSansStdN-W5;
}

.section_solution li p {
  font-size: 21px;
  margin: 50px 0px;
}

.section_solution + p {
  font-size: 1rem;
}

.arrow_down {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 30px;
}

.arrow_down::before {
  content: '';
  width: 35px;
  height: 35px;
  border: 0px;
  border-top: solid 1px #03a7eb;
  border-right: solid 1px #03a7eb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.concept_content img {
  width: 55%;
}


.concept_content2 img {
  width: 100%;
}


#benefit h2 {
  color: #03a7eb;
  font-size: 2.142rem;
  margin-bottom: 38px;
}

.internal_section {
  width: 1010px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #03a7eb;
  padding: 73px 0;
}


.internal_section:last-of-type {
  margin-bottom: 170px;
}

.trial_form_wrap {
  max-width: 1010px;
  margin: 0 auto 0;
  text-align: center;
  margin-top: -40px;
}

.internal_section h2 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  color: #03a7eb;
  font-size: 1.785rem;
  margin-bottom: 10px;
}

.trial_form_wrap h2 {
  color: #03a7eb;
  font-size: -webkit-calc(30rem / 14);
  font-size: calc(30rem / 14);
  margin-bottom: 23px;
}

.internal_section p,
.trial_form_wrap p {
  font-size: -webkit-calc(14rem / 14);
  font-size: calc(14rem / 14);
  font-family: FP-ヒラギノUD角ゴ StdN W4, FP-HiraginoUDSansStdN-W4;
}

.internal_section .sub_head_before,
.internal_section .sub_head_after {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-size: 1.4rem;
  padding: 0px;
}

.internal_section .sub_head_before {
  background-color: #b4b4b5;
}

.internal_section .sub_head_after {
  background-color: #03a7eb;
}

#benefit {
  padding: 150px 0 125px 0;
}

.improvement_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 965px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.improvement_content p {
  padding: 10px;
  font-size: 1.142rem;
}

.improvement_content img {
  width: 100%;
}

.contents-before-after h2{

}

.before_wrap,
.after_wrap {
  width: 46%;
}

.before_after_arrow {
  width: 3%;
  width: 3%;
  position: relative;
  margin: auto;
  font-size: 2.6rem;
  color: #76caf2;
  padding-top: 100px;
}

.before_wrap p {
  color: #717071;
}

.after_wrap p {
  color: #03a7eb;
}

.bg_top {
  height: 176px;
  background-image: url("../../img/top/bg_top.png");
  background-size: cover;
  position: relative;
  padding: 0;
  height: 176px;
  background-position: center top;
  background-size: auto, auto 100%;
  background-repeat: no-repeat;
}

.bg_top.contact {
  margin: 0;
}

.feature_wrap {
  width: 1004px;
  margin: 0 auto;
  text-align: center;
}

.feature_wrap h2 {
  color: #03a7eb;
  font-size: 2.142rem;
  margin-bottom: 38px;
}

.feature_content {
  margin-top: 50px;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.feature_flow {
  width: 8%;
  float: left;
}


.replace + img {
  position: relative;
  width: 61px;
  right: 10px;
}

.feature_flow p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  height: 40%;
  width: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 13px;
  position: relative;
}

.feature_flow_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 48px 0;
  border-bottom: 1px dashed #03a7eb;
}

.feature_flow_content:first-child {
  padding: 0 0 48px;
}

.feature_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.feature_info {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.feature_comment {
  width: 23%;
}

.feature_comment img {
  width: 45%;
  display: block;
  margin: 5px auto 0;
}

.feature_info ul {
  margin-top: 18px;
  text-align: left;
}

.feature_info ul li {
  font-size: .85rem;
  line-height: 1.6rem;
}

.feature_info li::before {
  content: '●';
  color: #03a7eb;
  padding-right: 13px;
  font-size: 10px;
  vertical-align: bottom;
}

.feature_info div:first-of-type {
  width: 16%;
}

.feature_info div:first-of-type img {
  width: 100%;
}

.feature_info div:last-of-type {
  width: 81%;
  text-align: left;
}

.feature_info div:last-of-type h3 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  color: #03a7eb;
  font-size: 1.785rem;
  margin-bottom: 2px;
  line-height: 1.2;
  padding-top: 8px;
}

.feature_sub_head_wrap {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  margin-top: 8px;
}

.feature_sub_head {
  background-color: #d2ecfa;
  color: #03a7eb;
  padding: 0px 14px;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 0.857rem;
  display: inline-block;
  width: 23%;
  text-align: center;
}

.feature_comment p {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: .928rem;
  color: white;
  background-color: #ccc;
  padding: 20px 0;
  line-height: 1.6rem;
  border-radius: 10px;
}
.feature_comment p>svg{
  display: none;
  width: 14px;
}
.feature_comment>svg {
  width: 14px;
  height: 19.61px;
  position: relative;
  top: -6px;
}

.feature_comment .catalog_comment {
  background-color: #c84e96;
}

.feature_comment .apply_comment {
  background-color: #a560a2;
}

.feature_comment .inventory_comment {
  background-color: #767cba;
}

.feature_comment .asset_comment,
.feature_comment .notify_comment {
  background-color: #4593d0;
}

.feature_comment .replace_comment,
.feature_comment .trial_comment {
  background-color: #00b8ee;
}

.feature_comment .catalog_comment + svg path {
  fill: #c84e96;
}

.feature_comment .apply_comment + svg path {
  fill: #a560a2;
}

.feature_comment .inventory_comment + svg path {
  fill: #767cba;
}

.feature_comment .asset_comment + svg path,
.feature_comment .notify_comment + svg path {
  fill: #4593d0;
}

.feature_comment .replace_comment + svg path,
.feature_comment .trial_comment + svg path {
  fill: #00b8ee;
}

.notes {
  font-size: .8rem;
  text-align: right;
  margin-top: 5px;
}

.feature_flow p {
  color: white;
  font-size: 1.285rem;
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size:  100% auto;
  margin-bottom: 35px;
}
.feature_flow p span {
  position: absolute;
  left:0;
  bottom: -35px;
  height: 35px;
  width: 60px;
  -webkit-background-size: 100% auto;
  background-size:  100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.feature_flow .plan span {
}
.feature_flow .plan {
  background-image: url(../../img/top/flow_bg_plan.png);
}
.feature_flow .plan span {
  background-image: url(../../img/top/flow_bg_sep1.png);
}
.feature_flow .buy {
  background-image: url(../../img/top/flow_bg_buy.png);
}
.feature_flow .buy span {
  background-image: url(../../img/top/flow_bg_sep2.png);
}
.feature_flow .install {
  background-image: url(../../img/top/flow_bg_install.png);
}
.feature_flow .install span {
  background-image: url(../../img/top/flow_bg_sep3.png);
}
.feature_flow .operation {
  background-image: url(../../img/top/flow_bg_operation.png);
}
.feature_flow .operation span {
  background-image: url(../../img/top/flow_bg_sep4.png);
}
.feature_flow .replace {
  background-image: url(../../img/top/flow_bg_replace.png);
}
.feature_flow .replace span {
  background-image: url(../../img/top/flow_bg_sep5.png);
}

.button_arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  top: -7px;
  left: -14px;
}

.button_arrow::before {
  content: '';
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.button_arrow::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
}

.trial_wrap {
  width: 1010px;
  margin: 0 auto;
}

.trial_wrap h3 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  color: #03a7eb;
  font-size: 2rem;
}

.trial_wrap h4 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  color: #03a7eb;
  font-size: 1.285rem;
}

.trial_wrap p {
  font-size: 1.07rem;
}

.trial_wrap button {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: 1.357rem;
  background-color: #39b54a;
  border-radius: 5px;
  padding: 18px 75px;
  border: none;
  color: white;
  margin-top: 50px;
}

.trial_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: row nowwrap;
      flex-flow: row nowwrap;
  padding: 89px 0 100px;
  border-bottom: 1px dashed #03a7eb;
}

.trial_contents:last-child {
  border-bottom: 1px dashed #03a7eb;
}

.trial_info_wrap {
  width: 42%;
}

.trial_img_wrap {
  width: 37%;
  text-align: center;
}

.trial_img_wrap img {
  width: 100%;
}
.trial_img_wrap a.btn{
  display: none;
}

.trial_img_wrap .feature_comment {
  width: 61%;
  text-align: center;
  margin-left: 50px;
}

.trial_img_wrap .feature_comment img {
  width: 45%;
}

.trial_img_wrap.catalog_img img {
  width: 45%;
}

.btn_trial.btn_pdf,
.btn_trial.btn_contact {
  background-color: #03a7eb;
}

.btn_trial.btn_pdf > .button_arrow::after,
.btn_trial.btn_contact > .button_arrow::after {
  border-top: solid 3px #03a7eb;
  border-right: solid 3px #03a7eb;
}

.trial_form_wrap h1 img {
  width: 100%;
  position: relative;
  top: -70px;
}

.trial_form_wrap .logo_wrap {
  margin-left: auto;
}

.trial_form_wrap h3 {
  color: #03a7eb;
  font-size: 1.5rem;
  margin: 75px 0;
}

.trial_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row;
  max-width: 1010px;
  margin: 0 auto;
}

.trial_step.confirm .step_2 {
  background-color: #03a7eb;
}

.trial_step.confirm .step_2 p {
  color: white;
}

.trial_step.submit .step_3 {
  background-color: #03a7eb;
}

.trial_step.submit .step_3 p {
  color: white;
}

.trial_step .step_1 {
  background-color: #03a7eb;
}

.trial_step .step_1 p {
  color: white;
}

.trial_step.confirm .step_1 {
  background-color: #eaf5fc;
}

.trial_step.confirm .step_1 p,
.trial_step.submit .step_1 p {
  color: #333;
}

.trial_step.submit .step_1 {
  background-color: #eaf5fc;
}

.trial_step > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 28%;
  color: #333;
  position: relative;
  background-color: #eaf5fc;
  text-align: left;
  padding: 23px 0;
}

.trial_step > div{

}
.trial_step > div p {
  line-height: 1.5em;
  margin: 0 auto auto auto;
}
.trial_step > div p:first-child{
  padding:10px 0 0 0;
}
.trial_step > div p em {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  top: -.35em;
}
.trial_step > div.step_3 p:last-child{
  position: relative;
  top:0.9em;
}

.trial_step > div strong {
  font-size: 2rem;
  padding-left: 8px;
}

.main_head {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(30rem / 14);
  font-size: calc(30rem / 14);
  color: #03a7eb;
  padding-bottom: 21px;
  border-bottom: 1px dashed #03a7eb;
  text-align: center;
}

.main_case {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(30rem / 14);
  font-size: calc(30rem / 14);
  color: #03a7eb;
  padding-bottom: 21px;
  text-align: center;
}

.content_wrap {
  max-width: 1010px;
  margin: 0 auto 100px;
}

.info_contents {
  padding-top: 53px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #03a7eb;
}
.info_contents .pager{
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.info_contents .pager li{
  display: inline-block;
}
.info_contents .pager li a{
  display: inline-block;
  min-width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding: 2px 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.info_contents .pager li.prev a,
.info_contents .pager li.next a{
  border: none;
}
.info_contents .pager li a:hover,
.info_contents .pager li.current a{
  background: #03a7eb;
  color:#fff;
}

.info_contents .news_wrap {
  width: 100%;
}

.info_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-top: 52px;
}

.info_contents_head_wrap {
  width: 60%;
}

.info_contents_img_wrap {
  width: 37%;
}

.info_contents_head_wrap p {
  margin-bottom: 38px;
}

.info_contents_img_wrap img {
  width: 100%;
  margin-bottom: 38px;
}

.about_privacy_wrap {
  width: 100%;
  height: 274px;
  margin-top: 40px;
  border: 1px solid #ccc;
  padding: 30px;
  text-align: left;
  overflow: scroll;
  box-sizing: border-box;
}

.contact_form_contents {
  width: 100%;
  margin-top: 43px;
  border: 1px solid #ccc;
  text-align: left;
}

.confirm .contact_form_contents {
  border: none;
  border-top: 1px dashed #03a7eb;
  border-bottom: 1px dashed #03a7eb;
  margin-top: 70px;
}

.contact_form_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 22px;
}



.confirm .contact_form_content {
  border-bottom: 1px dashed #03a7eb;
}

.contact_form_content:last-of-type {
  border-bottom: none;
}

.form_content .postal_code_input {
  width: 18.5%;
}

.form_head {
  width: 27%;
  padding-left: 39px;
  padding-top: .7rem;
}

.form_head1 {
  width: 22%;
  padding-left: 39px;
  padding-top: .7rem;
  line-height:22px;
}


.form_head2 {
  width: 5%;
  padding-left: 39px;
  padding-top: .7rem;
  line-height:22px;
}

.form_first_head .form_head + .form_content p {
  font-size: webkit-calc(16rem / 14);
  font-size: calc(16rem / 14);
}

.confirm .form_head {
  padding-top: .4rem;
  padding-left: 90px;
}

.confirm .form_head label {
  font-size: webkit-calc(16rem / 14);
  font-size: calc(16rem / 14);
}

.confirm .form_head label[for=assignment] {
  line-height: 1.6em;
}

.contact_form_content label {
  font-size: webkit-calc(17rem / 14);
  font-size: calc(17rem / 14);
}


.form_content2 label {
  font-size: webkit-calc(17rem / 14);
  font-size: calc(17rem / 14);
  margin-left:20px;
}

.form_content3 label {
  font-size: webkit-calc(17rem / 14);
  font-size: calc(17rem / 14);
  margin-left:20px;
}


.form_head span {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: .785rem;
  color: #fff;
  background-color: #03a7eb;
  padding: 3px 8px;
  margin-right: 13px;
}

.form_head1 span {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: .785rem;
  color: #fff;
  background-color: #03a7eb;
  padding: 3px 8px;
  margin-right: 13px;
}

.form_content select {
  padding: 12px;
}

.form_content {
  width: 68%;
  font-size: 1rem;
}

.form_content p {
  margin-top: 3px;
  font-size: .857rem;
}

.caution {
  color: #f54522;
}

.confirm .form_content p {
  font-size: webkit-calc(16rem / 14);
  font-size: calc(16rem / 14);
  margin-top: 0;
}

.form_content input,
.form_content textarea {
  width: 44%;
  border-radius: .5em;
  padding: 12px;
  border: 1px solid #ccc;
}

/*
.form_content1 {
  width: 68%;
  font-size: 1rem;
}
*/
.form_content1 p {
  margin-top: 3px;
  font-size: .857rem;
}

.form_content1 input {
  width: 10%;
  border-radius: .5em;
  padding: 12px;
  border: 1px solid #ccc;
}

.form_content2 {
  width: 68%;
  font-size: 1rem;
  margin-left:30px;
  margin-top:15px;
}

.form_content2 p {
  margin-top: 3px;
  font-size: .857rem;
}

.form_content2 input {
  width: 10%;
  border-radius: .5em;
  padding: 12px;
  border: 1px solid #ccc;
}


.form_content3 {
  width: 68%;
  font-size: 1rem;
  margin-left:30px;
  margin-top:15px;
}

.form_content3 p {
  margin-top: 3px;
  font-size: .857rem;
  margin-left:20px;
}

.form_content3 input {
  width: 44%;
  border-radius: .5em;
  padding: 12px;
  border: 1px solid #ccc;
  margin-left:20px;
}



.form_content textarea {
  width: 554px;
  height: 159px;
}

.form_content #assignment {
  margin-bottom: 20px;
}

.form_content select {
  width: 48%;
  font-size: 14px;
  border: 1px solid #ccc;
  background: none;
  height: 43px;
}

.agree_privacy {
  margin-top: 77px;
  font-size: calc(18.5rem / 14);
}

.agree_privacy a {
  color: #03a7eb;
}

.no_required {
  padding-left: 3.1em;
  text-indent: -3.1em;
}

.form_assignment {
  line-height: 1.6rem;
}

.checkbox {
  display: none;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: text-bottom;
  padding: 0px 4px 2px 5px;
  border: 1px solid #03a7eb;
  margin-right: 10px;
}

.checkbox + .checkbox-icon:before {
  content: "✔︎";
  color: #fff;
  font-size: 1rem;
}

.checkbox:checked + .checkbox-icon:before {
  content: "✔︎";
  color: #17bcdf;
}

.confirm .form_btn_wrap {
  border-bottom: 1px dashed #03a7eb;
  padding: 55px 0 90px;
}

.form_btn_wrap {
  margin-top: 35px;
}

.form_btn_wrap input {
  border: 1px solid #999;
}

.form_btn_wrap input[type="submit"]:first-of-type {
  background: #03a7eb;
  color: white;
  margin-right: 15px;
  cursor: pointer;
}

.form_btn_wrap input[type="submit"] {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(19rem / 14);
  font-size: calc(19rem / 14);
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #666;
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
  cursor: pointer;
}

.form_btn_wrap input[type="button"] {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(19rem / 14);
  font-size: calc(19rem / 14);
  border: none;
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #666;
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
  cursor: pointer;
}

.contact_form_wrap {
  padding-bottom: 87px;
  border-bottom: 1px dashed #03a7eb;
  margin-bottom: 135px;
}

.contact_form_wrap button {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  padding: 20px 40px;
  background: #03a7eb;
  color: white;
  margin-right: 15px;
  font-size: webkit-calc(19rem / 14);
  font-size: calc(19rem / 14);
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.contact_form_wrap.submit p {
  margin: 180px 0 130px;
  font-size: webkit-calc(20.9rem / 14);
  font-size: calc(20.9rem / 14);
  line-height: 2em;
  color: #03a7eb;
}

.contact_form_wrap.confirm {
  border: none;
}


.contact_form_wrap1 {
  border-bottom: 1px dashed #03a7eb;
}

.contact_form_wrap1 button {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  padding: 20px 40px;
  background: #03a7eb;
  color: white;
  margin-right: 15px;
  font-size: webkit-calc(19rem / 14);
  font-size: calc(19rem / 14);
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.contact_form_wrap1.submit p {
  margin: 180px 0 130px;
  font-size: webkit-calc(20.9rem / 14);
  font-size: calc(20.9rem / 14);
  line-height: 2em;
  color: #03a7eb;
}

.contact_form_wrap1.confirm {
  border: none;
}



.sub_head_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 44px 36px 44px;
  border-color: transparent transparent #03a7eb transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 90.8%;
  bottom: 26px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 44px 36px 44px;
  border-color: transparent transparent #03a7eb transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right:-61.5px;
  bottom: 26px;
}

.step_2 .triangle {
  border-color: transparent transparent #eaf5fc transparent;
}

.trial_step .step_1,
.trial_step .step_2{
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.trial_step.confirm .step_1 .triangle {
  border-color: transparent transparent #eaf5fc transparent;
}

.trial_step.confirm .step_2 .triangle {
  border-color: transparent transparent #03a7eb transparent;
}

.trial_step.submit .step_1 .triangle {
  border-color: transparent transparent #eaf5fc transparent;
}

.privacy_policy_wrap {
  border-bottom: 1px dashed #03a7eb;
}

.personal_information_content {
  max-width: 872px;
  margin: 0 auto;
  margin-top: 56px;
  text-align: left;
}

.personal_information_content ol {
  padding: 0 1em 0 2em;
}

.personal_information_content p {
  margin-bottom: 42px;
}

.personal_information_content ol li strong {
  padding-right: 18px;
}

.personal_information_content ol li {
  text-indent: -2em;
}

.overview_wrap {
  text-align: right;
  margin-top: 40px;
}

.window_wrap {
  text-align: right;
  margin-top: 42px;
  padding-bottom: 87px;
}

.item_wrap {
  max-width: 920px;
  margin: 0 auto;
  border-bottom: 1px dashed #03a7eb;
  padding-bottom: 118px;
}

.case_wrap {
  max-width: 920px;
  margin: 0 auto;
  border-bottom: 1px dashed #03a7eb;
}

.purpose {
  width: 100%;
  margin: 40px 0;
  border: 1px solid #ccc;
  text-align: center;
}

.purpose th,
.purpose td {
  padding: 10px;
}

.purpose th {
  font-weight: bold;
  background-color: #eee;
  border-left: 1px solid #ccc;
}

.purpose td {
  border: 1px solid #ccc;
  text-align: left;
}

.item_head_p {
  padding: 0 23px;
  margin: 43px 0;
}

.item_wrap h3 {
  background-color: #03a7eb;
  font-size: webkit-calc(15rem / 14);
  font-size: calc(15rem / 14);
  color: white;
  padding: 4px 23px;
  text-align: left;
}

.item_wrap h3 + ul {
  margin: 35px 0 65px;
  padding: 0 22px;
}

.item_wrap h3 + p {
  margin: 35px 0;
  padding: 0 22px;
}

.company_name {
  padding: 0 22px;
  text-align: right;
}

.item_contents {
  padding: 0 70px;
}

.bg_graduation_right_bottom{
  background-image: url(../../img/top/bg_top_right_bottom_03.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}

.item_contents dl {
  margin-bottom: 43px;
}

.disclosure_item .item_contents dl:last-of-type {
  margin-bottom: 10px;
}

.item_contents .case {
  color: #4d4d4d;
}

.item_contents dt {
  color: #03a7eb;
  font-size: webkit-calc(15rem / 14);
  font-size: calc(15rem / 14);
}

.item_contents th {
  width: 10%;
}

.item_contents th,
.item_contents td {
  padding-bottom: 5px;
}

.recommend_software ul {
  padding-left: 5px;
}

.recommend_software ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.recommend_software ul li:first-child {
  width: 30%;
}

.item_contents tr.complain_address th,
.item_contents tr.complain_address td {
  padding-bottom: 40px;
}

.info_detail_contents .news_wrap {
  width: 20%;
  display: block;
  background-color: white;
}

.info_detail_contents .news_wrap > div {
  text-align: center;
  background-color: #f2fbfe;
  padding: 10px 0;
}

.info_detail_contents .news_wrap dl {
  width: 90%;
  margin: 0 auto;
}

.info_detail_contents .news_wrap dt {
  width: 100%;
  padding: 12px 0;
}

.info_detail_contents p {
  font-size: webkit-calc(15rem / 14);
  font-size: calc(15rem / 14);
}

.contact_info {
  margin-top: 90px;
  text-align: center;
}

.contact_info p {
  line-height: 2.15rem;
}

.contact_info h5 {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(19.3rem / 14);
  font-size: calc(19.3rem / 14);
  color: #03a7eb;
  margin-bottom: 24px;
}

.next_before_wrap {
  border-top: 1px dashed #03a7eb;
  border-bottom: 1px dashed #03a7eb;
  padding: 45px 0;
  margin-top: 103px;
  color: #8c8c8c;
}

.next_before_contents {
  width: 71%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0 auto;
}

.next_before_contents a {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
}

.next_before_contents p {
  font-size: webkit-calc(19.3rem / 14);
  font-size: calc(19.3rem / 14);
}

.next_before_wrap span {
  position: relative;
  top: 3px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 8px solid #9ed8f5;
  border-right: 8px solid #9ed8f5;
}

.arrow_next {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  float: left;
  margin-right: 14px;
}

.arrow_before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  float: right;
  margin-left: 14px;
}

.title {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  font-size: webkit-calc(30rem / 14);
  font-size: calc(30rem / 14);
  color: #03a7eb;
  padding-bottom: 21px;
  text-align: center;
}

.sub_title {
  font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  color: #03a7eb;
  font-size: webkit-calc(22rem / 14);
  font-size: calc(22rem / 14);
}

.search_result_content {
  border-bottom: 1px dashed #03a7eb;
  padding: 42px 0;
  text-align: center;
}

.search_result_content h3 {
  color: #03a7eb;
  font-size: webkit-calc(19.3rem / 14);
  font-size: calc(19.3rem / 14);
}

.result_none {
  margin: 88px;
}

.vision_img_wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.vision_img_wrap {
  width: 100%;
  position: relative;
}

.vision_img_wrap img.play_btn {
  width: 22%;
  z-index: 10;
  opacity: .84;
}

.vision_img_wrap img {
  width: 100%;
}

.vision_wrap {
  max-width: 1010px;
  margin: 0 auto;
  padding: 130px 0 0;
  text-align: center;
}

.vision_wrap .logo_2 {
  width: 400px;
}

.vision_wrap h2 {
  font-family: 丸明Fuji StdN R, MaruminFuji StdN R;
  font-size: webkit-calc(35rem / 14);
  font-size: calc(35rem / 14);
  margin-bottom: 18px;
  letter-spacing: .8rem;
  margin-left: 20px;
}

.vision_wrap h3 {
  font-family: 丸明Fuji StdN R, MaruminFuji StdN R;
  font-size: webkit-calc(24rem / 14);
  font-size: calc(24rem / 14);
  letter-spacing: .6rem;
}

.vision_wrap div {
  padding: 65px 0 77px;
  border-bottom: 1px dashed #03a7eb;
}

.head_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #03a7eb transparent transparent transparent;
  top: 18px;
  position: relative;
  margin-right: 14px;
}

#footer {
  text-align: center;
  background-color: transparent;
  background: url("../../img/top/bg_bottom.png");
  height: 111px;
  background-size: cover;
  padding-bottom: 20px;
}

#footer ul li {
  display: inline-block;
}

#footer ul li::after {
  color: #03a7eb;
  content: "/";
  padding: 0 8px;
}

#footer ul li:last-of-type::after {
  display: none;
}

#footer ul li a {
  font-size: .928rem;
}

#footer p {
  margin-top: 5px;
  font-size: .6rem;
}

#footer ul li a,
#footer p {
  color: #03a7eb;
}

#footer #copyright {
  font-size: webkit-calc(9rem / 14);
  font-size: calc(9rem / 14);
  font-family: 'Source Sans Pro', sans-serif;
}

.no_header.vision#main_contents {
  margin-top: 55px;
}

.no_header#main_contents {
  margin-top: 0;
}

.no_header #main_module {
  padding: 0;
}

.menu {
  width: 60px;
  height: 60px;
  position: relative;
  font-size: 10px;
  text-align: center;
  top: 0;
  right: 14px;
  z-index: 100;
  display: none;
  cursor: pointer;
}

.menu span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 51%;
  height: 4px;
  display: block;
  background: #03a7eb;
  margin: auto;
  -webkit-transition: all .11s ease-in-out;
  transition: all .11s ease-in-out;
}

/* menu_click */
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.menu_wrap {
  position: relative;
}

.body_baby .menu_wrap {
  top: 0px;
}

.type-7 .top {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.type-7 .middle {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.type-7 .bottom {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.type-7 .bottom_text {
  -webkit-transform: translateY(15px) scale(0.7);
          transform: translateY(15px) scale(0.7);
}

.type-7.is_open .top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.type-7.is_open .middle {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.type-7.is_open .bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#navi ul.navi li.sp_navi {
  display: none;
}

#navi ul.navi li.sp_navi img {
  width: 100%;
}

#navi ul.navi li.sp_navi button {
  color: white;
  border: none;
  background-color: #03a7eb;
}

.media_sp_br {
  display: none;
}

.media_sp_text {
  display: none;
}

.swiper-container {
  /*width: 100%;*/
  width: 62%;
  height: 100%;
  cursor: pointer;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide .play_btn {
  width: 22%;
  z-index: 10;
  opacity: .84;
  position: absolute;
  display: block;
  top:50%;
  left:50%;
  margin: -11% 0 0 -11%;
}


.play_btn {
  position: absolute;
  margin: auto;
  width: 22%;
  z-index: 10;
  opacity: .84;
  position: absolute;
  display: block;
  top:50%;
  left:50%;
  margin: -11% 0 0 -11%;

}

.swiper-pagination-bullet-active {
  background: #03a7eb;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23009aff'%2F%3E%3C%2Fsvg%3E");
  right: 22px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23009aff'%2F%3E%3C%2Fsvg%3E");
  left: 22px;
}

.header_wrap {
  position: fixed;
  height: 160px;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 100;
}

.footer_apply_btn {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 3%;
  cursor: pointer;
}

.footer_apply_btn img {
  width: 150px;
}

.footer_apply_btn:hover img {
  opacity: 1;
}

.popup-youtube {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}

.popup-youtube:hover {
  opacity: .8;
}

.mfp-content {
  position: relative;
  width: 100%;
  padding: 56.2% 0 0 0;
}

.mfp-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.95);
  transition: all .7s;
}

.usage_wrap dt,
.usage_wrap dd,
.usage_wrap p{
  text-align: left;
}
.usage_wrap p.company_name{
  text-align: right;
}

.trial_info_wrap h3.line{
  line-height: 1;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.trial_info_wrap h3.line span{
  position: relative;
  z-index: 2;
}
.trial_info_wrap h3.line:after{
  content: '';
  display: block;
  width: auto;
  border-top: solid 8px #FFFF00;
  position: relative;
  top:-10px;
  z-index: 1;
}

#container {
  overflow: hidden;
}

.validate_error {
  margin: 20px 40px 0px;
  background-color: red;
  color: white;
  text-align: center;
}


.validate_error1 {
  margin: 20px 40px 0px;
  background-color: red;
  color: white;
  text-align: center;
  width:120px;
}


.trial_form_wrap>.validate_error,
.contact_form_wrap>.validate_error{
  margin: 15px 0 15px 0;
  padding: 0 5px;
}
.agree_privacy .validate_error {
  margin-bottom: 20px;
}

.mfp-close-btn-in .mfp-close {
  font-size: 4rem;
  color: white;
  position: fixed;
  top: 1%;
  right: 2%;
  cursor: pointer;
  transition: all .4s;
}

.video_content strong {
  font-size: 1rem;
}

.agree_privacy strong {
  color: #03a7eb;
}

.info_wrap .news_time_category dd {
  padding: 10px 0;
}

.news_wrap dd {
  padding: 10px 0;
}

.item_contents dt.normal_color {
  color: #4d4d4d;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search_inputs input[type="submit"] {
    background-image: url("../../img/top/search_btn@2x.png") no-repeat;
  }
  .concept_wrap {
    background: url("../../img/top/bg_concept@2x.png") no-repeat;
    background-size: cover;
  }
  .bg_top {
    background: url("../../img/top/bg_top@2x.png") top left no-repeat;
    background-size: contain;
  }
  #footer {
    background: url("../../img/top/bg_bottom@2x.png") right bottom no-repeat/contain;
  }
}


@media screen and (max-width: 1500px) {
  #navi ul.navi{
    padding: 0 30px;
  }
  .header_wrap{
    height: 140px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
  }
  #header{
    height: 90px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
  }
  #header h1 img{
    width: 318px;
    margin-top: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .search_wrap{
    margin-top: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #contents.exist_header {
    margin-top: 140px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #navi ul.navi li a{
    font-size: 1.0rem;
  }
  #header .btn_vision{
    width: 137px;
  }
  .search_inputs input[type="submit"],
  .search_inputs input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
  }
}

@media screen and (max-width: 1200px) {


  .header_wrap{
    height: 120px;
  }
  #header h1 img{
    width: 300px;
    margin-top: 25px;
  }
  .search_wrap{
    margin-top: 35px;
  }
  #contents.exist_header {
    margin-top: 120px;
  }
  #header{
    height: 70px;
  }
  #navi ul.navi li a{
    font-size: 0.9rem;
  }
  #header .btn_vision{
    width: 137px;
  }
  .search_inputs input[type="submit"],
  .search_inputs input[type="search"]{
    height: 30px;
  }
}
@media screen and (max-width: 1110px) {
  .search_inputs {
    padding-right: 30px;
  }
  #header h1 img{
    margin-left: 25px;
  }
}

@media screen and (max-width: 989px) {
  #header h1 img{
    margin-left: 0px;
  }
  #navi ul.navi{
    padding: 0;
  }
  .search_inputs{
    padding-right: 0px;
  }
  #contents.exist_header {
    margin-top: 55px;
  }
  #main_module {
    padding: 0 14px;
  }
  #header {
    padding: 0 14px;
    background: rgba(255,255,255,0.85);
  }
  #navi {
    padding: 0 18px;
  }
  #navi ul.navi li {
    width: 45%;
    margin-bottom: 12px;
    padding: 0 14px;
  }
  #navi ul.navi li.gnavi5 {
    border-right: 1px solid #03a7eb;
  }
  .layout1 #main_contents {
    padding-top: 0px;
  }

  .header_wrap {
    height: auto;
    /*height: 270px;*/
  }

  .video_content dd {
    font-size: 1rem;
  }

  #header {
    padding: 0 14px;
  }

  .form_head {
    width: 31%;
  }

/* >>>>>change header view break point */
  #navi ul.navi li:before,
  #navi ul.navi li.gnavi5:after,
  #navi ul.navi li:last-child:after {
    display: none;
  }
  .search_wrap {
    display: none;
  }
  .menu {
    display: block;
  }

  #navi {
    display: none;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #navi.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navi ul.navi li.sp_navi {
    display: block;
  }
  #header {
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .active#header {
    position: relative;
  }
  #header h1 img {
    width: auto;
    height: 25px;
    margin-top: 15px;
  }
  #navi ul.navi {
    width: 30%;
    height: auto;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  #navi ul.navi li:last-child img {
    width: 100%;
  }
  #navi ul.navi li.dummy {
    border-top: 1px solid #03a7eb;
  }
  #navi ul.navi li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #03a7eb;
    margin-bottom: 0;
    padding: 3px 0;
  }
  #navi ul.navi li:last-of-type {
    margin-top: 30px;
    border: none;
  }
  #navi ul.navi li a {
    font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
    font-size: webkit-calc(16rem / 14);
    font-size: calc(16rem / 14);
    display: block;
    line-height: 6vh;
    height: 6vh;
    padding: 0;
  }
  #navi ul.navi li .search_inputs form{
    line-height: 1;
  }
  #navi ul.navi li .search_inputs input{
    height: 6vh;
    -webkit-appearance: none;
    font-size: webkit-calc(18rem / 14);
    font-size: calc(18rem / 14);
  }
  .header_wrap.active {
    height: 100%;
  }
  #navi ul.navi li.vision a{
    display: block;
    background: #29B4EE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
  }
  #navi ul.navi li.vision a img{
    display: inline;
    vertical-align: middle;
  }
  
  
  .internal_section,.trial_wrap{
    width: 90%;
  }
  .feature_wrap{
    width: 100%;
  }
  .feature_sub_head{
    line-height:1.1;
    padding: 0.3em 0;
  }

  /* <<<<<<<<<<<<<<<<<<<change header view break point */
}

@media screen and (max-width: 766px) {
  html {
    font-size: webkit-calc(14px - 2px);
    font-size: calc(14px - 2px);
  }
  p,
  li,
  dt,
  dd,
  td,
  th {
    line-height: webkit-calc(1.8em);
    line-height: calc(1.8em);
  }
  .media_pc_space {
    display: none;
  }
  .media_sp_br {
    display: block;
  }
  #navi ul.navi {
    width: 70%;
  }
  #navi ul.navi li a {
    font-size: webkit-calc(16rem / 14);
    font-size: calc(16rem / 14);
    line-height: 8.5vh;
    height: 8.5vh;
  }
  #navi ul.navi li .search_inputs input {
    height: 8vh;
  }

  .overview_wrap {
    margin-top: 35px;
  }
  .item_contents th {
    width: 26%;
  }
  .content_wrap {
    width: 100%;
    margin: 0;
  }
  .item_contents {
    padding: 0 18px;
  }
  .item_wrap {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .item_contents dl {
    margin-bottom: 23px;
  }
  .item_wrap h3 + p {
    margin: 23px 0;
    padding: 0;
  }
  .item_head_p {
    margin: 23px 0 18px;
    padding: 0;
  }
  .item_wrap h3 + ul {
    margin: 23px 0 40px;
    padding: 0;
  }
  .item_contents th,
  .item_contents td {
    padding-bottom: 1px;
  }
  .item_contents tr.complain_address th,
  .item_contents tr.complain_address td {
    padding-bottom: 20px;
  }
  .info_detail_contents .news_wrap {
    width: 55%;
    margin: 16px auto;
  }
  .main_head {
    font-size: webkit-calc(20rem / 14);
    font-size: calc(20rem / 14);
  }
  .bg_top {
    background: url(../../img/top/bg_top_responvisve@2x.png) no-repeat top left/contain;
    height: 110px;
  }
  #footer {
    background: url(../../img/top/bg_bottom_responsive@2x.png) no-repeat bottom left/contain;
    height: auto;
    padding: 20px 14px 76px;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  #footer ul li::after {
    display: none;
  }
  #footer ul li {
    padding: 8px 0;
    border-top: 1px dashed #03a7eb;
  }
  #footer ul li:last-of-type {
    border-bottom: 1px dashed #03a7eb;
  }
  #footer #copyright {
    margin-top: 16px;
  }
  #footer ul li a, #footer p {
    font-size: webkit-calc(14rem / 14);
    font-size: calc(14rem / 14);
  }
  .item_wrap h3 {
    font-size: webkit-calc(14rem / 14);
    font-size: calc(14rem / 14);
  }
  .recommend_software ul li:first-child {
    width: 100%;
  }
  .recommend_software ul {
    display: block;
  }
  .search_result_content h3 {
    font-size: webkit-calc(14rem / 14);
    font-size: calc(14rem / 14);
  }
  .result_none {
    margin: 0 18px 35px;
    font-size: webkit-calc(12rem / 16);
    font-size: calc(12rem / 16);
  }
  .search_result_content:last-of-type {
    border-bottom: none;
  }
  .privacy_policy_wrap {
    border-bottom: none;
  }
  .personal_information_content {
    margin-top: 23px;
  }
  .personal_information_content p {
    margin-bottom: 23px;
  }
  .window_wrap {
    padding-bottom: 0;
  }
  .title {
    font-size: webkit-calc(20rem / 14);
    font-size: calc(20rem / 14);
  }
  .info_contents_wrap {
    margin-top: 12px;
    display: block;
  }
  .info_contents_head_wrap {
    width: 100%;
  }
  .info_contents_img_wrap {
    width: 100%;
  }
  .sub_title {
    font-size: webkit-calc(17rem / 14);
    font-size: calc(17rem / 14);
    font-family: FP-ヒラギノUD角ゴ StdN W6, FP-HiraginoUDSansStdN-W6;
  }
  .info_contents_head_wrap p {
    margin-bottom: 23px;
  }
  .contact_info {
    border-top: 1px dashed #03a7eb;
    margin-top: 0;
    padding-top: 23px;
  }
  .info_contents_img_wrap img {
    margin-bottom: 23px;
  }
  .contact_info h5 {
    font-size: webkit-calc(17rem / 14);
    font-size: calc(17rem / 14);
    margin-bottom: 16px;
  }
  .contents-before-after .internal_section{
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .contents-before-after .internal_section:last-child{
    margin-bottom: 0;
    border-bottom: none;
  }
  .next_before_wrap {
    margin-top: 23px;
    padding: 23px 0;
  }
  .next_before_contents a {
    font-size: webkit-calc(17rem / 14);
    font-size: calc(17rem / 14);
    color: #8c8c8c;
  }
  .next_before_wrap span {
    width: 13px;
    height: 13px;
    border-top: 6px solid #9ed8f5;
    border-right: 6px solid #9ed8f5;
  }
  .info_contents {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .info_head {
    border-bottom: none;
  }
  .info_contents .news_wrap {
    margin: 0;
  }
  .news_wrap dt {
    width: 35%;
  }
  .news_wrap dd {
    margin-left: 7px;
    width: 50%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 0;
  }
  .news_wrap.top_parts > div {
    width: 100%;
    margin: 12px 0;
  }
  .logo_wrap {
    width: 42%;
    padding-right: 16px;
  }
  .trial_form_wrap h3 {
    margin: 24px 0;
    font-size: webkit-calc(16rem / 14);
    font-size: calc(16rem / 14);
  }
  .contact_form_wrap.submit p {
    margin: 10px 0 0;
  }
  .contact_form_wrap.submit p {
    font-size: webkit-calc(19rem / 14);
    font-size: calc(19rem / 14);
  }
  .contact_form_wrap.submit p span {
    font-size: webkit-calc(22rem / 14);
    font-size: calc(22rem / 14);
  }
  .trial_form_wrap {
    padding: 0 14px;
  }
  .trial_form_wrap.submit h3 {
    display: none;
  }
  .media_pc_text {
    display: none;
  }
  .media_sp_text {
    display: block;
  }
  .contact_form_wrap button {
    width: 100%;
    border-radius: 0;
    margin-top: 110px;
  }
  .contact_form_wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .no_header .triangle {
    display: none;
  }
  .no_header .trial_step {
    display: block;
    width: 100%;
  }
  .no_header .trial_step > div {
    width: 100%;
    padding: 18px 0;
    margin-bottom: 15px;
  }
  .no_header .trial_step .media_pc_br {
    display: none;
  }
  .no_header .trial_step div p:first-of-type {
    width: 30%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .no_header .trial_step div p:last-of-type {
    width: 66%;
    text-align: left;
  }
  .confirm .contact_form_contents {
    margin-top: 0;
  }
  .contact_form_content {
    display: block;
    text-align: center;
  }
  .contact_form_content {
    padding: 10px 0 4px;
    border: none;
  }
  .form_head {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 12px;
  }
  .confirm .contact_form_contents .form_head {
    text-align: center;
  }
  .confirm .contact_form_contents .form_content {
    text-align: center;
  }
  .confirm .contact_form_content:last-child .form_content {
    text-align: left;
  }
  .form_content {
    width: 100%;
    text-align: left;
  }
  
.form_content1 {
	width: 100%;
	text-align: left;
}
  
  .confirm .form_head {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 3px;
  }
  .confirm .form_head label {
    font-size: webkit-calc(15rem / 14);
    font-size: calc(15rem / 14);
    color: #03a7eb;
  }
  .form_first_head .form_head + .form_content p {
    font-size: calc(17rem / 14);
  }
  .confirm .form_btn_wrap {
    border-bottom: none;
    padding: 0;
  }
  .form_btn_wrap input[type="submit"]:first-of-type {
    margin-bottom: 13px;
  }
  .form_btn_wrap input[type="submit"] {
    font-size: webkit-calc(22rem / 14);
    font-size: calc(22rem / 14);
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .form_assignment .media_pc_br {
    display: none;
  }
  .trial_form_wrap h2 {
    font-size: webkit-calc(22rem / 14);
    font-size: calc(22rem / 14);
    margin-top: -50px;
  }
  .trial_form_wrap .media_sp_h2 {
    font-size: webkit-calc(22rem / 14);
    font-size: calc(22rem / 14);
    margin-top: 0;
    margin-bottom: 23px;
    padding: 0;
  }
  .contact_form_contents {
    border: none;
  }
  .form_first_head {
    display: none;
  }
  .contact_form_contents {
    margin-top: 0;
  }
  .about_privacy_wrap {
    height: 200px;
    margin-top: 0;
    padding: 14px;
  }
  .about_privacy_wrap p {
    font-size: webkit-calc(12rem / 14);
    font-size: calc(12rem / 14);
  }
  .form_content input,
  .form_content textarea {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }
  .form_content .postal_code_input {
    width: 30%;
  }
  .agree_privacy {
    margin-top: 0;
  }
  .form_btn_wrap {
    margin-top: 23px;
  }
  .vision_wrap {
    width: 100%;
    padding: 36px 14px 0;
    box-sizing: border-box;
  }
  .vision_wrap .logo_2 {
    width: 50%;
  }
  .vision_wrap h2 {
    font-size: webkit-calc(26rem / 14);
    font-size: calc(26rem / 14);
    text-align: center;
  }
  .vision_wrap h3 {
    font-size: webkit-calc(14rem / 14);
    font-size: calc(14rem / 14);
    letter-spacing: .4rem;
  }
  .vision_wrap div {
    padding: 25px 0 30px;
  }
  #main_contents {
    margin-top: 55px;
  }
  .footer_apply_btn img {
    width: 80px;
  }
  #contents.exist_header {
    margin-top: 0;
  }
  .header_wrap {
    background-color: rgba(255, 255, 255, .8);
    height: 55px;
    transition: all .2s;
  }

  .layout1 #main_contents {
    padding-top: 0;
  }
  .video_contents_wrap,
  .news_wrap,
  .concept_content,
  .internal_section,
  .improvement_content,
  .feature_wrap,
  .trial_wrap {
    box-sizing: border-box;
    padding: 0 14px;
    width: 100%;
  }
  .feature_wrap {
    margin: 0 auto 20px auto;
  }

  .trial_wrap .trial_contents:last-child{
    border-bottom: none;
  }

  .video_content {
    width: 48%;
  }
  .video_content dt {
    font-size: webkit-calc(10rem / 14);
    font-size: calc(10rem / 14);
  }
  .video_content dd {
    font-size: webkit-calc(11rem / 14);
    font-size: calc(11rem / 14);
    padding-right: 5px;
    letter-spacing: 0;
  }
  .video_content {
    padding: 6px 0;
    margin: 24px auto 0;
  }
  .video_content:nth-child(even) {
    border-right: 1px solid #03a7eb;
  }
  .video_content .icon_arrow::before {
    width: 18px;
    height: 18px;
  }
  .video_content .icon_arrow::after {
    border-left: solid 7px #8c8c8c;
    top: -3px;
    left: 8px;
  }
  .video_content dl {
    margin-top: -2px;
  }
  .news_wrap {
    width: 92%;
  }
  .concept_wrap {
    background: url("../../img/top/bg_concept_sp.png") no-repeat center bottom;
    padding-bottom: 30px;
  }
  .concept_content {
    padding-top: 30px;
  }
  .concept_content img {
    width: 50%;
  }
  .section_tasks_1 li {
    font-size: webkit-calc(11rem / 14);
    font-size: calc(11rem / 14);
    width: 21%;
    letter-spacing: 0em;
  }
  .section_tasks_1 {
    margin: 33px 0 0;
  }
  .section_tasks_wrap p {
    margin: 35px 0;
  }
  .concept_content p {
    margin-top: 40px;
  }
  .section_tasks_wrap p {
    margin: 18px 0;
  }
  .section_tasks_2 li {
    font-size: webkit-calc(12rem / 14);
    font-size: calc(12rem / 14);
    width: 21%;
  }
  .section_tasks_2 {
    margin-bottom: 18px;
  }
  .section_solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    width: 80%;
    margin: 50px auto 0px;
  }
  .section_solution li {
    width: 44%;
    margin-bottom: 30px;
  }
  .section_solution li p {
    font-size: webkit-calc(16rem / 14);
    font-size: calc(16rem / 14);
  }
  #benefit h2 {
    font-size: webkit-calc(23rem / 14);
    font-size: calc(23rem / 14);
  }
  .internal_section h2 {
    margin-top: 20px;
    font-size: webkit-calc(21rem / 14);
    font-size: calc(21rem / 14);
  }
  .internal_section .media_pc_br {
    display: none;
  }

  .before_wrap, .after_wrap {
    width: 100%;
  }
  #benefit {
    padding: 40px 0 50px 0;
  }
  .before_after_arrow {
    padding: 0;
    margin: 23px auto 8px;
    text-indent: -9999px;
    color:#fff;
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-top: 12px solid #76CAF2;
  }
  .feature_info {
    width: 100%;
  }
  .feature_info div h3 {
    line-height: 1.8em;
    padding-top: 0px;
  }

  .feature_info {
    width: 100%;
    text-align: center;
  }
  .trial_contents {
    display: block;
  }
  .trial_img_wrap {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .feature_comment {
    width: 100%;
    margin: 15px auto 0;
  }
  .trial_img_wrap .feature_comment {
    width: 80%;
    margin: 15px auto 0;
  }
  .feature_comment:after{
    content: '';
    clear: both;
  }
  .feature_comment img {
    float: right;
    width: 38%;
  }
  .feature_flow_content.plan .feature_comment img {
    margin-right: 6%;
    width: 38%;
  }
  .feature_flow_content.plan .feature_comment img {
    margin-right: 6%;
    width: 38%;
  }
  .feature_flow_content.install .feature_comment img {
    margin-right: 1%;
    width: 33%;
  }
  .feature_flow_content.operation .feature_comment img {
    margin-right: 6%;
    width: 38%;
  }
  .feature_flow_content.event .feature_comment img {
    margin-right: 6%;
    width: 27%;
  }
  .feature_flow_content.replace .feature_comment img {
    margin-right: 0%;
    width: 35%;
  }
  .feature_comment>svg{
    display: none;
  }
  .feature_comment p{
    float: left;
    width: 48%;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 0.9rem;
    margin-left: 8px;
    line-height: 1.8;
    position: relative;
    border-radius: 5px;
  }
  .feature_comment p>svg{
    display: block;
    position: absolute;
    top: 33%;
    right:-8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

  }
  .feature_flow_content.plan .feature_comment p>svg path {
    fill: #c84e96;
  }
  .feature_flow_content.buy .feature_comment p>svg path {
    fill: #a560a2;
  }
  .feature_flow_content.install .feature_comment p>svg path {
    fill: #767cba;
  }
  .feature_flow_content.operation .feature_comment p>svg path ,
  .feature_flow_content.event .feature_comment p>svg path {
    fill: #4593d0;
  }

  .feature_flow_content.replace .feature_comment p>svg path {
    fill: #00b8ee;
  }

  .feature_comment.versical img{
    float: none;
  }
  .feature_comment.versical p{
    float: none;
    width: 70%;
    margin: auto auto 5px auto;
  }
  .feature_comment.versical p>svg{
    display: block;
    position: absolute;
    top: auto;
    bottom:-13px;
    left:65%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  .feature_comment.versical p>svg path {
    fill: #00b8ee;
  }
  .bg_graduation_right_bottom{
    background: none;
    padding-bottom: 0;
  }
  .feature_contents{
    position: relative;
  }
  .feature_flow{
    width: 10px;
    position: absolute;
    top:0;
    left:5px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature_flow p{
    width: 30px;
    height: 500px;
    font-size: 0.8rem;
    margin-bottom: 17px;
    padding-right: 7px;
  }
  .feature_flow p span{
    bottom: -17px;
    width: 30px;
    height: 17px;
  }
  .feature_content{
    float: none;
    margin-left: 60px;
    margin-right: 0px;
    padding: 0;
    margin-top: 40px;
  }
  .feature_flow_content{
    padding: 35px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-bottom: none;
  }
  .feature_info_wrap{
    border-bottom: solid 1px ;
  }
  .feature_flow_content.plan .feature_info_wrap{
    border-color:#c84e96;
  }
  .feature_flow_content.buy .feature_info_wrap{
    border-color:#a560a2;
  }
  .feature_flow_content.install .feature_info_wrap{
    border-color:#767cba;
  }
  .feature_flow_content.operation .feature_info_wrap{
    border-color:#4593d0;
  }
  .feature_flow_content.event .feature_info_wrap,
  .feature_flow_content.replace .feature_info_wrap{
    border-color:#00b8ee;
  }

  .feature_content .feature_flow_content{
    padding-bottom: 30px;
  }

  .feature_content .feature_flow_content:first-child{
    padding-top: 0;
  }
  .feature_info div:first-of-type{
    width: 30%;
  }
  .feature_info div:last-of-type{
    width: 65%;
  }

  .android-hack .feature_info div:first-of-type{
    width: 28%;
  }
  .android-hack .feature_info div:last-of-type{
    width: 67%;
  }


  .feature_sub_head_wrap{
    position: absolute;
    top: 21vw;
    left:0;
    width: 155%;
    margin-left: -55%;
    margin-top: 18px;
    text-align: center;
    letter-spacing: 0em;
  }
  .feature_sub_head_wrap:after{
    content: '';
    display: block;
    clear: both;
  }
  .feature_sub_head_wrap span{
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 2px;
    float: none;
    font-size: 0.700rem;
    border-radius: 3px;
  }
  .feature_sub_head_wrap2 span{
    width: 43%;
    padding: 6px 4px;
    border-radius: 3px;
  }
  .feature_sub_head{
    width: auto;
    padding: 6px;
    line-height: 1;
    float: left;
  }
  .feature_info>div{
    position: relative;
  }
  .feature_info div:last-of-type h3{
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-top: 15px;
  }
  .feature_info ul{
    margin-top: 48px;
    margin-bottom: 14px;
  }
  .feature_info li{
    font-size: .6rem;
    margin-bottom: 4px;
    position: relative;
    margin-left: 1.0em;
  }
  .feature_info li::before{
    padding-right: 3px;
    padding: 0;
    position: absolute;
    top:0;
    left:-1.0em;
    /*content: '●';*/
    /*color: #03a7eb;*/
    /*padding-right: 13px;*/
    /*font-size: 10px;*/
    /*vertical-align: bottom;*/


  }
  .feature_info_wrap{}
  .trial_wrap{
    margin-top: 30px;
  }
  .trial_contents{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .trial_info_wrap{
    width: 100%;
    text-align: center;
  }
  .trial_info_wrap>*{
    text-align: center;
  }
  .trial_info_wrap h3{
    line-height: 1;
    display: inline-block;
    margin: auto auto 15px auto;
    font-size: 1.7rem;
  }

  .trial_info_wrap a{
    display: none;
  }
  .trial_info_wrap{
    margin-bottom: 25px;
  }
  .trial_img_wrap a{
    display: inline-block;
  }
  .trial_img_wrap a.btn{
    width: 100%;
    display: inline-block;
  }
  .trial_img_wrap img{
    margin-bottom: 20px;
  }
  .trial_img_wrap button{
    padding: 15px 35px 15px 30px;
    margin-top: 7px;
    font-size: 15px;
    position: relative;
  }
  .trial_img_wrap button span{
    position: absolute;
    right:10px;
    left:auto;
    top:50%;
    margin-top: -1px;
  }

  .trial_img_wrap button {
    width: 80%;
  }
  .trial_img_wrap .versical button {
    width: 100%;
  }

  .button_arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
  }
  .btn_trial.btn_pdf > .button_arrow::after,
  .btn_trial.btn_contact > .button_arrow::after,
  .button_arrow::after {
    width: 4px;
    height: 4px;
    border-width: 2px;
    left: 2px;
    margin-top: -3px;
  }

  .section_solution{

  }
  .section_solution li{
    width: 32vw;
    height: 32vw;
    -webkit-border-radius: 32vw;
    -moz-border-radius: 32vw;
    border-radius: 32vw;
  }

  .section_solution li p{
    width: 32vw;
    height: 32vw;
    line-height: 32vw;
    margin: 0;
  }

  .no_header.no_trial_step .trial_step.submit {
    display: none;
  }

  .vision_wrap h2 {
    margin-left: 8px;
  }

  .trial_step > div.step_3 p:last-child {
    top: 0;
  }

  .video_content .icon_arrow {
    top: -3px;
  }

  .news_wrap.top_parts dd {
    width: 47%;
  }

  .feature_wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }

  .improvement_content p {
    font-size: 1.04rem;
    letter-spacing: .07em;
  }

  .media_pc_br.media_sp_br {
    display: none;
  }

  .validate_error {
    margin: 20px 0 0;
  }
  .trial_form_wrap>.validate_error,
  .contact_form_wrap>.validate_error{
    line-height: 1.3;
    padding: 5px 5px;
  }


  .trial_form_wrap {
    margin: 0 auto 0;
  }

  .trial_img_wrap.catalog_img img {
    width: 70%;
  }
}


@media screen and (max-width: 480px) {
  .video_content dl {
    width: 74%;
  }

  .feature_info p {
    font-size: 9px;
    letter-spacing: 0em;
  }

  .feature_comment p {
    font-size: 0.6rem;
    padding: 10px 5px;
  }

  .trial_img_wrap button {
    padding: 15px 15px 15px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }


  .feature_comment p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  .feature_comment p {
    font-size: 0.6rem;
    padding: 10px 5px;
  }
  .feature_info div:last-of-type h3{
    padding-top: 10px;
    font-size: 1.2rem;
  }
  .feature_info p {
    font-size: 8px;
  }

}
/* for IE11
--------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast:none){
  .header_wrap.active #navi ul.navi li a{
    /*height: auto !important;*/
    height: 70px;
  }
  .header_wrap.active #navi ul.navi{
    display: block;
    margin-top:100px;
  }
  .header_wrap.active #navi ul.navi li.vision a img{
    vertical-align: top;
  }
}
/* for IE10
--------------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search_wrap{
    position: relative\9;
  }
  .search_wrap a{
    position: absolute\9;
    top:0\9;
    right:235px\9;
  }
  .search_wrap a img{
    height: 35px\9;
  }
  .search_wrap .search_inputs{
    position: absolute\9;
    top:0\9;
    right:0\9;
    width: 235px\9;
  }
  .search_wrap .search_inputs>*{
    -webkit-box-sizing: border-box\9;
    -moz-box-sizing: border-box\9;
    box-sizing: border-box\9;
    height: 35px\9;
  }
  .search_wrap .search_inputs input[type=search]{
    width: 160px\9;
    padding: 0 10px\9;
    line-height: 1\9;
    height: 34px\9;
  }
}/* IE10 */



/*----------------------------------------------------------
		印刷用 20180426
------------------------------------------------------------ */

.printImg{
	display: none !important;
}
.printSwiper {
  display: none;
}

@media print {

	*{
		page-break-before: auto !important;
		page-break-after: auto !important;
	}
  
	.video_contents_wrap {
		width: 100%;
		display: block;
	}	
	.video_contents_wrap:after{
		content: '';
		display: block;
		clear: both;		
	}
	.video_content{
		float: left;
		width: 24%;
		overflow: hidden;
    font-size: 14px!important;
	}
	.video_content .icon_arrow{
		display: none !important;
	}
  .video_content dl {
    width: calc(100% - 10px);
    padding-left: 10px;
  }
  .video_content dl dd {
    font-size: 12px;
  }  
	#container.printStyleEdge{
		zoom: 1;
	}
	#container.printStyleNotIe{
		zoom: 0.6;
	}
	.internal_section,
	.feature_wrap,
	.trial_wrap{
		width: 100%;
	}	
	.notes{
		clear: both;
	}
	.bg_top{
		display: none !important;
	}
	#sub_module4{
		margin-bottom: 50px;
	}
	#sub_module4:after{
		content: '';
		display: block;
		clear: both;
		zoom: 1;
	}
	#sub_module4 .feature_flow{
		float: left !important;
		width: 5% !important;
		margin: 0 !important;
		padding:0 !important;
	}
	#sub_module4 .feature_content{
		display: block;
		float: right !important;
		width: 90% !important;
		margin: 0 !important;
		padding:0 !important;
		margin-left: 0 !important;
	}
	#sub_module4 .feature_flow_content{
		display: block;
	}
	#sub_module4 .feature_flow_content{
		display: block;
		float: right;
	}
  .feature_flow p {
    height: 50px;
    margin-bottom: 0;
  }

	#sub_module4 .feature_contents {
		padding: 20px 0 0;
	}
	#sub_module4 .feature_info_wrap{
		display: block;
	}
	#sub_module4 .feature_info_wrap:after{
		content: '';
		display: block;
		clear: both;
		zoom: 1;
	}
	#sub_module4 .feature_info{
		display: block;
		float: left;
	}
	#sub_module4 .feature_comment{
		display: block;
		float: left;
	}
	#sub_module4 .feature_comment svg{
		/* display: none !important; */
	}

	#sub_module4 .feature_info>div{
		float: left;
	}
	
	#sub_module4_print,#sub_module5_print{
		display: block;
	}
	.feature_info h3{
		font-size: 12pt !important;
	}
	.feature_info p{
		font-size: 8pt !important;
	}
	.feature_info ul{
		clear: both;
	}
	.feature_info ul li{
		font-size: 8pt;
		margin: 0 0 0 10px;
		padding: 0;
		line-height: 1.3;
    list-style: outside disc;
	}
  .feature_info li::before {
    display: none;
  }
  .feature_info div:first-of-type img {
    width: 80%;
    height: 80%;
  }

	#sub_module4 .feature_sub_head{
		width: auto;
		font-size: 7pt;
    margin-bottom: 10px;
	}

	#sub_module5 .trial_contents{
		padding: 20px 0;
    clear: both;
	}
	#sub_module5 .trial_contents:after{
		content: '';
		display: block;
		clear: both;
		zoom: 1;
	}
  #sub_module5 .trial_contents h3 {
    font-size: 20px;
  }
	#sub_module5 .trial_info_wrap{
		margin-left: 0;
		float: left;
    width: 60%;
	}
	#sub_module5 .trial_img_wrap{
		float: right;
    width: 40%;
	}
	#sub_module5 .feature_comment svg{
		display: none !important;
	}
	
	#mng_box,
	#lightwindow_overlay,
	#lightwindow {
		display: none !important;
	}
	
	.header_wrap{
		position: static !important;
		height: auto;
	}
    
  #header{
	  display: block;
  }
  #header .logo_wrap{
	  margin: 0 auto 0 0;
  }
  #header .logo_wrap img{
    width: 282px;
  }

  #navi {
    width: 100%;
    clear: both;
  }
  #navi ul.navi li {
    width: 15%;
  }
  #navi ul.navi li.gnavi5 {
    width: 25%;
  }
  #navi ul.navi li.sp_navi {
    display: none;
  }
  #navi ul.navi li a {
    font-size: 12px;
  }

  .search_wrap {
    float: right;
    margin: -45px 0 0;
  }
  .news_wrap {
    clear: both;
  }
  
  .swiper-container{
    display: none;
  }
  .printSwiper {
    display: block;
    margin-top: -150px;
  }
  .printSwiper img {
    width: 100%;
    height: auto;
  }

	.concept_content{
		width: 100%;
    padding: 20px 0;
	}
	.concept_content img {
		width: 201px;
	}
  
  #main_contents h2 {
    font-size: 24px;
  }
  #main_contents p {
    font-size: 12px;
  }
  
	.improvement_content .before_wrap p,
	.improvement_content .after_wrap p{
		font-size: 8pt;
	}
  .wow {
    opacity: 1 !important;
	  visibility: visible !important;
  }
	#benefit{
		padding: 0;
	}
  .footer_apply_btn{
		display: none !important;
  }
	.feature_comment>p{
		font-size: 8pt;
	}

	/*  カレンダー  */
	div.calendar_list .calendar {
		border-collapse: collapse;
		border-bottom: none;
		border-right: none;
		background-color: #fff;
	}
	div.calendar_list .calendar .header th {
		background-color: #fff;
		border: 1px solid #333 !important;
	}

	div.calendar_list .calendar td {
		border: 1px solid #333 !important;
	}

}

