@import url(base.css);
@import url(common.css);
@import url(lib.css);
/*PC*/
/*SP*/
/* ---------------------------------
Index
---------------------------------- */
body {
  background-color: #ffd464;
}

.delay {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1.8s;
}

.delay.on {
  opacity: 1;
}

.delay.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#mainv {
  margin-bottom: 80px;
}
#mainv img {
  width: 100%;
}

article#art_char h2 {
  text-align: center;
  margin-bottom: 56px;
}
article#art_char ul.point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}
article#art_char .po_ex {
  background: url(../img/point/shape.png) no-repeat center bottom;
  padding-bottom: 135px;
  margin-bottom: 30px;
}
article#art_char ul.po_exbody {
  zoom: 1;
}
article#art_char ul.po_exbody:after {
  display: table;
  clear: both;
  content: "";
}
article#art_char ul.po_exbody:before {
  display: table;
  content: "";
}
article#art_char ul.po_exbody li {
  float: left;
  width: 50%;
  height: 318px;
  flex: 2;
}
article#art_char ul.po_exbody li:nth-child(odd) {
  padding-right: 40px;
}
article#art_char ul.po_exbody li:nth-child(even) {
  padding-left: 40px;
}
article#art_char ul.po_exbody li dl dt {
  text-align: center;
  margin-bottom: 30px;
}
article#art_char ul.po_exbody li dl dd {
  font-size: 15px;
  line-height: 2em;
}

article#art_useful {
  margin-bottom: 180px;
}
article#art_useful h2 {
  text-align: center;
  margin-bottom: 45px;
}
article#art_useful ul li {
  zoom: 1;
  margin-bottom: 45px;
}
article#art_useful ul li:after {
  display: table;
  clear: both;
  content: "";
}
article#art_useful ul li:before {
  display: table;
  content: "";
}
article#art_useful ul li .cont_ex {
  width: 663px;
  padding-left: 70px;
  padding-top: 40px;
  background: url(../img/useful/honey.png) no-repeat top left;
}
article#art_useful ul li .cont_ex h3 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
article#art_useful ul li .cont_ex p {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 25px;
}
article#art_useful ul li .cont_ex dl {
  background: #ffe193;
  padding: 14px 18px;
}
article#art_useful ul li .cont_ex dl dt {
  font-size: 15px;
  color: #ff6b6b;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  top: -25px;
  margin-bottom: -25px;
}
article#art_useful ul li .cont_ex dl dd {
  font-size: 13px;
  line-height: 2em;
  background: url(../img/useful/circle.png) no-repeat left 4px;
  padding-left: 27px;
}
article#art_useful ul li .cont_img {
  width: 490px;
}
article#art_useful ul li:nth-child(odd) .cont_ex {
  float: left;
}
article#art_useful ul li:nth-child(odd) .cont_img {
  float: right;
}
article#art_useful ul li:nth-child(even) .cont_ex {
  float: right;
}
article#art_useful ul li:nth-child(even) .cont_img {
  float: left;
}
article#art_useful .supportbox {
  background: #ffe193;
  padding: 58px;
  padding-bottom: 0;
}
article#art_useful .supportbox p.flow {
  text-align: center;
  margin: 70px 0;
}
article#art_useful .supportbox p.lady {
  text-align: center;
}
article#art_useful .supportbox p.lady img {
  vertical-align: bottom;
}

#art_price {
  zoom: 1;
  background: white;
  padding: 80px 0;
}
#art_price:after {
  display: table;
  clear: both;
  content: "";
}
#art_price:before {
  display: table;
  content: "";
}
#art_price h2 {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 52px;
  text-align: center;
}
#art_price .cont {
  width: 560px;
}
#art_price .cont table {
  width: 100%;
  height: 390px;
  margin-bottom: 30px;
}
#art_price .cont table tr th, #art_price .cont table tr td {
  border: solid 2px #ffd464;
  font-size: 16px;
}
#art_price .cont table tr th.tit {
  text-align: center;
  background: #ffc223;
  height: 80px;
  font-size: 18px;
}
#art_price .cont table tr td {
  text-align: center;
}
#art_price .cont table tr td span {
  font-size: 13px;
}
#art_price .cont table tr:nth-child(odd) th {
  background: #ffc223;
}
#art_price .cont table tr:nth-child(odd) td {
  background: #fff3d5;
}
#art_price .cont table tr:nth-child(even) th {
  background: #ffd464;
}
#art_price .cont.cont_l {
  margin-right: 0px;
  float: left;
}
#art_price .cont.cont_r {
  margin-left: 0px;
  float: right;
}
#art_price .cont .feature dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#art_price .cont .feature dd {
  font-size: 15px;
  line-height: 2.5em;
}
#art_price .cont .feature dd.ex {
  font-size: 13px;
  line-height: 2em;
}

#art_inquiry {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#art_inquiry h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  padding: 80px 0;
}
#art_inquiry .ex01 {
  text-align: right;
  margin-bottom: 0px;
}
#art_inquiry span.required {
  width: 7px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 7px;
  background: url(../img/icon_red.png) no-repeat 0 50%;
}
#art_inquiry table {
  width: 100%;
  margin-bottom: 25px;
}
#art_inquiry table tr th, #art_inquiry table tr td {
  padding: 20px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
#art_inquiry table tr th {
  width: 180px;
}
#art_inquiry table tr td input, #art_inquiry table tr td textarea {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  background: white;
}
#art_inquiry table tr td span {
  font-weight: bold;
  font-size: 12px;
  color: crimson;
}
#art_inquiry table.formTable {
  margin-top: 20px;
}
#art_inquiry table.formTable tr th, #art_inquiry table.formTable tr td {
  border: solid 1px #ccc;
}
#art_inquiry #ppbox {
  padding: 23px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
#art_inquiry #ppbox dl dt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
#art_inquiry #ppbox dl dd {
  font-size: 12px;
}
#art_inquiry #ppbox {
  background: #ffe193;
  padding: 30px;
}
#art_inquiry #ppbox dl dt {
  font-size: 15px;
  margin-bottom: 20px;
}
#art_inquiry #ppbox dl dd {
  font-size: 14px;
  line-height: 2em;
}
#art_inquiry .form_submit li input {
  border: none;
  display: block;
  border-radius: 5px;
  background-color: #ff6b6b;
  box-shadow: 0px 4px 0px 0px #d53030;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  color: white;
  cursor: pointer;
}
#art_inquiry .form_submit li input:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 2px 0px 0px #d53030;
  background-color: rgba(255, 107, 107, 0.8);
}
#art_inquiry .btn01 {
  width: 50%;
  margin: 40px auto;
}
#art_inquiry .btn01 a {
  border: none;
  display: block;
  border-radius: 5px;
  background-color: #ff6b6b;
  box-shadow: 0px 4px 0px 0px #d53030;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  color: white;
  cursor: pointer;
}
#art_inquiry .btn01 a:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 2px 0px 0px #d53030;
  background-color: rgba(255, 107, 107, 0.8);
  text-decoration: none;
}
#art_inquiry .form_submit.two {
  text-align: center;
}
#art_inquiry .form_submit.two li {
  width: 40%;
  display: inline-block;
  margin: 10px;
}
#art_inquiry .form_submit.two li.back input {
  background: #aaa;
  box-shadow: 0px 4px 0px 0px #888;
}
#art_inquiry .form_submit.two li.back input:hover {
  position: relative;
  top: 2px;
  box-shadow: 0px 2px 0px 0px #888;
}
#art_inquiry .form_submit.two li.send input {
  color: black;
}
#art_inquiry.confirm h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 10px;
  border: solid 1px black;
  padding: 10px;
  border-radius: 10px;
}
#art_inquiry.confirm h3 span {
  display: block;
  margin: 5px;
  font-size: 12px;
}
#art_inquiry.confirm table tr th, #art_inquiry.confirm table tr td {
  background: white;
  border: none;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  border: solid 10px #ffd464;
}
#art_inquiry.confirm table tr th {
  background: none;
}

#form_info {
  border: solid 1px black;
  padding: 15px;
  margin-top: 50px;
}
#form_info .inner {
  width: 400px;
  margin: 0 auto;
}
#form_info .inner p {
  line-height: 1.8em;
  font-size: 14px;
  margin-bottom: 10px;
}
#form_info .inner dl {
  font-size: 14px;
  line-height: 1.7em;
}
#form_info .inner dl dt {
  font-weight: bold;
}

.error {
  font-weight: bold;
  font-size: 12px;
  color: crimson;
}

article {
  margin-top: -100px !important;
  padding-top: 100px !important;
}
