@charset "UTF-8";
/* =======================================
 reset補完
======================================= */
html {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #FFF;
  color: #1a1a1a;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.667vw;
  }
}
@media only screen and (min-width: 1080px) {
  body {
    font-size: 18px;
    min-width: 1080px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.385vw;
  }
}

a {
  color: #313131;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a:hover img {
    opacity: .8;
  }
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.container {
  margin: auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .container {
    width: 92.6%;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .none-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .none-sp {
    display: none !important;
  }
}
/* =======================================
 layout
======================================= */
.btn.seminar a {
  background: url("../img/share/btn_icon_02.png") no-repeat, #00c2f2;
  background: url("../img/share/btn_icon_02.png") no-repeat, -moz-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, -webkit-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, linear-gradient(to bottom, #00c2f2 0%, #0073b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4ff', endColorstr='#004497',GradientType=0 );
}
.btn.doc a {
  background: url("../img/share/btn_icon_02.png") no-repeat;
  background: url("../img/share/btn_icon_02.png") no-repeat, -moz-linear-gradient(top, #23d5e3 0%, #895af5 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, -webkit-linear-gradient(top, #23d5e3 0%, #895af5 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, linear-gradient(to bottom, #23d5e3 0%, #895af5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23d5e3', endColorstr='#895af5',GradientType=0 );
}
.btn label {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .btn label:hover a {
    opacity: 0.8;
  }
}
.btn a {
  display: block;
  line-height: 0;
}

.header {
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 100%;
}
.header.is-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}
.header .container, .header .btngroup {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.header .container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 0.833em 0;
  }
  .header .logo {
    width: 33%;
  }
  .header .btngroup {
    width: 40%;
  }
  .header .btn img {
    height: 0.889em;
    width: auto;
  }
  .header .btn a {
    background-size: 1.111em auto, contain;
    border-radius: 0.333em;
    padding: 0.944em 0 0.944em 1.333em;
  }
  .header .btn.seminar {
    width: 55%;
  }
  .header .btn.seminar a {
    background-position: 90.909% center, 0 0;
  }
  .header .btn.doc {
    width: 42.5%;
  }
  .header .btn.doc a {
    background-position: 90.588% center, 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 0.577em 0;
  }
  .header .container {
    width: 93.49%;
  }
  .header .logo {
    width: 47.74%;
  }
  .header .btngroup {
    width: 49.435%;
  }
  .header .btn {
    background: none;
    width: 48.571%;
  }
  .header .btn a {
    border-radius: 0.231em;
  }
}

@media only screen and (min-width: 769px) {
  .topic {
    margin: 2.222em auto;
    width: 92.778%;
  }
}
@media only screen and (max-width: 768px) {
  .topic {
    margin: 1.346em auto;
    width: 92.448%;
  }
}

@media only screen and (min-width: 769px) {
  .fv {
    background: url("../img/pc/fv_bg.jpg") no-repeat center top/auto 100%;
    height: 42.556em;
    padding-top: 3.889em;
  }
}

@media only screen and (min-width: 769px) {
  .price {
    background: #F4F4F4 url("../img/pc/price_bg.jpg") no-repeat center top/auto 100%;
    height: 66.111em;
    padding-top: 6.889em;
  }
}
@media only screen and (max-width: 768px) {
  .price {
    background: url("../img/sp/price_bg_01.jpg") no-repeat center top/100% auto, #F4F4F4 url("../img/sp/price_bg_02.jpg") no-repeat center bottom/100% auto;
    padding: 4.077em 0 2.923em;
  }
  .price .container {
    width: 92.1875%;
  }
}
.price .hl {
  text-align: center;
  position: absolute;
}
.price .hl::before {
  content: "";
  background: #00c2f2;
  background: -moz-linear-gradient(left, #00c2f2 0%, #0073b9 100%);
  background: -webkit-linear-gradient(left, #00c2f2 0%, #0073b9 100%);
  background: linear-gradient(to right, #00c2f2 0%, #0073b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4ff', endColorstr='#004497',GradientType=1 );
  display: block;
  position: absolute;
  transform: skew(-10deg);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.price .hl img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .price .hl {
    height: 3.611em;
    padding-top: .7em;
    width: 62.5%;
    top: -1.806em;
    left: 18.75%;
  }
  .price .hl::before {
    height: 3.611em;
  }
  .price .hl img {
    width: 43.84%;
  }
}
@media only screen and (max-width: 768px) {
  .price .hl {
    height: 2.692em;
    padding-top: .5em;
    width: 88.277%;
    top: -1.346em;
    left: 5.8615%;
  }
  .price .hl::before {
    height: 2.692em;
  }
  .price .hl img {
    width: 52.8%;
  }
}

.corp, .indiv {
  background: #fff;
  border: solid #004497;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .corp, .indiv {
    border-width: 0.333em;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .corp, .indiv {
    border-width: 0.231em;
    padding-top: 2em;
  }
}

.corp dl {
  background: #004497;
  color: #fff;
}
.corp dd {
  letter-spacing: 0.01em;
  text-shadow: .1px .5px 0 #fff;
}
.corp .countdown div {
  display: inline;
}
.corp .countdown.is-complete {
  color: #f00;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 1s;
}
@media only screen and (min-width: 769px) {
  .corp {
    margin-bottom: 5.556em;
  }
  .corp dl {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-align-items: center;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-align-items: center;
    -o-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .corp dt {
    width: 50.7%;
  }
  .corp dd {
    font-size: 172.222%;
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .corp {
    margin-bottom: 3.615em;
  }
  .corp dd {
    font-size: 157.692%;
    padding: 0.195em 0 0.439em;
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .indiv {
    margin-bottom: 0.444em;
  }
}
@media only screen and (max-width: 768px) {
  .indiv {
    margin-bottom: 0.769em;
  }
}

@media only screen and (min-width: 769px) {
  .price-note {
    margin: 0 0 0 auto;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  .price-note {
    margin: auto;
    width: 98.87%;
  }
}

.contact {
  background: #fff;
}
.contact .btngroup {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .contact {
    padding: 1.444em 0;
  }
  .contact .hl {
    margin: 0 auto 1.111em;
    width: 54%;
  }
  .contact .wrap {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-align-items: flex-start;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-align-items: flex-start;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-align-items: flex-start;
    -o-justify-content: space-between;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .contact .tel {
    margin-left: 1.4%;
    width: 43.8%;
  }
  .contact .tel dt {
    margin-bottom: .2em;
  }
  .contact .tel dd {
    width: 59.132%;
  }
  .contact .btngroup {
    margin-right: 1.9%;
    width: 51%;
  }
  .contact .btn img {
    height: 1.222em;
    width: auto;
  }
  .contact .btn a {
    background-size: 1.444em auto, contain;
    border-radius: 0.333em;
    padding: 1.222em 0 1.222em 1.444em;
  }
  .contact .btn.seminar {
    width: 54.902%;
  }
  .contact .btn.seminar a {
    background-position: 90% center, 0 0;
  }
  .contact .btn.doc {
    width: 43.137%;
  }
  .contact .btn.doc a {
    background-position: 86% center, 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 1.692em 0;
  }
  .contact .container {
    width: 92.1875%;
  }
  .contact .hl {
    margin: 0 auto 1.111em;
    width: 89.831%;
  }
  .contact .tel {
    margin: 0 auto 1em;
    width: 94.633%;
  }
  .contact .tel dt {
    margin-bottom: .5em;
  }
  .contact .tel dd {
    margin: auto;
    width: 70.448%;
  }
  .contact .btn {
    width: 49.153%;
  }
  .contact .btn img {
    height: 1.154em;
    width: auto;
  }
  .contact .btn a {
    background-position: 95% center, 0 0;
    background-size: 1em auto, contain;
    border-radius: 0.231em;
  }
  .contact .btn.seminar a {
    padding: 1.731em 0 1.731em 0.692em;
  }
  .contact .btn.doc a {
    padding: 1.731em 0 1.731em 2.231em;
  }
}

@media only screen and (min-width: 769px) {
  .because {
    background: url("../img/pc/because_bg.jpg") no-repeat center top/auto 100%;
    height: 49.667em;
    padding-top: 4.722em;
  }
  .because .hl {
    margin-bottom: 1.667em;
    width: 56%;
  }
  .because .txt {
    margin-bottom: 2.556em;
    width: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .because {
    background: url("../img/sp/because_bg_01.jpg") no-repeat center top/100% auto, url("../img/sp/because_bg_02.jpg") no-repeat center bottom/100% auto;
    padding: 3.923em 0 4.846em;
  }
  .because .hl {
    margin: 0 auto 2.769em;
    width: 84.635%;
  }
  .because .txt {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 769px) {
  .recommend {
    background: url("../img/pc/recommend_bg.jpg") no-repeat center top/auto 100%;
    height: 51.389em;
    padding-top: 4.056em;
  }
  .recommend .hl {
    margin-bottom: 1.944em;
  }
  .recommend .list {
    margin-bottom: 1.778em;
    text-align: center;
  }
  .recommend .list li {
    display: inline-block;
    margin-bottom: 1.333em;
  }
  .recommend .list li img {
    height: 4em;
    width: auto;
  }
  .recommend .dlist dt {
    margin: 0 auto 2em;
    width: 28%;
  }
}
@media only screen and (max-width: 768px) {
  .recommend {
    background: #1A2B3B url("../img/sp/recommend_bg.jpg") no-repeat center top/100% auto;
    padding: 1.769em 0 2.5em;
  }
  .recommend .container {
    width: 92.1875%;
  }
  .recommend .hl {
    margin-bottom: 1.269em;
  }
  .recommend .list {
    margin-bottom: 1.615em;
  }
  .recommend .list li {
    margin-bottom: 0.769em;
  }
  .recommend .dlist dt {
    margin: 0 auto 1.231em;
    width: 54.802%;
  }
}

.learn .shl {
  margin: auto;
  position: relative;
  text-align: center;
}
.learn .shl::before {
  content: "";
  background: #004497;
  display: block;
  position: absolute;
  transform: skew(-10deg);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.learn .shl img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .learn {
    background: url("../img/pc/learn_bg.jpg") no-repeat center top/auto 100%;
    height: 71.111em;
    padding-top: 4.056em;
  }
  .learn .hl {
    margin-bottom: 1.944em;
  }
  .learn .shl {
    height: 3.667em;
    margin-bottom: 1.778em;
    padding-top: 1.111em;
    width: 36.4%;
  }
  .learn .shl::before {
    height: 3.611em;
  }
  .learn .shl img {
    width: 43.956%;
  }
  .learn .list {
    margin: auto;
    width: 90.2%;
  }
  .learn .list li {
    margin-bottom: 1.278em;
  }
  .learn .knowl {
    margin-bottom: 2.538em;
  }
  .learn .knowl .list {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-flex-wrap: wrap;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-flex-wrap: wrap;
    -o-justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .learn .knowl .list li {
    margin-bottom: 1.278em;
  }
  .learn .knowl .list li:nth-of-type(1) {
    width: 40.355%;
  }
  .learn .knowl .list li:nth-of-type(2), .learn .knowl .list li:nth-of-type(4) {
    width: 57.65%;
  }
}
@media only screen and (max-width: 768px) {
  .learn {
    background: url("../img/sp/learn_bg.jpg") no-repeat center top/100% 100%;
    padding: 1.769em 0 2.731em;
  }
  .learn .container {
    width: 92.1875%;
  }
  .learn .hl {
    margin-bottom: 1.846em;
  }
  .learn .shl {
    height: 2.538em;
    margin-bottom: 1.192em;
    padding-top: .5em;
    width: 51.412%;
  }
  .learn .shl::before {
    height: 2.538em;
  }
  .learn .shl img {
    width: 54.945%;
  }
  .learn .list li {
    margin-bottom: 0.308em;
  }
  .learn .knowl {
    margin-bottom: 2.308em;
  }
}

@media only screen and (min-width: 769px) {
  .feature {
    background: url("../img/pc/feature_bg_01.jpg") no-repeat center top/185.185% auto, url("../img/pc/feature_bg_02.jpg") no-repeat center bottom/185.185% auto;
  }
  .feature .wrap {
    background: url("../img/pc/bg_grid.png") repeat center top/0.778em auto;
    padding-bottom: 3.778em;
  }
  .feature .hl {
    margin-bottom: 2.5em;
  }
  .feature .txt {
    margin: auto;
    width: 90%;
  }
  .feature .feature01 {
    background: url("../img/pc/feature_01_bg.png") no-repeat center top/185.185% auto;
    margin-bottom: 2.278em;
    padding-top: 19.667em;
  }
  .feature .feature02 {
    background: url("../img/pc/feature_02_bg.png") no-repeat center top/185.185% auto;
    margin-bottom: 3.889em;
    padding-top: 24.444em;
  }
  .feature .feature03 {
    background: url("../img/pc/feature_03_bg.png") no-repeat center top/185.185% auto;
    padding-top: 19.778em;
  }
}
@media only screen and (min-width: 1080px) {
  .feature {
    background-size: 2000px auto;
  }
  .feature .feature01,
  .feature .feature02,
  .feature .feature03 {
    background-size: 2000px auto;
  }
}

@media only screen and (min-width: 769px) {
  .comparison {
    background: url("../img/pc/comparison_bg.jpg") no-repeat center top/auto 100%;
    height: 63.333em;
  }
  .comparison .hl {
    margin-bottom: 3.722em;
  }
}

@media only screen and (min-width: 769px) {
  .summary {
    background: url("../img/pc/summary_bg.jpg") no-repeat center top/auto 100%;
    height: 145.667em;
  }
  .summary .hl {
    margin-bottom: 2.722em;
  }
  .summary .cat01 {
    margin-bottom: 2.722em;
  }
  .summary .cat02 {
    margin-bottom: 3.889em;
  }
}
@media only screen and (max-width: 768px) {
  .summary {
    background: url("../img/sp/summary_bg_01.jpg") no-repeat center top/100% auto, #B3C7E0 url("../img/sp/summary_bg_02.jpg") no-repeat center bottom/100% auto;
    padding-bottom: 3.654em;
  }
  .summary .container {
    width: 92.1875%;
  }
  .summary .hl {
    margin-bottom: 3.115em;
  }
  .summary .cat01 {
    margin-bottom: 2.308em;
  }
  .summary .cat02 {
    margin-bottom: 2.269em;
  }
}

@media only screen and (min-width: 769px) {
  .step {
    padding-bottom: 4.722em;
  }
  .step .hl {
    margin-bottom: 2.944em;
  }
  .step .list {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: -moz-flex;
    -moz-justify-content: space-between;
    display: -ms-flex;
    -ms-justify-content: space-between;
    display: -o-flex;
    -o-justify-content: space-between;
    display: flex;
    justify-content: space-between;
  }
  .step .list li {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .step {
    padding-bottom: 3.269em;
  }
  .step .hl {
    margin-bottom: 2.846em;
  }
}

.contactform {
  background: #004497;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .contactform {
    padding: 2.667em 0 3.222em;
  }
  .contactform .hl {
    margin: 0 auto 1.333em;
    width: 63.8%;
  }
  .contactform .txt {
    margin: 0 auto 1.667em;
    width: 41.6%;
  }
}
@media only screen and (max-width: 768px) {
  .contactform {
    padding: 2.846em 0 3.692em;
  }
  .contactform .hl {
    margin: 0 auto 0.692em;
    width: 93.785%;
  }
  .contactform .txt {
    margin: 0 auto 1.769em;
    width: 75.141%;
  }
}

.form-table {
  margin: auto;
}
.form-table th {
  font-weight: normal;
  line-height: 1;
  text-align: left;
  text-shadow: .1px .5px 0 #fff;
  vertical-align: top;
}
.form-table th p {
  position: relative;
}
.form-table tr:nth-of-type(2) th p::after,
.form-table tr:nth-of-type(5) th p::after,
.form-table tr:nth-of-type(10) th p::after,
.form-table tr:nth-of-type(11) th p::after {
  content: "任意";
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.form-table th.is-required p::after {
  content: "";
  display: none !important;
}
.form-table .type {
  display: inline-block;
  margin-bottom: .5em;
  text-shadow: .1px .5px 0 #fff;
}
.form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table input[type="radio"], .form-table textarea {
  border: 0;
}
.form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table textarea {
  background: #fff;
}
.form-table input::-webkit-input-placeholder {
  padding-top: 0.2em;
}
.form-table .ajaxzip3 {
  background: #2B64A9;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .form-table {
    margin-bottom: 1.111em;
    width: 88%;
  }
  .form-table th {
    padding: 1.389em 0;
    width: 18.182%;
  }
  .form-table tr:nth-of-type(2) th p::after,
  .form-table tr:nth-of-type(5) th p::after,
  .form-table tr:nth-of-type(10) th p::after,
  .form-table tr:nth-of-type(11) th p::after {
    border-radius: 0.357em;
    font-size: 77.778%;
    line-height: 1.57;
    margin-left: .8em;
    text-shadow: 0 0 0;
    width: 3.214em;
  }
  .form-table tr:nth-of-type(10) th p::after {
    display: block;
    margin: .8em 0 0;
  }
  .form-table td {
    padding: 0.556em 0;
  }
  .form-table .type {
    margin-right: 2em;
  }
  .form-table .type input[type="radio"] {
    height: 1.2em;
    margin-right: .2em;
    vertical-align: bottom;
    width: 1.2em;
  }
  .form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table input[type="radio"], .form-table textarea {
    border-radius: .5em;
    font-size: 88.889%;
    padding: 1em 1.2em;
  }
  .form-table .company, .form-table .addr {
    width: 100%;
  }
  .form-table .zip, .form-table .name1, .form-table .name2 {
    width: 41.667%;
  }
  .form-table .dept {
    width: 88.889%;
  }
  .form-table .name1 {
    margin-right: 10px;
  }
  .form-table .tel, .form-table .email {
    width: 56.944%;
  }
  .form-table .year {
    margin-right: .5em;
    width: 16.667%;
  }
  .form-table .month {
    margin: 0 .5em 0 1em;
    width: 11.111%;
  }
  .form-table .remarks {
    height: 9.375em;
    width: 100%;
  }
  .form-table .ajaxzip3 {
    font-size: 88.889%;
    padding: 1.125em 0;
    width: 13.75em;
  }
  .form-table .ajaxzip3:hover {
    background: #3a7dcd;
  }
}
@media only screen and (max-width: 768px) {
  .form-table {
    margin-bottom: 1.154em;
    width: 92.1875%;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
  }
  .form-table th {
    font-size: 115.385%;
    padding: 0.667em 0 0.333em;
  }
  .form-table tr:nth-of-type(2) th p::after,
  .form-table tr:nth-of-type(5) th p::after,
  .form-table tr:nth-of-type(10) th p::after,
  .form-table tr:nth-of-type(11) th p::after {
    border-radius: 0.217em;
    font-size: 76.667%;
    line-height: 1.39;
    margin-left: .8em;
    text-shadow: 0 0 0;
    width: 2.826em;
  }
  .form-table td {
    padding: 0.385em 0 0.769em;
  }
  .form-table .type {
    font-size: 115.385%;
    margin-right: 2em;
  }
  .form-table .type input[type="radio"] {
    height: 1.2em;
    margin-right: .2em;
    vertical-align: bottom;
    width: 1.2em;
  }
  .form-table input[type="text"], .form-table input[type="tel"], .form-table select, .form-table input[type="email"], .form-table input[type="radio"], .form-table textarea {
    border-radius: .5em;
    font-size: 103.846%;
    padding: 1em 1.2em;
  }
  .form-table .company, .form-table .addr, .form-table .addr2,
  .form-table .dept,
  .form-table .tel, .form-table .email {
    width: 100%;
  }
  .form-table .zip, .form-table .name1, .form-table .name2 {
    width: 49.294%;
  }
  .form-table .name1 {
    margin-right: 1.412%;
  }
  .form-table .addr {
    margin-bottom: 2.825%;
  }
  .form-table .year {
    margin-right: .5em;
    width: 33.333%;
  }
  .form-table .month {
    margin: 0 .5em 0 1em;
    width: 33.333%;
  }
  .form-table .remarks {
    height: 14.815em;
    width: 100%;
  }
  .form-table .ajaxzip3 {
    padding: 1.285em 0;
    width: 49.294%;
  }
}

.form-btn-wrap {
  text-align: center;
}

.form-btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
}
.form-btn.btn-check {
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_check.png") no-repeat, #00c2f2;
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_check.png") no-repeat, -moz-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_check.png") no-repeat, -webkit-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_check.png") no-repeat, linear-gradient(to bottom, #00c2f2 0%, #0073b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4ff', endColorstr='#004497',GradientType=0 );
}
.form-btn.btn-return {
  background: url("../img/share/btn_icon_01.png") no-repeat, url("../img/share/btn_return.png") no-repeat, #b3b3b3;
  background: url("../img/share/btn_icon_01.png") no-repeat, url("../img/share/btn_return.png") no-repeat, -moz-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_01.png") no-repeat, url("../img/share/btn_return.png") no-repeat, -webkit-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_01.png") no-repeat, url("../img/share/btn_return.png") no-repeat, linear-gradient(to bottom, #b3b3b3 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#666666',GradientType=0 );
}
.form-btn.btn-send {
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_send.png") no-repeat, #00c2f2;
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_send.png") no-repeat, -moz-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_send.png") no-repeat, -webkit-linear-gradient(top, #00c2f2 0%, #0073b9 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_send.png") no-repeat, linear-gradient(to bottom, #00c2f2 0%, #0073b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d4ff', endColorstr='#004497',GradientType=0 );
}
.form-btn.btn-close {
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_close.png") no-repeat, #b3b3b3;
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_close.png") no-repeat, -moz-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_close.png") no-repeat, -webkit-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_close.png") no-repeat, linear-gradient(to bottom, #b3b3b3 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#666666',GradientType=0 );
}
.form-btn.btn-back {
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_back.png") no-repeat, #b3b3b3;
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_back.png") no-repeat, -moz-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_back.png") no-repeat, -webkit-linear-gradient(top, #b3b3b3 0%, #666666 100%);
  background: url("../img/share/btn_icon_02.png") no-repeat, url("../img/share/btn_back.png") no-repeat, linear-gradient(to bottom, #b3b3b3 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#666666',GradientType=0 );
}
@media only screen and (min-width: 769px) {
  .form-btn {
    border-radius: 0.333em;
    height: 3.556em;
    width: 40%;
  }
  .form-btn:hover {
    opacity: 0.8;
  }
  .form-btn.btn-check {
    background-position: 73% center, 48% center, 0 0;
    background-size: 1.444em auto, auto 1.444em, 100% 100%;
    width: 44%;
  }
  .form-btn.btn-return {
    background-position: 20% center, 60% center, 0 0;
    background-size: 1.444em auto, auto 1.444em, 100% 100%;
  }
  .form-btn.btn-send {
    background-position: 82% center, 46% center, 0 0;
    background-size: 1.444em auto, auto 1.444em, 100% 100%;
  }
  .form-btn.btn-close {
    background-position: 83% center, 44% center, 0 0;
    background-size: 1.444em auto, auto 1.444em, 100% 100%;
  }
  .form-btn.btn-back {
    background-position: 83% center, 44% center, 0 0;
    background-size: 1.444em auto, auto 1.444em, 100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form-btn {
    border-radius: 0.231em;
    height: 4.615em;
    width: 92.1875%;
  }
  .form-btn.btn-check {
    background-position: 70% center, 48% center, 0 0;
    background-size: 1.538em auto, auto 1.538em, 100% 100%;
  }
  .form-btn.btn-return {
    background-position: 24% center, 56% center, 0 0;
    background-size: 1.538em auto, auto 1.538em, 100% 100%;
    margin-bottom: 1.2em;
  }
  .form-btn.btn-send {
    background-position: 76% center, 44% center, 0 0;
    background-size: 1.538em auto, auto 1.538em, 100% 100%;
  }
  .form-btn.btn-close {
    background-position: 60% center, 45% center, 0 0;
    background-size: 1.538em auto, auto 1.538em, 100% 100%;
  }
  .form-btn.btn-back {
    background-position: 76% center, 42% center, 0 0;
    background-size: 1.538em auto, auto 1.538em, 100% 100%;
  }
}

.check .contactform .txt p {
  margin-bottom: 1.4em;
}
.check .contactform .container {
  background: #fff;
  color: #1a1a1a;
}
.check .contactform .form-table th, .check .contactform .form-table td {
  border-bottom: 1px solid #1a1a1a;
}
.check .contactform .form-table th {
  text-shadow: 0.1px 0.5px 0 #1a1a1a;
}
.check .contactform .form-table tr:nth-of-type(2) th p::after,
.check .contactform .form-table tr:nth-of-type(5) th p::after,
.check .contactform .form-table tr:nth-of-type(11) th p::after {
  border-color: #1a1a1a;
}
.check .contactform .form-table tr:nth-of-type(10) th p::after {
  content: "";
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .check .contactform {
    padding: 4em 0 4.444em;
  }
  .check .contactform .container {
    padding: 3.556em 0 4.778em;
  }
  .check .contactform .hl {
    margin-bottom: 1.889em;
  }
  .check .contactform .txt {
    line-height: 1.75;
    margin-bottom: 3em;
    width: 88%;
  }
  .check .contactform .form-table {
    line-height: 1.6;
  }
  .check .contactform .form-table th, .check .contactform .form-table td {
    padding: 1.389em 0;
  }
  .check .contactform .form-table th {
    padding-left: .5em;
  }
}
@media only screen and (max-width: 768px) {
  .check .contactform {
    padding: 2.692em 0 3.846em;
  }
  .check .contactform .container {
    padding: 2.115em 0 4.231em;
    width: 92.1875%;
  }
  .check .contactform .hl {
    margin-bottom: 1.154em;
  }
  .check .contactform .txt {
    font-size: 100%;
    line-height: 1.538;
    margin-bottom: 2em;
    width: 100%;
  }
  .check .contactform .form-table {
    width: 93.22%;
  }
  .check .contactform .form-table th, .check .contactform .form-table td {
    display: table-cell;
    line-height: 1.6;
    padding: 1em 0;
  }
  .check .contactform .form-table th {
    width: 38%;
  }
  .check .contactform .form-table td {
    font-size: 115.385%;
    width: 62%;
  }
}

.thanks .contactform .txt {
  border-bottom: 1px solid #fff;
  text-align: center;
}
.thanks .contactform .txt p {
  margin-bottom: 1.4em;
}
@media only screen and (min-width: 769px) {
  .thanks .contactform {
    padding: 6.111em 0;
  }
  .thanks .contactform .hl {
    margin-bottom: 1.889em;
  }
  .thanks .contactform .txt {
    line-height: 1.75;
    margin-bottom: 2em;
    padding-bottom: 1em;
    width: 88%;
  }
  .thanks .contactform .tel {
    margin: 0 auto 2.5em;
    width: 38.636%;
  }
  .thanks .contactform .tel dt {
    margin-bottom: 0.833em;
  }
  .thanks .contactform .tel dd {
    margin: auto;
    width: 86.471%;
  }
}
@media only screen and (max-width: 768px) {
  .thanks .contactform {
    padding: 3.077em 0;
  }
  .thanks .contactform .hl {
    margin-bottom: 1.231em;
  }
  .thanks .contactform .txt {
    font-size: 100%;
    line-height: 1.538;
    margin-bottom: 2em;
    padding-bottom: 1em;
    width: 92.1875%;
  }
  .thanks .contactform .tel {
    margin: 0 auto 1.538em;
    width: 79.661%;
  }
  .thanks .contactform .tel dt {
    margin-bottom: 0.923em;
  }
  .thanks .contactform .tel dd {
    margin: auto;
    width: 84.043%;
  }
}

.footer .list {
  text-align: center;
}
.footer .list li {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .footer {
    font-size: 88.889%;
    padding: 2.75em 0;
  }
  .footer li {
    margin: 0 1.5em;
  }
  .footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    font-size: 92.308%;
    padding: 1.4em 0;
  }
  .footer li {
    margin: .35em 0;
  }
}

/*# sourceMappingURL=style.css.map */
