@charset "UTF-8";

/* 朝日アイコン */
@font-face {
  font-family: icon-asahi;
  src: url(../fonts/icon-asahi.eot?kmvghd#iefix) format("embedded-opentype"), url(../fonts/icon-asahi.ttf?kmvghd)
    format("truetype"), url(../fonts/icon-asahi.woff?kmvghd) format("woff"),
    url(../fonts/icon-asahi.svg?kmvghd#icon-asahi) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* その他アイコン */
@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?qo2w6e");
  src: url("../fonts/icon.eot?qo2w6e#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?qo2w6e")
    format("truetype"), url("../fonts/icon.woff?qo2w6e") format("woff"), url("../fonts/icon.svg?qo2w6e#icon")
    format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: 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;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

.sp-only, .sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
  .sp-br {
    display: inline;
  }
  .pc-only, .pc-br {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

h1 {
  font-size: 40px;
  line-height: 1.3;
}

h2 {
  font-size: 24px;
  line-height: 1.3;
}

@media ( max-width : 767px) {
  h1 {
    font-size: 6.4vw;
  }
  h2 {
    font-size: 3.2vw;
  }
}

.fs_12 {
  font-size: 1.2rem;
}

@media ( max-width : 767px) {
  .fs_12 {
    font-size: 1.2rem;
  }
}

.fs_13 {
  font-size: 1.3rem;
}

@media ( max-width : 767px) {
  .fs_13 {
    font-size: 1.2rem;
  }
}

.fs_14 {
  font-size: 1.4rem;
}

@media ( max-width : 767px) {
  .fs_14 {
    font-size: 1.3rem;
  }
}

.fs_15 {
  font-size: 1.5rem;
}

@media ( max-width : 767px) {
  .fs_15 {
    font-size: 1.4rem;
  }
}

.fs_16 {
  font-size: 1.6rem;
}

@media ( max-width : 767px) {
  .fs_16 {
    font-size: 1.5rem;
  }
}

.fs_18 {
  font-size: 1.8rem;
}

@media ( max-width : 767px) {
  .fs_18 {
    font-size: 1.6rem;
  }
}

.fc_blue {
  color: #1d3994;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.ta_l_pc {
  text-align: left;
}

@media ( max-width : 767px) {
  .ta_l_pc {
    text-align: inherit;
  }
}

.ta_r_pc {
  text-align: right;
}

@media ( max-width : 767px) {
  .ta_r_pc {
    text-align: inherit;
  }
}

.ta_c_pc {
  text-align: center;
}

@media ( max-width : 767px) {
  .ta_c_pc {
    text-align: inherit;
  }
}

@media ( max-width : 767px) {
  .ta_l_sp {
    text-align: left;
  }
}

@media ( max-width : 767px) {
  .ta_r_sp {
    text-align: right;
  }
}

.ta_c_sp {
  text-align: center;
}

@media ( max-width : 767px) {
  .ta_c_sp {
    text-align: center;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_1 {
  margin-bottom: 1em !important;
}

.mb_2 {
  margin-bottom: 2em !important;
}

.mb_3 {
  margin-bottom: 3em !important;
}

.mb_4 {
  margin-bottom: 4em !important;
}

.mb_5 {
  margin-bottom: 5em !important;
}

.mt_1 {
  margin-top: 1em !important;
}

.mt_2 {
  margin-top: 2em !important;
}

.mt_3 {
  margin-top: 3em !important;
}

.mt_4 {
  margin-top: 4em !important;
}

.mt_5 {
  margin-top: 5em !important;
}

.mr_1 {
  margin-right: 1em !important;
}

.mr_2 {
  margin-right: 2em !important;
}

.mr_3 {
  margin-right: 3em !important;
}

.mr_4 {
  margin-right: 4em !important;
}

.mr_5 {
  margin-right: 5em !important;
}

.ml_1 {
  margin-left: 1em !important;
}

.ml_2 {
  margin-left: 2em !important;
}

.ml_3 {
  margin-left: 3em !important;
}

.ml_4 {
  margin-left: 4em !important;
}

.ml_5 {
  margin-left: 5em !important;
}

.pb_1 {
  padding-bottom: 1em !important;
}

.pb_2 {
  padding-bottom: 2em !important;
}

.pb_3 {
  padding-bottom: 3em !important;
}

.pb_4 {
  padding-bottom: 4em !important;
}

.pb_5 {
  padding-bottom: 5em !important;
}

.pt_1 {
  padding-top: 1em !important;
}

.pt_2 {
  padding-top: 2em !important;
}

.pt_3 {
  padding-top: 3em !important;
}

.pt_4 {
  padding-top: 4em !important;
}

.pt_5 {
  padding-top: 5em !important;
}

.pr_1 {
  padding-right: 1em !important;
}

.pr_2 {
  padding-right: 2em !important;
}

.pr_3 {
  padding-right: 3em !important;
}

.pr_4 {
  padding-right: 4em !important;
}

.pr_5 {
  padding-right: 5em !important;
}

.pl_1 {
  padding-left: 1em !important;
}

.pl_2 {
  padding-left: 2em !important;
}

.pl_3 {
  padding-left: 3em !important;
}

.pl_4 {
  padding-left: 4em !important;
}

.pl_5 {
  padding-left: 5em !important;
}

.border_b_solid {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cfdbe3;
}

.border_b_dotted {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  border-bottom: 2px dotted #cfdbe3;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 0.5em;
  font-size: 1.1em;
  display: inline-block;
  vertical-align: baseline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e900";
}

.icon-hospital:before {
  content: "\e901";
}

.icon-edit:before {
  content: "\e902";
}

.icon-scope:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-plus:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
}

.icon-exclamation:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-arrow_top:before {
  content: "\e909";
}

.icon-upload:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90d";
}

.icon-caution:before {
  content: "\e90e";
}

/* TODO: fontsの最新化 */
.icon-check2:before {
  content: "\e911";
}

.icon-camera:before {
  content: "\e90f";
}

.icon-person:before {
  content: "\e910";
}

.icon-gray::before {
  color: #bccad7;
}

body {
  color: #2d3032;
  font-family: -apple-system, "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  font-weight: 300;
}

a {
  text-decoration: underline;
  color: #e60012;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.5rem;
  }
}

br.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.br-sp {
    display: inline;
  }
}

.header {
  width: 100%;
  background-color: white;
}

.header .header-logo {
  z-index: 2;
  width: 20vw;
  padding: 20px 40px;
  margin: 0;
  max-width: 120px;
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    padding: 2.66667vw;
    margin: 0 auto;
  }
}

.header .header-logo a {
  text-decoration: none;
  line-height: 1;
}

.header .header-logo .logo {
  display: block;
}

.main {
  position: relative;
  z-index: 1;
  background-color: #eff3f5;
}

.inner {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 8vw);
    padding: 9.33333vw 0;
  }
}

.block {
  background-color: white;
  border-radius: 20px;
  margin: 40px 0;
  padding: 60px 80px 30px;
}

@media screen and (max-width: 767px) {
  .block {
    padding: 5vw 4vw 2vw;
    margin: 6vw 0;
    border-radius: 10px;
  }
}

.block.error_stage {
  background-color: #feebe5;
  border: 1px solid #e60012;
  padding: 60px 80px;
}

@media screen and (max-width: 767px) {
  .block.error_stage {
    padding: 5vw 5vw;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.halfbox>div {
  width: 48%;
}

.pc-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc-flexbox.aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-flexbox.halfbox>div {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .pc-flexbox {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.8em;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.heading1 {
  text-align: center;
  color: #1d3994;
  font-size: 4.0rem;
  padding: 0.5em 0 1em;
  line-height: 1.3;
}

@media ( max-width : 767px) {
  .heading1 {
    font-size: 6.4vw;
  }
}

.heading2 {
  text-align: center;
  color: #1d3994;
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.3;
}

@media ( max-width : 767px) {
  .heading2 {
    font-size: 4.8vw;
    text-align: left;
  }
}

.heading2+p {
  text-align: center;
  font-size: 1.8rem;
}

@media ( max-width : 767px) {
  .heading2+p {
    font-size: 2.88vw;
    text-align: left;
  }
}

.heading3 {
  color: #1d3994;
  padding: 0.5em 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 0.8em;
}

@media ( max-width : 767px) {
  .heading3 {
    font-size: 4.48vw;
  }
}

.heading4 {
  color: #1d3994;
  padding: 0.5em 0 0;
  font-weight: 700;
  line-height: 1.3;
}

.heading4::before {
  font-size: 24px;
  vertical-align: bottom;
}

.heading1 .notes, .heading2 .notes, .heading3 .notes, .heading4 .notes {
  color: #29292a;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 1em;
}

.heading1.border, .heading2.border, .heading3.border, .heading4.border, .confirm_border {
  border-bottom: 1px solid #cfdbe3;
  margin-bottom: 1.3em;
  padding-bottom: 0.8em;
}

.progress {
  text-align: center;
}

/* TODO 画像ではなく動的な制御ができるように依頼中 */
.progress img {
  max-width: 710px;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trigger+.slidepanel {
  display: none;
}

.svg_head_arrow {
  fill: #899095;
  fill-rule: evenodd;
}

.footer {
  font-size: 0.85em;
  background-color: white;
  padding: 20px 30px;
  border-top: 1px solid #cfdbe3;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 3vw 7vw;
  }
}

.footer .copyright {
  font-size: 1rem;
  color: #000;
  margin: 1em 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

.footer-attention .inner {
  padding: 50px 0;
}

@media ( max-width : 767px) {
  .footer-attention .inner {
    padding: 30px 0;
  }
}

.footer-attention .footer-attention_heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.8em;
  text-align: center;
}

@media ( max-width : 767px) {
  .footer-attention .footer-attention_heading {
    font-size: 3.73333vw;
  }
}

.footer-attention .footer-attention_lead {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
}

@media ( max-width : 767px) {
  .footer-attention .footer-attention_lead {
    font-size: 3.36vw;
  }
}

.footer-attention .notes {
  margin: 1em 0;
}

.footer-attention .notes li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}

@media ( max-width : 767px) {
  .footer-attention .notes li {
    font-size: 0.8em;
  }
}

.head_nav {
  position: absolute;
  top: 20px;
  line-height: 1;
}

.head_nav a {
  font-weight: 700;
  text-decoration: none;
  color: #1d3994;
}

.head_nav a.icon-arrow_top::before {
  color: #899095;
  font-size: 140%;
  vertical-align: text-bottom;
  padding-right: 0.5em;
}

.head_nav a svg {
  padding-right: 0.5em;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .head_nav {
    top: 10px;
  }
  .head_nav a {
    font-size: 0.8em;
  }
  .head_nav a::before {
    font-size: 150%;
    vertical-align: text-bottom;
    padding-right: 0.5em;
  }
}

/* ボタン定義 */
button.btn, a.btn {
  border-radius: 100px;
  color: #1d3994;
  line-height: 1.3;
  padding: 0.7em 1.5em;
  background: white;
  display: inline-block;
  text-decoration: none;
  min-width: 8em;
  border: 1px solid #cfdbe3;
  margin: 1em 0;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  button.btn, a.btn {
    font-size: 1.5rem;
  }
}

button.btn:hover, a.btn:hover {
  background: #1d3994;
  color: white;
}

/* 白背景⇒青背景 */
button.btn.btn_style1, a.btn.btn_style1 {
  border: 1px solid #cfdbe3;
}

button.btn.btn_style2, a.btn.btn_style2 {
  border: 1px solid #1d3994;
  background: #1d3994;
  color: white;
}

/* 白背景⇒青背景 */
button.btn.btn_style2:hover, a.btn.btn_style2:hover {
  background: white;
  color: #1d3994;
}

/* 赤背景 */
button.btn.btn_style3, a.btn.btn_style3 {
  border: 1px solid #c12100;
  background: #c12100;
  color: white;
}

button.btn.btn_style3:hover, a.btn.btn_style3:hover {
  background: #c12100;
  color: white;
  border: 1px solid #c12100;
  opacity: 0.8;
}

/* 白背景⇒青背景（灰色文字） */
button.btn.btn_style4, a.btn.btn_style4 {
  color: #585e61;
}

button.btn.btn_style4:hover, a.btn.btn_style4:hover {
  color: white;
}

/* 灰色背景⇒青背景 */
button.btn.btn_style5, a.btn.btn_style5 {
  color: white;
  background: #96acc0;
}

button.btn.btn_style5:hover, a.btn.btn_style5:hover {
  color: white;
  background: #1d3994;
}

/* 非活性style */
button.btn.inactive, a.btn.inactive, .inactive.filelabel, span.btn.inactive {
  pointer-events: none;
  color: #87898a;
  background: #e3ebf3;
  border-color: #cfdbe3;
}

.bottom_btn_area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bottom_btn_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.bottom_btn_area button.btn, .bottom_btn_area a.btn {
  min-width: 11.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em;
  font-size: 1.8rem;
  padding: 0.8em 1.5em;
}

@media screen and (max-width: 767px) {
  .bottom_btn_area button.btn, .bottom_btn_area a.btn {
    margin: 1em 0;
    font-size: 3.7vw;
  }
}

/* テーブル定義 */
.table_layout_wrap {
  border: 1px solid #cfdbe3;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .table_layout_wrap {
    margin-bottom: 5vw;
  }
}

.table_layout {
  min-width: 100%;
}

table.table_layout {
  margin: -1px;
  line-height: 1.5;
  width: calc(100% + 2px);
}

table.table_layout p {
  margin-bottom: 0;
}

table.table_layout td, table.table_layout th {
  border: 1px solid #cfdbe3;
  margin: -1px;
  vertical-align: middle;
}

table.table_layout th {
  background: #e7eaee;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.6rem;
  width: 32%;
  min-width: 190px;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  table.table_layout th {
    font-size: 1.4rem;
    width: auto;
    padding: 0.5em 1em;
  }
}

table.table_layout td {
  padding: 1em 2em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  table.table_layout td {
    font-size: 1.5rem;
    padding: 0.5em 1em;
  }
}

@media screen and (max-width: 767px) {
  table.table_layout table, table.table_layout tbody, table.table_layout tr, table.table_layout td, table.table_layout th
    {
    display: block;
  }
}

table.table_layout .nowrap {
  white-space: nowrap;
}

table.table_layout .number {
  display: inline-block;
  padding: 0 0.5em 0 0;
}

table.table_layout .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

table.table_layout .notice {
  font-size: 0.8em;
}

.inptxt {
  position: relative;
}

.inptxt input[type=text] {
  font: 16px/26px "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #cfdbe3;
  border-radius: 4px;
  outline: none;
}

.inptxt input[type=text]:focus {
  border-color: #1d3994;
}

.inptxt input[type=text]:focus+i {
  color: #1d3994;
}

.inptxt i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
  padding: 8px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  width: 20px;
  color: #1d3994;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .inptxt i {
    font-size: 18px;
  }
}

.inptxt.with_icon input[type=text] {
  padding-left: 50px;
}

.inptxt.min input[type=text] {
  width: 28%;
}

.selectbox {
  position: relative;
}

.selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 2em 0.5em 0.5em;
  margin: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/26px "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  border: #cfdbe3 1px solid;
  background: #fff;
  border-radius: 4px;
}

.selectbox::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5%;
  top: 25px;
  border-bottom: #1d3994 2px solid;
  border-right: #1d3994 2px solid;
  -webkit-transform: rotate(45deg) translateY(-4px);
  transform: rotate(45deg) translateY(-4px);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .selectbox::after {
    width: 5px;
    height: 5px;
  }
}

select::after {
  pointer-events: none;
}

.textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 456px;
  min-width: 456px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/26px "メイリオ", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  color: black;
}

@media screen and (max-width: 1000px) {
  .textarea {
    min-width: auto;
  }
}

textarea:disabled, select:disabled::-ms-value, select:disabled::-ms-expand {
  color: black;
}

.flex_inp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .flex_inp {
    margin-right: 0;
  }
}

.flex_inpBtn {
  text-align: center;
}

.flex_inpBtn a.btn {
  display: block;
  padding: 0.3em 0.8em;
  min-width: auto;
  font-size: 1.4rem;
  margin: 5px 0;
  letter-spacing: 1;
}

@media screen and (max-width: 767px) {
  .flex_inpBtn a.btn {
    display: inline-block;
    min-width: 5em;
    text-align: center;
    padding: 0.5em 0.8em;
  }
}

.flex_inpBtn.no_flex a.btn {
  display: inline-block;
  min-width: 5em;
  text-align: center;
}

.with_btn {
  position: relative;
}

.pretxt, .inp_val {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 100px);
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .pretxt, .inp_val {
    width: 100%;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.with_pretxt {
  opacity: 0;
  z-index: -1;
}

.with_pretxt_shujutsu {
  display: none;
}

.active .pretxt, .active .pretxt_shujutsu, .isTyping .pretxt, .isTyping .pretxt_shujutsu {
  display: none;
}

.active .with_pretxt, .isTyping .with_pretxt {
  opacity: 1;
  z-index: 1;
}

.active .with_pretxt_shujutsu, .isTyping .with_pretxt_shujutsu {
  display: block;
}

.noBtn .flex_inpBtn {
  display: none;
}

input[type="radio"]:checked+label {
  background: #1d3994;
  color: white;
}

input[type="checkbox"]:checked+label::before {
  color: #1d3994;
}

.checkbox_obj label, .radio_obj label {
  position: relative;
}

.checkbox_obj input[type=radio], .radio_obj input[type=radio] {
  position: absolute;
  opacity: 0;
}

.checkbox_obj input[type="checkbox"], .radio_obj input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.checkbox_obj label {
  display: block;
  border-radius: 5px;
  line-height: 1.3;
  padding: 1em 1.6em;
  background: #e7eaee;
  text-decoration: none;
  margin: 0.4em 0 2em;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  text-align: center;
}

.checkbox_obj label::before {
  content: "\e908";
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-right: 0.5em;
  font-size: 18px;
  color: white;
}

@media screen and (max-width: 767px) {
  .checkbox_obj label {
    padding: 1em 1em;
  }
}

.error_title {
  text-align: center;
  font-weight: bold;
  color: #e60012;
}

.error_message {
  color: #e60012;
  margin-bottom: 0.5em;
  position: relative;
  font-size: 1.6rem;
  padding-left: 25px;
}

.error_message::before {
  content: "\e907";
  display: inline-block;
  line-height: 1;
  font-family: 'icon' !important;
  vertical-align: text-bottom;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .error_message {
    font-size: 0.8em;
    padding-left: 20px;
  }
  .error_message::before {
    font-size: 16px;
    top: 2px;
  }
}

/* IE11ハイコントラストがOFFの場合にのみ適用 */
@media all and (-ms-high-contrast: none) {
  .header .header-logo .logo {
    height: 25px;
  }
  select::-ms-expand {
    display: none;
  }
}

/*
 * ------------------------
 * 改行コード変換用
 * ------------------------
 */
.preformatted {
  white-space: pre-wrap;
}

/* ローディングマスク */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

#loading.show {
  display: block;
}

#loading div {
  padding-top: 25%;
  padding-left: 50%;
}

.loadingImg {
  width: auto;
  max-width: none;
  height: auto;
}
