/* stylelint-disable */

@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  /*	line-height: 1;
*/
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif !important;
}

a {
  color: #333;
  text-decoration: none;
}
li {
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.no-scroll {
  overflow: hidden;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
}

#wrap,
.spCommonWrap {
  position: relative;
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  padding: 0 10px;
  width: 960px;
}
.inner + .inner {
  margin-top: 60px;
}

/* contents
------------------------------------------------------------*/

.sec-header + article {
  margin: 20px 0 0;
}
.sec-header h2 {
  position: relative;
  display: inline-block;
}
.sec-header h2 span {
  font-size: 28px;
  font-weight: bold;
  color: #003f98;
}
.sec-header h2 a {
  position: absolute;
  display: inline-block;
  margin: auto;
  padding: 0 5px;
  top: 0;
  bottom: 0;
  left: 110%;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background: #b22222;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 13px;
}

/* btn
------------------------------------------------------------*/

.btn-link,
.btn-blank {
  margin: 30px auto 0;
  width: 540px;
}
.btn-link a,
.btn-blank a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #203d95;
  border: 2px solid #203d95;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
}
.btn-link a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 12px;
  background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.btn-blank a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 14px;
  background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
