@charset "utf-8";

/* Basic Style
-------------------- */

/* html { font-size: 62.5%; }
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
dd {
	margin: 0;
} */

.alignleft,
.imgleft {
  float: left;
  margin-top: 0;
  margin-right: 20px;
}

.alignright,
.imgright {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
}

.aligncenter,
.imgcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.note {
  font-size: 1.4rem;
}

/* Link
-------------------- */

/* a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
a:link {
	text-decoration: none;
	color: #0073aa;
}
a:visited {
	text-decoration: none;
	color: #0073aa;
}
a:hover {
	text-decoration: underline;
	color: #c60;
}
a:hover img {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
} */
p a:link,
p a:visited {
  text-decoration: underline;
}

/* base
-------------------- */
ul.flex {
  list-style: none;
}

.flex {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
}

#sidr-right {
  display: none;
}

#sidr-right a {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pl0 {
  padding-left: 0;
}

body ul {
  list-style: none;
}

body ul.def {
  padding-left: 40px;
  margin: 1em 0;
  list-style-type: disc;
}

body ol.def {
  padding-left: 40px;
  margin: 1em 0;
  list-style-type: decimal;
}

body ul.def ul,
body ol.def ul {
  list-style-type: circle;
}

table.def {
  font-size: 1.5rem;
  border-spacing: 2px;
  border-collapse: collapse;
  border-color: grey;
}

table.def th {
  padding: 6px;
  text-align: center;
  background: #f8f8f8;
  border: solid 1px #ccc;
}

table.def td {
  padding: 6px;
  vertical-align: top;
  border: solid 1px #ccc;
}

/* h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
} */

/* contents
-------------------- */
section.fluid > div,
section.fixed {
  box-sizing: border-box;
  width: 1020px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: left;
}

section.fluid {
  min-width: 1020px;
  background-color: #f5f5f5;
}

section.fixed.section {
  padding: 20px 0 40px;
}

section.fixed.banner {
  padding: 0;
}

section.fixed.banner img {
  width: 100%;
  height: auto;
}

ul.block-half.banner {
  max-width: 1020px;
  padding: 0;
  margin: 0.5em auto 0;
}

ul.block-half.banner > li {
  margin-bottom: 0.5em;
}

ul.block-half.banner img {
  width: 100%;
  height: auto;
}

/* demo
-------------------- */
#demo {
  width: 100%;
  overflow: hidden;
  border: 0;
}

#demo-iframe {
  background-color: #000;
}

#demo-iframe iframe {
  max-width: 1280px;
  max-height: 720px;
}

/* trial
-------------------- */
ul.trial > li {
  position: relative;
  padding: 0;
  list-style: none;
}

ul.trial > li::before {
  position: absolute;
  top: 0;
  left: -25px;
  font-family: FontAwesome;
  color: #79cac1;
  content: "\f00c";
}

ul.trial > li > b {
  font-weight: bold;
  color: #cb1313;
}

/* forrm
-------------------- */
.formtbl2 {
  width: calc(100% - 2px);
  margin: 40px 0;
  border-collapse: collapse;
  border: 1px solid #cecece;
}

.formtbl2 td {
  padding: 15px;
  text-align: center;
  background-color: #f3f6f7;
}

.formtbl2 td a {
  color: #000;
  text-decoration: underline;
}

/* ==========================================================================
backtotop
========================================================================== */
#backto {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
}

#backto a {
  display: block;
  width: 50px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: transparent url(../img/backtoarrow.png) no-repeat 50% 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#backto {
  display: block;
  background: rgb(51 51 51 / 60%);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#backto a:hover {
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* gdpr
-------------------- */
#gdpr > h2 {
  color: #2da990;
  border-bottom: none;
}

#gdpr h3 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #0070c0 !important;
  background: none;
}

#gdpr > ol > li > ol,
#gdpr ol.abc {
  list-style-type: upper-latin;
}

#gdpr > ol > li {
  margin-bottom: 1em;
}

#gdpr > div.indent {
  margin-left: 1em;
}

#gdpr > table {
  margin-bottom: 2em;
  border-collapse: collapse;
}

#gdpr > table th,
#gdpr > table td {
  padding: 5px;
  text-align: center;
  word-break: break-all;
  border: 1px solid #000;
}
