@charset "UTF-8";
/* ---------------------------------------
Common Selector
--------------------------------------- */
body,div,dl,ul,li,dt,dd,pre,form,fieldset,blockquote,table,th,td,img,p {
	margin:0;
	padding:0;
}

h2,h3,h4{
	font-weight: normal;
}
body {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    color:#333;
    letter-spacing: 0.5px;
}
/* @font-face {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
} */
body.is-sticky{
	padding-top: 0;
}
.posasy_con{
  position: relative;
}
@media screen and (max-width: 768px) {

}
/*-----------------------　　パンくず　　-----------------------*/
.p-tec_primary {
    background: #EEE;
    padding: 1.1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.c-menu {
    color: #333;
    font-size: 1.2rem;
    letter-spacing: -1rem;
    line-height: 2.2rem;
    /* white-space: nowrap; */
}
.c-menu > li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 2rem;
}
.c-menu a {
    color: #333;
    text-decoration: none;
}
.c-menu a:hover {
    text-decoration:underline;
}
.c-menu i {
    font-size: 1.4rem;
    margin-right: 4px;
}
div.p-container {
    position: relative;
    margin: 0 auto;
		color: #ffffff!important;
    background-color: transparent!important;
    border: none!important;
		padding-right: 15px;
		padding-left: 15px;
}
@media screen and (min-width: 576px) {
	div.p-container {
    width: 540px;
    max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
}
@media screen and (min-width: 768px) {
	div.p-container {
	  width: 720px;
	  max-width: 100%;
		padding-right: 0;
    padding-left: 0;
	}
}
@media screen and (min-width: 992px) {
	div.p-container {
	  width: 960px;
	  max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
}
/* @media screen and (min-width: 1200px) {
	div.p-container {
	  width: 1140px;
	  max-width: 100%;
		padding-right: 15px;
    padding-left: 15px;
	}
} */
.p-tec_inner {
    max-width: 970px;
}


/*-----------------------    s_footer    -----------------------*/
.apple_notes_area{
	border-bottom: 1px solid #EFEFEF;
}
.apple_notes_area .apple_notes_inner{
	width: 940px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
}
.footer_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 940px;
	margin: 50px auto;
}
.footer_area p.p_logo{
	width: 200px;
}
.footer_area ul.btn_conv {
  width: 740px;
}
@media screen and (max-width: 768px) {
	.apple_notes_area .apple_notes_inner{
		width: 90%;
		padding: 10px 0;
		font-size: 10px;
	}
	.footer_area{
		flex-wrap: wrap;
		width: 90%;
		margin: 30px auto 50px;
	}
	.footer_area p.p_logo{
		margin: 30px auto;
	}
	.footer_area ul.btn_conv{
		width: 100%;
		margin: 0 auto;
	}
}
ul.btn_conv{
	display: flex;
	justify-content: flex-end;
	width: 940px;
	margin: 0 auto;
}
ul.btn_conv li{
  position:relative;
}
ul.btn_conv li.inf{
	margin-right: 20px;
}
ul.btn_conv li a{
  font-size: 15px;
}
ul.btn_conv li::before{
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  top:calc(50% - 10px);
  right: 15px;
  color: #231815;
  font-size: 12px;
  z-index: 4;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.inf a{
  display: block;
  width: 190px;
  border: 2px solid #231815;
	background: #FFF;
	color: #231815;
	overflow: hidden;
	padding: 15px 0 14px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
ul.btn_conv li.inf:hover:before{
  color: #FFF;
	transition: .4s;
	transition-delay: .3s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.inf a span {
	position: relative;
	z-index: 3;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.inf a:hover span{
	color: #FFF;
	transition: .4s;
	transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
ul.btn_conv li.inf a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#231815;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
/*hoverした際の形状*/
ul.btn_conv li.inf a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

ul.btn_conv li.trial a{
  position: relative;
	overflow: hidden;
  display: block;
  width: 260px;
  background: #F6CE52;
  color: #231815;
  padding: 17px 0 16px;
  text-align: center;
  transition: ease .4s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.trial a span {
	position: relative;
	z-index: 3;
}
ul.btn_conv li.trial a:hover span{
	color: #231815;
}
/*== 背景が流れる（左から右） */
ul.btn_conv li.trial a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#EF8563;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
/*hoverした際の形状*/
ul.btn_conv li.trial a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

ul.btn_conv li.demo:before{
  color: #FFF;
}
ul.btn_conv li.demo:hover:before{
  color: #231815;
	transition: .4s;
	transition-delay: .3s;
}
ul.btn_conv li.demo a{
  position: relative;
	overflow: hidden;
  display: block;
  width: 195px;
  background: #EF8563;
	border: 2px solid #EF8563;
  color: #FFF;
  padding: 15px 0 14px;
  text-align: center;
	transition: .4s;
	transition-delay: .3s;
}
/*ボタン内spanの形状*/
ul.btn_conv li.demo a span {
	position: relative;
	z-index: 3;
}
ul.btn_conv li.demo a:hover span{
	color: #231815;
  transition: .4s;
  transition-delay: .3s;
}
/*== 背景が流れる（左から右） */
ul.btn_conv li.demo a.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#FFF;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
/*hoverした際の形状*/
ul.btn_conv li.demo a.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.top_notes{
	width: 940px;
	margin: 10px auto 0;
	font-size: 10px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	ul.btn_conv{
		flex-wrap: wrap;
	  width: 90%;
		margin: 0 auto;
	}
	ul.btn_conv li{
		width: 100%;
		margin-bottom: 10px;
	}
	ul.btn_conv li.inf{
		margin-right: 0;
	}
	ul.btn_conv li a{
	  font-size: 13px;
	}
	ul.btn_conv li.inf a{
	  width: 100%;
	}
	ul.btn_conv li.trial a{
	  width: 100%;
	}
	ul.btn_conv li.demo a{
	  width: 100%;
	}
	.top_notes{
		width: 95%;
		margin: 0 auto 10px;
	}
}
