<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------
	共通
----------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

sup,
sub {
  vertical-align: text-top;
  line-height: -1px;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

br {
  line-height: normal;
  letter-spacing: 0;
}

a {
  /*\*/
  overflow: hidden;
  /**/
}

/* ===================================================================
 style info :コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
/* スクロールバーの有無によるズレ対策 */
html {
  min-width: 1070px;
  overflow-y: scroll;
}

body {
  font-size: 0.8em;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  min-width: 1070px;
}

input,
textarea {
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}

* html input,
* html textarea {
  font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}

/*
@font-face{
    font-family:'WebIconFonts';
    src:url('fonts/webiconfonts.eot');
    src:url('fonts/WebIconFonts.eot?') format('eot'),
         url('fonts/WebIconFonts.woff') format('woff'),
         url('fonts/WebIconFonts.ttf') format('truetype');
}
.icon {
    font-family:WebIconFonts;
		font-weight:normal;
}
*/
/* リンク
----------------------------------------------------*/
a {
  /*text-decoration:none;*/
  outline: none;
  color: #000000;
}

/*
a:link {
	text-decoration:none;
}
*/
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
  /* 角丸 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* 角丸個別 */
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  /* ボックスに影 */
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  /* テキストに影 */
  text-shadow: 1px 1px 0px #999;
  /*アルファ設定*/
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -khtml-opacity: 0.8;
}

/* 汎用
----------------------------------------------------*/
/* CLEAR FIX
---------------------------*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* RESPONSIVE
---------------------------*/
.resp {
  width: 100%;
  height: auto;
}

/* BUTTON
---------------------------*/
.btn,
.btn img {
  display: block;
}

.btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
}

.out {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/* TEXT DECORATION &amp; LAYOUT
---------------------------*/
.red {
  color: #c00;
}

.blue {
  color: #00c;
}

.bold {
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.angle {
  text-indent: -0.5em;
}

/* LINE HEIGHT
---------------------------*/
.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

/* TEXT ALIGN
---------------------------*/
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignjust {
  text-align: justify;
}

/* FLOAT
---------------------------*/
.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/* BOX MODEL
---------------------------*/
.imgWrap img {
  display: block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w100p {
  width: 100%;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

/* MARGIN
---------------------------*/
.mt-15 {
  margin-top: -15px;
}

.mt-10 {
  margin-top: -10px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

/* PADDING
---------------------------*/
.padding10 {
  padding: 10px;
}

.padding5 {
  padding: 5px;
}

.padding20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

/*----------------------------------------------------
	STYLES
----------------------------------------------------*/
div.wrap {
  text-align: center;
}

h1 {
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  background-color: #004fa2;
}

div.head {
  height: 90px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

p.logo {
  float: left;
}

p.telno {
  position: absolute;
  top: 40px;
  right: 0;
}

p.ntt {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  color: #999;
  text-align: right;
  padding: 5px 0 0 0;
}

div.main {
  background-color: #f2f2f2;
  padding-top: 10px;
}

.billboard {
  margin: 0 auto;
  position: relative;
}

div.arrow-left {
  position: absolute;
  left: -55px;
  top: 260px;
  width: 45px;
  height: 45px;
}

div.arrow-right {
  position: absolute;
  left: 970px;
  top: 260px;
  width: 45px;
  height: 45px;
}

.close01 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.cont01 ul li.block {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.cont01 .txt {
  position: absolute;
  top: 180px;
  left: 80px;
  width: 560px;
  text-align: left;
  font-size: 123.1%;
  line-height: 1.8em;
}

.cont01 .txt strong {
  background-color: #ffe400;
}

.cont02Wrap {
  background-color: #f7f7f7;
}

.cont02 .caption {
  color: #666;
  line-height: 30px;
  font-size: 93%;
}

.cont04Wrap {
  background-color: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 65px;
  margin-bottom: 35px;
}

.cont04 .bg {
  padding-top: 50px;
  margin: 0 25px 0 24px;
  background-color: #fff;
}

.cont04 .bg .clearfix li img {
  display: block;
}

.cont056Wrap {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.cont05,
.cont06 {
  background-color: #fff;
}

.cont05 .clearfix,
.cont06 .clearfix {
  padding-top: 38px;
  padding-left: 38px;
  padding-bottom: 50px;
}

.cont05 .clearfix div.left,
.cont06 .clearfix div.left {
  width: 245px;
  background-color: #f3f3f3;
  color: #996600;
  font-size: 85%;
}

.cont05 .clearfix div.left p,
.cont06 .clearfix div.left p {
  width: 188px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.cont05 .clearfix div.right,
.cont06 .clearfix div.right {
  width: 677px;
  text-align: left;
}

.cont05 .clearfix div.right h5,
.cont06 .clearfix div.right h5 {
  padding-left: 27px;
  font-weight: bold;
  color: #004ea2;
  font-size: 32px;
}

.cont05 .clearfix div.right h5 small,
.cont06 .clearfix div.right h5 small {
  font-size: 18px;
  display: block;
}

.cont05 .clearfix div.right h6,
.cont06 .clearfix div.right h6 {
  padding-top: 15px;
  padding-left: 27px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8em;
}

.cont06 .clearfix div.right h6 {
  color: #004ea2;
}

.cont05 .clearfix div.right p.border,
.cont06 .clearfix div.right p.border {
  color: #004ea2;
  border: 1px dashed #004ea2;
  width: 567px;
  margin: 15px 27px;
  padding: 1em;
}

.cont05 .clearfix p.txt,
.cont06 .clearfix p.txt {
  padding: 0 60px 0 27px;
  text-align: left;
  font-size: 108%;
  line-height: 1.8em;
}

.cont07 h4 {
  background-color: #004ea2;
  color: #fff;
  font-weight: bold;
  font-size: 153.9%;
  line-height: 40px;
  letter-spacing: 0.1em;
}

.cont07 table {
  width: 910px;
  margin: 0 auto 120px;
  font-size: 131%;
  text-align: left;
}

.cont07 table th {
  border-bottom: 1px solid #999;
  padding: 20px 0;
}

.cont07 table td {
  padding: 20px 0;
  border-bottom: 1px solid #999;
  border-left: 0 none transparent;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
}

.cont07 table.qa th {
  background: transparent url(/images/icon-01.png) no-repeat 0 50%;
  padding-left: 50px;
  width: 280px;
  color: #004ea2;
  font-weight: bold;
}

.cont07 table.qa td {
  background: transparent url(/images/icon-02.png) no-repeat 0 50%;
  padding-left: 50px;
}

.cont02,
.cont04,
.cont05,
.cont06,
.cont07 {
  width: 960px;
  margin: 0 auto;
}

/* footer */
#footer {
  text-align: left;
  background-color: #004ea2;
  margin-top: 5px;
  padding: 20px 0;
  color: #fff;
}

#footer_inner {
  width: 850px;
  margin: 0 auto;
}

#bnr_partner {
  display: inline;
  width: 410px;
  float: left;
}

#footer_info {
  display: inline;
  width: 420px;
  float: right;
}

#footer p {
  color: #ccf;
}

#footer ul {
  margin: 20px auto;
}

#footer ul li {
  display: inline;
  padding: 0;
}

#footer ul li a {
  color: #fff;
  font-size: 100%;
}

#footer ul li:after {
  content: '|';
  padding: 0 10px;
}

#footer ul li.lastchild:after {
  content: '';
  padding: 0 0 0 10px;
}

#address {
  text-align: center;
}

#footer_info #address {
  text-align: left;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
/* company */
.company .contents,
.privacy .contents {
  width: 920px;
  margin: 0 auto 40px;
  background-color: #f7f7f7;
  padding: 20px;
}

.company .contents h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 39px;
  text-indent: 1em;
  color: #004ea2;
  background: transparent url(/images/h-bg-01.jpg) no-repeat 50% 0;
}

.company table {
  font-size: 0.9em;
  width: 100%;
  background-color: #fff;
}

.company table tr {
  line-height: 1.4em;
}

.company table th,
.company table td {
  padding: 15px;
  border: 1px solid #dddddd;
  line-height: 1.4em;
}

.company table th {
  width: 170px;
  color: #004ea2;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: none repeat scroll 0 0 #effaff;
}

table td {
  text-align: left;
}

table td ol {
  list-style-type: decimal;
  margin-left: 2em;
}

/* privacy */
.privacy .contents h2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 39px;
  text-indent: 1em;
  color: #004ea2;
  background: transparent url(/images/h-bg-01.jpg) no-repeat 50% 0;
}

.privacy .contents .contbox {
  width: 920px;
  font-size: 0.9em;
  line-height: 1.6em;
}

.privacy .contents .contbox h3 {
  margin: 10px 0;
  font-weight: bold;
  color: #004ea2;
  border-bottom: 1px solid #004ea2;
}

.privacy .contents .contbox h4 {
  font-weight: bold;
}

.privacy .contents .contbox p {
  margin: 0 0 10px;
}

.privacy .contents .contbox .innerbox {
  background-color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

.privacy .contents .contbox .innerbox_s {
  padding: 30px;
}

.privacy .contents .contbox .innerbox ul li {
  margin: 0 0 10px;
}

.privacy .contents .contbox ol {
  padding: 0 0 20px 30px;
  line-height: 1.5em;
}

.privacy .contents .contbox ol li {
  margin: 0 0 10px;
  text-indent: -30px;
}

.privacy .contents .contbox .innerbox ul li p {
  margin: 0 0 10px 30px;
}

.privacy .contents .contbox .innerbox p {
  margin: 0 0 20px;
}

/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 |
*/
.slider {
  position: relative;
  width: 100%;
  height: 426px;
  overflow: hidden;
}

.slides {
  height: 100%;
  /* Simple clear fix */
  overflow: hidden;
  /**
	 * Here is CSS transitions
	 * responsible for slider animation in modern broswers
	 */
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide {
  height: 100%;
  float: left;
  clear: none;
}

.slider-arrows {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.slider-arrow {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.slider-arrow--right {
  top: -250px;
  right: -55px;
  background-image: url(/images/arrow-right.png);
}

.slider-arrow--left {
  top: -250px;
  left: -55px;
  background-image: url(/images/arrow-left.png);
}

.slider-nav {
  background: transparent url(/images/slide-nav-01.jpg) no-repeat 0 0;
  width: 635px;
  height: 116px;
  margin: 0 auto;
  padding-left: 325px;
}

.slider-nav__item {
  width: 100px;
  height: 116px;
  float: left;
  clear: none;
  display: block;
  margin-right: 6px;
  background-color: rgba(242, 242, 242, 0.3);
}

.slider-nav__item:hover {
  background: transparent none no-repeat 0 0;
}

.slider-nav__item--current {
  background: transparent url(/images/slide-nav-02.png) no-repeat 65px 0;
}

.slider-nav__item--current.slider-nav__item:hover {
  background: transparent url(/images/slide-nav-02.png) no-repeat 65px 0;
}

/* クロージング */
.closing {
  background: url(/images/bg_closing.png) no-repeat center top;
  width: 644px;
  margin: 0 auto 100px auto;
  padding-top: 58px;
}

.closing p {
  text-align: center;
  margin-bottom: 17px;
}

/* 折り返し予約 */
.lead_callback {
  text-align: left;
  width: 910px;
  margin: 0 auto 100px auto;
}

.lead_callback_inner {
  background: url(/images/bg_lead_callback_inner.jpg) no-repeat right bottom;
  min-height: 145px;
  height: auto !important;
  height: 145px;
  width: 584px;
  margin-left: 160px;
  padding-bottom: 54px;
}

.lead_callback dt {
  margin-bottom: 10px;
}

.lead_callback dd {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  width: 440px;
}

.btn_callback {
  margin-top: -44px;
  border-bottom: 8px solid #004ea2;
  position: relative;
}

.btn_callback a {
  background: url(/images/btn_callback.png) no-repeat;
  display: block;
  height: 0;
  width: 277px;
  margin: 0 auto;
  padding-top: 44px;
  overflow: hidden;
}

.btn_callback a.selected {
  background-position: 0 -44px;
}

.lead_callback iframe {
  min-height: 380px;
  height: auto !important;
  height: 380px;
  width: 910px;
  border: none;
  border-bottom: 8px solid #004ea2;
  overflow: hidden;
}

/* クロージング */
.close_tel {
  background: url(/images/close_tel_bg.png) no-repeat;
  width: 910px;
  height: 190px;
  margin: 0 auto;
  position: relative;
}

.p_close_tel_1 {
  position: absolute;
  top: 44px;
  left: 80px;
}

.p_close_tel_2 {
  position: absolute;
  top: 80px;
  left: 690px;
}

.i_close_tel {
  position: absolute;
  top: 80px;
  left: 159px;
}

/* クロージングミニ */
.closing_mini {
  background: url(/images/closing_mini_bg.png) no-repeat center top;
  width: 910px;
  height: 150px;
  margin: 20px auto 100px auto;
  position: relative;
}

.closing_mini p {
  position: absolute;
  top: 68px;
  left: 200px;
}

.closing_mini a.hover img {
  position: absolute;
  top: 40px;
  right: 20px;
}

/* パンくず */
.topicpath {
  background-color: #edf6ff;
}

.topicpath ul {
  width: 940px;
  margin: 0 auto;
  padding-left: 19px;
  text-align: left;
  display: flex;
  align-items: center;
  background: url(/images/sp/img/common/ico_home.png) no-repeat 5px center / 14px 14px;
}

.topicpath ul li {
  font-size: 12px;
  line-height: 15px;
  color: #333;
  display: flex;
  align-items: center;
}

.topicpath ul li:not(:last-child)::after {
  content: '&gt;';
}

.topicpath ul li a,
.topicpath ul li span {
  color: #004fa2;
  display: inline-block;
  padding: 10px;
}

.topicpath ul li a {
  color: #004fa2;
}

.topicpath ul li span {
  font-weight: bold;
}
</pre></body></html>