@charset "UTF-8";
/*
==========================================================================
   reset
==========================================================================
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select {
  color: rgb(51, 51, 51);
}

/*
==========================================================================
   common style
==========================================================================
*/
html {
  position: relative;
}
body {
  position: relative;
  font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  font-weight: normal;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 auto;
  background: white;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
iframe {
  vertical-align: bottom;
}
ul {
  list-style-type: none;
}
a:link,
a:visited {
  color: #e60012;
}
a:hover {
  color: #e60012;
  text-decoration: none;
}
body {
  min-width: 980px;
}
body .sp {
  display: none;
}
body .tb {
  display: none;
}
body .pc {
  display: inline;
}
body #header {
  background: #ffffff;
}
body #header .inner {
  width: 980px;
  height: 62px;
  margin: 0 auto;
  position: relative;
}
body #header .inner .logo {
  top: 15px;
  position: absolute;
}
body #header .inner h1 {
  top: 10px;
  left: 160px;
  padding: 5px 20px;
  position: absolute;
  border-left: 1px solid #cccccc;
}
body #contents {
  width: 100%;
  border-top: 1px solid #dddfdf;
  border-bottom: 1px solid #dddfdf;
  overflow: hidden;
  color: #000;
  background: #f5f7fa;
}
body #contents .inner {
  margin: 0 auto;
  width: 980px;
}
body #contents a:hover {
  text-decoration: none;
}
body #contents a:hover img {
  background: none;
}
body #contents p {
  font-size: 14px;
  line-height: 1.7;
}
body footer {
  background: #ffffff;
}
body footer .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
body footer .inner .copyright {
  font-size: 11px;
  text-align: center;
  font-size: 10px;
}
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.alignceter {
  text-align: center;
}
/*
==========================================================================
   Clearfix
==========================================================================
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body #contents h1 {
  text-align: center;
  margin: 20px 0;
}
body #contents .step {
  width: 580px;
  margin: 40px auto 20px auto;
  position: relative;
}
body #contents .step:before {
  content: "";
  display: block;
  border-top: 2px dashed #a8a9aa;
  position: absolute;
  top: 22px;
  left: 1%;
  width: 98%;
  z-index: 1;
}
body #contents .step ul {
  display: flex;
  justify-content: space-between;
}
body #contents .step ul li {
  text-align: center;
  z-index: 2;
  position: relative;
}
body #contents .step ul li div {
  background: white;
  border: 4px solid #a8a9aa;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  text-align: center;
  line-height: 40px;
  color: #a8a9aa;
}
body #contents .step ul li p {
  color: #a8a9aa;
  font-weight: 600;
}
body #contents .step ul li.active div {
  background: #e60012;
  border: 4px solid #e60012;
  color: white;
}
body #contents .step ul li.active p {
  color: #e60012;
}
body #contents .step ul li.complete div {
  background: #0d649d;
  border: 4px solid #0d649d;
  color: #0d649d;
  position: relative;
}
body #contents .step ul li.complete div:after,
body #contents .step ul li.complete div:before {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  top: 12px;
  left: 22px;
  height: 20px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}
body #contents .step ul li.complete div:after {
  top: 17px;
  left: 12px;
  height: 13px;
  transform: rotate(-45deg);
}
body #contents .inner {
  padding-bottom: 50px;
}
body #contents .inner .form-stage {
  background: #ffffff;
  padding: 40px 0;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
body #contents .inner .section {
  border-top: 2px solid #e5e5e5;
  padding: 50px 40px;
}
body #contents .inner h2 {
  color: #000;
  font-size: 24px;
  margin: 0 0 1.5em 0;
  padding: 0.3em 0;
}
body #contents .inner h2 span {
  color: #e60012;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 1px solid #e60012;
  background: white;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
}
body #contents .inner .notes {
  font-size: 12px;
}
body #contents .inner table.form_style {
  border-collapse: collapse;
}
body #contents .inner table.form_style tr th,
body #contents .inner table.form_style tr td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
}
body #contents .inner table.form_style tr th {
  width: 25%;
  padding-right: 1.5em;
  padding: 1em 1em 1em 1.5em;
  font-size: 16px;
  font-weight: 600;
}
body #contents .inner table.form_style tr td {
  padding: 0.6em 1.5em;
  font-size: 14px;
  position: static;
}
body #contents .inner table.form_style tr td div {
  display: inline;
  padding-right: 1em;
}
body #contents .inner table.form_style tr td .example {
  font-size: 13px;
}
body #contents .inner table.form_style tr:nth-child(even) th,
body #contents .inner table.form_style tr:nth-child(even) td {
  background: #f7f9fb;
}
body #contents .inner table.form_style tr .notice {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #0d649d;
  padding-top: 8px;
  line-height: 1.4;
}
body #contents .inner ul.form_style {
  margin-bottom: 20px;
}
body #contents .inner ul.form_style li {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
}
body #contents .inner ul.form_style li:first-child {
  border-top: 1px solid #e3e3e3;
}
body #contents .inner ul.form_style li:nth-child(even) {
  background: #f7f9fb;
}
body #contents .inner ul.form_style li label span {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
body #contents .inner ul.form_style li .detail {
  display: flex;
  position: absolute;
  right: 0;
  top: 12px;
  width: 50%;
}
body #contents .inner ul.form_style li .detail .logo {
  width: 40%;
  border-right: 1px dotted #d3d3d3;
}
body #contents .inner ul.form_style li .detail .txt {
  width: 60%;
  padding-left: 20px;
}
body #contents .inner ul.form_style li .detail .txt span.male,
body #contents .inner ul.form_style li .detail .txt span.female {
  display: inline-block;
  width: 5em;
  text-align: center;
  margin-left: 1em;
  border-radius: 30px;
  font-size: 14px;
}
body #contents .inner ul.form_style li .detail .txt span.male.male,
body #contents .inner ul.form_style li .detail .txt span.female.male {
  background: #eff1f4;
}
body #contents .inner ul.form_style li .detail .txt span.male.female,
body #contents .inner ul.form_style li .detail .txt span.female.female {
  background: #dadee4;
}
body #contents .inner ul.form_style li .detail .txt span.sub {
  font-size: 11px;
  display: block;
  font-weight: 400;
}
body #contents .inner ul.form_style.odd li:nth-child(odd) {
  background: #f7f9fb;
}
body #contents .inner ul.form_style.odd li:nth-child(even) {
  background: #ffffff;
}
body #contents .inner button,
body #contents .inner a.btn {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #0d649d;
  padding: 0.5em 0;
  margin: 0 5px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  background: #0d649d;
  font-size: 13px;
  box-sizing: border-box;
}
body #contents .inner button.back,
body #contents .inner a.btn.back {
  border: 1px solid #c0c0c0;
  background: white;
  color: #c0c0c0;
}
body #contents .inner button.back[disabled],
body #contents .inner a.btn.back[disabled] {
  color: #999;
}
body #contents .inner button.clear,
body #contents .inner a.btn.clear {
  border: 1px solid #0d649d;
  background: white;
  color: #0d649d;
}
body #contents .inner button.clear[disabled],
body #contents .inner a.btn.clear[disabled] {
  color: #999;
}
body #contents .inner button[disabled],
body #contents .inner a.btn[disabled] {
  cursor: default;
}
body #contents .inner button:hover:not([disabled]),
body #contents .inner a.btn:hover:not([disabled]) {
  opacity: 0.7;
}
body #contents .inner table button {
  width: 7em;
}
body #contents .inner .buttons {
  text-align: center;
}
body #contents .inner .buttons button,
body #contents .inner .buttons a.btn {
  font-size: 16px;
  width: 250px;
  padding: 0;
  line-height: 60px;
  height: 64px;
  margin: 0 10px;
  vertical-align: top;
}
body #contents .inner .buttons button.submit span,
body #contents .inner .buttons a.btn.submit span {
  font-size: 16px;
}
body #contents .inner .attention {
  margin: 50px 0;
  border: 1px solid #cccccc;
  padding: 1.6em 0;
  text-align: center;
  border-radius: 10px;
}
body #contents .inner .attention p {
  font-size: 12px;
}
body #contents .inner .attention p span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5em;
}
body #contents .inner .attention img {
  vertical-align: top;
}
body #contents .inner .lead {
  padding: 0 40px 50px;
}
body #contents .inner .lead > p {
  font-size: 18px;
  font-weight: 600;
}
body #contents .inner .lead .notes {
  font-weight: 400;
  font-size: 12px;
}
body #contents .inner .lead a:link,
body #contents .inner .lead a:visited {
  color: #0d649d;
}
body #contents .inner .lead .privacy {
  margin: 10px 0;
  border: 1px solid #a7c7dc;
  border-radius: 10px;
  font-size: 12px;
  padding: 15px 30px;
}
body #contents .inner .lead .privacy p {
  font-weight: 600;
}
body #contents .inner .lead .mainTtl {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #e60012;
  margin-bottom: 20px;
}
/* form decoration */
.form_style input[type=checkBox],
.form_style input[type=radio] {
  display: none;
}
.form_style label:hover {
  cursor: pointer;
}
.form_style label.checkBoxlabel,
.form_style label.radiolabel {
  padding: 10px 8px 10px 30px;
  position: relative;
  display: block;
}
.form_style label.radiolabel {
  display: inline-block;
}
.form_style label.checkBoxlabel::before,
.form_style label.radiolabel::before,
.form_style input:checked + label.checkBoxlabel::after,
.form_style input:checked + label.radiolabel::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.form_style label.radiolabel::before,
.form_style input:checked + label.radiolabel::after {
  width: 18px;
  height: 18px;
}
.form_style label.checkBoxlabel::before {
  background: url("/myp/srykns/img/srysky_check-off-17140260e0690796cc9ebe8318ca244e.png") no-repeat left;
  background-size: 100%;
}
.form_style input:checked + label.checkBoxlabel::after {
  background: url("/myp/srykns/img/srysky_check-on-4cfad6b3016806cbd8105e6e4c97b67f.png") no-repeat left;
  background-size: 100%;
}
.form_style label.error.checkBoxlabel::before {
  background: url("../img/srysky_check-error.png") no-repeat left;
  background-size: 100%;
}
.form_style label.radiolabel::before {
  background: url("/myp/srykns/img/srysky_radio-off-783b057770af6c0f1b7c214f7a315f36.png") no-repeat left;
  background-size: 100%;
}
.form_style input:checked + label.radiolabel::after {
  background: url("/myp/srykns/img/srysky_radio-on-dffd9cdbaa1df9b432697ca0a94262d0.png") no-repeat left;
  background-size: 100%;
}
.form_style label.error.radiolabel::before {
  background: url("../img/srysky_radio-error.png") no-repeat left;
  background-size: 100%;
}
.form_style .text,
.form_style textarea {
  border: 1px solid #d2d2d2;
  padding: 10px;
  color: #333;
  background: #fff;
  margin: 5px 0;
  max-width: 100%;
  border-radius: 5px;
  font-size: 15px;
}
.form_style .text.w_full,
.form_style textarea.w_full {
  width: 100%;
  box-sizing: border-box;
}
.form_style .text.w_1,
.form_style textarea.w_1 {
  width: 62%;
  box-sizing: border-box;
}
.form_style .text.w_2,
.form_style textarea.w_2 {
  width: 30%;
  box-sizing: border-box;
}
.form_style .form-selectBox-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 12em;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 1px 2px 0px #eee inset;
  vertical-align: middle;
  margin: 5px 0;
}
.form_style .selectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 50px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  background-color: #FFF !important;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 0;
  background: url("/myp/srykns/img/srysky_arrow2-ab3023974d2b06847b94798af9748030.png") no-repeat;
  background-position: 95% 50%;
  border-radius: 5px;
}
.form_style .selectBox_year {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 180px;
  height: 40px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  background-color: #FFF !important;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 0;
  background: url("/myp/srykns/img/srysky_arrow2-ab3023974d2b06847b94798af9748030.png") no-repeat;
  background-position: 95% 50%;
  border-radius: 5px;
}
.form_style .text.error,
.form_style textarea.error,
.form_style .form-selectBox-wrap.error,
.form_style input[type="date"].error {
  background: #ffe6ec;
}
.form_style div.error {
  background: #ffe6ec;
  border-radius: 10px;
  padding: 10px;
}
.form_style ul.inline-list li {
  display: inline-block;
}
.modal_box.situation .form_style label.checkBoxlabel,
.modal_box.review-form .form_style label.checkBoxlabel,
.modal_box.situation .form_style label.radiolabel,
.modal_box.review-form .form_style label.radiolabel {
  padding-left: 28px;
}
.modal_box.situation .form_style label.checkBoxlabel::before,
.modal_box.review-form .form_style label.checkBoxlabel::before,
.modal_box.situation .form_style label.radiolabel::before,
.modal_box.review-form .form_style label.radiolabel::before {
  width: 22px;
  height: 22px;
}
.modal_box.situation .form_style input:checked + label.checkBoxlabel::after,
.modal_box.review-form .form_style input:checked + label.checkBoxlabel::after,
.modal_box.situation .form_style input:checked + label.radiolabel::after,
.modal_box.review-form .form_style input:checked + label.radiolabel::after {
  width: 22px;
  height: 22px;
}
.modal_box.situation .form_style label.checkBoxlabel::before,
.modal_box.review-form .form_style label.checkBoxlabel::before {
  background: url("/myp/srykns/img/srysky_check-off-17140260e0690796cc9ebe8318ca244e.png") no-repeat left;
  background-size: 100%;
}
.modal_box.situation .form_style input:checked + label.checkBoxlabel::after,
.modal_box.review-form .form_style input:checked + label.checkBoxlabel::after {
  background: url("/myp/srykns/img/srysky_check-on-4cfad6b3016806cbd8105e6e4c97b67f.png") no-repeat left;
  background-size: 100%;
}
.modal_box.situation .form_style input[type=date]::-webkit-inner-spin-button,
.modal_box.review-form .form_style input[type=date]::-webkit-inner-spin-button,
.modal_box.situation .form_style input[type=time]::-webkit-inner-spin-button,
.modal_box.review-form .form_style input[type=time]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.modal_box.situation .form_style .form-selectBox-wrap,
.modal_box.review-form .form_style .form-selectBox-wrap {
  color: #000;
  border: 1px solid #000000;
  box-shadow: 0px 0 0 0px #fff inset;
}
.modal_box.situation .form_style dl.modal-form,
.modal_box.review-form .form_style dl.modal-form {
  margin: 0 4%;
  background-color: #fff;
  width: 92%;
}
.modal_box.situation .form_style dl.modal-form dt,
.modal_box.review-form .form_style dl.modal-form dt {
  color: #000;
  font-weight: 700;
  position: absolute;
  padding: 25px 0;
  font-size: 16px;
}
.modal_box.situation .form_style dl.modal-form dd,
.modal_box.review-form .form_style dl.modal-form dd {
  padding: 15px 0 15px 9em;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  min-height: 3.5em;
}
.modal_box.situation .form_style dl.modal-form dd:last-child,
.modal_box.review-form .form_style dl.modal-form dd:last-child {
  border: none;
}
.form {
  background-image: url("../img/srysky_bg-form.png"), url("../img/srysky_bg-form.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 86% 100px,20% 98%;
}
.form .ttl {
  background: #f2f1f4;
  padding: 30px 0;
}
.form .ttl .form_ttl {
  font-size: 20px;
  font-weight: 500;
}
.form .formArea {
  border: 2.5px solid #000;
  border-radius: 15px;
  background: white;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.form .formArea .form_head {
  background: #fff75b;
  font-size: 18px;
  font-weight: 600;
  padding: 1em 30px;
  position: relative;
  z-index: 1;
}
.form .formArea .notes {
  text-align: right;
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 2;
  font-size: 13px;
}
.form .errorTxt {
  color: #ff0000;
}
.form .form_table {
  margin: 50px 5%;
  width: 90%;
  border-collapse: collapse;
}
.form .form_table th,
.form .form_table td {
  padding: 15px 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.form .form_table th {
  text-align: left;
  font-weight: 500;
  background: #f2f1f4;
  position: relative;
  width: 14em;
}
.form .form_table th .required {
  font-size: 13px;
  color: white;
  padding: 0.4em 1em;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  background: #ed797a;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.form .form_table td {
  font-size: 13px;
}
.form .btn-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.form .btn-wrap .btn,
.form .btn-wrap .btn2 {
  color: white;
  text-decoration: none;
  border-radius: 15px;
  font-size: 16px;
  text-align: center;
  padding: 1.2em 4em;
  width: auto;
  display: inline-block;
  margin: 5px;
  line-height: 1.2em;
  border: none;
}
.form .btn-wrap .btn:after,
.form .btn-wrap .btn2:after {
  bottom: -6px;
  right: -6px;
}
.form .btn-wrap .btn {
  background: #ed797a;
}
.form .btn-wrap .btn2 {
  background: #a6a6a6;
}
.modal_box .thanks,
.form .thanks {
  text-align: center;
  padding: 100px 0;
}
.modal_box .thanks .thanks_txt,
.form .thanks .thanks_txt {
  margin: 1.5em 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
}
.registration_form .formArea {
  margin-top: 40px;
}
.registration_form .lead {
  margin: 2em 0;
}
.registration_form .btn-wrap .btn,
.registration_form .btn-wrap .btn2 {
  width: 18em;
}
.registration_form .row {
  display: flexbox;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.registration_form .row .file-photo {
  margin: 1%;
}
.registration_form .row .file-photo img {
  width: 100%;
}
.inquiry_form .formArea {
  margin-top: 50px;
}
.inquiry_form .btn-wrap .btn,
.inquiry_form .btn-wrap .btn2 {
  width: 18em;
  padding: 1.2em 3em;
}
.required {
  font-size: 13px;
  color: white;
  padding: 0.4em 1em;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  background: #ed797a;
}
.registration-lead-style1 {
  display: inline-block;
  padding: 0.2em 3em;
  background: #eeeeee;
  border-radius: 20px;
  margin-right: 0.5em;
}
.form .formArea .form_head.deli {
  background: #bde675;
}
.form .formArea .form_head.gift {
  background: #ffdfe0;
}
::-webkit-input-placeholder {
  color: #b7b7b7;
}
:-moz-placeholder {
  color: #b7b7b7;
}
::-moz-placeholder {
  color: #b7b7b7;
}
:-ms-input-placeholder {
  color: #b7b7b7;
}
::placeholder {
  color: #b7b7b7;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}
.placeholder {
  color: #b7b7b7;
}
.wordbreak {
  word-break: break-all;
}

/* レイアウト */
/* -------------------------------------- */
.contents {
  BACKGROUND-COLOR:#FFFFFF;
}
/* 住所検索画面用 */
.table_val_green01 {
  COLOR: #007b9d;
  FONT-SIZE: 20px;
  FONT-WEIGHT: BOLD;
}
/* メール受取有無チェック用 */
body #contents .inner table.form_style tr td div.mluktrum {
   display: block;
}
body #contents .inner table.form_style tr td div.mluktrum label {
   padding: 0 8px 0 30px;
}
body #contents .inner table.form_style tr td div.mluktrum label span.mluktrum_check {
   color: #000;
}
body #contents .inner table.form_style tr td div.mluktrum label span.mluktrum_check_err {
   color: #CC3333;
}
body #contents .inner table.form_style tr td.mluktrum {
   vertical-align: middle;
}

/* インデント */
/* -------------------------------------- */
.indent {
  WIDTH:5%;
}

/* font */
/* -------------------------------------- */
.font_bold,
.font_bold label {
  FONT-WEIGHT: BOLD;
}
body #contents .font_err {
  color: #ff0000;
}

/* テーブル(エラー時) */
/* -------------------------------------- */
/* 入力画面エラーメッセージ用（共通JSPを使用） */
.table_err_list{
  BORDER-BOTTOM: #FFFFFF 1px SOLID;
  PADDING-BOTTOM: 2px;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 2px;
  PADDING-TOP: 2px;
  BACKGROUND-COLOR: #FFCCCC;
  COLOR: #CC3333;
}
.table_title_err {
  BORDER-BOTTOM: #FFFFFF 1px SOLID;
  PADDING-BOTTOM: 2px;
  BACKGROUND-COLOR: #F99999 !important;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 2px;
  PADDING-TOP: 2px;
  COLOR: #CC3333 !important;
}
.table_val_err {
  BORDER-BOTTOM: #FFFFFF 1px SOLID;
  BORDER-LEFT: #FFFFFF 1px SOLID;
  PADDING-BOTTOM: 2px;
  BACKGROUND-COLOR: #FFCCCC !important;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 2px;
  PADDING-TOP: 2px;
  COLOR: #CC3333 !important;
}

/* ime */
/* -------------------------------------- */
.imedisabled input {
  IME-MODE:DISABLED;
}
.imeactive input {
  IME-MODE: ACTIVE;
}
.imeinactive input {
  IME-MODE: INACTIVE;
}

label.radiolabel:focus {
    box-shadow: 0 0 4px rgba(0, 96, 255, 1) inset;
}

label.checkBoxlabel:focus {
    box-shadow: 0 0 4px rgba(0, 96, 255, 1) inset;
}

.isPc {
  display: inline-block;
}

.isSp {
  display: none !important;
}

.table-style {
  table-layout: fixed;
}