@charset "UTF-8";
/*reset
------------------------------*/
body, th, td, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, blockquote, form, input {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul, li, menu, summary {
  list-style: none;
}
summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
caption {
  text-align: left;
}
h1, h2, h3, h4, h5, h6, input, select, textarea, table, th, td {
  font-size: 100%;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.75em;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: 0;
  font-size: 0.65em;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
input {
  font-family: Arial, Helvetica, sans-serif;
}
/*inline-blockの隙間解消
dl, ul, ol {
  letter-spacing: -0.4em;
}
dt, dd, li {
  letter-spacing: normal;
}*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
:focus {
  outline: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*set
------------------------------*/
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/*body {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}*/
@media screen and (min-width:769px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width:768px) {
  html {
    font-size: 6px;
  }
  /*body {
    font-size: 3.3vw;
  }*/
}
/*for ecforce*/
body {
  font-family: "din-2014", "yu-gothic-pr6n", sans-serif;
}
.p-page_content {
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.5;
}
.u-text--body {
  font-size: 1em !important;
}
.p-page_content__inner p {
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .p-page_content {
    font-size: 3.3vw;
  }
}
.u-margin__top--60 {
  margin-top: 0;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: none;
}
h1 + h2, h2 + h3, h3 + h4, h4 + h5 {
  margin-top: 0;
}
p {
  margin-bottom: 1em;
}
span {
  display: inline-block;
}
span.attention, div.attention, p.attention, .attention > li, li.attention {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-size: 0.88em;
  line-height: 1.5;
}
div.attention, p.attention, .attention li, .list_normal li, div.list_normal {
  text-indent: -1em;
  padding-left: 1em;
}
.list_circle > li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.5;
}
ul.attention li, ul.list_normal li, ul.list_check li, ul.list_circle li, ul.list_question li {
  text-align: left;
}
ul.list_normal {
  margin-bottom: 0.5em;
}
ul.list_normal > li {
  margin-bottom: 0.1em;
  font-size: 1em;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
summary:before {
  content: "＋";
}
details[open] summary:before {
  content: "ー";
}
.pict {
  margin: 1em 0;
  text-align: center;
}
.pict img {
  width: auto;
  margin: 0 auto;
}
a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.inbox {
	padding: 0 5%;
}

@media screen and (max-width:768px) {
.inbox {
	padding: 0 2.5%;
}
}
.p-page_content section {
	margin-bottom: 10rem;
}
.p-page_content section > section {
	margin-bottom: 7rem;
}
.mark_new {
	position: relative;
}
.mark_new:after {
	content: "";
	width: 40%;
	max-width: 80px;
	height: 5em;
	display: block;
	background: url(https://d2w53g1q050m78.cloudfront.net/andbeofficialcom/uploads/img/common/New.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -0.5em;
	z-index:1;
}
/*ol数字リスト
------------------------------*/
ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol ol {
  padding-left: 1em;
}
ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
ol li:before {
  counter-increment: item;
  content: counter(item)'.';
}
/*
スマホ用テーブルスクロール
----------------------------------------*/
@media screen and (max-width:900px) {
  .table_scroll {
    overflow: auto;
    padding-top: 0.5em;
  }
  .table_scroll {
    overflow: auto;
    position: relative;
  }
  .table_scroll:before {
    display: inline-block;
    content: "スクロール >>";
    background: #ccc;
    padding: 0.2em 0.5em;
    color: #fff;
    font-size: 0.6em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .table_scroll {
    white-space: nowrap;
  }
  .table_scroll::-webkit-scrollbar {
    height: 0.5em;
  }
  .table_scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
  }
}
/*