@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;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
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: #e96c3c;
}
a:hover {
  color: #e96c3c;
  text-decoration: none;
}
body {
  min-width: 980px;
}
body .sp {
  display: none;
}
body .tb {
  display: none;
}
body .pc {
  display: inline;
}
body #header {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
}
body #header .inner {
  width: 980px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}
body #header .inner .logo {
  top: 15px;
  position: absolute;
}
body #contents {
  width: 100%;
  border-top: 1px solid #dddfdf;
  border-bottom: 1px solid #dddfdf;
  overflow: hidden;
  color: #000;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #f5f1e5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f5f1e5 0%, #ffffff 100%);
}
body #contents .inner {
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  width: 900px;
  border-radius: 10px;
}
body #contents .font_err {
  color: #ff0000;
}
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;
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
}
body footer .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 70px;
}
body footer .inner .asahi_logo {
  width: 117px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 0;
}
body footer .inner .copyright {
  font-size: 11px;
  top: 25px;
  left: 0;
  position: absolute;
}
/*
==========================================================================
   Clearfix
==========================================================================
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body #contents h1 {
  text-align: center;
  margin: 20px 0;
}
body #contents .inner .step {
  margin-bottom: 20px;
  box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
}
body #contents .inner h2 {
  background: #fedf68;
  color: #f23c11;
  font-size: 20px;
  text-align: center;
  margin: 1em 0 1.5em 0;
  padding: 0.3em 0;
  font-weight: bold;
}
body #contents .inner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #503c32;
  margin-bottom: 0.8em;
}
body #contents .inner h3 span.no {
  color: #e8502c;
}
body #contents .inner h3 span.required {
  font-size: 15px;
  color: white;
  padding: 0.1em 1em;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  background: #eb6f3e;
}
body #contents .inner h3 span.optional {
  font-size: 15px;
  color: white;
  padding: 0.1em 1em;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  background: #c7c7c7;
}
body #contents .inner h3 span.notice {
  font-size: 12px;
  font-weight: normal;
}
body #contents .inner table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
body #contents .inner table tr th,
body #contents .inner table tr td {
  border: 1px solid #e3e3e3;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
}
body #contents .inner table tr th {
  background: url(/myp/srykns/img/bg-5e4b90a241914490b2dde83f0eaa812d.png) repeat;
  width: 30%;
  padding-right: 1.5em;
  padding: 1em 1em 1em 1.5em;
  font-size: 16px;
  font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
body #contents .inner table tr td {
  padding: 0.5em 0 0.5em 1.5em;
  font-size: 14px;
  word-break: break-all;
}
body #contents .inner table tr td div {
  display: inline;
  padding-right: 1em;
}
body #contents .inner table tr td .example {
  font-size: 13px;
}
body #contents .inner table tr .table_val_err{
  background-color: #FFCCCC;
  color: #CC3333;
}
body #contents .inner input {
  border: 0;
  padding: 5px 10px;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  border: solid 1px #e3e3e3;
  margin: 5px;
}
body #contents .inner input[type="radio"] {
  width: 20px;
  margin-right: 10px;
}
body #contents .inner input[type="radio"] + label {
  margin-right: 20px;
  font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
body #contents .inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 30px;
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  border: 1px solid #e3e3e3;
  background-color: #FFF !important;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 0;
  background: url(/myp/srykns/img/arrow2-6d7fa365adde0273aa5f4463a212a4da.svg) no-repeat;
  background-position: 95% 50%;
}
body #contents .inner select.selectBox_days {
  width: 50px !important;
}
body #contents .inner select.selectBox_year {
  width: 200px !important;
}
body #contents .inner button,
body #contents .inner a.btn {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #eb6f3e;
  padding: 0.3em 0;
  margin: 0 5px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #eb6f3e;
  background: -webkit-linear-gradient(top, #eb6f3e 0%, #ce4c19 100%);
  background: linear-gradient(to bottom, #eb6f3e 0%, #ce4c19 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #contents .inner button.clear,
body #contents .inner a.btn.clear,
body #contents .inner button.back,
body #contents .inner a.btn.back {
  border: 1px solid #bdbcbd;
  background: #eb6f3e;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fdfdfd 54%, #ededed 96%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #fdfdfd 54%, #ededed 96%, #dedede 100%);
  color: black;
}
body #contents .inner button.clear[disabled],
body #contents .inner a.btn.clear[disabled],
body #contents .inner button.back[disabled],
body #contents .inner a.btn.back[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: 8em;
}
body #contents .inner .buttons {
  text-align: center;
}
body #contents .inner .buttons button,
body #contents .inner .buttons a.btn {
  font-size: 18px;
  width: 210px;
  padding: 0;
  line-height: 50px;
  height: 52px;
  margin: 0 10px;
  vertical-align: top;
}
body #contents .inner .buttons button.submit,
body #contents .inner .buttons a.btn.submit {
  font-size: 22px;
}
body #contents .inner .buttons button.submit span,
body #contents .inner .buttons a.btn.submit span {
  font-size: 16px;
}
body #contents .inner .buttons button.submit:after,
body #contents .inner .buttons a.btn.submit:after {
  content: url(/myp/srykns/img/arrow-6773d4e1a652a4bdbb34f9a1a4e8a0f6.svg);
  padding-left: 0.6em;
}
body #contents .inner ul.attention {
  margin-top: 50px;
  border-top: 1px solid #e3e3e3;
  padding-top: 1em;
}
body #contents .inner ul.attention li {
  color: #717171;
  font-size: 13px;
  text-indent: -1em;
  margin: 0 0 0.2em 1em;
}
body #contents .inner .notice {
  font-size: 12px;
}
body #contents .inner .thanks {
  text-align: center;
  margin: 100px 0 130px;
}
body #contents .inner .thanks .end_message {
  background: url("/myp/srykns/img/thanks-38c94c5050b072f5d8c54506fc1ac490.png") no-repeat center top;
  overflow: hidden;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
}
body #contents .inner .thanks p.attention {
  font-size: 16px;
  margin: 2em 0 4em;
}
body #contents .inner .thanks a.btn {
  font-size: 22px;
  width: 300px;
  padding: 0.4em 0;
  font-weight: bold;
}
body #contents .inner .thanks a.btn:after {
  background: url(/myp/srykns/img/arrow-6773d4e1a652a4bdbb34f9a1a4e8a0f6.svg) no-repeat right 50%;
  content: " ";
  padding-left: 0.6em;
  width: 9px;
  height: 14px;
  display: inline-block;
}
.imedisabled input {
  IME-MODE:DISABLED;
}
.imeactive input {
  IME-MODE: ACTIVE;
}
.imeinactive input {
  IME-MODE: INACTIVE;
}

body #contents .inner input[type="button"] {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #eb6f3e;
  padding: 0.3em 0;
  margin: 0 5px;
  font-family: meiryo, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #eb6f3e;
  background: -webkit-linear-gradient(top, #eb6f3e 0%, #ce4c19 100%);
  background: linear-gradient(to bottom, #eb6f3e 0%, #ce4c19 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #contents .inner input[type="button"].clear,
body #contents .inner input[type="button"].back {
  border: 1px solid #bdbcbd;
  background: #eb6f3e;
  background: -webkit-linear-gradient(top, #ffffff 1%, #fdfdfd 54%, #ededed 96%, #dedede 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #fdfdfd 54%, #ededed 96%, #dedede 100%);
  color: black;
}
body #contents .inner input[type="button"].clear[disabled],
body #contents .inner input[type="button"].back[disabled] {
  color: #999;
}
body #contents .inner input[type="button"][disabled] {
  cursor: default;
}
body #contents .inner input[type="button"]:hover:not([disabled]) {
  opacity: 0.7;
}
body #contents .inner table input[type="button"] {
  width: 8em;
}
body #contents .inner .buttons input[type="button"] {
  font-size: 18px;
  width: 210px;
  padding: 0;
  line-height: 50px;
  height: 52px;
  margin: 0 10px;
  vertical-align: top;
}
body #contents .inner .buttons input[type="button"].submit {
  font-size: 22px;
}
body #contents .inner .buttons input[type="button"].submit span {
  font-size: 16px;
}
body #contents .inner .buttons input[type="button"].submit:after {
  content: url(/myp/srykns/img/arrow-6773d4e1a652a4bdbb34f9a1a4e8a0f6.svg);
  padding-left: 0.6em;
}

input.radio{
  width:22px;
  height:22px;
}
::-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;
}
body #contents .inner .privacy {
    border: 1px solid #e8502c;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1.5em 2.5em;
}
body #contents .inner .privacy p {
    font-weight: bold;
    font-size: 1.2em;
}
body #contents .inner .privacy ul li {
    font-size: 14px;
}
.isPc {
  display: inline-block;
}
.isSp {
  display: none !important;
}
.table-style {
  table-layout: fixed;
}