﻿
@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%;
}
body{
	color: #000 !important;
	margin:0 !important;
	font-family: 'YakuHanJP','Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
	padding:0 !important; 
	font-size: 1.6em;
}

/* header PC用*/

.site-header{
    display: flex;
    /*position: absolute;*/
    justify-content: space-between;
    width: 100%;
	z-index:999;
}
.site-header.fixed{
    width: 100%;
    position: fixed;
    top: 0;
	opacity:0.9;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}
header{
	width:100%;
	margin:0;
	padding:0;
}
div.mega{
	float:left;
	width:15%;
	height:60px;
	margin:0;
	padding:0;
}
div.mega img{
	width:65%;
	opacity:0.4;
}
div.logo{
	float:left;
	width:35%;
	margin:0;
	text-align:center;
}
div.logo img{
	width:100%;
	margin:0;
	padding:0;
}
div.buy{
	float:right;
	width:140%;
	margin:0;
	padding:23%;
	background:#ebde48;
	text-align:center;
	font-size:1.5rem;
	border-radius:0 0 10px 10px ;
}
div.buy{
	float:right;
	width:140%;
	margin:0;
	padding:23%;
	background:#ebde48;
	text-align:center;
	font-size:1.5rem;
	border-radius:0 0 10px 10px ;
}
a.buy_top{
	color: #099938 !important;
	text-decoration: none !important;
}
nav#pc{
	width:100%;
	margin:0;
	padding:0;
	background:#009a36;
	display: flex;
}
nav#pc ul{
	overflow: hidden;
	max-width: 1350px;
	width: 100%;
	margin: 0% 1% 0 1%;
	padding:0;
}
nav#pc ul li{
	float:left;
	width:14.5%;
	padding-top: 2%;
	height:100%;
	color:#FFF;
	text-align:center;
	list-style:none;
	border-right:1px dotted #dcd7c9;
}
nav#pc ul li.last{
	border-right:none;
}
@media screen and (max-width: 960px) {
div.mega{
	width:15%;
	height:auto;
}
div.mega img{
	width:100%;
}
nav#pc ul{
	display:block;
	max-width: 1350px;
	width: 85%;
	margin: 0% 1% 2% 1%;
}
nav#pc ul li{
	font-size:1.3rem;
}
div.logo{
	width:40%;
}
div.logo img{
	width:100%;
}
div.buy{
	float:right;
}
div.buy span{
	display:none;
}
}
/* header スマホ用*/
.header#sp{
	display:none;
}
@media screen and (max-width: 767px) {
header#pc{
	display:none;
}
div.logo{
	text-align:left;
	height:auto !important;
}
div.logo img{
	max-width:100%;
}
nav#pc{
	display:none;
}
.header#sp {
	display: flex;
	justify-content: space-between;
	background:#009a36;
	padding: 2%;
	z-index: 110;
	position: relative;
}
}
ul.nav a:link,ul.nav a:visited{
	color:#FFF;
	text-decoration:none;
}
ul.nav{
	margin-top:15%;
}
ul.nav li{
	width:100%;
	list-style:none;
	padding:3%;
	border-bottom:1px solid #ccc;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.nav-button {
    display: block;
    cursor: pointer;
}
.nav-wrap {
    position: fixed;
	overflow-y: scroll;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
	color:#FFF;
}
.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
    margin-top: 1%;
}
.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.nav-button span:nth-of-type(1) {
    top: 0;
}
.nav-button span:nth-of-type(2) {
    top: 16px;
}
.nav-button span:nth-of-type(3) {
    bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
}

/* content */
section{
	width:100%;
	margin:0 !important;
	padding:0 !important;
}
#content{
	width:100%;
	margin:0 !important;
	padding:0 0 5% !important;
	background:#dfd1b0;
}
#content_in{
	width:100%;
	margin:0 !important;
	padding:0 !important;
}
div.bg_ivory{
	width:70%;
	max-width: 1280px;
	background:#eee8da;
	margin:1% auto;
	padding:3%;
	overflow:hidden;
}
div.bg_ivory p{
	margin-left:3% !important;
}
div.bg_ivory img{
	width:85%;
	display: block;
	margin:auto;
}
#main{
	background:#009a36;
	text-align:center;
}
h2{
	font-size: 3rem;
	margin:0 auto;	text-align:center;
	text-shadow: 
}
h2.ttl{
	width:100%;
	font-size: 2.5rem;
	margin:1% auto; 
	padding: 3% auto;
	text-align:left;
	color:#099938;
}
h3{
	font-size: 2rem;
	margin:1% auto;
}
div.trial{
	width:60%;
	margin:1% auto;
	-webkit-box-shadow: -3px -3px 24px 3px rgba(255, 255, 255, 0.52), 3px 3px 26px 0 rgba(141, 184, 196, 0.17);
	box-shadow: -3px -3px 24px 3px rgba(255, 255, 255, 0.52), 3px 3px 26px 0 rgba(141, 184, 196, 0.17);
}
div.trial img{
	width:100%;
}
a:hover{
	opacity:0.5;
	transition: .4s;
}
p{
	margin:1em 0 !important;
}
.att{
	color:#FF0000;
	font-size:1.2rem;
}
.notes{
	font-size:1.4rem;
	line-height:160%;
	opacity:0.7;
}
.cap{
	margin-top:1% !important;
	font-size:1.2rem;
	text-align:center;
}
p.chache{
	text-align:center;
}
hr{
	border: 3px solid #0086d1;
	width: 15%;
	margin: 0 auto 3%;
}
div.Box{
	width:90%;
	margin:1% auto;
	overflow:hidden;
}
div.Box img{
	width:100%;
}
div.BoxL{
	float:left;
	width:48%;
	margin:1% auto;
}
div.BoxR{
	float:right;
	width:48%;
	margin:1% auto;
}
div.BoxC{
	width:100%;
	margin:1% auto;
}
table{
	width:90%;
	margin:1% auto;
}
table th{
	width:26%;
	padding:2% 1%;
	border-right:1px solid #a18b55;
	border-bottom:1px solid #a18b55;
	background:#bcb091;
}
table td{
	width:66%;
	padding:1%;
	border-bottom:1px solid #a18b55;
}
div.triangle{
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #fff;
	margin: 0 auto -3%;
	z-index:2;
	position: relative;
}
div.triangle_b{
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 40px solid #0a1464;
	margin: 0 auto -3%;
	z-index:2;
	position: relative;
}
div.link{
	width:60%;
	font-size:1.8rem;
	background:#a18b55;
	border-radius: 4px;
	padding:1% 2%;
	margin:2% auto;
	text-align:center;
}
a.link{
	text-decoration:none;
	color:#fff !important;
}
div.btn_s a{
	display:block;
}
div.video_box{
	position: relative;
	text-align:center;
	width:60%;
	margin:5% auto 1%;
	border:10px solid #fff;
}
div.video_box img.thumnail{
	width:100%;
}
div.video{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}
div.video img{
    width:100%;
	opacity:0.7;
}
div.triangle_bottom{
	width: 60px;
	height: 60px;
	border: 10px solid;
	border-color:  transparent transparent #a18b55 #a18b55;
	transform: rotate(-45deg);
	margin:0 auto;
	opacity:0.5;
}
@media screen and (max-width: 960px) {
div.bg_ivory{
	width:85%;
}
}
@media screen and (max-width: 767px) {
div.bg_ivory{
	width:85%;
}
div.bg_ivory img{
	width:95%;
}
div.BoxL{
	width:100%;
}
div.BoxR{
	width:100%;
}
h2.ttl{
	font-size: 2.2rem;
}
div.trial{
	width:95%;
	margin:1% auto;
}
div.triangle_bottom{
	width: 30px;
	height: 30px;
}
div.link{
	width:95%;
	font-size:1.2rem;
	padding:2%;
}
}

/* 機能紹介 */
#function h2{
	color:#181818;
	font-size:3rem;
	font-style:italic;
	margin-bottom:-3%;
	background:#fff;
	padding:1%;
	width:85%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	border-radius: 4px;
}
#function h2 span{
	font-weight:normal;
	margin-left:2%;
	font-size:2.5rem !important;
	letter-spacing:-0.05em;
}
#function h3{
	color:#099938;
	font-size:2.5rem;
	margin-top:5%;
	margin-bottom:2%;
	width:30%;
	float:left;
	line-height:130%;
	overflow:hidden;
}
div.Box h3{
	width:100% !important;
	overflow:hidden;
}
#function p.exp{
	width:65%;
	float:left;
	margin-top:5% !important;
	margin-bottom:2%;
	overflow:hidden;
}
#function p.sp{
	display:none;
}
h4{
	font-size:1.8rem;
	color:#a18b55;
	margin:1% auto ;
	width:50%;
	text-align:center;
}
@media screen and (max-width: 960px) {
div.trial{
	width:85%;
}
}
@media screen and (max-width: 767px) {
#function h2{
	width:95%;
	font-size:2.3rem;
}
#function h2 span{
	font-size:1.5rem !important;
}
#function h3{
	font-size:2rem;
	width:100%;
}
#function p.exp{
	font-size:1.5rem;
	line-height:160%;
	width:100%;
}
#function p.sp{
	display:block;
	text-align:center;
}
div.trial{
	width:98%;
}
}

/* ユーザー事例 */
#casestudy h2{
	color:#181818;
	font-size:3rem;
	font-style:italic;
	margin-bottom:-3%;
	background:#fff;
	padding:1%;
	width:85%;
	border-radius: 4px;
	z-index:10;
	position:relative;
}
#casestudy h2 span{
	font-weight:normal;
	margin-left:2%;
	font-size:2.5rem !important;
	letter-spacing:-0.05em;
}
#casestudy h3 {
	position: relative;
	line-height: 1.4;
  	padding:0.25em 1em;
	top:0;
	color:#088531;
	font-size:2.7rem;
	margin-bottom:2%;
	line-height:130%;
	text-align:center;
}
#casestudy h3:before, h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#casestudy h3:before {
  border-left: solid 1px #099938;
  border-top: solid 1px #099938;
  border-bottom: solid 1px #099938;
  left: 0;
}
#casestudy h3:after {
  content: '';
  border-top: solid 1px #099938;
  border-right: solid 1px #099938;
  border-bottom: solid 1px #099938;
  right: 0;
}
#casestudy h4{
	color:#099938;
	font-size:2rem;
	line-height:130%;
	overflow:hidden;
}
#casestudy h5{
	font-size:2rem;
	line-height:130%;
	overflow:hidden;
	margin-top: 1%;
}

p.ask {
	position: relative;
	margin: 1.5em 0;
	padding: 2%;
	min-width: 120px;
	background: #78bfe1;
	border-radius: 15px;
	font-style: italic;
	font-size:2rem;
	font-weight:bold;
	text-align:center;
}
p.ask:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #78bfe1;
}
p.ask p {
  margin: 0;
  padding: 0;
}
#casestudy div.Box strong{
	background:#ebde48;
	font-weight:normal;
}
#casestudy div.BoxOther{
	background:#fff;
	padding:1%;
	margin-top:5%;
	overflow:hidden;
	border-radius: 4px;
}
#casestudy div.BoxOther center{
	text-align:center;
	font-size:2.5rem;
	font-weight:bold;
	color:#2271ba;
	background: url('../img/microphone.png') no-repeat top center;
	height: 80px;
	padding-top: 3%;
}
#casestudy div.BoxOther div.BoxL{
	width:44%;
	float:left;
	margin:1% 1% 1% 5%;
	padding:0;
}
#casestudy div.BoxOther div.BoxR{
	width:45%;
	float:right;
	margin:1% 5% 1% 0;
	padding:0;
}
@media screen and (max-width: 767px) {
#casestudy h2{
	font-size:2rem;
}
#casestudy h2 span{
	font-size:1.5rem !important;
}
#casestudy h3 {
	font-size:2rem;
}
#casestudy div.BoxOther{
	width:98%;
	margin:1% auto;
}
#casestudy div.BoxOther center{
	font-size:2rem;
}
#casestudy div.BoxOther div.BoxL{
	width:100%;
	display:block;
	margin:1% auto;
}
#casestudy div.BoxOther div.BoxR{
	width:100%;
	display:block;
	margin:1% auto;
}
#casestudy h5{
	text-align:center;
	font-size:1.6rem;
}
}


/* 新機能のご紹介 */
#function table{
	background:#fff;
}
#function table.newfunc th.ttl{
	width:33%;
	text-align:center;
	padding:1%;
	background:#ebde48;
	font-size:2rem;
	font-weight:bold;
}
#function table.newfunc th{
	width:33%;
	text-align:center;
	padding:0.5%;
	background:#ccc;
	font-size:1.5rem;
	font-weight:normal;
}
#function table.newfunc td{
	width:33%;
	padding:1%;
	background:#fff;
	vertical-align:top;
}
#function table.newfunc td.none{
	background: linear-gradient(45deg, white, white 49.5%, #ccc 49.5%, #ccc 50.5%, white 50.5%, white);
}
#function div.vari{
	background:#e73f00;
	color:#fff;
    border-radius: 20px;
	padding:1%;
	text-align:center;
}
#function div.diff{
	width:87%;
	padding:1%;
	margin:1% auto;
	border:1px solid #e73f00;
	text-align:center;
	color:#e73f00;
}
@media screen and (max-width: 767px) {
#function table.newfunc p{
	font-size:1.5rem !important;
	line-height:150%;
}
#function table.newfunc img{
	width:auto;
}
.scroll-table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scroll-table::-webkit-scrollbar{　　
 	height: 5px;
}
.scroll-table::-webkit-scrollbar-track{
 	background: #333;
}
.scroll-table::-webkit-scrollbar-thumb {
	 background: #999;
}
#function div.diff{
	width:100%;
}
}
/* よくあるご質問 */
#faq span.que{
	font-size:2.3rem;
	color:#1a69b3;
	margin-right:2%;
	font-weight:bold;
}
#faq span.ans{
	font-size:2.3rem;
	color:#FF0000;
	margin-right:2%;
	font-weight:bold;
}
div.accordion {
	width: 95%;
	margin:1% auto;
}
div.accordion ul{
	list-style:none;
	padding: 0;
}
div.accordion ul li{
	border-top:1px solid #666;

}
div.accordion ul li p{
	margin:1% 5% 1% !important;
	font-size:1.5rem;
}
div.accordion .toggle{
	padding-right:45px;
}
div.accordion > ul > li > a {
  display: block;
	font-size:1.5rem;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
	padding:2%;
}
div.accordion > ul > li > a:hover{
  background-color: #eee;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size:1.5rem;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #1a69b3;
}
div.accordion > ul > li > a:after{
  content: "▼";
}
div.accordion > ul > li > a.active:after{
  content: "▲";
}
div.accordion > ul > li > ul {
  display: none;
}
div.accordion > ul > li > ul > li > a{
  display: block;
	font-size:1.5rem;
  padding: 6px 12px;
  position: relative;
}
#faq table{
	width:85%;
	margin:2% auto;
	font-size:1.5rem;
}
#faq table th{
	padding:1%;
	width:30%;
}
#faq table td{
	padding:1%;
}

@media screen and (max-width: 767px) {
#faq #content_in{
	width:95%;
	margin:0% auto !important;
}
}
/* footer */
footer{
	width:94%;
	background:#099938;
	padding: 3% !important;
}
div.logo_footer {
	float:left;
	width:20%;
	margin-left:5%;
} 
div.logo_footer img{
	width:70%;
} 
div.new,div.user{
	float:left;
	width:25%;
}
footer ul.footer li{
	list-style:none;
	margin-left: 0;
	margin-top:2%;
	font-size:1.7rem;
}
footer ul.footer li a{
	color:#fff;
	text-decoration:none;
}
footer ul.footer li span{
	background: url('../img/ico_pdf.png') no-repeat 0px;
	height: 30px;
	padding: 15px 10px 10px 35px;
}
footer li img{
	width:50%;
}
footer li.buy{
	width:100%;
	background:#ebde48;
	opacity:0.8;
	padding:4%;
    border-radius: 4px;
	text-align:center;
}
footer a.buy{
	color:#099938 !important;
	text-decoration:none !important;
}
.my-orange {color: #fecb81}
div.sns{
	width:30%;
	margin:0 auto;
}
div.sns img{
	width:8%;
	opacity:0.7;
}
p.copy{
	font-size: 70%;
	opacity: 0.8;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 960px) {
div.sns{
	width:60%;
}
}

/* トップに戻るリンク */
#page-top{
	width:50%;
	margin:5% auto 0;
	display:block;
	clear:both;
	text-align:center;
}
#page-top span{
	display:block;
	clear:both;
	text-align:center;
	line-height:400%;
    margin-left: -35px;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
	color: #32abba;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
}
.arrow_up::before{
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border-top: 30px solid #099938;
	border-left: 30px solid #099938;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
div.btn_shop{
	width:50%;
}
div.btn_s{
}
div.btn_ss{
	width:50%;
}
div.logo_footer {
	margin-left:0;
} 
footer h4.foot_n{
	font-size:100%;
}
footer ul.footer{
	margin-left: -15%;
	line-height: 180%;
}
footer li img{
	width:100%;
}
}

@media screen and (max-width: 767px) {
body{
	line-height:180%;
}
div.mega,div.logo{
	width:85%;
	margin:0;
	clear:both;
}
div.mega img{
	width:40%;
}
div.logo img{
	width:95%;
}
div.contact{
	display:none;
}
h2{
	font-size:130%;
	padding-top:0;
}
h2.subt{
	width:90%;
	font-size: 100%;
	margin: 2% auto;
}
h3{
	font-size:120%;
}
hr{
	border: 4px solid #009fb0;
	width: 50%;
	margin: 0 auto 5%;
}
div.triangle{
	margin: 0 auto -5%;
}
div.btn{
	width:80%;
}

h4{
	width:97%;
	font-size:100%;
}
div.logo_footer {
	display:none;
} 
div.new,div.user,div.forold,div.service{
	width:50%;
	font-size:80%;
	line-height:230%;
}
footer li{
	margin-left: -20%;
}
footer li img{
	width:100%;
}
footer li.buy{
	padding:2%;
}
div.sns{
	width:50%;
}
div.sns img{
	width:20%;
}
}　