@charset "UTF-8";
/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

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

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

.font01 {
  font-family: tbudgothic-std, sans-serif !important;
  font-weight: 900;
  font-style: normal;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1340px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 750px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header {
  min-width: 1280px;
  height: 140px;
  position: fixed;
  background-color: #FFF;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header * {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .wrapper {
  margin: 0 auto;
  padding-left: 40px;
}

header .wrapper .logo {
  width: 188px;
  display: block;
  float: left;
  margin-top: 25px;
}

header .wrapper .logo img {
  width: 100%;
  display: block;
}

header .wrapper .gnav {
  width: 540px;
  float: right;
  font-size: 0;
  text-align: right;
  padding-right: 20px;
}

header .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  margin: 57px 10px 0;
}

header .wrapper .gnav li:first-child {
  margin-left: 0;
}

header .wrapper .gnav li:last-child {
  margin-right: 0;
}

header .wrapper .gnav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
}

header .wrapper .btnbox {
  width: 450px;
  float: right;
}

header .wrapper .btnbox a {
  width: 150px;
  display: block;
  float: left;
  height: 140px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

header .wrapper .btnbox a.btn01 {
  background-color: #ff921e;
  padding-top: 35px;
}

header .wrapper .btnbox a.btn01 img {
  width: 30px;
  display: block;
  margin: 0 auto 5px;
}

header .wrapper .btnbox a.btn02 {
  background-color: #006295;
  padding-top: 51px;
}

header .wrapper .btnbox a.btn02 img {
  width: 35px;
  display: block;
  margin: 0 auto 8px;
}

header .wrapper .btnbox a.btn03 {
    background-color: #1f8014;
    padding-top: 51px;
  }

  header .wrapper .btnbox a.btn03 img {
    width: 23px;
    display: block;
    margin: 0 auto 5px;
  }


header.mini {
  height: 80px;
}

header.mini .wrapper {
  margin: 0 auto;
  padding-left: 40px;
}

header.mini .wrapper .logo {
  width: 120px;
  margin-top: 13px;
}

header.mini .wrapper .gnav {
  width: 750px;
  float: right;
  font-size: 0;
  text-align: right;
  padding-right: 20px;
}

header.mini .wrapper .gnav li {
  display: inline-block;
  vertical-align: top;
  margin: 27px 10px 0;
}

header.mini .wrapper .gnav li:first-child {
  margin-left: 0;
}

header.mini .wrapper .gnav li:last-child {
  margin-right: 0;
}

header.mini .wrapper .gnav li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  padding: 0 10px;
}

header.mini .wrapper .btnbox {
  width: 450px;
  float: right;
}

header.mini .wrapper .btnbox a {
  width: 150px;
  display: block;
  float: left;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

header.mini .wrapper .btnbox a.btn01 {
  background-color: #ff921e;
  padding-top: 13px;
}

header.mini .wrapper .btnbox a.btn01 img {
  width: 20px;
  display: block;
  margin: 0 auto 5px;
}

header.mini .wrapper .btnbox a.btn02 {
  background-color: #006295;
  padding-top: 25px;
}

header.mini .wrapper .btnbox a.btn02 img {
  width: 23px;
  display: block;
  margin: 0 auto 6px;
}

header.mini .wrapper .btnbox a.btn03 {
    background-color: #1f8014;
    padding-top: 21px;
  }

  header.mini .wrapper .btnbox a.btn03 img {
    width: 20px;
    display: block;
    margin: 0 auto 5px;
  }


header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  margin-top: 140px;
}

main .btn_req {
  width: 775px;
  height: 110px;
  display: block;
  background-color: #ff921e;
  margin: 0 auto;
  line-height: 110px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px gray;
  box-shadow: 2px 2px 4px gray;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

main .btn_req.ef_btn_req {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

main .btn_req:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  background-color: #006295;
}

main section.inview {
  position: relative;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transform: translate(0, 250px);
  -ms-transform: translate(0, 250px);
  transform: translate(0, 250px);
}

main section.ef_section {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

main section .idpoint {
  position: absolute;
  top: -80px;
  width: 1px;
  height: 1px;
  left: 0;
}

main section.s01 {
  background-image: url(../images/bg_tr_s01.jpg);
  background-size: cover;
  background-position: bottom center;
}

main section.s01 .wrapper {
  padding: 105px 0;
  width: 1200px;
  margin: 0 auto;
}

main section.s01 .wrapper h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #006295;
  text-shadow: 1px 1px 3px #fff;
}

main section.s01 .wrapper .t01 {
  color: #de0000;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color: #de0000;
  letter-spacing: 2px;
}

main section.s01 .wrapper .option {
  width: 600px;
  border: 3px solid #006295;
  background-color: #fff;
  border-radius: 15px;
  margin: 100px auto 0;
  padding: 40px 50px 25px;
  position: relative;
}

main section.s01 .wrapper .option .t02 {
  width: 350px;
  height: 50px;
  background-color: #006295;
  border-radius: 10px;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

main section.s01 .wrapper .option ul li {
  font-size: 20px;
  line-height: 140%;
  margin: 20px 0;
  padding-left: 36px;
  background-image: url(../images/icon_check01.svg);
  background-repeat: no-repeat;
  background-position: center left 0;
  font-weight: bold;
}

main section.s01 .wrapper .t03 {
  width: 800px;
  margin: 30px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #006295;
}

main section.s10 {
  padding: 100px 0 100px;
  background-size: 100% 100%;
}
main section.s40 {
  padding: 30px 0 50px;
  background-size: 100% 100%;
}

main section .wrapper .icon {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
}

main section .wrapper h6 {
  text-align: center;
  font-weight: bold;
  color: #006295;
  font-size: 32px;
  margin-top: 15px;
}

main section .wrapper .form {
  width: 760px;
  margin: 60px auto 0;
}

main section .wrapper .form dl {
  background-color: #DFEEF4;
  margin-bottom: 25px;
}
main section.s40 .wrapper .form dl {
  margin-bottom: 15px;
}

main section .wrapper .form dl dt {
  width: 50px;
  float: left;
  padding: 13px 0 0 15px;
}

main section .wrapper .form dl dt span {
  display: block;
  width: 32px;
  height: 22px;
  border: 2px solid #ff0000;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #f00;
  font-weight: bold;
}

main section .wrapper .form dl dd {
  width: calc(100% - 50px) !important;
  float: right;
  background-color: #DFEEF4;
}

main section .wrapper .form dl dd input[type="text"],
main section .wrapper .form dl dd input[type="email"],
main section .wrapper .form dl dd input[type="password"],
main section .wrapper .form dl dd input[type="number"],
main section .wrapper .form dl dd input[type="tel"]{
  width: 100% !important;
  display: block !important;
  height: 50px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  background-color: #DFEEF4;
}
main section .wrapper .form dl dd .row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px;
}
main section .wrapper .form dl dd .row .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}
main section .wrapper .form dl dd .help-block{
  padding: 0px 15px 15px;
  color: red;
  font-weight: bold;
  display: none;
}


main section .wrapper .form  .input {
  width: 100% !important;
  display: block !important;
  height: 50px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
}
main section .wrapper .form dl dd select {
  width: 100% !important;
  display: block !important;
  height: 50px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  background-color: #DFEEF4;
}

main section .wrapper .form dl dd textarea {
  width: 100% !important;
  display: block !important;
  height: 150px !important;
  padding: 10px 15px;
  line-height: 30px !important;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  background-color: #DFEEF4;
}

main section .wrapper .form .agree {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}

main section .wrapper .form .agree input {
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-right: 10px;
}

main section .wrapper .form .agree a {
  text-decoration: none;
  color: #006295;
  font-weight: bold;
}

main section .submitbtn {
  background-color: #ff921e !important;
  display: block !important;
  width: 570px !important;
  height: 95px !important;
  margin: 60px auto 0 !important;
  border: none !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.1);
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  line-height: 95px;
}

main section .submitbtn:hover {
  cursor: pointer;
  background-color: #006295 !important;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 750px) {
  main section .submitbtn {
    width: 300px !important;
    height: 50px !important;
    margin: 30px auto 0 !important;
    font-size: 18px;
    line-height: 50px;
  }
}

footer {
  padding: 70px 0;
}

footer .logo {
  width: 188px;
  display: block;
  margin: 0 auto;
}

footer .logo img {
  width: 100%;
  display: block;
}

footer .footermenu {
  text-align: center;
  margin-top: 30px;
}

footer .footermenu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-right: 1px solid #aaa;
  line-height: 100%;
}

footer .footermenu li:last-child {
  border: none;
}

footer .footermenu li:hover {
  cursor: pointer;
  color: #006295;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

footer .copy {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

footer .fmenubox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}

footer .fmenubox .box {
  width: 1200px;
  height: 600px;
  position: absolute;
  top: calc(50% - 300px);
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 3px solid #00acc1;
  border-radius: 10px;
  background-color: #e6f3f3;
  padding: 40px;
}

footer .fmenubox .box .contents {
  height: 514px;
  overflow-y: auto;
}

footer .fmenubox .box .contents.contents01 table {
  width: 800px;
  margin: 0 auto;
}

footer .fmenubox .box .contents.contents01 table tr th {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

footer .fmenubox .box .contents.contents01 table tr td a {
  color: #006295;
}

footer .fmenubox .box .contents.contents03 .subttl03 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #006295;
}

footer .fmenubox .box .contents.contents03 h2 {
  font-weight: bold;
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
}

footer .fmenubox .box .contents.contents03 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

footer .fmenubox .box .contents.contents03 p {
  font-size: 14px;
}

footer .fmenubox .box .fmenuclose {
  width: 40px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
}

footer .fmenubox .box .fmenuclose:hover {
  opacity: .6;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.with-errors {
  color: red;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 750px) {
  header,
  header.mini {
    min-width: 0;
    height: 40px;
  }
  header .wrapper,
  header.mini .wrapper {
    margin: 0 auto;
    padding-left: 15px;
  }
  header .wrapper .logo,
  header.mini .wrapper .logo {
    width: 60px;
    display: block;
    float: left;
    margin-top: 7px;
  }
  header .wrapper .logo img,
  header.mini .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav,
  header.mini .wrapper .gnav {
    display: none;
  }
  header .wrapper .btnbox,
  header.mini .wrapper .btnbox {
    width: 240px;
    float: right;
    margin-right: 50px;
  }
  header .wrapper .btnbox a,
  header.mini .wrapper .btnbox a {
    width: 90px;
    display: block;
    float: left;
    height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 13px !important;
  }
  header .wrapper .btnbox a img,
  header.mini .wrapper .btnbox a img {
    display: none !important;
  }
  header .wrapper .btnbox a.btn01,
  header.mini .wrapper .btnbox a.btn01 {
    background-color: #ff921e;
    padding-top: 35px;
  }
  header .wrapper .btnbox a.btn01 img,
  header.mini .wrapper .btnbox a.btn01 img {
    width: 30px;
    display: block;
    margin: 0 auto 5px;
  }
  header .wrapper .btnbox a.btn02,
  header.mini .wrapper .btnbox a.btn02 {
    width: 60px;
    background-color: #006295;
    padding-top: 51px;
  }
  header .wrapper .btnbox a.btn02 img,
  header.mini .wrapper .btnbox a.btn02 img {
    width: 35px;
    display: block;
    margin: 0 auto 8px;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
  }
  header .spmenu {
    position: absolute;
    background-color: #006295;
    padding: 20px;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main {
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  main input[type="submit"], main textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  main .btn_req {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px gray;
    box-shadow: 1px 1px 2px gray;
  }
  main section.inview {
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    transform: translate(0, 120px);
  }
  main section.ef_section {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  main section .idpoint {
    top: -40px;
  }
  main section.s01 .wrapper {
    padding: 50px 20px 40px;
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #006295;
    text-shadow: 1px 1px 3px #fff;
    line-height: 140%;
  }
  main section.s01 .wrapper .t01 {
    color: #de0000;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    color: #de0000;
    letter-spacing: 1px;
  }
  main section.s01 .wrapper .option {
    width: 600px;
    max-width: 100%;
    border: 2px solid #006295;
    background-color: #fff;
    border-radius: 10px;
    margin: 50px auto 0;
    padding: 30px 20px 15px;
    position: relative;
  }
  main section.s01 .wrapper .option .t02 {
    width: 250px;
    height: 40px;
    background-color: #006295;
    border-radius: 6px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  main section.s01 .wrapper .option ul li {
    font-size: 16px;
    line-height: 140%;
    margin: 10px 0;
    padding-left: 26px;
    background-image: url(../images/icon_check01.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center left 0;
    font-weight: bold;
  }
  main section.s01 .wrapper .t03 {
    width: 800px;
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    color: #006295;
  }
  main section.s10 {
    padding: 50px 20px 50px;
  }
  main section.s10 .wrapper .icon,
  main section.s40 .wrapper .icon{
    width: 33px;
    display: block;
    margin: 0 auto;
  }
  main section.s40 {
    padding: 30px 20px 50px;
  }
  main section .wrapper h6 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
  }
  main section .wrapper .form {
    width: 100%;
    margin: 40px auto 0;
  }
  main section .wrapper .form .labelbox {
    margin-bottom: 10px;
  }
  main section .wrapper .form .labelbox label {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
  }
  main section .wrapper .form .labelbox label:hover {
    opacity: .6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
  }
  main section .wrapper .form .labelbox label input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 2px 8px 0 0;
    background-color: #fff !important;
  }
  main section .wrapper .form .labelbox + dl {
    margin-top: 30px;
  }
  main section .wrapper .form dl {
    margin-bottom: 15px;
  }
  main section.s40 .wrapper .form dl {
    margin-bottom: 10px;
  }
  main section .wrapper .form dl dt {
    width: 40px;
    float: left;
    padding: 10px 0 0 10px;
  }
  main section .wrapper .form dl dt span {
    display: block;
    width: 26px;
    height: 20px;
    border: 1px solid #ff0000;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #f00;
    font-weight: bold;
  }
  main section .wrapper .form dl dd {
    width: calc(100% - 40px) !important;
    float: right;
  }
  main section .wrapper .form dl dd input[type="text"],
  main section .wrapper .form dl dd input[type="email"],
  main section .wrapper .form dl dd input[type="password"],
  main section .wrapper .form dl dd input[type="number"]  {
    width: 100% !important;
    display: block !important;
    height: 40px !important;
    padding: 10px 10px;
    line-height: 20px !important;
    font-size: 16px;
    border: none !important;
    outline: none !important;
  }
  main section .wrapper .form dl dd input::-webkit-input-placeholder {
    font-size: 13px;
  }
  main section .wrapper .form dl dd input:-ms-input-placeholder {
    font-size: 13px;
  }
  main section .wrapper .form dl dd input::-ms-input-placeholder {
    font-size: 13px;
  }
  main section .wrapper .form dl dd input::placeholder {
    font-size: 13px;
  }
  main section .wrapper .form dl dd textarea {
    width: 100% !important;
    height: 120px !important;
    display: block !important;
    padding: 10px 10px;
    line-height: 20px !important;
    font-size: 16px;
    border: none !important;
    outline: none !important;
  }
  main section .wrapper .form .agree {
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  main section .wrapper .form .agree input {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 10px;
  }
  main section .wrapper .form .agree a {
    text-decoration: none;
    color: #006295;
    font-weight: bold;
  }
  main section .wrapper .form .submitbtn {
    background-color: #ff921e !important;
    display: block !important;
    width: 300px !important;
    height: 50px !important;
    margin: 30px auto 0 !important;
    border: none !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    line-height: 50px;
  }
  main section .wrapper .form .submitbtn:hover {
    cursor: pointer;
    background-color: #006295 !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  footer {
    padding: 40px 20px;
  }
  footer .logo {
    width: 68px;
    display: block;
    margin: 0 auto;
  }
  footer .logo img {
    width: 100%;
    display: block;
  }
  footer .footermenu {
    text-align: center;
    margin-top: 20px;
  }
  footer .footermenu li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border: none;
    display: block;
    text-align: center;
    line-height: 100%;
    font-size: 12px;
  }
  footer .footermenu li a {
    text-decoration: none;
    color: #666;
    font-size: 13px;
    font-weight: bold;
  }
  footer .copy {
    text-align: center;
    margin-top: 15px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
  }
  footer .fmenubox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000000;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    padding: 30px;
  }
  footer .fmenubox .box {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    border: 2px solid #00acc1;
    border-radius: 6px;
    background-color: #e6f3f3;
    padding: 20px;
  }
  footer .fmenubox .box .contents {
    height: 300px;
    overflow-y: auto;
  }
  footer .fmenubox .box .contents.contents01 table {
    width: 100%;
    margin: 0 auto;
  }
  footer .fmenubox .box .contents.contents01 table tr th {
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
  }
  footer .fmenubox .box .contents.contents01 table tr td {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents01 table tr td a {
    color: #006295;
  }
  footer .fmenubox .box .contents.contents02 p {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents03 .subttl03 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #006295;
  }
  footer .fmenubox .box .contents.contents03 h2 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }
  footer .fmenubox .box .contents.contents03 h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  footer .fmenubox .box .contents.contents03 p {
    font-size: 12px;
  }
  footer .fmenubox .box .contents.contents03 li {
    font-size: 12px;
  }
  footer .fmenubox .box .fmenuclose {
    width: 30px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
  }
  footer .fmenubox .box .fmenuclose:hover {
    opacity: .6;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
}


main section.s15 {
  padding: 100px 0 100px;
  background-color: #00acc1;
  background-size: 100% 100%;
}

main section.s15 .wrapper .icon {
  width: 93px;
  display: block;
  margin: 0 auto;
}

main section.s15 .wrapper h6 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 32px;
  margin-top: 15px;
}


.category {
  background: #fafafa;
}
.categories .col-6:first-child {
  padding-right: 0.7rem;
}
.categories .col-6:last-child {
  padding-left: 0.7rem;
}
.categories .col-6:first-child .category {
  margin-right: 0;
  margin-left: 0;
}
.categories .col-6:last-child .category {
  margin-right: 0;
  margin-left: 0;
}
.category .category_name {
  background: #0087bf;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem 0 0.4rem;
}
.category li {
  width: 50%;
  display: block;
  font-size: 95%;
  padding-left: 5px;
}
.category li:nth-child(even):last-child,
.category li.only {
  width: 100%;
}
.category li.category_all {
  color: red;
  font-weight: bold;
  width: 100%;
}
.category li span {
  display: block;
  padding-right: 5px;
}
.category .sub_categories {
  background: #fafafa;
  padding: 0.8rem 0.2rem;
}
.category.split .sub_categories {
  display: flex;
  flex-wrap: wrap;
}

.category .sub_categories li{
  margin: 0;
  padding: 0 5px;
}
.category .sub_categories label{
  display: flex;
}
.category .sub_categories label span{
  padding-left: 0.4em;
}

.category .category_all.hidden {
  display: none;
}
.category.category_close .slide {
  display: none;
}
#industryclass .category .category_name {
  position: relative;
  padding: 0.4rem 0 0.4rem;
}
#industryclass .category .category_name::after {
  width: 18px;
  height: 18px;
  background: no-repeat right center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';
}
#industryclass .category.category_open .category_name::after {
  background: url('/assets/v1/common/images/top/ico_side_tab01.png');
}
#industryclass .category.category_close .category_name::after {
  background: url('/assets/v1/common/images/top/ico_side_tab.png');
}
#industryclass .category{
  margin-bottom: 3px;
}
