h1 {
	border-left:7px solid #000;
	padding-left:1em;
	font-size:200%;
	margin:2em 0 0 0;
}
h2 {
    font-size:180%;
    padding-left: 2em;
}

/* -------------------------------- 

メールサポート_資料請求ページ（thanks.html）

-------------------------------- */

h3 {
				font-size:150%;
				color:#999999;
}
h3.tagg{
				font-size:150%;
				line-height:1.5;
				color:#993300;
}

.cata_img{
				border:2px solid #53924c;
}
.btn_dl{
				margin:10px;
				padding:10px;

}

.doc {
	padding-top: 0px;
	display: flex;
	margin:0 auto;
	max-width:1200px;
	overflow: hidden;
}
.doc section {
	text-align:center;
	flex: 1;
	padding: 10px;
	margin: 10px;
}
.doc p {
	margin-top: 10px;
	line-height:120%;
}
.doc div {
			position: relative;
			width: 100%;
			padding: 0;
}
.doc div.doclist {
			width: 100%;
			padding: 10px;
}
.doc div.doclist p{
			text-align:left;
			margin:0px auto;
			width:300px;
			line-height:1.3;
}

@media screen and (max-width: 768px) {
  .doc {
    flex-direction: column;
  }
}




/* -------------------------------- 

試用β版申込みページ_ストア公開後削除

-------------------------------- */
.disc {
				font-size:130%;
				padding: 0 0 50px 10px;
				line-height:150%;
}

/* -------------------------------- 

Form

-------------------------------- */
.pre {
	border-left:10px solid #f50057;
	padding-left:2.5em;
	margin-bottom:3em;
}
.title {
	border-left:10px solid #2f1847;
	padding-left:2.5em;
	margin-bottom:3em;
}
.pre h1 {
	border:none;
	color:#f50057;
	margin:20px 0 30px 0;
	padding-left:0;
}

.title h1 {
	border:none;
	color:#2f1847;
	margin:20px 0 30px 0;
	padding-left:0;
        clear: both;
}
.pre .number {
	font-size:300%;
	float:left;
	margin-right:10px;
}
.pre .right {
	float:left;
}

.pre ul {
	margin-left:1em;
}
.title ul li {
    float: left;
    margin-right: 3em;
    margin-bottom: 2em;
}
.pre li {
	clear:both;
	border-bottom:1px dotted #999;
	padding:0.5em 0;
}
.pre li::after{
  clear: both;
  content: "";
  display: table;
}

.pre .info {
	font-size:130%;
	line-height:1.5;
	margin:1em 0;
}

.pre strong {
	font-weight:bold;
}

.pre .right p {
	margin:0.5em 0;
}
.cd-form {
  margin: 1em auto 0;
  background-color:#eee;
  padding:1em 6em;
  width: 100%;
}

.cd-form::after, footer::after , header::after{
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
  width:100%;
}
.cd-form legend {
  margin: 20px 0px;
  font-size: 2rem;
  font-weight:bold;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  /*margin: 20px 0;*/
}

.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #bbb;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #2b3e51;
}

.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input#section,
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
/*  display: inline-block;*/
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
/*  float: left;*/
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #aaa;
  border-radius: .25em;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
/*  float: right;*/
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #ccc;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #ccc;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}

.cd-form .cation {
	margin:10px 0;
	color:#e94b35;
}

.cd-form legend span, .cd-form .required {
	color:#e94b35;
}

.cd-form h2 {
	font-size:150%;
	font-weight:bold;
	margin-bottom:0;
}

.cd-form h3 {
	font-size:100%;
	font-weight:bold;
	margin-bottom:15px;
}

.cd-form p {
	margin-bottom:20px;
	line-height:1.5em;
}

.cd-form p.submit {
	margin-top:20px;
	margin-bottom:0;
}


.cd-form .privacy {
	background-color:#f3f3f3;
	padding:2em 1.5em;
	margin-top:15px;
	margin-bottom:0;
}

.js .floating-labels div.privacy,
.js .floating-labels div.note {
	margin-top:0;
	margin-bottom:0;
}

.cd-form .note {
	margin-top:0;
	background-color:#fff;
	padding:2em 1.5em;
}
fieldset h2 {
   padding-left: 0;
}
/* --------------------------
     スマホ向け
-------------------------- */
@media only screen and (max-width: 480px) {

.pre {
  padding-left: 1em;
  width: 90%;
}
h2 {
  font-size: 150%;
  padding-left: 0.5em;
}
#trial{
  display: none;
}
#m_contact{
  display: none;
}
.cd-form {
   padding: 1em 2em;
}
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
.agree {
  margin-left: 30px;
  display: block;
}
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}
.cd-form fieldset {
}
@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* --------------------------
     タブレット向け
-------------------------- */
@media only screen and (max-width: 768px) {

#trial{
  display: none;
}
.agree {
  margin-left: 30px;
  display: block;
}
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 14px !important;
}


/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  /*margin: 28px 0;*/
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 16px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 480px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    /*margin-top: 16px;*/
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}