@charset "UTF-8";
/*--reset--*/
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:link,
a:visited,
a:active {
  color: inherit;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

/*--//reset--*/
/*--general--*/
/*-------------------------------------------------------------------------------
 GENERAL CLASSES（BOX LAYOUT）
 -------------------------------------------------------------------------------*/
/* MARGIN */
.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr22 {
  margin-right: 22px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.bac {
  margin-left: auto;
  margin-right: auto;
}

/* PADDING */
.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr21 {
  padding-right: 21px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pv1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pv2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pv4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pv8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ph1 {
  padding-left: 1px;
  padding-right: 1px;
}

.ph2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph3 {
  padding-left: 3px;
  padding-right: 3px;
}

.ph4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}

.ph8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph9 {
  padding-left: 9px;
  padding-right: 9px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p0 {
  padding: 0 !important;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p3 {
  padding: 3px;
}

.p4 {
  padding: 4px;
}

.p5 {
  padding: 5px;
}

.p6 {
  padding: 6px;
}

.p7 {
  padding: 7px;
}

.p8 {
  padding: 8px;
}

.p9 {
  padding: 9px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

/*-------------------------------------------------------------------------------
 GENERAL CLASSES（EFFECTS）
 -------------------------------------------------------------------------------*/
/* FLOAT */
.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.cb {
  clear: both;
}

/* POSITION */
.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.ps {
  position: static !important;
}

.t0 {
  top: 0;
}

.t1 {
  top: 1px;
}

.t2 {
  top: 2px;
}

.t3 {
  top: 3px;
}

.t4 {
  top: 4px;
}

.t5 {
  top: 5px;
}

.t6 {
  top: 6px;
}

.t7 {
  top: 7px;
}

.t8 {
  top: 8px;
}

.t9 {
  top: 9px;
}

.t10 {
  top: 10px;
}

.t15 {
  top: 15px;
}

.t20 {
  top: 20px;
}

.t25 {
  top: 25px;
}

.t30 {
  top: 30px;
}

.t45 {
  top: 45px;
}

.l0 {
  left: 0;
}

.l1 {
  left: 1px;
}

.l2 {
  left: 2px;
}

.l3 {
  left: 3px;
}

.l4 {
  left: 4px;
}

.l5 {
  left: 5px;
}

.l6 {
  left: 6px;
}

.l7 {
  left: 7px;
}

.l8 {
  left: 8px;
}

.l9 {
  left: 9px;
}

.l10 {
  left: 10px;
}

.l15 {
  left: 15px;
}

.l20 {
  left: 20px;
}

.l25 {
  left: 25px;
}

.l30 {
  left: 30px;
}

.l45 {
  left: 45px;
}

.r0 {
  right: 0;
}

.r5 {
  right: 5px;
}

.r10 {
  right: 10px;
}

.r15 {
  right: 15px;
}

.r20 {
  right: 20px;
}

.r25 {
  right: 25px;
}

.r30 {
  right: 30px;
}

.b0 {
  bottom: 0;
}

.b5 {
  bottom: 5px;
}

.b10 {
  bottom: 10px;
}

.b15 {
  bottom: 15px;
}

.b20 {
  bottom: 20px;
}

.b25 {
  bottom: 25px;
}

.b30 {
  bottom: 30px;
}

/* OVERFLOW */
.ofh {
  overflow: hidden;
}

/* VISIBILITY */
.vbh {
  visibility: hidden;
}

/* DISPLAY */
.db {
  display: block;
}

.di {
  display: inline;
}

.dn {
  display: none;
}

/* CLEAR-FIX */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/*-------------------------------------------------------------------------------
 GENERAL CLASSES（INLINE LAYOUT）
 -------------------------------------------------------------------------------*/
/* VERTICAL-ALIGN */
.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* TEXT-ALIGN */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* FONT-WEIGHT */
.b {
  font-weight: bold;
}

.n {
  font-weight: normal;
}

/* FONT-SIZE (base=62.5%)*/
.fs10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fs30 {
  font-size: 30px;
  font-size: 3.0rem;
}

/* FONT-COLOR */
.fc_red {
  color: #d00;
}

.fc_blue {
  color: #00d;
}

.fc_green {
  color: #0d0;
}

.gray {
  color: #888;
}

/*--//general--*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1000px;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-size: 1.3em;
  color: #333333;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

/*-----header-----*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  min-width: 1000px;
  background: rgba(245, 245, 245, 0.7);
  z-index: 10;
}
#header h1 {
  float: left;
  width: 20%;
  padding: 7px 0;
}
#header nav {
  float: right;
  width: 80%;
}
#header nav ul li {
  float: left;
  width: 20%;
}
#header nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  background: none;
  transition: all .2s ease-in 0s;
}
#header nav ul li a:hover {
  color: #fff;
  background: #0068bd;
  transition: all .2s ease-in 0s;
}

/*-----//header-----*/
/*-----#firstVisual-----*/
#firstVisual {
  height: 400px;
  margin: 48px 0 0;
  background: url(../img/bg_01.jpg) no-repeat center center;
}
#firstVisual p {
  padding: 168px 0;
  text-align: center;
  font-size: 40px;
  color: #555555;
}

/*-----//#firstVisual-----*/
/*-----section共通-----*/
section {
  padding: 100px 0;
}
section .scrElm {
  position: relative;
  left: -100px;
  opacity: 0;
}
section h2 {
  margin: 0 0 30px;
  border-bottom: solid 1px #333333;
  font-size: 36px;
  font-size: 3.6rem;
}
section h2 span {
  margin: 0 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
section .img {
  margin: 0 0 10px;
}
section .img img {
  width: 100%;
  height: auto;
}

/*-----//section共通-----*/
/*-----#section01-----*/
#section01 .inner > ul {
  margin: 0 -2% 0 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#section01 .inner > ul > li {
  float: left;
  width: 23%;
  margin: 0 2% 0 0;
}
#section01 .inner > ul > li .title {
  margin: 0 0 10px;
  padding: 0 0 0 7px;
  border-left: solid 3px #333333;
  line-height: 1.2;
  font-size: 18px;
}
#section01 .inner > ul > li ul li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}

/*-----//#section01-----*/
/*-----#section02-----*/
#section02 {
  background: #2193eb;
  color: #fff;
}
#section02 h2 {
  border-bottom: solid 1px #fff;
}
#section02 .inner ul {
  margin: 0 -20px 0 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#section02 .inner ul li {
  float: left;
  width: 23%;
  margin: 0 20px 0 0;
}
#section02 .inner ul li .txt {
  text-align: right;
}

/*-----//#section02-----*/
/*-----#section03-----*/
#section03 ul {
  height: 248px;
  overflow: hidden;
}
#section03 ul li {
  position: relative;
  padding: 20px 0 20px 30px;
  border-bottom: solid 1px #888888;
}
#section03 ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border: solid 10px rgba(136, 136, 136, 0);
  border-left: solid 10px #888888;
}
#section03 ul li .date {
  display: inline-block;
}
#section03 ul li .txt {
  display: inline-block;
  margin: 0 0 0 10px;
}

/*-----//#section03-----*/
/*-----#section04,#section06-----*/
#section04,
#section06 {
  background: #2193eb;
  color: #fff;
}
#section04 h2,
#section06 h2 {
  border-bottom: solid 1px #fff;
}
#section04 ul li,
#section06 ul li {
  padding: 20px 0;
  border-bottom: solid 1px #fff;
}
#section04 ul li dl,
#section06 ul li dl {
  padding: 0 0 0 10px;
}
#section04 ul li dl dt,
#section06 ul li dl dt {
  float: left;
  width: 15%;
  padding: 0 0 0 10px;
  border-left: solid 3px #fff;
}
#section04 ul li dl dd,
#section06 ul li dl dd {
  float: left;
  width: 85%;
}

/*-----//#section04-----*/
/*-----#section07-----*/
#contact th {
  font-weight: normal;
  line-height: 1.2em;
  padding: 10px 20px 10px 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
#contact th span {
  color: #a5151e;
  display: block;
  font-size: 12px;
  margin-left: 1em;
}
#contact td {
  line-height: 1.2em;
  padding: 10px 0;
  vertical-align: middle;
}
#contact input[type="text"] {
  width: 20em;
}
#contact textarea {
  height: 6em;
  width: 40em;
}

#submit_btn {
  margin-top: 20px;
  text-align: center;
}
#submit_btn input[type="submit"] {
  background-color: #a5151e;
  border: medium none;
  color: #fff;
  cursor: pointer;
  height: 24px;
  width: 120px;
}
#submit_btn input[type="reset"] {
  background-color: #999;
  border: medium none;
  color: #fff;
  cursor: pointer;
  height: 24px;
  width: 120px;
}
#submit_btn input:hover {
  opacity: 0.75;
}

/*-----//#section07-----*/
/*-----footer-----*/
footer {
  background: #0068bd;
}
footer #footNav {
  float: left;
}
footer #footNav ul li {
  float: left;
}
footer #footNav ul li a {
  display: block;
  margin: 0 50px 0 0;
  padding: 15px 0;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  transition: all .1s ease-in 0s;
}
footer #footNav ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  transition: all .1s ease-in 0s;
}
footer .logo {
  float: right;
  padding: 11px 0;
  text-align: right;
}
footer #copy {
  padding: 5px 0;
  color: #fff;
  background: #003560;
}

/*-----//footer-----*/
