@charset "UTF-8";
/* 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.cnt, header .inner, .sec-mainimg, .sec-lead__inner, .sec-formarea__inner {
  width: 1000px;
}

/* ========================================================= */
/* フォントカラー */
/* ========================================================= */
.red {
  color: #be0000;
}

.blue {
  color: #1ea5cd;
}

.orange {
  color: #fa6233;
}

.yellow {
  color: #ffff5b;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.f_g2 {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_arb {
  font-family: "Arial Black", Gadget, sans-serif;
}

.f_org1, .sec-lead__copy, .sec-formarea__heading {
  /* 300,700,900 */
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid #b4b4b4;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.line-through {
  text-decoration: line-through;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al_right {
  text-align: right;
}

.al_left {
  text-align: left;
}

.al_center {
  text-align: center;
}

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, header .inner, .sec-mainimg, .sec-lead__inner, .sec-formarea__inner {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-sp {
  display: block;
}

.br-sp,
.dn-pc {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  position: relative;
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1s ease 0s 1 normal;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 1.6;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #025cb0;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #025cb0;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ====================================================================== */
/* Bg */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: white;
  background-color: #191f27;
  position: fixed;
}
header .inner {
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .logo {
  width: 100px;
}
header .link-btn {
  display: table-cell;
  padding: .75em 2em;
  font-size: 1.8rem;
  background-color: white;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  overflow: hidden;
  /* --------------------------------------------------- */
  /* パラグラフ */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Table */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* UL OL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* DL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Form_Parts */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
}
article p {
  margin-top: 30px;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  text-align: center;
  position: relative;
  z-index: 10;
  /*  background-color: #191f27;*/
}
footer .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  /*    color: $c_white;*/
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #0f1a33;
  /*    border-top: 2px solid #fe8302;
  border-left: 2px solid #fe8302;*/
}
#pagetop a img {
  width: 20px;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
/* ================================================================== */
/* TOP */
/* ================================================================== */
.sec-mainimg {
  padding: 100px 0 0;
}
.sec-mainimg img {
  width: 100%;
}

.sec-lead {
  padding: 10px 0 50px;
}
.sec-lead p {
  text-align: left;
}
.sec-lead p:nth-of-type(1) {
  margin-top: 0;
}
.sec-lead p.target {
  font-size: 2.1rem;
}
.sec-lead__wrap {
  padding: 50px;
  border: 15px solid #dee5ec;
  box-sizing: border-box;
  overflow: hidden;
}
.sec-lead__copy {
  font-size: 3rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center !important;
}
.sec-lead__copy strong {
  color: #be0000;
}
.sec-lead__heading {
  margin-top: 30px;
  padding: 0.75em 0;
  background-color: #0e438f;
  color: white;
  font-size: 2.1rem;
}
.sec-lead__subheading {
  display: table;
  margin-top: 30px;
  padding: .5em 1em;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  border: 1px solid #999;
}
.sec-lead__subheading + p {
  margin-top: 20px;
}
.sec-lead__tb {
  width: 100%;
  margin: 50px auto 0;
  -moz-box-shadow: 1px 1px 3px rgba(195, 200, 208, 0.8);
  -webkit-box-shadow: 1px 1px 3px rgba(195, 200, 208, 0.8);
  box-shadow: 1px 1px 3px rgba(195, 200, 208, 0.8);
}
.sec-lead__tb caption {
  padding: 0.5em 0;
  background-color: #183780;
  color: white;
  font-size: 2.1rem;
}
.sec-lead__tb th,
.sec-lead__tb td {
  padding: 1em;
  background-color: #f0f4f9;
  text-align: left;
  border-top: 2px solid white;
  box-sizing: border-box;
}
.sec-lead__tb th {
  font-weight: bold;
}
.sec-lead__tb td {
  position: relative;
}
.sec-lead__tb td::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-lead__tb td ol li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.sec-lead__tb td ol li:not(:nth-last-of-type(1)) {
  margin-bottom: 0.5em;
}
.sec-lead__tb tr:nth-child(even) th,
.sec-lead__tb tr:nth-child(even) td {
  background-color: #e6ecf8;
}
.sec-lead__tb tr:first-child th,
.sec-lead__tb tr:first-child td {
  border-top: none;
}

.sec-formarea {
  padding: 0 0 70px;
  background-color: white;
}
.sec-formarea__heading {
  padding: 50px 0;
  font-size: 3rem;
  font-weight: 900;
  color: white;
  font-feature-settings: "palt";
  background-color: #0f1a33;
}
.sec-formarea .formbox {
  margin-top: 50px;
  text-align: left;
  overflow: hidden;
}
.sec-formarea .formbox dl {
  width: 100%;
  display: table;
  margin-top: 0;
  padding: 1.5em 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
}
.sec-formarea .formbox dl:nth-last-of-type(1) {
  border-bottom: none;
}
.sec-formarea .formbox dl.sub {
  border: none;
  margin-bottom: 1em;
  padding: 0;
}
.sec-formarea .formbox dl.sub.sub_end {
  margin-bottom: 0;
}
.sec-formarea .formbox dl.sub dt {
  width: 20%;
  font-weight: normal;
}
.sec-formarea .formbox dl dt,
.sec-formarea .formbox dl dd {
  display: table-cell;
  padding: 0 1em;
  vertical-align: top;
}
.sec-formarea .formbox dl dt {
  width: 25%;
  font-weight: bold;
}
.sec-formarea .formbox dl dt small {
  display: block;
  font-size: 1.3rem;
}
.sec-formarea .formbox dl dt .notnull {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.5em;
  background-color: #be0000;
  color: white;
  font-size: 1.1rem;
  font-weight: normal;
  vertical-align: middle;
}
.sec-formarea .formbox dl dd {
  width: 75%;
}
.sec-formarea .formbox dl dd input[type="text"],
.sec-formarea .formbox dl dd input[type="email"],
.sec-formarea .formbox dl dd input[type="url"],
.sec-formarea .formbox dl dd select,
.sec-formarea .formbox dl dd textarea {
  font-size: 1.6rem;
  padding: 0.5em;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sec-formarea .formbox dl dd input[type="text"]::placeholder,
.sec-formarea .formbox dl dd input[type="email"]::placeholder,
.sec-formarea .formbox dl dd input[type="url"]::placeholder,
.sec-formarea .formbox dl dd select::placeholder,
.sec-formarea .formbox dl dd textarea::placeholder {
  font-size: 1.6rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.sec-formarea .formbox dl dd input[type="radio"],
.sec-formarea .formbox dl dd input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: -0.2em;
}
.sec-formarea .formbox dl dd input[type="radio"] + label,
.sec-formarea .formbox dl dd input[type="checkbox"] + label {
  margin-left: 0.5em;
}
.sec-formarea .formbox dl dd select {
  width: auto;
  padding-right: 20px;
  font-size: 100%;
  font-size: 1.5rem;
}
.sec-formarea .formbox dl dd textarea {
  font-family: sans-serif;
}
.sec-formarea .formbox dl dd input[name="corpname"],
.sec-formarea .formbox dl dd input[name="username"],
.sec-formarea .formbox dl dd input[name="kibodate1"],
.sec-formarea .formbox dl dd input[name="kibodate2"],
.sec-formarea .formbox dl dd input[name="kibodate3"] {
  width: 60%;
}
.sec-formarea .formbox dl dd input[name="busyo"],
.sec-formarea .formbox dl dd input[name="usertel"] {
  width: 30%;
}
.sec-formarea .formbox dl dd input[name="origin_zipcode"] {
  width: 8rem;
}
.sec-formarea .formbox dl dd input[name="origin_address"],
.sec-formarea .formbox dl dd input[name="usermail"],
.sec-formarea .formbox dl dd textarea[name="other"] {
  width: 80%;
}
.sec-formarea .formbox dl dd .caution {
  display: block;
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.2rem;
  margin-top: 0.5em;
  position: relative;
}
.sec-formarea .formbox dl dd .caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sec-formarea .formbox .btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.sec-formarea .formbox .btnarea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.8rem;
  padding: 1em 5em;
  border: none;
  cursor: pointer;
}
.sec-formarea .formbox .btnarea input.send_btn {
  background-color: #183780;
  color: white;
}
.sec-formarea .formbox .btnarea input.upd_btn {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/*@import "_smp";*/
