@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  min-height: 100%;
}
body {
  height: 100%;
  margin: 0;
}
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #64686d;
}
.homepage {
  padding-top: 80px;
}
.confirm, .terms-of-service, .privacy {
  padding: 0;
  margin: 0;
  height: 100% !important;
}
.navbar-header {
  position: relative;
}
.navbar-header h1 a:hover {
  opacity: 0.7;
}
.container_menu {
  padding: 0 10px;
}
/*
#aboclogo {
	position:absolute;
	bottom: 11px;
	left: 310px;
	font-size:70%;
	white-space: nowrap;
	text-align:center;
	color: #999;
	line-height:1.1;
}
#aboclogo p {
	margin:0;
	padding: 0;
}
#aboclogo p img {
	margin:-10px 0 0 3px;
}

#aboclogo p a:hover {
	opacity: 0.7;
}
*/
h1, h2, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
  color: #86a22f;
}
a {
  color: #06F;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #09F;
  border-bottom-style: none;
}
.sub {
  vertical-align: bottom;
  position: relative;
  bottom: -0.38em;
}
#info a, #app p a, #privacy-bg a, #features p a {
  color: #82a22f;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #82a22f;
  line-height: 1.9em !important;
}
#info a:hover, #info a:focus, #app a:hover, #app a:focus, #privacy-bg a:hover, #privacy a:focus, #features p a:hover, #features p a:focus {
  text-decoration: none;
  color: #CD668F;
  border-bottom-style: none;
}
a.banner img {
  border: 1px solid #ccc;
  padding: 3px;
  border-radius: 4px;
}
a.banner:hover img {
  border: 1px solid #86a22f;
}
a.banner:active img {
  border: 1px solid #1e90ff;
}
a.banner_nobdr img {
  border: none;
}
a.banner_nobdr:hover img {
  border: none;
  opacity: 0.6;
}
a.banner_nobdr:active img {
  border: none;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.logo-icon {
  float: left;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 0px;
  height: 85px;
}
.section-title {
  font-size: 34px;
  color: #86a22f;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #86a22f;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  display: inline-block;
}
.section-titleW {
  font-size: 34px;
  color: #FFF;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.btn {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #86a22f;
  border-right-color: #86a22f;
  border-bottom-color: #86a22f;
  border-left-color: #86a22f;
  background-color: #FFF;
}
.btn:hover, .btn:focus, a.btn:hover, a.btn:focus, .btn-chk:hover, .btn-chk:focus {
  background-color: #86a22f;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #86a22f;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #86a22f;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
@media only screen and (min-width:1280px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 10px 0 rgba(134, 162, 47, 0.1);
    box-shadow: 0 0 10px 0 rgba(134, 162, 47, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(000, 000, 000, 0.05);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a {
    background: transparent;
    padding-top: 27px;
    border-top-width: 3px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #86a22f;
    border-right-color: #86a22f;
    border-left-color: #86a22f;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #86a22f;
  }
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 27px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #86a22f;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: inherit;
    border: solid 1px #86a22f
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #555;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #86a22f;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #86a22f;
    background-color: transparent;
  }
  .container_menu {
    padding: 0 30px 0 15px;
  }
}
.navbar-header h1 {
  margin: 0 !important;
  padding: 0 !important;
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 565px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.copy_wrapper2 {
  float: left;
  margin-top: 420px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(134, 162, 47, 0.4);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
#main-slider .slider-inner h2 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#main-slider .slider-inner h2 img {
  margin-right: 0px;
}
#main-slider .slider-inner h2 > span {
  color: #86a22f;
}
.slider-inner p {
  font-size: 18px;
}
p.copy {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  font-weight: 400;
  display: inline;
  line-height: 50px;
  letter-spacing: 1px;
}
p.writer {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  display: inline;
  margin-left: -10px;
  font-size: 20px;
  font-weight: 200;
}
.secondline1 {
  margin-left: 230px;
}
.secondline2 {
  margin-left: 310px;
}
.secondline3 {
  margin-left: 280px;
}
.secondline4 {
  margin-left: 210px;
}
.slider-inner .place3 {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  float: right;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin-top: 50px;
  clear: both;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev, #main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
  background-color: #86a22f;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
.btn_more {
  border-radius: 3px;
  text-shadow: none !important;
  font-size: 15px !important;
  font-weight: 200;
  letter-spacing: 0px !important;
  padding-top: 0px !important;
  padding-right: 4px !important;
  padding-bottom: 0px !important;
  padding-left: 5px !important;
  line-height: 25px !important;
  margin-left: 10px;
  margin-bottom: 8px !important;
  display: inline;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #86a22f;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#concept {
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
  background-image: url(../images/about/concept.jpg);
  background-color: #86a22f;
  padding: 95px 0 60px;
  position: relative;
  /*width: 100vw;*/
  height: auto;
  min-height: 100vh;
}
#concept .place {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding-right: 10px;
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  margin: 0 !important;
  right: 0;
  bottom: 0;
}
#concept .signimg {
  position: relative;
}
#concept .place2 {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(134, 162, 47, 0.7);
  font-size: 14px;
  padding-right: 10px;
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  margin: 0 !important;
  right: 0;
  bottom: 0;
}
#concept .place3 {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(134, 162, 47, 0.7);
  font-size: 14px;
  padding-right: 10px;
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  margin: 0 !important;
  left: 0;
  bottom: 0px;
}
#concept h3 {
  margin-top: 0;
  color: #FFF !important;
  font-weight: normal;
  font-size: 28px;
}
#concept h4 {
  margin-top: 0;
  color: #FFF !important;
  font-weight: normal;
  font-size: 20px;
}
#aboutZ {
  padding-right: 0;
  padding-left: 0;
}
#aboutS, #aboutLogo {
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
}
#aboutS h2, #aboutZ h2, #aboutLogo h2 {
  margin-top: 0;
  color: #FFF;
}
#aboutS p, #aboutZ p, #aboutLogo p, #ex-08 p, #ex-08sp p {
  color: #FFF;
}
.aboutlogo {
  margin-top: 30px;
  margin-left: 120px;
}
.explain {
  /*margin-bottom:80px;*/
  margin-left: 10px;
  margin-right: 10px;
  /*border: 1px solid #AFCD54;
	border-radius:5px;*/
  padding: 25px 30px !important;
  /*float:left;*/
  /*background-color:#8AAB32;*/
}
.explain p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.explain img {}
.naikaku {
  font-size: 80%;
  color: #FFF;
  padding: 15px;
  margin-bottom: 15px;
  background: #8AAB32;
}
.naikaku li {
  margin-bottom: 5px;
  line-height: 1.5;
  margin-left: -18px;
}
.uta2 h2 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.uta2 {
  font-size: 95%;
  color: #FFF;
  padding: 15px 20px;
  background: #8AAB32;
  line-height: 1.5;
}
.circle li {
  list-style: circle;
}
.miyazawa {
  padding: 25px 25px 15px;
  border: solid 1px #AFCD54;
  border-radius: 10px;
  background-color: rgba(175, 205, 84, 0.2);
  margin-bottom: 25px;
}
.fusenS {
  position: relative;
}
.mitsuketa {
  text-align: center;
  margin: 0 0 30px;
}
.mitsuketa img {
  opacity: 0.6;
  margin: 0 auto;
  width: 80%;
}
.exp_wrapper {
  position: relative;
  margin: 0;
}
.logoWrapper {
  width: 220px;
  text-align: center;
  margin: 0 auto;
  float: none;
}
.logoWrapper2 img {
  opacity: 0.1;
  width: 40%;
  float: right;
  margin: 0 30px 0 0;
}
.bg-ico_eye {
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  /*background-color:#86a22f;*/
  border: 1px solid #AFCD54;
  border-radius: 100px;
  /*position:absolute;
	top:30px;
	left:25px;*/
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin: 0;
}
.bg-ico_eye img:hover {
  opacity: 0.6;
}
.img-eye {
  width: 120px;
  opacity: 0.8;
  margin: 0;
}
.miyazawa.pctabml {
  padding-left: 15px;
}
.fc_lgreen2 {
  color: #DAE8AE;
}
.fusen, #fieldsign .uta, #fieldsign .utaN {
  position: relative;
  padding: 25px 25px;
  overflow: hidden;
  background-color: rgba(134, 162, 47, 0.6);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.fusen:before, .uta:before, .utaN:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-top-color: rgba(134, 162, 47, 0);
  border-right-color: rgba(134, 162, 47, 0);
  border-bottom-color: rgba(146, 184, 44, 0.9);
  border-left-color: rgba(146, 184, 44, 0.9);
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  width: 0;
  -webkit-box-shadow: 0 2px 3px #809e2b, -1px 2px 2px #809e2b;
  -moz-box-shadow: 0 2px 3px #809e2b, -1px 2px 2px #809e2b;
  box-shadow: 0px 2px 3px #809e2b, -1px 2px 2px #809e2b;
}
.fusen {
  margin-bottom: 50px;
}
.uta0 {
  float: right;
  padding: 15px 25px;
}
#logo-message {
  margin-bottom: 30px;
}
/*
#fieldsign{margin-top:-40px;padding-top:40px;margin-bottom: 0px;}
*/
#fieldsign {
  text-align: center;
}
#fieldsign .uta {
  float: right;
}
#fieldsign .utaT, #fieldsign .utaN {
  text-align: left;
  margin: 0 0 50px 0;
  opacity: 0.9;
  display: inline-block;
}
#aboutS .uta h2, #aboutLogo .uta h2, #aboutLogo .uta0 h2, #fieldsign .uta h2, .utaT h2, .utaN h2 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 400;
}
ruby {
  ruby-align: center;
  ruby-overhang: none;
  ruby-position: above;
}
ruby rt {
  font-weight: 200;
  text-indent: 0px !important;
  -webkit-text-emphasis: none;
}
#aboutS a, #aboutZ a, #aboutLogo a {
  color: #EFFB5E;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #FFF;
}
#aboutS a:hover, #aboutZ a:hover, #aboutLogo a:hover {
  color: #FFF;
  border-bottom-style: none;
}
.newwin {
  background-image: url(../images/newwin.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 20px;
  padding-bottom: 5px;
  height: 17px;
  width: 17px;
}
#info .info-bg {
  background-size: 60%;
  padding-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  /*
background: linear-gradient(90deg, rgba(134,162,47,0.02), rgba(255, 255, 255, 0.5)) ,url(../images/info/info_bg.png);
background-repeat:no-repeat;background-position:right top;*/
}
.info-bg ol li {
  list-style-type: none !important;
  margin-left: -38px;
  margin-bottom: 5px;
}
.info-bg2 {
  padding-top: 95px;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
#info .section-title {
  margin-bottom: 30px;
}
#info h3, #app h3 {
  font-size: 26px;
  margin: 0 0 15px;
  font-weight: 500;
}
#info h4, #app h4 {
  color: #64686d;
  margin: 0 0 15px;
  padding: 0;
}
#info h5, #app h5 {
  color: #64686d;
  margin: 0 0 10px;
}
#info a:hover.banner {
  opacity: 0.8;
}
/* アコーディオンメニュー*/
/*ボックス全体*/
.accbox {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
/*ラベル*/
.accbox label {
  display: block;
  margin: 0;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.5s;
}
/*アイコンを表示*/
.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 12px;
  font-weight: normal;
}
/*ラベルホバー時*/
.accbox label:hover {
  background: #FBF4F7;
  /*
    background:rgba(134,162,47,0.1);
	*/
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 0;
  opacity: 1;
}
.accbox .accshow p {
  margin: 15px 0px
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
  content: '\f078';
}
/*続きを読む*/
.readmore_box *, .readmore_box *:before, .readmore_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.readmore_box {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.readmore_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 250px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.readmore_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.readmore_box label:after {
  line-height: 3rem;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 50%;
  width: 18rem;
  font-family: FontAwesome;
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(134, 162, 47, 1);
  font-size: 22px;
}
.readmore_box label:hover {
  opacity: 0.8;
}
.readmore_box input {
  display: none;
}
.readmore_box .readmore_container {
  overflow: hidden;
  height: 240px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.readmore_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.readmore_box input:checked + label:after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}
.readmore_box input:checked ~ .readmore_container {
  height: auto;
  padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
/*
#info .date {
	font-size:14px;
	background-color:rgba(134,162,47,0.1);
	padding: 1px 5px;
	display: inline;
	text-shadow:none;
	margin:0;
	letter-spacing: 1px;
}
*/
#info p {
  font-size: 17px;
}
#info .date {
  display: inline-block;
  position: relative;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  padding: 0 12px 0 8px;
  font-size: 14px;
  background-color: rgba(134, 162, 47, 0.12);
  box-sizing: border-box;
  margin: 0 0 20px;
}
#info .date:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#info .date:after {
  top: 0;
  right: 0;
  border-width: 12px 6px 12px 0px;
  border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
  border-style: solid;
}
.info-bg2 .bg_qrsignsenselogo {
  background-repeat: no-repeat !important;
  background-position: 95% bottom;
  background-image: url(../images/info/2/qrsignsense_logo.png);
}
.info-bg2 ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.info-bg2 ol li {
  font-size: 17px;
  list-style-type: none !important;
  margin-left: -40px;
}
.info-bg2 ol li p {
  font-size: 15px;
  margin-left: 25px;
}
.info-bg2 ol li a, .info-bg2 ul li a {
  color: #82a22f;
  font-size: 14px;
  margin-left: 0px;
  border: none !important;
}
.info-bg2 ul li {
  list-style-type: none !important;
  margin-left: -15px;
}
.info-bg2 a img.pdf {
  margin: -2px 0 0 5px;
}
.info-bg2 a:hover img.pdf {
  opacity: 0.6;
}
.info-bg2 .entry-thumbnail {
  float: left;
  padding: 0;
  margin: 0;
  width: 33%;
}
.info-bg2 .entry-thumbnail img {
  width: 100%;
}
.info_number {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 20px;
  color: #64686d;
  padding: 0;
  margin: 0;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff;
}
.zoom_info2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0;
  margin: 0;
}
.zoom_info2 > i {
  font-size: 20px;
  text-shadow: none;
  padding: 0;
  margin: 0;
}
.read_details_box {
  margin-bottom: 95px;
}
.pcml-25 {
  margin-left: -25px;
}
#info {
  background: -webkit-linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
  background: -o-linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
  background: linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
  /*background-image:url(../images/logo_light2.png);		
	background-repeat:no-repeat;
	background-position:right 20%;*/
}
#app {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 90px;
  background-image: url(../images/logo_light2.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#example {
  padding-right: 0;
  padding-left: 0;
}
#example .example-bg {
  position: relative;
  background-size: cover;
  color: #fff;
  padding-top: 95px;
  background-image: url(../images/example/example-bg02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}
#example h2 {
  color: #fff;
  font-size: 34px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
#example .example-bg .place {
  position: absolute;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 5px 15px !important;
  display: inline-block;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 1;
}
#example .example-bg .place .credit {
  font-size: 10px;
}
.bg_gradientX {
  background: linear-gradient(90deg, rgba(134, 162, 47, 0.05), rgba(255, 255, 255, 1));
}
.bg_gradientY {
  background: -moz-linear-gradient(top, rgba(134, 162, 47, 0.05), rgba(255, 255, 255, 1));
  background: -webkit-linear-gradient(top, rgba(134, 162, 47, 0.05), rgba(255, 255, 255, 1));
  background: linear-gradient(to bottom, rgba(134, 162, 47, 0.05), rgba(255, 255, 255, 1));
}
#features {
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
}
#features img.sp-inhand {
  -moz-box-shadow: 0px 2px 0px 3px rgba(102, 102, 102, 0.15);
  -webkit-box-shadow: 0px 2px 0px 3px rgba(102, 102, 102, 0.15);
  margin-top: 0px;
  box-shadow: 0px 2px 0px 3px rgba(102, 102, 102, 0.15);
  border: 10px solid #FFF;
}
.pediap {
  margin-top: -20px;
}
.entry-thumbnail {
  position: relative;
  margin: 0;
}
.thumb-sp2 {
  position: relative;
  margin: 0;
  width: 50%;
}
.thumb-sp4 {
  position: relative;
  margin: 0;
  width: 25%;
}
.bg-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: rgba(134, 162, 47, 0.7);
  border: 2px solid #fff;
  border-radius: 100px;
}
.zoom {
  position: absolute;
  right: -2px;
  bottom: -5px;
}
.zoom > i {
  font-size: 20px;
}
.grid a .bg-icon_num {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: rgba(134, 162, 47, 0.7);
  border: 2px solid #fff;
  border-radius: 100px;
}
.grid a .zoom_num {
  position: absolute;
  left: -5px;
  top: -5px;
}
.grid a .zoom_num > i {
  font-size: 14px;
}
a .zoom_num .bg-icon_num img {
  border: none !important;
}
.sp-pics img {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.thumb-sp3 {
  position: relative;
  margin: 0;
  width: 33.3%;
}
.sp-buna {
  margin-bottom: 50px;
  margin-top: 35px;
}
#ex-00 {
  padding: 80px 0 30px;
}
#ex-00 h3 {
  margin-bottom: 40px;
}
#ex-00 .itsignWrapper {
  position: relative;
}
#ex-00 .qr {
  position: absolute;
  background-color: #FFF;
  padding: 10px;
  width: 100px;
  right: -10px;
  bottom: -10px;
}
#ex-00 .credit {
  position: absolute;
  font-size: 12px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  right: 15px;
  top: 0px;
  padding: 3px 5px;
  line-height: 1;
}
#ex-00 .place {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
#ex-00 .place .prefecture {
  font-size: 13px;
}
#ex-00 a {
  color: #444;
}
#ex-00 a:hover {
  text-decoration: underline;
}
.img-inline {
  display: inline !important;
}
#ex-01 {
  /*background-color:#e7ffb7;*/ padding-top: 0px;
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
#ex-03, .pctac {
  text-align: center;
}
#ex-02 img, #ex-03 img, #ex-04 img, #ex-05 img, #ex-06 img, #ex-07 img {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
#ex-01 img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#ex-02 {
  padding: 80px 0 80px;
  /*	background: rgba(134,162,47,0.08);
*/
}
#ex-02 h3 {
  line-height: 1.5;
  margin: 0 0 10px;
  font-size: 28px;
}
.zipangutaikan_wrapper {
  background: rgba(134, 162, 47, 0.03);
  border: dashed 1px rgba(134, 162, 47, 0.5);
  padding: 12px;
}
.img-inline {
  display: inline !important;
}
.sp1 {
  margin-right: 10px !important;
}
.sp2 {
  margin-left: 10px !important;
}
.bg-sp {
  background-image: url(../images/example/bg-sp.png);
  background-repeat: no-repeat;
  background-position: right 90%;
}
#ex-03 {
  margin-top: 30px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
#ex-03 img {
  position: relative;
}
#ex-03 .place2 {
  color: #FFF;
  background-color: rgba(134, 162, 47, 0.7);
  font-size: 14px;
  padding-right: 10px;
  display: inline-block;
  padding-left: 10px;
  position: absolute;
  margin: 0 !important;
  right: 23px;
  bottom: 0px;
}
#ex-04 {
  background: rgba(134, 162, 47, 0.05);
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0;
}
#ex-05 {
  padding: 80px 0 80px;
  background: rgba(134, 162, 47, 0.08);
}
.ex-05p_mt {
  margin-top: 180px;
}
.caution {
  color: #FFF;
  text-align: right;
  margin-top: -43px;
  margin-right: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(134, 162, 47, 1);
  font-size: 13px;
}
.caution1 {
  color: #FFF;
  text-align: right;
  margin-top: -43px;
  margin-right: 45px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(134, 162, 47, 1);
  font-size: 13px;
}
.caution_tac {
  color: #444;
  text-align: center;
  margin-right: auto;
  font-size: 13px;
  margin-left: auto;
}
.caution_blk {
  color: #999;
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
#ex-06 {
  background: rgba(134, 162, 47, 0.05);
  padding: 80px 0 60px;
}
.pcml {
  margin-left: 20px;
}
.pcproml {
  margin-left: 15px;
}
#ex-07 {
  padding: 80px 0 70px;
}
#ex-07 .p1 {
  margin-left: 55px;
}
#ex-08 {
  background-color: #86a22f;
  background-image: url(../images/example/ex-08.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 576px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0;
}
#ex-08 h2 {
  color: #fff;
  font-size: 34px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  margin-top: 60px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
}
#ex-08 .place {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  float: right;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-left: 15px;
  margin-top: 525px;
}
#ex-08sp {
  background-color: #86a22f;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 70px;
  padding-left: 0;
}
#ex-08sp .place {
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  float: right;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  margin-top: 340px;
  margin-right: -15px;
}
.ex08-sp_pic {
  background-size: cover;
  background-image: url(../images/example/ex-08.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 380px;
  margin: 0px;
}
#ex-08sp h2 {
  color: #fff;
  font-size: 34px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  margin-top: 60px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
}
#contact {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 80%;
  background-attachment: fixed;
}
.grad_tp {
  background: -webkit-linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
  background: -o-linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
  background: linear-gradient(rgba(134, 162, 47, 0.08) 0%, rgba(255, 255, 255, 1) 10%);
}
/*#contact .bg_logo {
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 70%;
  background-attachment: fixed;
  background-size: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 95px;
}*/
.contact_p {
  margin-left: 110px;
  white-space: nowrap;
}
#contact .aboccard {
  margin-left: auto;
  margin-right: auto;
}
#contact select option {
  color: #555;
}
.formttl {
  font-size: 15px;
  color: #648430;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.req_bg {
  background-color: #CD668F;
  color: #FFF;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  margin-top: 3px;
  margin-left: 12px;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  border-radius: 2px;
  vertical-align: middle;
  height: 19px;
}
input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.lbl_mr {
  margin-right: 80px;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
#confirm {
  margin: 0px;
  color: #86a22f;
}
#confirm-bg {
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 80%;
  padding-top: 80px;
  padding-bottom: 70px;
  background-attachment: fixed;
}
#thx-bg {
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  padding-top: 80px;
  padding-bottom: 70px;
  background-attachment: fixed;
}
#error-bg {
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  padding-top: 80px;
  padding-bottom: 150px;
  background-attachment: fixed;
}
#confirm-bg h2, #error-bg h2, #error2-bg h2, #thx-bg h2 {
  color: #86a22f;
  font-size: 34px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #86a22f;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  width: 160px;
  text-align: center;
}
.confirmp {
  text-align: center;
}
.confirm_tbl {
  margin-left: auto;
  border: 2px solid #86a22f;
  border-collapse: separate;
  width: 100%;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
.confirm_tbl tr th {
  white-space: nowrap;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #fff;
  padding: 10px;
  color: #FFF;
  font-weight: normal;
  background-color: #86a22f;
}
.confirm_tbl tr td {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #86a22f;
  padding: 10px;
  width: 100%;
}
.errors {
  width: 500px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.thanks {
  font-size: 30px;
  white-space: nowrap;
  margin-bottom: 20px;
  text-align: center;
}
.sent {
  font-size: 30px;
  white-space: nowrap;
  margin-bottom: 30px;
  text-align: center;
}
.thxp {
  width: 555px;
  margin-right: auto !important;
  margin-left: auto !important;
}
#confirm-bg a, #error-bg a, #error2-bg a, #thx-bg a, #terms-bg a {
  color: #86a22f;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #86a22f;
  font-weight: bold;
}
#confirm-bg a:hover, #error-bg a:hover, #error2-bg a:hover, #thx-bg a:hover, #terms-bg a:hover {
  color: #86a22f;
  border-bottom-style: none;
}
a.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #86a22f !important;
  color: #86a22f;
}
a.btn:hover, a.btn:focus, a.btn.focus, .btn-chk:hover, .btn-chk:focus, .btn-chk.focus {
  color: #FFF !important;
  text-decoration: none
}
a.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #86a22f !important;
  color: #86a22f;
}
.btn-chk {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #86a22f !important;
  color: #86a22f;
  background-color: #E3EDC2;
}
#terms-of-service {
  margin: 0px;
}
#terms-of-service-bg, #privacy-bg {
  background-image: url(../images/logo_light.png);
  background-repeat: no-repeat;
  background-position: right 70%;
  padding-bottom: 70px;
  background-attachment: fixed;
}
#terms-of-service-bg h2 {
  color: #86a22f;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #86a22f;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 120px;
  text-align: center;
  white-space: nowrap;
}
#terms-of-service-bg h3 {
  margin-top: 25px;
  font-size: 20px;
}
#privacy-bg h2 {
  color: #86a22f;
  font-size: 28px;
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #86a22f;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-right: auto;
  margin-left: auto;
  width: 280px;
  text-align: center;
  white-space: nowrap;
}
#privacy-bg h3 {
  margin-top: 25px;
  font-size: 20px;
}
#privacy-bg ul li ul li {
  text-indent: -1.2em;
  margin-left: 20px;
}
#privacy-bg ul li ul li ol li {
  list-style: outside lower-roman !important;
  text-indent: -0.2em;
  margin-left: -15px;
  margin-bottom: 0 !important;
}
.terms_tbl {
  margin-left: auto;
  border: 1px solid #888;
  border-collapse: separate;
  width: 100%;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
.terms_tbl tr th {
  white-space: nowrap;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #888;
  padding: 10px;
  font-weight: 500;
}
.terms_tbl tr td {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #888;
  padding: 10px;
  width: 100%;
}
.num {
  margin-left: -11px !important;
}
.num li {
  list-style-type: decimal !important;
  list-style-position: outside;
  padding-left: 5px;
  margin-bottom: 8px;
}
.noli {
  margin-left: -45px !important;
  margin-top: 3px !important;
}
.noli li {
  list-style-type: none !important;
  list-style-position: outside;
  margin-bottom: 5px !important;
}
#terms-of-service-bg a {
  color: #82a22f;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #82a22f;
}
#terms-of-service-bg a:hover, a:focus {
  text-decoration: none;
  color: #CD668F;
  border-bottom-style: none;
}
#footer {
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.5;
}
.terms {
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.terms a {
  color: #596C20 !important;
}
.terms a:hover {
  color: #86a22f !important;
}
#footer a {
  color: #FFF;
}
#footer a:hover {
  opacity: 0.8;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#footer ul li {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #596C20;
  display: inline-block;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 70%;
}
#page-top a {
  background-color: rgba(85, 85, 85, 0.5);
  text-decoration: none;
  color: #fff;
  width: 50px;
  text-align: center;
  display: block;
  padding: 0px;
  height: 50px;
  line-height: 45px;
}
#page-top a:hover {
  text-decoration: none;
  background: #86a22f;
}
.grid {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.grid li {
  width: 120px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 0;
  vertical-align: top;
}
.portfolio_number {
  position: absolute;
  left: 0px;
  top: -10px;
  font-size: 20px;
  color: #64686d;
  text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff;
}
.grid .w55 {
  width: 55px;
  display: inline-block;
  margin-top: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
  position: relative;
}
.grid figure {
  margin: 0;
  position: relative;
}
.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}
.portfolio-images {
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 0px 1px 0px 1px #86a22f !important;
}
.ui-tooltip, .arrow:after {
  border: 1px solid #86a22f !important;
  background-position: center bottom;
  padding: 10px;
  background-color: #FFFFE8;
}
.ui-tooltip {
  border-radius: 8px !important;
  background-color: #FFFFE8 !important;
  box-shadow: 0px 1px 0px 1px #86a22f !important;
}
.ui-tooltip h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  color: #86a22f;
}
.ui-tooltip p {
  margin-bottom: 0px;
  line-height: 1.5;
  padding-right: 0px;
  padding-left: 5px;
  font-size: 14px;
}
.arrow {
  width: 70px;
  height: 18px !important;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -18px !important;
}
.arrow.top {
  top: -18px !important;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -18px;
  width: 25px;
  height: 25px;
  tranform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  box-shadow: 0px 1px 0px 1px #86a22f !important;
}
.arrow.top:after {
  bottom: -18px;
  top: auto;
}
.img_ex01_1 {}
.arrow_pc {
  margin-top: 160px;
  padding-left: 10px;
}
.caution_ex01 {
  color: #999;
  font-size: 13px;
  margin-top: -10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.zoom_ex01 {
  position: absolute;
  left: 340px;
  bottom: 15px;
}
.zoom_ex01 > i {
  font-size: 20px;
}
/* プライバシーポリシーバナー */
.cc-revoke, .cc-window {
  border-radius: 0 !important;
  padding: 0 !important;
  border-top: solid 1px rgba(134, 162, 47, 0.25) !important;
  box-shadow: 2px 4px 5px 0px rgba(134, 162, 47, 0.5);
}
.cc-window.cc-floating {
  max-width: 10.5em !important;
  left: 0;
  bottom: 0;
}
.cc-message {
  color: #111111 !important;
  font-size: 70% !important;
  margin: 0.8rem 0.8rem 0 !important;
  line-height: 1.6 !important;
	text-align: justify;
}
.cc-link {
  color: #86a22f !important;
  margin: 0.5rem auto !important;
  font-size: 120% !important;
  padding: 0 !important;
	white-space: nowrap;
	text-align: center !important;
}
.cc-link:hover {
  color: #CD668F !important;
}
.cc-btn {
  font-size: 90% !important;
  padding: 0.125rem !important;
  border-radius: 0px !important;
  margin: 0.3rem 0.6rem 0.6rem !important;
  letter-spacing: 1px;
}
.cc-btn:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: rgba(134, 162, 47, 0.7) !important;
}
.bg_QRSS {
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.1)), url(../images/QRsignsense/bg_tp.jpg);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.1)), url(../images/QRsignsense/bg_tp.jpg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.1)), url(../images/QRsignsense/bg_tp.jpg);
  background-repeat: no-repeat;
  background-position: right 10px top;
  background-size: 85%;
}
.bg_QRSS .credit {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 11px;
  color: #FFF;
}
.pt95 {
  padding-top: 95px !important;
  margin: 0 auto;
}