@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

/* ol, ul {
  list-style: none;
} */

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
  background-color: #fffff0;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* text
-------------------------------------------------- */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 10px;
  left: 10px;
}
blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  overflow-x: scroll;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* reset  */
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header ul, #side h1, #side h2, #side h3, #side h4, #side h5, #side h6, #side p, #side ul, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer ul, nav h1, nav h2, nav h3, nav h4, nav h5, nav h6, nav p, nav ul {
  font-weight: normal;
  margin: 0;
}

/* list
-------------------------------------------------- */
dl,
menu,
ol,
ul {
  margin: 0
}

dd {
  margin: 0;
}

/* menu,
ol,
ul {
  padding: 0;
  list-style: none;
} */
menu ol,
menu ul,
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

.inline-list li {
  display: inline-block;
}

#header ul, #header ol,
#side ul,
#side ol,
#footer ul,
#footer ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* embed
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* form
-------------------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.inner {
  background-color: #fffff1;
}

.mv {
  background-image: url(../img/DESIGN-4_mvbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 40px 10px 50px;
}

.contents .wrap {
  background-color: #FFF;
  display: block;
  margin: 30px auto;
  padding: 50px 8%;
  width: 100%;
}
.contents .wrap.feature {
  margin: 0 auto 30px;
  padding: 30px 8% 50px;
}
.feature img {
  margin: 0 auto 30px;
}
.p_agents {
  text-align: center;
  margin: 0 0 40px;
}
.p_linedemo {
  text-align: center;
  margin: 0 0 20px;
}

.contents .wrap.agents {
  padding: 50px 8% 35px;
}

.agents img {
  margin: 0 auto 30px;
}

.title_linedemo {
  margin: 0 auto 20px;
}

.logo {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
}

.agent-region {
  border: 2px solid #EEE;
  margin: 0 0 20px 0;
}

.title_agent-region {
  text-align: center;
  padding: 10px;
  background-color: #ffffe1;
  font-weight: 500;
  letter-spacing: 2px;
}

.simple_agent-region {
  padding: 10px;
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 2px;
}

.simple_agent-region.first {
  text-align: center;
}



footer {
  font-size: 0.7em;
  text-align: center;
}

/* エージェント追加情報　アコーディオン */

.btn-more {
  cursor: pointer;
}






/* 利用規約　モーダルウィンドウ  */
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

.modal-window h2 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}

.a_terms {
  text-align: center;
  display: block;
  margin: 30px 0px 15px;
  font-size: 0.9em;
  color: #222;
  line-height: 1em;
}

.modal-content {
  text-align: left;
  font-size: 0.8em;
}

.modal-content h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px 0 10px;
}

.modal-content h4 {
  margin: 20px 0 0;
  text-align: right;
  font-size: 1.1em;
}

.modal-content ul, .modal-content ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
}

.modal-content li {
  list-style-type: decimal;
}

.modal-content ol li ol li {
  list-style-type: none;
	counter-increment: cnt;
  padding-left: 0em;
  text-indent: -1.65em;
}

.modal-content ol li ol li::before {
  content: "(" counter(cnt) ") ";
}

.modal-content .only {
  padding: 0;
}

.modal-table {
  border: 1px solid #000;
  margin: 10px 0;
}

.wrap_modal-table {
  display: flex;
}

.contents_modal-table_left {
  width: 30%;
  border: 1px solid #000;
  padding: 10px;
}

.contents_modal-table_right {
  width: 70%;
  border: 1px solid #000;
  padding: 10px;
}

textarea {
  width: 100%;
}

.contents .wrap.add_contents {
  padding: 0;
}

.contents .wrap.add_contents.flow {
  margin: 30px auto -30px;
}

.btn_add_contents {
  display: block;
  padding: 25px 0;
  background-color: #FFF;
}

@media screen and (min-width: 767px) {
  .inner.wrap {
    margin: 0 auto;
    width: 600px;
  }
}
