@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;
}
/*
==========================================================================
   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;
}
body #header .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
body #header .inner h1 {
  padding: 40px 0 35px 0;
}
body #header .inner .logo1 {
  position: absolute;
  right: 5px;
  top: 40px;
}
body #contents {
  width: 100%;
  overflow: hidden;
  color: #000;
  background: #f5f5ed;
  padding: 40px 0;
}
body #contents .inner {
  margin: 0 auto;
  padding: 30px 40px 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: 16px;
  line-height: 1.7;
}
body footer {
  background: #ffffff;
}
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 .step3 {
  margin-bottom: 55px;
}
body #contents .inner h2 {
  background: #e5e5e5;
  text-align: center;
  margin: 1.5em 0 2em 0;
  padding: 8px 0;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
}
body #contents .inner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #625772;
  margin-bottom: 0.8em;
}
body #contents .inner h3 span.no {
  color: #54c3f1;
}
body #contents .inner h3 span.required {
  font-size: 15px;
  color: white;
  padding: 0.4em 1em;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
  background: #ee86a1;
}
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(../../../../../resources/common/img/bg.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;
  height: inherit;
  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(../../../../../resources/common/img/arrow2.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 input[type="button"] {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #54c3f1;
  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: linear-gradient(to bottom, #54c3f1 100%, #54c3f1 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #contents .inner input[type="button"].clear {
  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;
  width: 8em;
  text-align: center;
}
body #contents .inner input[type="button"].back {
  background: linear-gradient(to bottom, #e5e5e5 100%, #e5e5e5 100%);
  color: #999999;
  text-shadow: 0px 1px 1px #ffffff;
  border: solid 1px #e5e5e5;
}
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]),
body #contents .inner a.btn:hover:not([disabled]){
	opacity: 0.7;
}
body #contents .inner table input[type="button"] {
  width: 8em;
}
body #contents .inner .buttons {
  text-align: center;
}
body #contents .inner .buttons a.btn.submit:after {
  background: url(../../../../../resources/common/img/arrow.svg) no-repeat right 50%;
  content: " ";
  padding-left: 0.6em;
  width: 9px;
  height: 14px;
  display: inline-block;
}
body #contents .inner .buttons a.btn.submit {
  font-size: 1.6rem;
}

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 button.submit span {
  font-size: 16px;
}
body #contents .inner .buttons input[type="button"].submit:after {
  content: url(../../../../../resources/common/img/arrow.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 .notes {
  font-size: 12px;
  margin-top: -5%;
  color: #717171;
}
body #contents .inner .thanks {
  text-align: center;
  margin: 60px 0 130px;
}
body #contents .inner .thanks .end_message {
  background: url("../../../../../resources/common/img/ansnkig_thanks.png") no-repeat center top;
  overflow: hidden;
  height: 32px;
  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(../../../../../resources/common/img/arrow.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 a.btn {
  text-decoration: none;
  display: inline-block;
  border: solid 1px #54c3f1;
  padding: 0.3em 0;
  margin: 0 5px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #54c3f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #contents .inner .buttons a.btn {
  font-size: 18px;
  width: 210px;
  padding: 0;
  line-height: 53px;
  height: 52px;
  margin: 0 10px;
  vertical-align: top;
}

body #contents .inner .buttons a.btn.submit {
  font-size: 22px;
}

body #contents .inner .buttons a.btn.submit span {
  font-size: 16px;
}
::-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 #54c3f1;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1.5em 2.5em;
}
body #contents .inner .privacy p {
    font-weight: bold;
    font-size: 1.2em;
}

/* レイアウト */
/* -------------------------------------- */

/* メール受取有無チェック用 */
label.mluktrum {
   font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
body #contents .inner span.notice.mluktrum_check {
   color: #000;
}
body #contents .inner span.notice.mluktrum_check_err {
   color: #CC3333;
}
body #contents .inner table tr td.mluktrum {
   vertical-align: middle;
}
body #contents .inner .privacy ul li.privacy2{
   text-indent: -1em;
   margin-left: 1em;
}