@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

img {
  width: 100%; }

br.spbr {
  display: inline; }

br.pcbr,
.pcbr {
  display: none; }

/*
.fixed {
	height: 100%;
	overflow: hidden;
}
*/
/*共通*/
header {
  width: 100%;
  position: absolute;
  z-index: 9001; }
  header .header {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    min-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto; }
    header .header h1 {
      color: #333;
      font-size: 10px;
      margin-bottom: 10px; }
    header .header .logo img {
      display: inline-block;
      width: auto;
      max-width: 70%; }

footer {
  background: #f4fdff;
  position: relative;
  z-index: 10;
  padding: 60px 3% 80px;
  margin-top: -40px;
  position: relative;
  z-index: 100; }
  footer #footer {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center; }
    footer #footer:after {
      content: " ";
      display: block;
      clear: both; }
    footer #footer #f_address .f_logo {
      margin-bottom: 15px; }
      footer #footer #f_address .f_logo img {
        width: auto; }
    footer #footer #f_address p {
      color: #898787;
      font-size: 16px;
      text-align: center; }
  footer .copyright {
    font-size: 12px;
    text-align: center; }

.fl_nav {
  position: fixed;
  height: 50px;
  border-top: 1px solid #ddd;
  padding: 0; }
  .fl_nav:before {
    display: none; }
  .fl_nav ul {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .fl_nav ul li {
      display: inline-block;
      width: calc(100%/3);
      line-height: 0;
      text-align: center;
      margin: 0; }
      .fl_nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px; }
        .fl_nav ul li a img {
          display: inline-block;
          width: auto;
          max-height: 100%; }
      .fl_nav ul li:nth-child(2) {
        background: #00c9ff; }
      .fl_nav ul li:nth-child(3) {
        background: #06c755; }

#copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0; }

#pagetop {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 9%;
  right: 3%;
  z-index: 9999;
  background: #bbb;
  line-height: 0; }

/*-------------------------------------------------------------------------

TOP

-------------------------------------------------------------------------*/
.main_view {
  width: 100%;
  height: 100vh;
  background: url(../img/mv_bg_sp.jpg) no-repeat 70% bottom;
  background-size: cover;
  position: relative;
  overflow: visible;
  padding-top: 120px; }
  .main_view img {
    width: auto;
    max-width: 100%; }
  .main_view .inner {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: none;
    padding: 0; }
  .main_view .catch_wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0%, 0%); }
    .main_view .catch_wrap .mv_catch {
      margin-bottom: 6%; }
    .main_view .catch_wrap .mv_line {
      text-align: center;
      margin-bottom: 6%;
      margin-left: 5px; }
    .main_view .catch_wrap .mv_style {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      .main_view .catch_wrap .mv_style h3 {
        text-align: center;
        margin-bottom: 3%; }
        .main_view .catch_wrap .mv_style h3 img {
          width: auto;
          max-width: 33%; }
      .main_view .catch_wrap .mv_style .mv_style_list {
        display: flex;
        justify-content: space-between; }
        .main_view .catch_wrap .mv_style .mv_style_list .mv_style_net {
          width: 45%; }
        .main_view .catch_wrap .mv_style .mv_style_list .mv_style_commute {
          width: 45%; }
  .main_view .mv_balloon {
    width: 50%;
    margin: 3% auto;
    position: relative;
    bottom: 0%;
    right: inherit;
    text-align: center;
    left: 0%;
    transform: translateX(0%); }
    .main_view .mv_balloon img {
      width: auto;
      max-width: 100%; }
  .main_view .mv_comment {
    width: 96%;
    position: relative;
    bottom: 0;
    left: 0%;
    transform: translate(0%, 0%);
    z-index: 1000;
    color: #333;
    font-size: 12px;
    line-height: 120%;
    text-indent: -1em;
    padding-left: 1em; }

@media screen and (max-width: 980px) {
  .main_view {
    width: 100%;
    height: 100vh;
    background: url(../img/mv_bg_sp.jpg) no-repeat center 25%;
    background-size: contain;
    position: relative;
    overflow: visible;
    padding-top: 90px; }
    .main_view img {
      width: auto;
      max-width: 100%; }
    .main_view .inner {
      max-width: 1600px;
      height: 100%;
      margin: 0 auto;
      position: relative;
      background: none;
      padding: 0; }
    .main_view .catch_wrap {
      width: 90%;
      margin: 0 auto;
      position: relative;
      top: inherit;
      left: inherit;
      transform: translate(0%, 0%); }
      .main_view .catch_wrap .mv_catch {
        text-align: center;
        margin-bottom: 60%; }
      .main_view .catch_wrap .mv_line {
        text-align: center;
        margin-bottom: 6%;
        margin-left: 5px; }
      .main_view .catch_wrap .mv_style {
        width: 90%;
        margin: 0 auto;
        text-align: center; }
        .main_view .catch_wrap .mv_style h3 {
          text-align: center;
          margin-bottom: 3%; }
          .main_view .catch_wrap .mv_style h3 img {
            width: auto;
            max-width: 33%; }
        .main_view .catch_wrap .mv_style .mv_style_list {
          display: flex;
          justify-content: center; }
          .main_view .catch_wrap .mv_style .mv_style_list .mv_style_net {
            width: 30%;
            margin: 0 5%; }
          .main_view .catch_wrap .mv_style .mv_style_list .mv_style_commute {
            width: 30%;
            margin: 0 5%; }
    .main_view .mv_balloon {
      width: 60%;
      margin: 3% auto;
      position: relative;
      bottom: 0%;
      right: inherit;
      text-align: center;
      left: 0%;
      transform: translateX(0%); }
      .main_view .mv_balloon img {
        width: auto;
        max-width: 100%; }
    .main_view .mv_comment {
      width: 96%;
      position: relative;
      bottom: 0;
      left: 0%;
      transform: translate(0%, 0%);
      z-index: 1000;
      color: #333;
      font-size: 12px;
      line-height: 120%;
      text-indent: -1em;
      padding-left: 1em; } }
/*-------------------------------------------------------------------------

共通

-------------------------------------------------------------------------*/
.inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6% 3%;
  box-sizing: border-box; }
  .inner:after {
    content: " ";
    display: block;
    clear: both; }

h2.title_h2 {
  margin-bottom: 20px; }
  h2.title_h2 img {
    max-width: 100%;
    margin: 0; }
  h2.title_h2 strong {
    display: inline-block;
    margin: 10px 0; }

p.text {
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 200%; }

p.link {
  text-align: center;
  margin: 20px 0; }
  p.link a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    background: transparent;
    padding: 15px 40px;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box; }
    p.link a:after {
      display: inline-block;
      content: '→';
      color: #999;
      position: absolute;
      right: 15px;
      top: calc(50% - 12px); }
    p.link a:hover {
      color: #fff;
      background: #999;
      opacity: 1; }
      p.link a:hover:after {
        color: #fff;
        position: absolute;
        right: 15px;
        top: calc(50% - 12px); }

.fll {
  float: left; }

.flr {
  float: right; }

.cb {
  clear: both; }

.wrap_flex {
  display: block;
  justify-content: space-between; }

.style {
  padding: 10% 0;
  background: url(../img/style_bg.png) no-repeat;
  background-size: cover; }
  .style h2 {
    margin-bottom: 50px; }
  .style .wrap_flex {
    position: relative;
    text-align: center;
    padding-bottom: 30px; }
    .style .wrap_flex .net {
      display: inline-block;
      width: 100%;
      position: relative; }
    .style .wrap_flex .commute {
      display: inline-block;
      width: 100%;
      position: relative; }
    .style .wrap_flex .icon {
      display: inline-block;
      margin-bottom: 20px; }
    .style .wrap_flex h3 {
      color: #00c9ff;
      font-size: 40px;
      font-weight: bold;
      text-align: center; }
      .style .wrap_flex h3 span {
        display: block;
        color: #00c9ff;
        font-size: 16px;
        text-align: center; }
    .style .wrap_flex h4 {
      color: #333;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      line-height: 160%;
      letter-spacing: 2px;
      margin: 20px 0; }
    .style .wrap_flex p.text {
      color: #333;
      font-size: 16px;
      text-align: left;
      line-height: 200%; }
  .style .comment {
    color: #333;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 6% 0; }

.curriculum {
  background: #f4fdff;
  padding: 10% 0; }
  .curriculum h2 {
    margin-bottom: 10%; }
  .curriculum .what_ict .ict_list li {
    display: block;
    align-items: center;
    justify-content: space-between; }
    .curriculum .what_ict .ict_list li .text_wrap {
      width: 100%; }
      .curriculum .what_ict .ict_list li .text_wrap h3 {
        color: #00c9ff;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 4px;
        margin-top: 15%;
        margin-bottom: 4%; }
      .curriculum .what_ict .ict_list li .text_wrap .text {
        color: #333;
        font-size: 16px;
        line-height: 200%;
        text-align: left; }
    .curriculum .what_ict .ict_list li .img {
      width: 100%; }
      .curriculum .what_ict .ict_list li .img img {
        max-width: 100%; }
    .curriculum .what_ict .ict_list li:nth-child(even) {
      flex-direction: row-reverse; }
      .curriculum .what_ict .ict_list li:nth-child(even) h3 {
        text-align: left; }
  .curriculum .curriculum h3 {
    color: #00c9ff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 4px;
    margin-bottom: 4%; }
  .curriculum .curriculum .curriculum_list li {
    display: block;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 6% 4%;
    margin-bottom: 10px; }
    .curriculum .curriculum .curriculum_list li h4 {
      width: 100%;
      color: #333;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      letter-spacing: 2px;
      margin-bottom: 3%; }
    .curriculum .curriculum .curriculum_list li p.text {
      width: 100%;
      color: #333;
      font-size: 16px;
      line-height: 200%;
      text-align: left; }
  .curriculum .curriculum .scroll {
    overflow-x: auto; }
  .curriculum .curriculum table {
    margin-top: 40px;
    width: 1200px;
    border-collapse: collapse;
    border: 1px solid #ccc; }
    .curriculum .curriculum table tr th {
      border: 1px solid #ccc; }
    .curriculum .curriculum table tr td {
      border: 1px solid #ccc;
      font-size: 16px;
      text-align: center;
      background: #fff;
      padding: 20px;
      vertical-align: middle; }
    .curriculum .curriculum table tr:first-child th {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      background: #c8fdcd;
      padding: 20px; }

.method {
  padding: 10% 0;
  background: url(../img/method_bg.jpg) no-repeat center 95%; }
  .method h2 {
    margin-bottom: 6%; }
  .method .lead_block {
    display: block;
    justify-content: space-between;
    margin-bottom: 60px; }
    .method .lead_block .text_wrap {
      width: 100%;
      text-align: center;
      padding-top: 40px; }
      .method .lead_block .text_wrap h3 {
        display: inline-block;
        color: #333;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-bottom: 20px; }
        .method .lead_block .text_wrap h3:before {
          content: '';
          display: inline-block;
          width: 100%;
          height: 5px;
          background: #fff118;
          position: absolute;
          bottom: 5px;
          z-index: -1; }
      .method .lead_block .text_wrap .text {
        color: #333;
        font-size: 16px;
        text-align: left; }
    .method .lead_block .img img {
      max-width: 100%; }
  .method .wrap {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 70px; }
    .method .wrap .text_wrap {
      width: 100%; }
      .method .wrap .text_wrap h3 {
        display: inline-block;
        color: #00c9ff;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        position: relative;
        margin-bottom: 20px; }
    .method .wrap .img {
      padding-top: 60px; }
      .method .wrap .img img {
        max-width: 100%; }
  .method ul {
    display: block;
    justify-content: space-between; }
    .method ul li {
      display: inline-block;
      width: 100%;
      background: #ebfaed;
      padding: 30px;
      padding-top: 70px;
      border-radius: 10px;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 40px; }
      .method ul li .img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -20%); }
      .method ul li h4 {
        color: #00c9ff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
      .method ul li .text {
        color: #333;
        font-size: 16px;
        text-align: left;
        line-height: 200%; }

.faq {
  background: #f4fdff;
  padding: 10% 0; }
  .faq h2 {
    margin-bottom: 6%; }
  .faq ul li {
    background: #fff;
    border-radius: 10px;
    padding: 3%;
    margin: 20px 0; }
    .faq ul li .question {
      display: flex;
      align-items: center;
      min-height: 36px;
      color: #333;
      font-size: 16px;
      letter-spacing: 2px;
      position: relative;
      padding-left: 50px;
      padding-right: 20px;
      margin-bottom: 0px;
      background: url(../img/faq_open.png) no-repeat right center;
      background-size: 14px;
      transition: .3s; }
      .faq ul li .question:before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: #00c9ff;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0; }
      .faq ul li .question.open {
        background: url(../img/faq_close.png) no-repeat right center;
        background-size: 14px;
        transition: .3s;
        margin-bottom: 30px; }
    .faq ul li .answer {
      color: #333;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 200%;
      position: relative;
      padding-left: 50px;
      transition: .3s;
      display: none; }
      .faq ul li .answer:before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: #97f7a2;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 0; }
    .faq ul li:nth-child(1) .question:before {
      content: 'Q1'; }
    .faq ul li:nth-child(1) .answer:before {
      content: 'A1'; }
    .faq ul li:nth-child(2) .question:before {
      content: 'Q2'; }
    .faq ul li:nth-child(2) .answer:before {
      content: 'A2'; }
    .faq ul li:nth-child(3) .question:before {
      content: 'Q3'; }
    .faq ul li:nth-child(3) .answer:before {
      content: 'A3'; }
    .faq ul li:nth-child(4) .question:before {
      content: 'Q4'; }
    .faq ul li:nth-child(4) .answer:before {
      content: 'A4'; }
    .faq ul li:nth-child(5) .question:before {
      content: 'Q5'; }
    .faq ul li:nth-child(5) .answer:before {
      content: 'A5'; }

.cost {
  padding: 10% 0;
  background: url(../img/footer_bg.png) no-repeat center bottom;
  position: relative;
  z-index: 101; }
  .cost h2 {
    margin-bottom: 6%; }
  .cost .lead_text {
    text-align: left;
    margin-bottom: 40px; }
  .cost table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-collapse: collapse; }
    .cost table tr th {
      display: block;
      width: 100%;
      color: #333;
      font-size: 20px;
      text-align: center;
      background: #c8fdcd;
      border: 1px solid #ccc;
      border-collapse: collapse;
      padding: 3%;
      box-sizing: border-box; }
    .cost table tr td {
      display: block;
      width: 100%;
      color: #333;
      font-size: 20px;
      text-align: center;
      background: #fff;
      border: 1px solid #ccc;
      border-collapse: collapse;
      padding: 4%;
      box-sizing: border-box; }
  .cost ol {
    width: 100%;
    margin: 40px auto; }
    .cost ol li {
      color: #333;
      font-size: 16px;
      line-height: 160%;
      margin: 10px 0;
      text-indent: -2em;
      margin-left: 2em;
      counter-increment: calc-ex9; }
      .cost ol li:before {
        content: counter(calc-ex9) ".";
        display: inline-block;
        width: 2em;
        text-indent: 0; }
  .cost .privacy_box {
    max-width: 1200px;
    height: 7em;
    margin: 0 auto 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 30px 20px;
    overflow-y: auto; }
    .cost .privacy_box h3 {
      margin-bottom: 10px; }
  .cost .entry {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px; }
  .cost .btn_entry {
    text-align: center; }

/*-------------------------------------------------------------------------

お知らせ　news

-------------------------------------------------------------------------*/
.news #mainimg {
  background: url(../../img/news/news_main.jpg) no-repeat center center;
  background-size: cover; }

.news_list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 10%; }
  .news_list ul li {
    border-bottom: 1px solid #333; }
    .news_list ul li a {
      display: block;
      text-decoration: none;
      padding: 20px 5px; }
      .news_list ul li a .date {
        display: inline-block;
        width: 10%;
        color: #333;
        font-size: 16px;
        margin-right: 2%; }
      .news_list ul li a .category {
        display: inline-block;
        width: 14%;
        box-sizing: border-box;
        border: 1px solid #c5c5c5;
        padding: 2px 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-right: 2%; }
      .news_list ul li a .title {
        display: block;
        width: 100%;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-align: left; }

#pagenavi {
  font-size: 0;
  text-align: center;
  padding-bottom: 100px; }
  #pagenavi span {
    display: inline-block;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #333;
    margin: 0 5px; }
    #pagenavi span:hover {
      color: #fff;
      background: #000;
      opacity: 1; }
    #pagenavi span.pages:hover {
      color: #333;
      background: #fff; }
  #pagenavi a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #333;
    margin: 0 5px; }
    #pagenavi a:hover {
      color: #fff;
      background: #000;
      opacity: 1; }

#news_detail {
  padding: 80px 0; }

.news_detail_contents {
  max-width: 800px;
  margin: 0 auto; }
  .news_detail_contents .news_title {
    text-align: left;
    margin-bottom: 30px; }
    .news_detail_contents .news_title .category {
      display: inline-block;
      box-sizing: border-box;
      border: 1px solid #333;
      padding: 3px 15px;
      font-size: 14px;
      text-align: center;
      margin-bottom: 15px; }
    .news_detail_contents .news_title .date {
      color: #333;
      font-size: 14px;
      text-align: right; }
  .news_detail_contents h2 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px; }
  .news_detail_contents h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; }
    .news_detail_contents h3:before {
      content: '●';
      color: #333;
      margin-right: 5px; }
  .news_detail_contents h4 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .news_detail_contents h5 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .news_detail_contents h6 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .news_detail_contents ul li {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px; }
    .news_detail_contents ul li:before {
      content: '・';
      margin-right: 5px; }
  .news_detail_contents dl dt {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
    .news_detail_contents dl dt a {
      pointer-events: none; }
  .news_detail_contents dl dd {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px; }
  .news_detail_contents p {
    color: #333;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 15px; }
    .news_detail_contents p.img {
      text-align: center; }
  .news_detail_contents img {
    max-width: 100%; }
  .news_detail_contents a {
    color: #333; }

.pager_btn {
  padding: 80px 0 0;
  text-align: center; }
  .pager_btn span {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center; }
  .pager_btn a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #333; }
    .pager_btn a:hover {
      color: #fff;
      background: #000;
      opacity: 1; }

/*-------------------------------------------------------------------------

お問い合わせ

-------------------------------------------------------------------------*/
.contact #mainimg {
  background: url(../../img/contact/contact_main.jpg) no-repeat center center;
  background-size: cover; }

#contact01 {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0; }
  #contact01 table {
    width: 100%;
    margin-bottom: 40px;
    border: none; }
    #contact01 table tr th {
      display: block;
      width: 100%;
      padding: 20px 0px 10px;
      text-align: left;
      box-sizing: border-box;
      border-bottom: none;
      background: #fff; }
      #contact01 table tr th span {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        background: #FF7F00;
        padding: 4px 5px 2px;
        margin-left: 10px; }
    #contact01 table tr td {
      display: block;
      width: 100%;
      padding: 10px 0 20px;
      text-align: left;
      border-bottom: none; }
      #contact01 table tr td input {
        width: 100%;
        font-size: 16px;
        padding: 10px;
        border: 2px solid #ddd;
        border-radius: 3px; }
      #contact01 table tr td textarea {
        width: 100%;
        height: 10em;
        font-size: 16px;
        padding: 10px;
        border: 2px solid #ddd;
        border-radius: 3px;
        resize: none; }

.privacy_check {
  text-align: center;
  margin-bottom: 40px; }

.btn_confirm {
  text-align: center; }
  .btn_confirm p {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #888;
    padding: 20px 40px;
    border-radius: 5px; }

.confirm #main {
  display: none; }
.confirm #breadcrumb {
  display: none; }
.confirm input[name="submitBack"] {
  width: 80px;
  max-width: 40%;
  cursor: pointer; }
.confirm input[name="submit"] {
  width: 200px;
  max-width: 40%;
  cursor: pointer; }
.confirm input {
  font-size: 18px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 15px; }
.confirm select {
  font-size: 18px;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 15px; }

.thanks #main {
  display: none; }
.thanks #breadcrumb {
  display: none; }

.thanks_message {
  margin: 100px 0; }
  .thanks_message p {
    font-size: 16px;
    text-align: center;
    line-height: 200%;
    margin-bottom: 20px; }

/*------------------------------------------------------------

404 NOTFOUND

------------------------------------------------------------*/
#page404 {
  text-align: center;
  margin: 150px 0; }
  #page404 h2 {
    font-size: 24px;
    margin-bottom: 30px; }
  #page404 h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px; }
  #page404 h4 {
    font-size: 20px;
    margin-bottom: 30px; }
  #page404 p a {
    color: #00d;
    font-size: 18px;
    border-bottom: 1px solid  #00d;
    text-decoration: none; }
    #page404 p a:before {
      content: '>';
      color: #00d;
      display: inline-block;
      margin-right: 5px; }
