@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }

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; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1;
  -webkit-font-kerning: none;
  font-kerning: none;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

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; }

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  /*	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none */ }

input::-ms-clear {
  visibility: hidden; }

input::-ms-reveal {
  visibility: hidden; }

textarea {
  resize: vertical; }

button {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

.block_entry {
  background: url(../img/bg_stripe.png) repeat 0 0;
  background-size: 24px;
  padding: 15px 15px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  text-align: center; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

table {
  width: 100%; }
  table th, table td {
    padding: 15px;
    text-align: left;
    box-sizing: border-box; }
  table th {
    font-weight: bold; }
  @media (max-width: 767px) {
    table:not(.no_collapse) {
      display: block; }
      table:not(.no_collapse) tbody, table:not(.no_collapse) tr, table:not(.no_collapse) th, table:not(.no_collapse) td {
        width: 100% !important;
        display: block; }
      table:not(.no_collapse) th {
        padding: 10px 10px 0; }
        table:not(.no_collapse) th:before {
          margin-right: 1px; }
      table:not(.no_collapse) td {
        padding: 5px 10px 10px 20px; } }

html {
  font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
  color: #2a2b2d;
  background: #f2f1ea; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5em; } }

.bold {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold; }

#wrap {
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    #wrap {
      min-width: 840px; } }

.container {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .container {
      width: 800px; } }

main {
  padding-bottom: 60px;
  display: block; }
  @media (min-width: 768px) {
    main {
      padding-bottom: 30px; } }

#mv .mv_main {
  background: url(../img/mv_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 141%;
  position: relative; }

#mv .mv_catch {
  top: 8%;
  position: absolute;
  width: 88%;
  left: 4%; }
  #mv .mv_catch img {
    width: 100%;
    max-width: initial;
    max-width: auto; }

#mv .mv_jobtitle {
  position: absolute;
  top: 50%;
  width: 245px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  #mv .mv_jobtitle .txt {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    line-height: 1.2; }
    #mv .mv_jobtitle .txt.txt_short_01 {
      top: 30%; }
    #mv .mv_jobtitle .txt.txt_long_01 {
      top: 20%; }
    #mv .mv_jobtitle .txt.txt_long_02 {
      top: 18%; }
      #mv .mv_jobtitle .txt.txt_long_02 h1 {
        font-size: 3.0rem; }
    #mv .mv_jobtitle .txt.txt_long_03 {
      top: 10%; }
      #mv .mv_jobtitle .txt.txt_long_03 h1 {
        font-size: 2.8rem; }
  #mv .mv_jobtitle h1 {
    font-weight: bold;
    font-size: 3.3rem;
    padding-bottom: 15px;
    font-feature-settings: "pkna"; }
    #mv .mv_jobtitle h1:first-letter {
      color: #d93636; }
    #mv .mv_jobtitle h1 span {
      display: block;
      font-size: 1.6rem; }
  #mv .mv_jobtitle p {
    border-top: dotted 2px #153b6d;
    width: 80%;
    margin: auto;
    padding-top: 15px; }
    #mv .mv_jobtitle p img {
      width: 93px; }

#mv .mv_text_check {
  padding: 50px 0;
  font-size: 1.7rem;
  line-height: 1.4;
  background: linear-gradient(127deg, #153b6d 36%, transparent 36.1%); }
  #mv .mv_text_check li {
    background: #fff url(../img/mv_icon_check.png) no-repeat 10px 6px;
    background-size: 32px;
    padding: 8px 5px 8px 45px;
    max-width: 500px;
    margin: 0 auto 5px; }
  #mv .mv_text_check span {
    font-size: 1.4rem; }
  #mv .mv_text_check strong {
    color: #d93636; }

@media (min-width: 768px) {
  #mv .mv_main {
    background: url(../img/mv_bg_pc.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 50%;
    box-sizing: border-box;
    min-height: 600px; }
  #mv .mv_catch {
    left: 0;
    right: 0;
    width: auto;
    text-align: center; }
    #mv .mv_catch img {
      width: auto; }
  #mv .mv_jobtitle {
    width: 410px; }
    #mv .mv_jobtitle .txt.txt_long_02 h1 {
      font-size: 5.2rem; }
    #mv .mv_jobtitle .txt.txt_long_03 h1 {
      font-size: 4.8rem; }
    #mv .mv_jobtitle h1 {
      font-size: 5.4rem; }
      #mv .mv_jobtitle h1 span {
        font-size: 2.0rem; }
    #mv .mv_jobtitle p img {
      width: auto; } }

#about {
  padding: 50px 0 45px; }
  #about h2 {
    position: relative;
    border-bottom: solid 2px #000;
    padding: 15px 10px 15px 60px;
    font-size: 1.7rem;
    font-weight: bold; }
  #about .about_ttl_01 {
    background: #fff url("../img/about_icon_01.png") no-repeat 20px center;
    background-size: 30px; }
  #about .about_ttl_02 {
    background: #fff url("../img/about_icon_02.png") no-repeat 20px center;
    background-size: 30px; }
  #about h2:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 20px 0 20px;
    border-color: #2a2b2d transparent transparent transparent;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%); }
  #about h2:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 19px 0 19px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 9;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%); }
  #about p {
    margin: 30px 0 15px; }
  #about .about_row {
    margin-top: 30px; }
    #about .about_row .img {
      text-align: center; }
  @media (min-width: 768px) {
    #about {
      padding: 80px 0 90px; }
      #about .about_row {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #about .about_row .img {
          width: 300px; }
        #about .about_row .txt {
          width: 470px; }
        #about .about_row p {
          margin: 0; } }

#detail {
  padding: 50px 0 45px;
  margin-bottom: 15px;
  background-color: #153b6d; }
  #detail h2 {
    text-align: center; }
    #detail h2 img {
      width: 197px; }
  #detail .table_default {
    font-size: 14px;
    margin-top: 35px;
    background-color: #fff; }
    #detail .table_default tr {
      border-bottom: 1px solid #153b6d; }
      #detail .table_default tr:nth-child(even) {
        background: #f2f1ea; }
      #detail .table_default tr p {
        margin-bottom: 10px; }
  @media (min-width: 768px) {
    #detail {
      padding: 80px 0 90px; }
      #detail .table_default tr th {
        width: 140px; } }

#feature {
  padding: 50px 0 45px;
  text-align: center; }
  #feature h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    #feature h2 img {
      width: 167px; }
  #feature h2:after {
    position: absolute;
    content: '';
    background: url("../img/feature_point.png") no-repeat center center;
    background-size: 5px;
    height: 35px;
    width: 10px;
    left: 50%;
    top: 125%; }
  #feature .feature_items h3 {
    background-color: #fff;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #153b6d;
    line-height: 1.3; }
    #feature .feature_items h3 span {
      color: #d93636; }
  #feature .feature_items p {
    text-align: left;
    margin-top: 20px; }
  @media (min-width: 768px) {
    #feature {
      padding: 80px 0 90px; }
      #feature .feature_items {
        max-width: 600px;
        margin: auto; } }

#point {
  padding: 50px 0 45px; }
  #point h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    #point h2 img {
      width: 293px; }
  #point .point_note {
    font-size: 1.3rem; }
  #point h2:after {
    position: absolute;
    content: '';
    background: url("../img/feature_point.png") no-repeat center center;
    background-size: 5px;
    height: 35px;
    width: 10px;
    left: 50%;
    top: 125%; }
  #point .point_items .point_wrap {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    align-items: center;
    background: #fff; }
    #point .point_items .point_wrap img {
      width: 50px;
      height: 70px; }
    #point .point_items .point_wrap p {
      width: calc(100% - 50px);
      text-align: left;
      padding: 10px;
      background-color: #fff;
      color: #263d52;
      font-size: 1.4rem; }
  #point .point_items .point_wrap:nth-child(even) {
    flex-direction: row-reverse; }
  #point .point_items span {
    text-align: right;
    font-weight: bold; }
  @media (min-width: 768px) {
    #point {
      padding: 80px 0 90px; } }

#voice {
  padding: 50px 0 45px;
  background-color: #7a9bc6; }
  #voice h2 {
    position: relative; }
    #voice h2 img {
      width: 241px; }
  #voice h2:after {
    position: absolute;
    content: '';
    background: url("../img/voice_mic.png") no-repeat center center;
    background-size: 50px;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%); }
  #voice .voice_line {
    text-align: center;
    background: url("../img/voice_line_style.jpg") repeat-x 0 25px;
    background-size: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4.5; }
  #voice .noscroll {
    text-decoration: none;
    margin: 1px; }
    #voice .noscroll .modal_btn:before {
      position: absolute;
      content: '';
      top: 50%;
      right: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #fafafa; }
    #voice .noscroll .modal_btn {
      position: relative;
      display: flex;
      background-color: #fff;
      border-radius: 5px;
      padding: 15px;
      border-right: 30px solid #153b6d; }
      #voice .noscroll .modal_btn .img {
        width: 80px;
        margin-right: 15px; }
      #voice .noscroll .modal_btn .txt {
        width: auto;
        color: #000; }
        #voice .noscroll .modal_btn .txt h3 {
          font-size: 2.0rem;
          font-weight: bold; }
        #voice .noscroll .modal_btn .txt ul li {
          padding-left: 10px;
          background: url("../img/li_point.png") no-repeat 0 center;
          background-size: 5px; }

#schedule {
  padding: 10px 0 35px;
  background-color: #7a9bc6; }
  #schedule h2 {
    position: relative; }
    #schedule h2 img {
      width: 265px;
      padding-top: 80px; }
  #schedule h2:after {
    position: absolute;
    content: '';
    background: url("../img/schedule_time.png") no-repeat center center;
    background-size: 50px;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%); }
  #schedule .schedule_line {
    text-align: center;
    background: url("../img/voice_line_style.jpg") repeat-x 0 25px;
    background-size: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4.5; }
  #schedule h3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px #fff;
    border-right: none;
    border-left: none;
    margin: 35px 0;
    color: #fff;
    padding: 10px 0; }
  #schedule table {
    font-size: 1.6rem;
    margin: 10px 0; }
    #schedule table tr {
      border-bottom: solid 2px #7a9bc6; }
      #schedule table tr th {
        background: #253d53;
        color: #fff;
        line-height: 1.4;
        padding: 0 10px;
        font-weight: 500; }
      #schedule table tr td {
        padding: 5px 10px;
        background: #fff;
        font-size: 1.4rem; }

#message {
  padding: 50px 0 45px; }
  #message h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    #message h2 img {
      width: 183px; }
  #message h2:after {
    position: absolute;
    content: '';
    background: url("../img/feature_point.png") no-repeat center center;
    background-size: 5px;
    height: 35px;
    width: 10px;
    left: 50%;
    top: 125%; }
  #message .img {
    width: 175px;
    margin: 0 auto 35px;
    font-size: 1.4rem; }
  #message p {
    margin-bottom: 20px; }
  #message:nth-child(4n) p {
    margin-bottom: 40px; }
  #message h3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border: solid 1px #153b6d;
    border-right: none;
    border-left: none;
    margin: 50px 0 20px 0;
    color: #153b6d;
    padding: 10px 0;
    background-color: #fff; }

#flow {
  padding: 50px 0 45px;
  background-color: #153b6d; }
  #flow h2 {
    position: relative;
    text-align: center;
    margin-bottom: 30px; }
    #flow h2 img {
      width: 250px; }
  #flow .flow_box_wrap {
    /* フローの囲み */
    padding: 0 10px;
    color: #fff; }
  #flow .flow_box {
    overflow: hidden;
    display: flex;
    position: relative;
    padding-bottom: 20px; }
    #flow .flow_box .img {
      /* フローのアイコン */
      width: 85px; }
      #flow .flow_box .img img {
        width: 72px; }
    #flow .flow_box .txt {
      /* フローの説明文 */
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.3;
      margin-left: 10px;
      width: calc(100% - 72px); }
      #flow .flow_box .txt h3 {
        padding-top: 5px; }
      #flow .flow_box .txt p {
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 10px; }
  #flow .flow_box:before {
    position: absolute;
    content: '';
    width: 3px;
    height: calc(100% - 70px);
    background-color: #fff;
    left: 35px;
    top: 70px; }
  #flow .flow_box:last-child:before {
    display: none; }

#faq {
  padding: 50px 0 35px; }
  #faq h2 {
    position: relative; }
    #faq h2 img {
      width: 150px;
      padding-top: 80px; }
  #faq h2:after {
    position: absolute;
    content: '';
    background: url("../img/faq_q.png") no-repeat center center;
    background-size: 50px;
    height: 60px;
    width: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%); }
  #faq .faq_line {
    text-align: center;
    background: url("../img/faq_line.png") repeat-x 0 25px;
    background-size: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4.5; }
  #faq .faq_box {
    background: #fff;
    border: #153b6d  1px solid;
    border-radius: 5px;
    padding: 15px 10px 15px 20px;
    margin-top: 20px;
    color: #153b6d; }
    #faq .faq_box h3 {
      background: url(../img/Q.png) no-repeat;
      background-size: 31px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0 0 10px 40px;
      border-bottom: solid 2px #253d53;
      margin-bottom: 10px; }
    #faq .faq_box p {
      font-size: 1.2rem;
      padding-bottom: 15px; }

#form h2 {
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #153b6d;
  padding: 10px 0;
  color: #ffd339;
  margin-bottom: 40px;
  border-bottom: solid 2px #000;
  font-size: 2.8rem; }
  #form h2:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    border-width: 23px 34px 0 34px;
    border-color: #153b6d transparent transparent transparent;
    bottom: -23px;
    margin-left: -34px; }

footer {
  text-align: center;
  line-height: 1;
  padding: 10px; }

#cboxOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#cboxWrapper, #colorbox {
  border-radius: 5px;
  box-shadow: 0px 1px 5px #000; }

#cboxClose {
  background: url("../img/modal_close.png") no-repeat 0 0;
  background-size: contain;
  width: 44px;
  height: 44px;
  color: transparent; }

#loading {
  display: none; }

.thanks {
  padding: 20px;
  font-size: 110%; }

.table_form {
  width: 100%;
  background: #fff0;
  border-collapse: collapse;
  margin-top: 30px; }
  .table_form td {
    vertical-align: middle;
    padding: 10px; }
    @media (max-width: 767px) {
      .table_form td {
        padding: 0 5px 10px !important; } }
  .table_form th {
    width: 225px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold; }
    @media (max-width: 767px) {
      .table_form th {
        padding: 5px !important; } }
    .table_form th:after {
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 1.2rem;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .table_form th:after {
          top: 5px;
          right: 10px; } }
    .table_form th.required:after {
      content: "必須";
      color: #fff;
      background: #c90000; }
    .table_form th.option:after {
      content: "任意";
      color: #fff;
      background: #999999; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #becad2;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    border: solid 1px #e9e9e9;
    background: #fff; }

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }

.table_form textarea {
  width: 100%;
  height: 130px; }

.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em; }

.table_form .horizontal-item {
  width: 49%;
  display: inline-block; }
  .table_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .table_form .horizontal-item {
      width: auto;
      display: block; } }

.table_form .mwform-radio-field {
  width: auto;
  display: inline-block; }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 10px !important; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 60px;
    width: 300px;
    border: none;
    font-size: 26px;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
      background: url(../img/form_icon_send.png) no-repeat 90% center, linear-gradient(#d93636 48%, #c71212 52%);
      background-size: 25px, auto;
      border-bottom: 3px solid #000;
      color: #fff; }
    .form_button input[type=submit].back, .form_button input[type=button].back, .form_button button[type=submit].back {
      border-bottom: 3px solid #0e3e61; }

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem; }
  .frm.danger:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019/03/22, 11:53:15
    Author     : santosh
*/
.modal_top {
  display: flex;
  justify-content: space-around;
  background: #153b6d;
  padding: 15px; }
  .modal_top img {
    width: 80px;
    height: 80px; }
  .modal_top .txt {
    color: #fff; }
    .modal_top .txt h3 {
      font-size: 2.0rem;
      font-weight: bold; }
    .modal_top .txt ul {
      padding-left: 20px; }
    .modal_top .txt li {
      list-style-type: disc; }

.modal_ques {
  margin: 15px 0px; }
  .modal_ques h4 {
    background: url("../img/modal_q.png") no-repeat 0 5px;
    font-weight: bold;
    padding: 0 10px 10px 30px;
    background-size: 19px;
    border-bottom: solid 1px #000; }
  .modal_ques p {
    margin: 10px 0 20px 0; }
