/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Roboto&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.a11y-hidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input:-moz-placeholder {
  color: #cccccc;
}

.styled-select select {
  width: 100%;
  height: 100%;
  padding-left: .625em;
  line-height: 3em;
  border: 0;
  border-radius: 0;
  color: #666666;
  font-size: 1em;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
}

.styled-select {
  height: 3em;
  cursor: pointer;
  overflow: hidden;
  border-radius: none;
  background: #ffffff url(/images/select_arrow.png) no-repeat right top;
  background-size: contain;
}

.styled-select select:focus {
  outline: none;
}

/**
 * Responsive mixin. The media breakpoints are as defined
 * in the twitter bootstrap framework:
 *
 * - phone
 * - tablet-portrait
 * - tablet-landscape-desktop
 * - large-desktop
 *
 * Additional parameters for tagetting retina and non-retina
 * devices
 *
 * - retina
 * - non-retina
 *
 * Moreover, a specific value in px can be passed which is
 * used to generate a max-width media query.
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #666666;
  text-decoration: none;
}

hr {
  border-top: 1px solid #dedede;
}

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Noto Sans', sans-serif;
  color: #111;
  line-height: 1.5;
  letter-spacing: -.5px;
  width: 100%;
  height: 100%;
  position: relative;
  position--webkit-text-size-adjust: none;
}

.wrapper {
  width: 100%;
  padding: 1em;
}

.wrapper h2.txt {
  width: 100%;
  padding: .5em 0;
  color: #111;
  font-weight: bold;
}

.wrapper p.txt {
  text-align: center;
  padding: 1em .5em;
  line-height: 1.5;
}

.wrapper .exit_box {
  background: #f3f9ff;
  padding: 1.5em;
  text-align: center;
}

.wrapper .exit_box strong {
  color: #ff0000;
  display: block;
}

table.user_info {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  color: #333;
}

table.user_info th,
table.user_info td {
  padding-left: .875em;
  border-bottom: 1px solid #e1e1e1;
  padding: .5em;
  vertical-align: middle;
}

table.user_info th {
  width: 10%;
  background: #f6f6f6;
  border-right: 1px solid #e1e1e1;
  color: #111;
}

table.user_info td {
  background: #fff;
}

table.user_info_result {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  color: #333;
}

table.user_info_result th,
table.user_info_result td {
  padding-left: 1em;
  border-bottom: 1px solid #e1e1e1;
  padding: 1em;
  vertical-align: middle;
}

table.user_info_result th {
  width: 50%;
  background: #f6f6f6;
  color: #111;
  font-weight: bold;
}

table.user_info_result td {
  background: #fff;
}

table.user_info_result .txt_h {
  color: #111;
  border-right: 1px solid #e1e1e1;
}

table.user_info_result .txt_c {
  color: #777;
}

table.user_info_result .txt_c strong {
  color: #009cff;
  text-decoration: underline;
}

table.user_info_result th.txt_c {
  color: #111;
}

input {
  width: 100%;
  height: 2.5em;
  border: 1px solid #999;
  font-size: 1em;
  outline: none;
  border-radius: 0;
  padding: .5em;
  box-sizing: border-box;
}

input:focus {
  background: #f6f6f6;
}

.sms_inputbox {
  width: 180px;
}

.tel_radio_set {
  height: 2.5em;
}

.tel_radio_set li {
  width: auto;
  margin-right: 1em;
  display: inline-block;
  float: left;
}

.tel_radio_set li:before, .tel_radio_set li:after {
  content: "";
  display: table;
}

.tel_radio_set li:after {
  clear: both;
}

.tel_radio_set li span {
  display: table;
}

.tel_radio_set li span label {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 2.5em;
  position: relative;
}

.tel_radio_set li span label input[type='radio'] {
  width: auto;
  height: auto;
  border: none;
  outline: none;
  margin-right: .5em;
}

.tel_radio_set li span label input[type='radio']:focus {
  background: none;
}

.styled-select {
  border: 1px solid #999;
  width: 100px;
  height: 100%;
}

.styled-select select {
  line-height: 2.5em;
  font-weight: bold;
  color: #333;
}

.tel_input_set {
  height: 2.5em;
}

.tel_input_set li {
  width: auto;
  height: 2.5em;
  display: inline-block;
  float: left;
}

.tel_input_set li:before, .tel_input_set li:after {
  content: "";
  display: table;
}

.tel_input_set li:after {
  clear: both;
}

.tel_input_set li .tel_inputbox {
  width: 100px;
  padding-left: .5em;
}

.tel_input_set li .tel_inputbox:focus {
  background: #f6f6f6;
}

.tel_input_set li.hyphen {
  width: auto;
  padding: .25em;
}

.tel_input_set li:last-child {
  margin-left: .5em;
}

.btn_area {
  margin-top: 1em;
  text-align: center;
}

.bt.sms {
  display: block;
  width: 100%;
  line-height: 2.725em;
  background: #f1f1f1;
  color: #888;
  padding: 0 1em;
  border: 1px solid #afafaf;
  border-radius: 2px;
  font-size: 14px;
  box-sizing: border-box;
}

.bt.next {
  display: inline-block;
  width: auto;
  padding: 1em 2em;
  background: #000000;
  color: #fff;
  margin-left: .5em;
  font-weight: bold;
  font-size: 1em;
  margin: 0 auto;
}

.bt.next:hover {
  background: #222;
  color: #fff;
  text-decoration: underline;
}

.bt.yes {
  display: inline-block;
  width: auto;
  padding: 1em 2em;
  background: #000000;
  border: 1px solid #000;
  color: #fff;
  margin-left: .5em;
  font-weight: bold;
  font-size: 1em;
  margin: 0 auto;
}

.bt.yes:hover {
  background: #222;
  color: #fff;
  text-decoration: underline;
}

.bt.no {
  display: inline-block;
  width: auto;
  padding: 1em 2em;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin-left: .5em;
  font-weight: bold;
  font-size: 1em;
  margin: 0 auto;
}

.bt.no:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: underline;
}

body {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 981px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 768px) and (max-width: 979px) {
  .wrapper {
    min-width: 480px;
  }
}

@media (min-width: 981px) {
  .wrapper {
    min-width: 480px;
  }
}

.wrapper table.user_info th {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 480px) {
  .wrapper table.user_info th {
    width: 20%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .wrapper table.user_info th {
    width: 20%;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .wrapper table.user_info th {
    width: 140px;
  }
}

@media (min-width: 981px) {
  .wrapper table.user_info th {
    width: 140px;
  }
}

.wrapper .tel_input_set li .styled-select {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 480px) {
  .wrapper .tel_input_set li .styled-select {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .wrapper .tel_input_set li .styled-select {
    width: 60px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .wrapper .tel_input_set li .styled-select {
    width: 100px;
  }
}

@media (min-width: 981px) {
  .wrapper .tel_input_set li .styled-select {
    width: 100px;
  }
}

.wrapper .tel_input_set li .tel_inputbox {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 480px) {
  .wrapper .tel_input_set li .tel_inputbox {
    width: 65px;
  }
}

@media (max-width: 767px) {
  .wrapper .tel_input_set li .tel_inputbox {
    width: 65px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .wrapper .tel_input_set li .tel_inputbox {
    width: 100px;
  }
}

@media (min-width: 981px) {
  .wrapper .tel_input_set li .tel_inputbox {
    width: 100px;
  }
}

.wrapper .tel_input_set li:last-child {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 480px) {
  .wrapper .tel_input_set li:last-child {
    margin-top: .5em;
    margin-left: 0;
  }
}
