@charset "utf-8";

body {
  background: url("/images/bk.jpg");
  position: relative;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-device-width:480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
header {
  margin-bottom: 15px;
}
header h1 {
  width: 100%;
  text-align: center;
  background: url("/images/h-bk.jpg");
}
header nav {
  width: 100%;
  background: #FFF7D0;
}
header nav ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  background: #FFF7D0;
}
header nav li {
  width: 16.6%;
  display: table-cell;
}
header nav li a {
  display: block;
  padding: 0 0 10px;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
}
header nav li a:hover {
  background: #FCD781;
}
.contents {
  width: 780px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0px 65px 25px;
}
.main {
  float: left;
  width: 720px;
  font-size: 34px;
  line-hight: 1.6rem;
}
.sub {
  float: left;
  width: 720px;
  font-size: 1.2rem;
}
.smart_none{display:none;}
}
.sub h2 {
  margin-bottom: 10px;
  padding: 15px 0;
  background: #ffa500;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}
.sub >nav >ul > li {
  margin-bottom: 15px;
}
.sub a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.contents-img {
  text-align: center;
  margin-bottom: 30px;
}
footer {
  width: 780px;
  padding: 30px 0;
  background: #000;
  color: #ccc;
}
footer p {
  text-align: center;
}
.mt40 {
  margin-top: 40px !important;
}
p.top-visual img {width: 780px; }
}
<style type="text/css">
#smartwizard.sw-theme-arrows .sw-container {
  min-height: 200px
}
#smartwizard.sw-theme-arrows .step-content {
  padding: 10px 0;
  border: 0 solid #d4d4d4;
  background-color: #FFF;
  text-align: left
}
#smartwizard.sw-theme-arrows .sw-toolbar {
  background: #fff;
  border-radius: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-top {
  border-bottom-color: #fff!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-bottom {
  border-top-color: #fff!important;
  border-bottom-color: #ddd!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor {
  display: block;
  border: 0 solid #ccc!important;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  margin-top: 20px
}
#smartwizard.sw-theme-arrows>ul.step-anchor li+li:before {
  padding: 0
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li {
  float: left
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a {
  color: #bbb;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #ddd
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li:first-child>a {
  padding-left: 15px
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #ffc107;
  border-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover:after {
  border-left-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
  color: #4285f4!important;
  background: #46b8da!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
  border-color: #5bc0de!important;
  color: #fff!important;
  background: #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a:after {
  border-left: 30px solid #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a {
  border-color: #5cb85c!important;
  color: #fff!important;
  background: #5cb85c!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a:after {
  border-left: 30px solid #5cb85c
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.danger>a {
  border-color: #d9534f!important;
  color: #d9534f!important;
  background: #fff!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled>a, .sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
  color: #eee!important
}
</style>
