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

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

.block_entry {
  background: #ff4b25;
  text-align: center;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 12px 30px; }

.bg_gradient {
  background: linear-gradient(90deg, #ffb03f, #ff4a25); }

.ttl_line {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  margin: 40px 0 30px; }
  .ttl_line span {
    font-size: 1.7rem;
    display: block; }
  .ttl_line:after, .ttl_line:before {
    content: '';
    display: block;
    width: calc(50% - 110px);
    height: 4px;
    background: #263d52;
    position: absolute;
    top: 50%; }
  .ttl_line:after {
    right: 0; }
  .ttl_line:before {
    left: 0; }

.ttl_line_white {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px; }
  .ttl_line_white:after, .ttl_line_white:before {
    content: '';
    display: block;
    width: calc(50% - 6em);
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%; }
  .ttl_line_white:after {
    right: 0; }
  .ttl_line_white:before {
    left: 0; }

.ttl_marker {
  margin: auto;
  background: linear-gradient(transparent 55%, #ffd339 55%);
  font-size: 2.5rem;
  font-weight: bold;
  color: #263d52;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3; }

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

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

.foryou_job_item {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center; }

.brown_ttl {
  background: #eeeeee;
  border-left: solid 5px #253d53;
  padding: 10px;
  color: #253d53;
  font-size: 1.7rem;
  font-weight: bold; }
  .brown_ttl em {
    color: #ff4e26; }

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: #263d52; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6em; } }

.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 {
  display: block; }
  @media (min-width: 768px) {
    main {
      padding-bottom: 30px; } }

#mv .mv_main {
  background: url(../img/decoration_grad_sp.svg) no-repeat center 100.2%, url(../img/mv_bg.jpg) no-repeat center bottom;
  background-size: 100% auto, cover;
  padding-bottom: 35%; }

#mv .mv_catch {
  text-align: center; }

#mv .mv_jobinfo {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px; }

#mv .mv_jobtitle {
  font-weight: bold;
  background: #fff url(../img/mv_job_bg.jpg) no-repeat top right;
  background-size: auto calc(100% - 60px);
  margin-top: 35px; }
  #mv .mv_jobtitle h1 {
    color: #ffa63c;
    background: -webkit-linear-gradient(0deg, #ffa93d, #ff4e26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.0rem;
    padding: 10px 20px;
    line-height: 1.2; }
  #mv .mv_jobtitle p {
    color: #fff;
    font-size: 2.5rem;
    text-align: right;
    padding: 10px;
    background: #263d52; }

#mv .mv_text_check {
  padding-bottom: 50px;
  padding-top: 1px;
  font-size: 1.7rem;
  line-height: 1.4; }
  #mv .mv_text_check ul {
    background: #fff;
    margin-top: -10%; }
  #mv .mv_text_check li {
    background: url(../img/icon_check.png) no-repeat 10px center;
    background-size: 30px;
    padding: 5px 0 5px 45px;
    max-width: 400px;
    margin: auto; }
  #mv .mv_text_check span {
    font-size: 1.4rem; }
  #mv .mv_text_check strong {
    font-weight: bold;
    background: linear-gradient(transparent 12px, #ffd339 12px); }

@media (min-width: 768px) {
  #mv .mv_main {
    background: url(../img/decoration_grad_pc.svg) no-repeat center 100.2%, url(../img/mv_bg.jpg) no-repeat bottom center;
    background-size: 100% auto, cover;
    padding-top: 100px;
    padding-bottom: 15%; } }

#about {
  padding: 0px 0 45px; }
  #about .img {
    margin: 15px 65px;
    text-align: center; }
  @media (min-width: 768px) {
    #about {
      padding: 70px 0 80px; } }

#detail {
  padding: 0px 0 27px; }
  #detail table tr {
    border-bottom: solid 1px #000; }
    #detail table tr:nth-child(even) {
      background: #eeeeee; }
  #detail table th, #detail table td {
    color: #263d52; }
  #detail table ul {
    list-style-type: disc;
    padding-left: 1.5em; }
  @media (min-width: 768px) {
    #detail table th {
      width: 150px; } }

#company {
  margin-top: 25px;
  padding-bottom: 35px; }
  #company .company_caption {
    background: #fff;
    padding: 20px 0;
    margin: 0 10px 30px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    color: #e75b2b;
    position: relative; }
  #company .company_caption:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent; }
  #company .company_logo {
    background: #f9f9f9;
    margin: 0 10px 3px;
    padding: 45px 15px;
    text-align: center; }
  #company .company_info {
    background: #fff;
    padding: 22px 15px;
    margin: 0 10px; }
  #company h2 {
    padding-top: 15px; }

#feature {
  background: url(../img/feature_bg.png) repeat;
  background-size: 10px;
  padding: 45px 0; }
  #feature .feature_box {
    margin-bottom: 20px;
    position: relative;
    padding: 70px 0 0 20px; }
    #feature .feature_box .img {
      width: 185px;
      position: absolute;
      top: 0;
      left: 0; }
    #feature .feature_box h3 {
      display: flex;
      border-bottom: solid 1px #000;
      margin-bottom: 10px; }
      #feature .feature_box h3 span {
        font-size: 1.7rem;
        margin-bottom: 10px;
        font-weight: bold; }
      #feature .feature_box h3 img {
        width: 38px;
        height: 38px;
        padding-right: 10px; }
    #feature .feature_box .feature_box_inner {
      background: rgba(237, 237, 237, 0.85);
      background-size: auto 20px, auto;
      padding: 15px;
      position: relative;
      z-index: 1;
      min-height: 5.5em; }

#foryou .upper_foryou {
  background: url(../img/decoration_grad_sp.svg) no-repeat center 101%;
  background-size: 100% auto, cover;
  padding-bottom: 30%; }
  #foryou .upper_foryou .img_lst {
    margin: auto;
    line-height: 2.2; }
    #foryou .upper_foryou .img_lst li {
      background: url(../img/lst_style_img.png) no-repeat 2px 13px;
      background-size: 12px;
      padding-left: 25px;
      font-size: 16px; }
  #foryou .upper_foryou .ttl_line:after, #foryou .upper_foryou .ttl_line:before {
    width: calc(50% - 95px); }
  #foryou .upper_foryou h2 {
    line-height: 1.2; }

#foryou .lower_foryou {
  background: linear-gradient(90deg, #ffb03f, #ff4a25);
  padding: 0px 0px 45px; }
  #foryou .lower_foryou h3 {
    padding: 15px 0;
    line-height: 1.2; }
  #foryou .lower_foryou h4 {
    margin-bottom: 10px;
    text-align: left; }
  #foryou .lower_foryou .job_lst {
    text-align: left; }
    #foryou .lower_foryou .job_lst li {
      background: url(../img/lst_style_circle.png) no-repeat 5px 15px;
      background-size: 6px;
      padding-left: 15px;
      border-bottom: solid 1px #253d53;
      padding: 6px 20px; }
      #foryou .lower_foryou .job_lst li:last-child {
        border-bottom: none; }

@media (min-width: 768px) {
  #foryou .upper_foryou {
    background: url(../img/decoration_grad_pc.svg) no-repeat center 100.2%;
    background-size: 100% auto, cover;
    padding-bottom: 15%; } }

#point {
  background: #253d53;
  text-align: center;
  padding: 35px 10px; }
  #point .osiete {
    width: 94px;
    margin: auto; }
  #point .container {
    padding: 0; }
  #point .ttl_maker {
    text-align: center;
    background: url(../img/point_line.png) repeat-x 0 102%;
    background-size: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 2.2; }
    #point .ttl_maker span {
      color: #fdd339; }
  #point .point_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto; }
  #point .point_box {
    width: 48.5%;
    margin-bottom: 10px;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    background: #eeeeee;
    color: #253d53; }
    #point .point_box img {
      zoom: .5;
      -moz-transform-origin: center center;
      -moz-transform: scale(0.5, 0.5) translateY(-20px);
      margin-bottom: 10px; }
    #point .point_box .txt {
      -moz-transform: translateY(-20px); }
    #point .point_box.point_box_long {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 15px 10px 10px 15px; }
      #point .point_box.point_box_long .txt {
        -moz-transform: translateY(0);
        text-align: left;
        width: calc(100% - 60px); }
    @media (min-width: 768px) {
      #point .point_box {
        width: 24.5%; }
        #point .point_box.point_box_long {
          width: 100%;
          padding: 15px 10px 15px 30px; }
          #point .point_box.point_box_long img {
            zoom: 1;
            -moz-transform: scale(1, 1);
            width: 40px;
            height: auto; }
          #point .point_box.point_box_long .txt {
            width: calc(100% - 80px); } }

#voice {
  background: url(../img/feature_bg.png) repeat;
  background-size: 10px;
  padding: 45px 0; }
  #voice h2 {
    background-size: 40px;
    font-size: 2.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
  #voice h3 {
    background: #ffd339;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #253d53;
    position: relative; }
  #voice h3:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -15px;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffd339 transparent transparent transparent; }
  #voice .voice_block {
    background: #fff;
    border: solid 1px #253d53;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px; }
  #voice .voice_shacho {
    margin-bottom: 40px; }
    #voice .voice_shacho .voice_wrap {
      margin-bottom: 10px; }
  #voice .interview_wrap {
    display: block; }
    #voice .interview_wrap .voice_wrap {
      display: flex;
      justify-content: start;
      align-items: center;
      font-weight: bold; }
      #voice .interview_wrap .voice_wrap .txt {
        padding-left: 10px;
        color: #253d53;
        width: calc(100% - 130px); }
        #voice .interview_wrap .voice_wrap .txt h4 {
          font-size: 1.4rem;
          margin: 10px 0; }
        #voice .interview_wrap .voice_wrap .txt p {
          border-top: solid 1px #253d53;
          font-size: 2.0rem;
          margin: 10px 0; }
      #voice .interview_wrap .voice_wrap .img {
        width: 120px; }
      #voice .interview_wrap .voice_wrap .txt2 {
        padding-left: 10px;
        margin: auto;
        color: #253d53;
        width: 150px;
        text-align: center; }
        #voice .interview_wrap .voice_wrap .txt2 h4 {
          font-size: 2.0rem;
          margin: 10px 0; }
    @media (min-width: 768px) {
      #voice .interview_wrap {
        display: flex;
        justify-content: space-around; } }
  #voice .btn {
    text-align: center; }
    #voice .btn img {
      width: 296px; }
  #voice a {
    text-decoration: none; }

#schedule .ttl_line:after, #schedule .ttl_line:before {
  width: calc(50% - 135px); }

#schedule th, #schedule td {
  padding: 5px; }

#schedule .brown_ttl {
  background: #fff; }

#schedule .schedule_item {
  background: #eeeeee;
  padding: 15px 10px 1px;
  margin: 10px 0 15px; }

#schedule table {
  font-size: 1.6rem;
  margin: 10px 0; }
  #schedule table tr {
    border-bottom: solid 1px #eeeeee; }
    #schedule table tr th {
      width: 100px;
      background: #253d53;
      color: #fff;
      text-align: center;
      font-weight: normal;
      vertical-align: top;
      line-height: 1.4; }
    #schedule table tr td {
      padding: 5px; }

#flow {
  padding: 30px 0;
  margin-top: 50px; }
  #flow .ttl_line_white:after, #flow .ttl_line_white:before {
    width: calc(50% - 75px); }
  #flow .flow_box_wrap {
    /* フローの囲み */
    background: url("../img/flow_line.png") no-repeat 46px center;
    /* フロー間をつなぐ線画像 */
    background-size: 4px 80%;
    /* フロー間をつなぐ線の幅　線の縦の長さ */
    padding: 0 10px;
    color: #253d53; }
  #flow .flow_box {
    overflow: hidden;
    padding: 20px 0 10px; }
    #flow .flow_box .img {
      /* フローのアイコン */
      width: 80px;
      float: left;
      margin: -14px 5px 0 0; }
    #flow .flow_box .img_img {
      /* フローのアイコン */
      width: 80px;
      float: left;
      margin: -5px 5px 0 0; }
    #flow .flow_box .txt {
      /* フローの説明文 */
      background: #fff;
      font-size: 125%;
      font-weight: bold;
      padding: 1.5rem;
      line-height: 1.3;
      margin-left: 20px; }
      #flow .flow_box .txt p {
        display: block;
        font-size: 1.4rem;
        font-weight: normal; }
  @media (min-width: 768px) {
    #flow .flow_box .txt p {
      display: inline; } }

#faq {
  background: url(../img/feature_bg.png) repeat;
  background-size: 10px;
  padding: 35px 0; }
  #faq h2 {
    margin: 0 10px 30px; }
  #faq .faq_block {
    background: #fff;
    border: solid 1px #253d53;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px; }
    #faq .faq_block h3 {
      background: url(../img/faq_Q.png) no-repeat;
      background-size: 31px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 0 0 10px 40px;
      border-bottom: solid 1px #253d53; }
    #faq .faq_block p {
      font-size: 1.4rem;
      margin: 10px 0; }

#others {
  background: #263d52;
  padding: 35px 0; }
  #others .ttl_line_white:after, #others .ttl_line_white:before {
    width: calc(50% - 120px); }
  #others h2 {
    font-size: 2.0rem; }
  #others ul {
    padding: 0px 30px;
    font-size: 1.7rem;
    font-weight: bold; }
    #others ul li {
      margin: 10px 0;
      background: #fff;
      border-radius: 5px; }
      #others ul li a {
        text-decoration: none;
        color: #263d52;
        font-weight: bold;
        display: block;
        padding: 10px;
        background: url(../img/others_mark.png) no-repeat 97% center;
        background-size: 25px; }

footer {
  background: #263d52;
  color: #fff;
  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: #fff;
  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 #e6edf2;
  background: #e9e9e9;
  -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: 30px 0;
  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(#ffd52c 48%, #ecb429 52%);
      background-size: 25px, auto;
      border-bottom: 3px solid #000;
      border-radius: 30px;
      color: #000; }
    .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/11, 19:22:08
    Author     : Santosh
*/
.modal_part .modal_header {
  display: flex;
  align-items: center;
  font-weight: bold; }
  .modal_part .modal_header .txt {
    padding: 10px; }
    .modal_part .modal_header .txt h3 {
      font-size: 2.0rem;
      margin: 10px 0; }
    .modal_part .modal_header .txt span {
      font-size: 1.4rem;
      border-bottom: solid 1px #253d53;
      padding-bottom: 5px;
      display: inline-block;
      min-width: 106px; }
  .modal_part .modal_header .img img {
    width: 125px; }

.modal_part h4 {
  /* Q.の見出し */
  font-weight: bold;
  padding: 0 0 3px 10px;
  border-bottom: solid 3px #263d52;
  margin: 15px 0 5px;
  position: relative;
  color: #263d52;
  text-indent: 1em; }
  .modal_part h4:before {
    content: '';
    background: url("../img/faq_Q.png") no-repeat;
    background-size: contain;
    width: 19px;
    height: 15px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }

.modal_part P {
  color: #263d52; }
