@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

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

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

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

abbr,acronym {
   border:0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;*/
	line-height: 1.8;
	background-color:#FFF;
	color: #2F2F2F;
	position: relative;
}
a {
  text-decoration: underline;
  color: #F46591;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 920px;
}
.pc{display :none;}
.clr{
	clear:both;
}
@media only screen and (min-width: 768px) {
body {
}
.container {
	padding: 0;
}
.content {
	padding: 0;
}
.pc{display :block;}
.sp{display:none;}
}


#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	position: relative;
	/*background: url(../images/common/bg.png) no-repeat center;
	background-size:cover;*/
}


#header{
	width:100%;
	padding:0;
	/*background-color: #F46591;*/
	background: linear-gradient(90deg, rgba(244,101,145,0.6) 0%, rgba(244,101,145,0.6) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1));
	position:fixed;
	z-index:999;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 67px 0 10px;
  height:70px;

}
#header h1#logo,
#header p#logo{
	text-align:left;
	margin-top:4px;
	margin-bottom:0;
}

#header p#log{
	width:25%;
	background-color:#00B4C3;
	text-align:center;
	height:100%;
	margin:0;
	display:flex;
	align-items:center;
	font-size:12px;
	justify-content: center;
}
#header p#log a{
	color:#FFF;
	text-decoration:none;
}

@media only screen and (min-width: 768px) {
#header{
padding:0;
	background: linear-gradient(90deg, rgba(244,101,145,0.6) 0%, rgba(244,101,145,0.6) 87%, rgba(255,255,255,1) 87%, rgba(255,255,255,1));
}
#header .container {
  height:80px;
	max-width: 2400px;
	padding: 0 75px 0 10px;
}
#header h1#logo,
#header p#logo{
	width:32%
}
#header p#log{
	width:10%;
	font-size:14px;
}

}


footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 20px 0 50px;
    clear: both;
	background-color: #FFF;
	color:#00B4C3;
	width:100%;
}
footer p {
	margin-bottom:0;
	margin:0 3px 10px;
}
footer .ftlogo{
	text-align:center;
}
footer a {
	color:#7C7C7C;
}
footer .ftit {
	color:#7C7C7C;
}
footer .ft_add{
	text-align:center;
}
footer .ft_add a{
	background: url(../images/common/ic_link.png) no-repeat center right;
	background-size:13px;
	padding-right:20px;
}
@media only screen and (min-width: 768px) {
footer {
    padding: 50px 0;
    font-size: 14px;
  }
footer .container {
	max-width: 1080px;
}
footer .ft_smp{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:30px;
}
footer .ftlogo{
	width:20%;
	display: flex;
	justify-content: center;
	align-items:center;
}
footer .ftBox{
	width:22%;
	border-right:1px solid #C1C1C1;
	padding:0 20px;
}
footer .ftBox2{
	width:35%;
	border-right:1px solid #C1C1C1;
	padding:0 20px;
}
footer .ftBox3{
	width:22%;
	padding:0 20px;
}
footer .smpBlock{
	margin-bottom:20px;
	line-height: 1.5;
}
footer .smpBlock a{
	text-decoration:none;
}
footer .smpBlock .eruby{
	color:#00B4C3;
	font-size:12px;
}
footer .smpBlock .pdL15{
	padding-left:15px;
}
footer .smpBlock .lay2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
footer .smpBlock .lay3{
	width:50%;
}
footer .ft_add{
	text-align:left;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
footer p.add{
	margin-right:auto;
}
footer .ft_add a{
	background-size:18px;
}
}
@media only screen and (max-width: 767px) {
footer .ftBox,
footer .ftBox2,
footer .ftBox3{
	display:none;
}
}
#btcont{
	width:100%;
	position:fixed;
	bottom:0;
	z-index:9999;
}
.btlist{
	display: flex;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
	width:100%;
    justify-content: center;
    align-items: center;
	z-index:999;
}
.btlist p{
	text-align:center;
	width:50%;
	margin:0;
}
.btlist a{
	display:block;
	text-align:center;
	color:#FFF;
	padding:12px 0;
	font-weight:bold;
	text-decoration:none;
}
.btlist .bt_app{
	background:#03B4C3 url(../images/common/ic_trial.png) no-repeat;
	background-size:18px;
}
.btlist .bt_contact{
	background:#F46591 url(../images/common/ic_contact.png) no-repeat;
	background-size:18px;
}
@media only screen and (min-width: 768px) {
#btcont{
	width:70px;
	position:fixed;
	right:0;
	bottom:80px;
}
.btlist{
	display: flex;
	flex-flow: column;/* flex-flow:row;はアイテムを横に並べる */
    justify-content: center;
    align-items: center;
	z-index:2;
}
.btlist p{
	width:100%;
	height:200px;
	writing-mode: vertical-rl;
	margin:0;
}
.btlist  p.bt_pt{
	height:70px;
  background-color: rgba(0, 0, 0,0.8);
}

.btlist a{
	padding:8px 20px;
	height:100%;
}
.btlist .bt_app{
	background-position: center 12%;
}
.btlist .bt_contact{
	background-position: center 12%;
}

}
@media only screen and (max-width: 767px) {
.btlist  .bt_pt{
	position:absolute;
	right:10px;
	bottom:70px;
	height:50px;
	width:50px;
  background-color: rgba(0, 0, 0,0.8);
}
.btlist .bt_app{
	background-position: 10% center;
}
.btlist .bt_contact{
	background-position: 10% center;
}
}


