@charset "UTF-8";
* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
figcaption,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
ul,
ol {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wide {
  display: none;
}
.second article:after,
.flow2 li:after,
ol.flow1:after {
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0.1px;
  visibility: hidden;
  clear: both;
}
.second article,
.flow2 li,
ol.flow1 {
  zoom: 1;
}
ol.flow1 li {
  margin-right: 3.5%;
  position: relative;
  width: 31%;
  float: left;
}
ol.flow1 li figure {
  display: block;
}
ol.flow1 li figure figcaption {
  margin-top: 2%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #014099;
}
ol.flow1 li::after {
  content: url("../img/arrow_x.png");
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 3em;
  right: -1.5em;
  z-index: 5;
}
ol.flow1 li:nth-last-of-type(1) {
  margin-right: 0;
}
ol.flow1 li:nth-last-of-type(1)::after {
  display: none;
}
h2.caption {
  padding: 10px 0;
  background: #014099;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
p.text {
  line-height: 2em;
}
.intro {
  padding: 1em 0;
  background-image: url("../img/intro/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.intro h1 {
  padding: 0 1em;
}
.first {
  margin-bottom: 2em;
}
.first h2 {
  margin-bottom: 1em;
  padding: 1em 0;
  background: #014099;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.first h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #014099;
  font-size: 18px;
}
.first p.box {
  margin: 0 auto 1em;
  padding: 0.5em;
  border: 3px solid #014099;
  width: 90%;
  font-weight: bold;
  font-size: 16px;
}
.first p.box strong {
  color: #f00;
}
.first .flow1 {
  margin: 0 auto 1em;
  width: 94%;
}
.second {
  margin: 0 auto 2em;
  width: 94%;
}
.second .caption {
  margin-bottom: 1em;
}
.second .flow2 li {
  margin-bottom: 3%;
}
.second .flow2 li figure {
  float: left;
  width: 30%;
}
.second .flow2 li div {
  float: right;
  width: 67%;
  text-align: left;
}
.second .flow2 li div h3 {
  font-size: 16px;
  font-weight: bold;
  color: #014099;
}
.second .flow2 li div .text {
  line-height: 1.5em;
  letter-spacing: 0;
}
.second h4 {
  margin-bottom: 1em;
}
.sample {
  padding-bottom: 2em;
  background: #014099;
}
.sample h2 {
  padding: 1em 0;
}
.sample ul {
  margin: 0 auto;
  width: 90%;
}
.sample ul li {
  margin-bottom: 1em;
  padding: 1em 0;
  background: #fff;
}
.sample ul li h3 {
  margin-bottom: 1em;
}
.sample ul li h4 {
  margin-bottom: 0.5em;
  color: #014099;
  font-weight: bold;
  font-size: 18px;
}
.sample ul li .text {
  margin: 0 auto;
  width: 90%;
  text-align: left;
}
.sample ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sample .caution {
  margin: 1em auto 0;
  width: 90%;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.case {
  margin-bottom: 2em;
}
.case h2 {
  padding: 1em;
}
.case ul li {
  margin: 0 auto 1em;
  width: 90%;
}
.article article div.caption {
  margin-bottom: 3em;
  background: #014099;
  position: relative;
  z-index: 0;
  height: 80px;
  text-align: center;
}
.article article div.caption span {
  padding-top: 0.5em;
  display: inline-block;
  width: 13%;
}
.article article div.caption h3 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2em;
  text-align: left;
  margin: 0 auto;
  width: 85%;
}
.article article div.caption::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 80px;
  background: #014099;
  transform: skewY(5deg);
  transform-origin: top left;
}
.article article .text {
  font-size: 16px;
}
.article article figure {
  margin: 0 auto;
  width: 60%;
}
.article .right {
  margin-bottom: 1em;
}
.article .right .text {
  margin-bottom: 1em;
}
.article .right figure {
  margin: 1em auto 0;
}
.third .caption,
.third .flow1 {
  margin: 0 auto 1em;
  width: 94%;
}
.third h3 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.third .caution {
  margin: 1em 0;
  padding: 1em;
  background-image: url("../img/third/caution_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.third .caution * {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
  -moz-text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
  -webkit-text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
  -o-text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
  -ms-text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}
.third .caution h4 {
  margin-bottom: 3%;
  font-size: 20px;
  font-weight: bold;
}
.third .caution .text {
  line-height: 2em;
  font-size: 17px;
  letter-spacing: 0;
}
.third .summary {
  margin: 0 auto;
  width: 94%;
}
.third .summary h2 {
  margin: 1em 0;
  font-size: 18px;
  font-weight: bold;
}
.third .summary .text {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
}
footer {
  margin-top: 2em;
  padding: 3% 0;
  background: #000;
}
footer * {
  color: #fff;
}
footer ul {
  margin-bottom: 2em;
}
footer ul li {
  margin-right: 0.5em;
  padding-right: 1em;
  display: inline-block;
  border-right: 2px solid;
  font-size: 12px;
  font-weight: bold;
}
footer ul li a:hover {
  color: #f90;
}
footer ul li:nth-last-of-type(1) {
  border-right: none;
}
footer .copyright {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
p.start_btn {
  margin: 0 auto;
  animation: poyoyon3 2.5s infinite;
  width: 94%;
}
@keyframes poyoyon3 {
  0%,
  40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
.sub_page .text_area {
  padding: 0.5em;
}
.sub_page h1 {
  margin-bottom: 1em;
  padding: 0.5em;
  background: #014099;
  color: #fff;
  font-weight: bold;
}
.sub_page .text_area p {
  margin-bottom: 1em;
  text-align: left;
}
.sub_page .text_area dl {
  text-align: left;
}
.sub_page .text_area dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #014099;
}
.sub_page .text_area dl dd {
  margin-bottom: 1em;
}
.sub_page .text_area dl dd ul {
  margin: 30px 0;
  list-style: circle inside;
}
.sub_page .text_area dl dd ul li {
  margin-bottom: 10px;
}
.sub_page .back_btn {
  margin-top: 1em;
  padding: 0.5em 1em;
  display: inline-block;
  background: #014099;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
