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, input, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
html {
  font-size: 62.5%
}
body {
  line-height: 1;
  font-size: 1.4em;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  letter-spacing: 0.8px
}
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
}
button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none
}
img {
  vertical-align: bottom
}
::-webkit-input-placeholder {
  color: #ccc
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1
}
:-ms-input-placeholder {
  color: #ccc
}
@media only screen and (min-width: 768px) {
  footer {
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    margin: 60px 0 0 0;
	background-color: #1d342d
  }
  footer h2 {
    font-weight: bold;
    margin: 0 0 20px 0
  }
  footer nav {
    margin: 0 0 20px 0
  }
  footer nav ul li {
    display: inline-block;
    margin-right: 20px
  }
  footer nav ul li:last-child {
    margin: 0
  }
  footer nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff
  }
  footer nav ul li a:hover {
    text-decoration: none
  }
  footer p {
    margin: 0 0 20px 0
  }
  .page1_footer {
    background-color: #550521
  }
  .page2_footer {
    background-color: #eda338
  }
  .page3_footer {
    background-color: #0e375e
  }
  .page4_footer {
    background-color: #1d342d
  }
  .page5_footer {
    background-color: #7b68ee
  }
  .sitemapfooter {
    background-color: #aaa
  }
  #g_navi {
    width: 100%;
    background-color: #aaa
  }
  #g_navi ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: 980px;
    margin: 0 auto
  }
  #g_navi ul li {
    display: table-cell;
    vertical-align: middle;
    width: 25%
  }
  #g_navi ul li.active {
    font-weight: bold
  }
  #g_navi ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-decoration: none;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }
  #g_navi ul li a i {
    margin-right: 4px
  }
  #g_navi ul li:first-child i {
    font-size: 214x;
    font-size: 2.4rem;
    position: relative;
    top: 1px
  }
  #g_navi ul li:first-child.active a {
    background-color: #550521
  }
  #g_navi ul li:first-child a:hover {
    background-color: #550521
  }
  #g_navi ul li:nth-child(2) i {
    font-size: 19px;
    font-size: 1.9rem
  }
  #g_navi ul li:nth-child(2).active a {
    background-color: #eda338
  }
  #g_navi ul li:nth-child(2) a:hover {
    background-color: #eda338
  }
  #g_navi ul li:nth-child(3) i {
    font-size: 20px;
    font-size: 2rem
  }
  #g_navi ul li:nth-child(3).active a {
    background-color: #0e375e
  }
  #g_navi ul li:nth-child(3) a:hover {
    background-color: #0e375e
  }
  #g_navi ul li:nth-child(4) i {
    font-size: 21px;
    font-size: 2.1rem
  }
  #g_navi ul li:nth-child(4).active a {
    background-color: #1d342d
  }
  #g_navi ul li:nth-child(4) a:hover {
    background-color: #1d342d
  }
  header {
    *zoom: 1;
    width: 980px;
    margin: 0 auto;
    padding: 20px 0
  }
  header:after {
    content: "";
    display: block;
    clear: both
  }
  header p.logo {
    float: left
  }
  header p.logo a {
    display: block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
  }
  header p.logo a img {
    width: 320px
  }
  header p.logo a:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }
  header p.sitemap {
    float: right;
    line-height: 45px
  }
  header p.sitemap a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0673da
  }
  header p.sitemap a:hover {
    text-decoration: none
  }
  .forPC {
    display: block
  }
  .forSP {
    display: none
  }
  #toTheTop {
    position: fixed;
    right: 20px;
    bottom: 20px
  }
  #toTheTop a {
    display: block;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none
  }
  #toTheTop a:hover {
    background: #000
  }
  #toTheTop a i {
    font-size: 40px;
    font-size: 4rem;
    line-height: 60px;
    text-align: center;
    display: block
  }
  label.error {
    color: #c91212;
    font-weight: bold;
    position: relative;
    top: 6px
  }
  .page1_mainImg {
    background: url("../images/page1/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 230px
  }
  .page2_mainImg {
    background: url("../images/page2/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 230px
  }
  .page3_mainImg {
    background: url("../images/page3/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 230px
  }
  .page4_mainImg {
    background: url("../images/page4/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 230px
  }
  .page5_mainImg {
    background: url("../images/page5/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 230px
  }
  .mainImage {
    position: relative
  }
  .mainImage h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    font-size: 3rem
  }
  .mainImage h1 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 20px 0 0 0;
    font-weight: normal
  }
  .box1 ul {
    text-align: center;
    margin: 80px 0 0 0
  }
  .box1 ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 140px
  }
  .box1 ul li i {
    color: #fff;
    font-size: 70px;
    line-height: 130px
  }
  .box1 ul li:last-child {
    margin: 0
  }
  .box1 ul li:last-child i {
    font-size: 90px
  }
  .box1 ul .box1_item .box_item_img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #b64d72;
    margin: 0 auto
  }
  .box1 ul .box1_item .box_item_img img {
    width: 84px;
    margin: 22px 0
  }
  .box1 ul .box1_item .title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 20px 0 0 0
  }
  .latestNews {
    *zoom: 1;
    width: 980px;
    margin: 80px auto 0
  }
  .latestNews:after {
    content: "";
    display: block;
    clear: both
  }
  .latestNews h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 15px 0
  }
  .latestNews dl {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 24px
  }
  .latestNews dl a {
    color: #0673da
  }
  .latestNews dl a:hover {
    text-decoration: none
  }
  .latestNews dl dt {
    color: #aaa;
    float: left;
    clear: left
  }
  .latestNews dl dd {
    color: #000;
    float: left;
    display: inline-block;
    line-height: 1.5;
    margin: -4px 20px 20px 20px
  }
  .latestNews p {
    float: right;
    margin: 30px 0 0 0
  }
  .latestNews p a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #aaa
  }
  .latestNews p a:hover {
    text-decoration: none
  }
  .underConstruction {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
    margin: 80px 0
  }
  .box3 {
    width: 980px;
    margin: 60px auto 0;
    font-size: 18px;
    font-size: 1.8rem
  }
  .box3 > ul > li {
    border-top: 1px solid #ccc
  }
  .box3 > ul > li:last-child {
    border-bottom: 1px solid #ccc
  }
  .box3 .box3_item {
    display: table;
    table-layout: fixed;
    width: 100%
  }
  .box3 .box3_item > div {
    display: table-cell;
    vertical-align: top;
    padding: 30px
  }
  .box3 .box3_item_left {
    width: 30%;
    background-color: #d4daeb
  }
  .box3 .box3_item_left p {
    font-weight: bold
  }
  .box3 .box3_item_right {
    width: 70%;
    border-right: 1px solid #ccc
  }
  .box3 .box3_item_right ul {
    margin-top: -6px
  }
  .box3 .box3_item_right ul li {
    line-height: 1.7
  }
  .box3 .box3_item_right .fifty {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 0 0
  }
  .box3 .box3_item_right #map_canvas {
    margin-top: 20px;
    width: 100%;
    height: 300px
  }
  .box3 .box3_item_right .way {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem
  }
  .box3 .box3_item_right .way li {
    line-height: 1.4
  }
  .box4 {
    margin: 60px 0 0 0
  }
  .box4 ol {
    width: 980px;
    margin: 0 auto
  }
  .box4 ol li {
    display: inline-block;
    margin-right: 41px;
    position: relative;
    background-color: #47a589;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
    width: 296px;
    text-align: center
  }
  .box4 ol li.active {
    font-weight: bold;
    background-color: #1d342d
  }
  .box4 ol li.active span {
    font-weight: normal
  }
  .box4 ol li.active:before {
    border: 25px solid transparent;
    border-left: 25px solid #1d342d
  }
  .box4 ol li:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 25px solid #47a589
  }
  .box4 ol li:last-child {
    margin: 0
  }
  .box4 ol li:last-child:before {
    display: none
  }
  .box4 ol li span {
    margin-right: 10px
  }
  .box4 form .field {
    width: 980px;
    margin: 40px auto 0
  }
  .box4 form .field li {
    border-top: 1px solid #ccc;
    padding: 30px 20px
  }
  .box4 form .field li:last-child {
    border-bottom: 1px solid #ccc
  }
  .box4 form .field li:last-child dt {
    vertical-align: top !important;
    padding-top: 14px
  }
  .box4 form .btn {
    text-align: center;
    margin: 40px 0 0 0
  }
  .box4 form .btn li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
  }
  .box4 form .btn li:last-child {
    margin: 0
  }
  .box4 form .backBtn {
    display: block;
    border-radius: 6px;
    background-color: #aaa;
    font-size: 14px;
    font-size: 1.4rem;
    width: 200px;
    line-height: 40px;
    text-decoration: none
  }
  .box4 form .backBtn:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }
  .box4 form .backBtn input {
    cursor: pointer
  }
  .box4 form .s_btn {
    width: 400px;
    display: block;
    background-color: #aaa;
    box-shadow: 0 4px 0 #777;
    border-radius: 6px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold
  }
  .box4 form .s_btn_active {
    background-color: #1d342d;
    box-shadow: 0 4px 0 #002002;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }
  .box4 form .s_btn_active:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }
  .box4 .box4_item {
    font-size: 18px;
    font-size: 1.8rem
  }
  .box4 .box4_item dl {
    display: table;
    table-layout: fixed;
    width: 100%
  }
  .box4 .box4_item dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    padding-top: 24px
  }
  .box4 .box4_item dl dt span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    background-color: #c91212;
    border-radius: 4px;
    text-align: center;
    padding: 4px;
    margin-right: 10px;
    position: relative;
    top: -2px
  }
  .box4 .box4_item dl dd {
    display: table-cell;
    vertical-align: middle
  }
  .box4 .box4_item dl dd input, .box4 .box4_item dl dd textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 14px;
    width: 100%
  }
  .box4 .box4_item dl dd input {
    height: 62px
  }
  .box4 .box4_item dl dd textarea {
    resize: none
  }
  #box4_confirm .box4_item dt {
    padding: 0
  }
  .completeText {
    margin: 80px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center
  }
  .box5 {
    margin: 60px
  }
  .box5_c {
    width: 80%;
    margin: 0 auto;
    max-width: 980px;
  }
  .box5 h2 {
    font-size: 1.8em;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 10px 0
  }
  .box5 p {
    font-size: 1.5em;
    text-align: left;
    line-height: 1.5em;
  }
  .box5 ul {
    margin: 20px;
    list-style-type: decimal;
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .sitemapArea {
    width: 980px;
    margin: 60px auto 0
  }
  .sitemapArea h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px 0
  }
  .sitemapArea ul li {
    line-height: 2.2
  }
  .sitemapArea ul li a {
    color: #0673da;
    font-size: 16px;
    font-size: 1.6rem
  }
  .sitemapArea ul li a:hover {
    text-decoration: none
  }
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
	background-color: #1d342d;
    margin: 40px 0 0 0
  }
  footer h2 {
    font-weight: bold;
    margin: 0 0 14px 0
  }
  footer nav {
    margin: 0 0 14px 0
  }
  footer nav ul li {
    display: inline-block;
    margin-right: 20px
  }
  footer nav ul li:last-child {
    margin: 0
  }
  footer nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
  }
  footer p {
    margin: 0 0 14px 0
  }
  footer small {
    line-height: 1.4
  }
	
  .page1_footer {
    background-color: #550521
  }
  .page2_footer {
    background-color: #eda338
  }
  .page3_footer {
    background-color: #0e375e
  }
  .page4_footer {
    background-color: #1d342d
  }
  .page5_footer {
    background-color: #7b68ee
  }
  #g_navi {
    width: 260px;
    position: fixed;
    top: 0;
    right: -260px;
    z-index: 12
  }
  #g_navi ul.page1_navi {
    background-color: #550521
  }
  #g_navi ul.page2_navi {
    background-color: #eda338
  }
  #g_navi ul.page3_navi {
    background-color: #0e375e
  }
  #g_navi ul.page4_navi {
    background-color: #1d342d
  }
  .page5_navi {
    background-color: #7b68ee
  }
  #g_navi ul li {
    border-bottom: 1px solid #fff
  }
  #g_navi ul li:last-child {
    border: none
  }
  #g_navi ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 54px;
    text-decoration: none;
    padding: 0 10px;
    position: relative;
    font-weight: bold
  }
  #g_navi ul li a i {
    display: inline-block;
    font-weight: normal
  }
  #g_navi ul li a i.fa-home {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 4px;
    position: relative;
    top: 1px
  }
  #g_navi ul li a i.fa-desktop {
    margin-right: 4px;
    padding-left: 2px
  }
  #g_navi ul li a i.fa-building {
    margin-right: 4px;
    padding-left: 4px
  }
  #g_navi ul li a i.fa-envelope {
    margin-right: 4px
  }
  #g_navi ul li a i.fa-chevron-right {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .close_btn {
    display: none;
    position: fixed;
    top: 10px;
    right: 290px;
    z-index: 12
  }
  .close_btn a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-size: 3rem
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 120%
  }
  header {
    *zoom: 1;
    width: 100%;
    position: fixed;
    height: 52px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 4;
    top: 0;
    left: 0
  }
  header:after {
    content: "";
    display: block;
    clear: both
  }
  header .logo {
    float: left;
    padding: 10px
  }
  header .logo a {
    display: block
  }
  header .logo a img {
    width: 220px
  }
  header button {
    float: right;
    color: #fff;
    background-color: #aaa;
    padding: 8px 6px
  }
  header button span {
    display: block;
    font-size: 20px;
    font-size: 2rem
  }
  .forPC {
    display: none
  }
  .forSP {
    display: block
  }
  .wrapper {
    position: relative
  }
  #toTheTop {
    position: fixed;
    right: 10px;
    bottom: 10px
  }
  #toTheTop a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none
  }
  #toTheTop a i {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    text-align: center;
    display: block
  }
  label.error {
    color: #c91212;
    font-weight: bold;
    position: relative;
    top: 6px
  }
  .page1_mainImg {
    background: url("../images/page1/bg_for_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 180px
  }
  .page2_mainImg {
    background: url("../images/page2/bg_for_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 180px
  }
  .page3_mainImg {
    background: url("../images/page3/bg_for_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 180px
  }
  .page4_mainImg {
    background: url("../images/page4/bg_for_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 180px
  }
  .page5_mainImg {
    background: url("../images/page5/bg_for_sp.jpg") no-repeat top center;
    background-size: cover;
    height: 180px
  }
  .mainImage {
    padding: 52px 0 0 0;
    margin: 52px 0 0 0;
    color: #fff;
    position: relative
  }
  .mainImage h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center
  }
  .mainImage h1 span {
    font-weight: normal;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 14px
  }
  .box1 ul {
    text-align: center;
    margin: 20px 0 0 0
  }
  .box1 ul li {
    margin-bottom: 20px
  }
  .box1 ul li i {
    color: #fff;
    font-size: 70px;
    line-height: 130px
  }
  .box1 ul li:last-child {
    margin: 0
  }
  .box1 ul li:last-child i {
    font-size: 90px
  }
  .box1 ul .box1_item .box_item_img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #b64d72;
    margin: 0 auto
  }
  .box1 ul .box1_item .box_item_img img {
    width: 84px;
    margin: 22px 0
  }
  .box1 ul .box1_item .title {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px 0 0 0
  }
  .latestNews {
    *zoom: 1;
    margin: 30px 10px 0
  }
  .latestNews:after {
    content: "";
    display: block;
    clear: both
  }
  .latestNews h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 15px 0
  }
  .latestNews dl {
    font-size: 16px;
    font-size: 1.6rem
  }
  .latestNews dl a {
    color: #0673da
  }
  .latestNews dl dt {
    color: #aaa
  }
  .latestNews dl dd {
    color: #000;
    display: inline-block;
    line-height: 1.5;
    padding: 10px 0 14px 10px
  }
  .latestNews p {
    float: right;
    margin: 10px 0 0 0
  }
  .latestNews p a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #aaa
  }
  .underConstruction {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    margin: 130px 0
  }
  .box3 {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem
  }
  .box3 > ul > li {
    border-top: 1px solid #ccc
  }
  .box3 > ul > li:last-child {
    border-bottom: 1px solid #ccc
  }
  .box3 .box3_item {
    display: table;
    table-layout: fixed;
    width: 100%
  }
  .box3 .box3_item > div {
    display: table-cell;
    vertical-align: top;
    padding: 20px
  }
  .box3 .box3_item_left {
    width: 26%;
    background-color: #d4daeb
  }
  .box3 .box3_item_left p {
    font-weight: bold;
    line-height: 1.4;
    margin-top: -4px
  }
  .box3 .box3_item_right {
    width: 74%;
    border-right: 1px solid #ccc
  }
  .box3 .box3_item_right ul {
    margin-top: -6px
  }
  .box3 .box3_item_right ul li {
    line-height: 1.7
  }
  .box3 .box3_item_right .fifty {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 0 0
  }
  .box3 .box3_item_right #map_canvas {
    margin-top: 20px;
    width: 100%;
    height: 300px
  }
  .box3 .box3_item_right .way {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem
  }
  .box3 .box3_item_right .way li {
    line-height: 1.4
  }
  .box3 .box3_item_right p {
    line-height: 1.4;
    margin-top: -4px
  }
  .box4 {
    margin: 20px 0 0 0;
    padding: 0 10px
  }
  .box4 ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .box4 ol li {
    vertical-align: middle;
    margin-right: 26px;
    position: relative;
    background-color: #47a589;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    width: 33%;
    text-align: center;
    height: 50px
  }
  .box4 ol li.active {
    font-weight: bold;
    background-color: #1d342d
  }
  .box4 ol li.active span {
    font-weight: normal
  }
  .box4 ol li.active:before {
    border: 25px solid transparent;
    border-left: 25px solid #1d342d
  }
  .box4 ol li:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 25px solid #47a589
  }
  .box4 ol li:last-child {
    margin: 0
  }
  .box4 ol li:last-child:before {
    display: none
  }
  .box4 ol li span {
    display: block;
    margin: 8px 0 4px
  }
  .box4 form .field {
    margin-top: 20px
  }
  .box4 form .field li {
    border-top: 1px solid #ccc;
    padding: 10px 0
  }
  .box4 form .field li:last-child {
    border-bottom: 1px solid #ccc
  }
  .box4 form .field li:last-child dt {
    vertical-align: top !important;
    padding-top: 14px
  }
  .box4 form .btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
    margin: 20px 0 0
  }
  .box4 form .btn li {
    display: table-cell;
    vertical-align: middle
  }
  .box4 form .btn li.backBtnWrap {
    width: 40%
  }
  .box4 form .btn li.s_btnWrap {
    width: 100%
  }
  .box4 form .backBtn {
    display: block;
    border-radius: 6px;
    background-color: #aaa;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    margin-right: 10px
  }
  .box4 form .backBtn:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }
  .box4 form .backBtn input {
    cursor: pointer
  }
  .box4 form .s_btn {
    display: block;
    background-color: #aaa;
    box-shadow: 0 4px 0 #777;
    border-radius: 6px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold
  }
  .box4 form .s_btn_active {
    background-color: #1d342d;
    box-shadow: 0 4px 0 #002002;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
  }
  .box4 form .s_btn_active:hover {
    opacity: .7;
    filter: alpha(opacity=70)
  }
  .box4 .box4_item {
    font-size: 16px;
    font-size: 1.6rem
  }
  .box4 .box4_item dl {
    display: table;
    table-layout: fixed;
    width: 100%
  }
  .box4 .box4_item dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 10px
  }
  .box4 .box4_item dl dt span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    background-color: #c91212;
    border-radius: 4px;
    text-align: center;
    padding: 2px;
    margin-right: 6px;
    position: relative;
    top: -2px
  }
  .box4 .box4_item dl dd {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 0 0 0 10px
  }
  .box4 .box4_item dl dd input, .box4 .box4_item dl dd textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 14px;
    width: 100%
  }
  .box4 .box4_item dl dd input {
    height: 62px
  }
  .box4 .box4_item dl dd textarea {
    resize: none
  }
  #box4_confirm .box4_item dt {
    padding: 0
  }
  .box5 {
    margin: 60px 10px;
  }
  .box5_c {
    width: 90%;
    margin: 0 auto;
    max-width: 980px;
  }
  .box5 h2 {
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 10px 0
  }
  .box5 p {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.3em;
  }
  .box5 ul {
    margin: 20px;
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1em;
  }
  .completeText {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
    margin: 130px 0
  }
}