<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*行頭記号を表示しないようにしています*/
ol, ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background: #FF9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #FF9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています

また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
}

/*画像の初期位置*/
img {
  vertical-align: bottom;
}

body {
  font-size: 14px;
  line-height: 1.428;
  *font-size: 82%;
  *font: 82%;
  line-height: 1.4;
}

/*------配置------*/
.left {
  float: left;
}

.right {
  float: right;
}

/*
.clear {clear: both;}
*/
.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.hidden {
  display: none;
}

/*------テキスト------*/
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*------色------*/
.red {
  color: #F00;
}

.blue {
  color: #00F;
}

.green {
  color: #0F0;
}

.yellow {
  color: #FF0;
}

.black {
  color: #000;
}

.white {
  color: #FFF;
}

.purple {
  color: #309;
}

.orange {
  color: #F60;
}

/* Text Size
------------------------------------------------------------ */
.txt10 {
  font-size: 10px !important;
}

/* 10px */
.txt11 {
  font-size: 11px !important;
}

/* 11px */
.txt12 {
  font-size: 12px !important;
}

/* 12px */
.txt13 {
  font-size: 13px !important;
}

/* 13px */
.txt14 {
  font-size: 14px !important;
}

/* 14px */
.txt15 {
  font-size: 15px !important;
}

/* 15px */
.txt16 {
  font-size: 16px !important;
}

/* 16px */
.txt17 {
  font-size: 17px !important;
}

/* 17px */
.txt18 {
  font-size: 18px !important;
}

/* 18px */
.txt19 {
  font-size: 19px !important;
}

/* 19px */
.txt20 {
  font-size: 20px !important;
}

/* 20px */
.txt21 {
  font-size: 21px !important;
}

/* 21px */
.txt22 {
  font-size: 22px !important;
}

/* 22px */
.txt23 {
  font-size: 23px !important;
}

/* 23px */
.txt24 {
  font-size: 24px !important;
}

/* 24px */
.txt25 {
  font-size: 25px !important;
}

/* 25px */
.txt26 {
  font-size: 26px !important;
}

/* 26px */
/*margin
------------------------------------------------------------ */
.mg05 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mgB05 {
  margin-bottom: 5px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB25 {
  margin-bottom: 25px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB35 {
  margin-bottom: 35px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgL05 {
  margin-left: 5px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL35 {
  margin-left: 35px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgT05 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT35 {
  margin-top: 35px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgR05 {
  margin-right: 5px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR25 {
  margin-right: 25px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR35 {
  margin-right: 35px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.pd05 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pdB05 {
  padding-bottom: 5px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdB15 {
  padding-bottom: 15px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdB25 {
  padding-bottom: 25px !important;
}

.pdB30 {
  padding-bottom: 30px !important;
}

.pdB35 {
  padding-bottom: 35px !important;
}

.pdB40 {
  padding-bottom: 40px !important;
}

.pdL05 {
  padding-left: 5px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pdL35 {
  padding-left: 35px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pdT05 {
  padding-top: 5px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px !important;
}

.pdT35 {
  padding-top: 35px !important;
}

.pdT40 {
  padding-top: 40px !important;
}

.pdR05 {
  padding-right: 5px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdR15 {
  padding-right: 15px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

.pdR35 {
  padding-right: 35px !important;
}

.pdR40 {
  padding-right: 40px !important;
}

/* clearfix */
* html .clearfix {
  height: 1%;
}

.clearfix {
  *zoom: 1;
  display: inline-table;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.inner {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .inner {
    width: 960px;
    margin: 0 auto;
  }
}

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

@media only screen and (max-width: 999px) {
  .visible-lg {
    display: none;
  }

  .visible-xs {
    displaay: block;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-xs {
    display: none;
  }

  .visible-lg {
    displaay: block;
  }
}
a {
  color: #093c73;
}
a:hover {
  color: #106dd2;
}

@media only screen and (min-width: 1000px) {
  .br br {
    display: none;
  }
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 999px) {
  .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .inner {
    width: 1000px;
  }
}

@media only screen and (min-width: 640px) {
  .br br {
    display: none;
  }
}

.bg_yellow {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, #ffff66));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

ul.disc {
  list-style: disc;
  margin-left: 20px;
}

.green {
  color: #008d46;
}

.red02 {
  color: #f0286e;
}

/*------------------------------------------------------------
//コンテンツ
------------------------------------------------------------*/
h2, h3, h4 {
  line-height: 1;
}

h2 {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #4589d3;
	background-color: #FF3333;
}
h5 {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background: #4589d3;
}
@media only screen and (max-width: 999px) {
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  h5 {
    font-size: 1.5rem;
    padding: 5px 0;
	font-weight: bold;
  }
}
@media only screen and (min-width: 1000px) {
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
    padding: 40px 20px;
  }
  h5 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 10px 0;
	margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  h2 br {
    display: none;
  }
  h5 br {
    display: none;
  }
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/*------------------------------------------------------------
//box
------------------------------------------------------------*/
.box {
  position: relative;
  overflow: hidden;
  line-height: 1.8;
}
@media only screen and (min-width: 1000px) {
  .box {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 999px) {
  .box {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }
  .box2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0px;
  }
}
.box p, .box li, .box dd, .box h2, .box h3, .box h4, .box h5, .box figure, .box div {
  margin-bottom: 10px;
}
.box dt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.box a[class="btn"] {
  width: 50%;
}

section {
  overflow: hidden;
}
section .left {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  section .left {
    width: 48%;
  }
}
@media only screen and (max-width: 999px) {
  section .left {
    width: 100%;
  }
  section .left img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    vertical-align: middle;
    margin-bottom: 5px;
  }
}
section .right {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  section .right {
    width: 48%;
  }
}
@media only screen and (max-width: 999px) {
  section .right {
    width: 100%;
  }
}

/*------------------------------------------------------------
//ヘッダー
------------------------------------------------------------*/
ul.expense li {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 50px;
  border-bottom: 2px solid #ddd;
  background: url(../images/icon_check.png) left center no-repeat;
  -moz-background-size: 45px 40px;
  -o-background-size: 45px 40px;
  -webkit-background-size: 45px 40px;
  background-size: 45px 40px;
}
@media only screen and (min-width: 1000px) {
  ul.expense li {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 999px) {
  ul.expense li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#waited {
  display: block;
  color: #f0286e;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  #waited {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 999px) {
  #waited {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
//優良店
------------------------------------------------------------*/
.icon_list {
  margin-bottom: 10px;
}
.icon_list li {
  display: inline-block;
}
.icon_list .icon {
  font-size: 13px;
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #ccc;
}

.rank_cont {
  overflow: hidden;
  width: 99%;
  margin: 0 auto 40px;
  border-radius: 6px;
  border: 3px solid #f3c9a0;
}
.rank_cont h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff5e6;
}
.rank_cont h3 a {
  color: #333;
  text-decoration: underline;
}
.rank_cont h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.rank_cont .rank_box {
  overflow: hidden;
  padding: 10px;
}
.rank_cont .rank_box .rank_L {
  display: inline-block;
}
@media only screen and (min-width: 1000px) {
  .rank_cont .rank_box .rank_L {
    vertical-align: top;
    max-width: 264px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 999px) {
  .rank_cont .rank_box .rank_L {
    margin-bottom: 20px;
    width: 100%;
  }
  .rank_cont .rank_box .rank_L img {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
.rank_cont .rank_box .rank_R {
  display: inline-block;
}
.rank_cont .rank_box .rank_R p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1000px) {
  .rank_cont .rank_box .rank_R {
    width: 68%;
  }
}
@media only screen and (max-width: 999px) {
  .rank_cont .rank_box .rank_R {
    width: 100%;
  }
}

/*------------------------------------------------------------
//簡単な申込みの流れ
------------------------------------------------------------*/
@media only screen and (max-width: 787px) {
  .flow {
    text-align: center;
    margin: 0 auto;
  }
  .flow ul li {
    margin-bottom: 20px;
  }
  .flow ul li i {
    font-size: 32px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flow .step {
    position: relative;
    margin: 0 10px;
  }
  .flow .step p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .flow .step .tit {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    background: #e9e9e9;
  }
}
@media only screen and (min-width: 788px) {
  .flow {
    text-align: center;
    margin: 0 auto;
  }
  .flow ul li {
    display: inline-block;
    max-height: 360px;
  }
  .flow ul li:nth-child(even) {
    margin-top: 100px;
  }
  .flow ul li:nth-child(odd) {
    width: 19%;
    vertical-align: top;
  }
  .flow ul li i {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow .step {
    position: relative;
    width: 20%;
    margin: 0 10px;
  }
  .flow .step p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .flow .step .tit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    background: #e9e9e9;
  }
}
/*------------------------------------------------------------
//クレジットカード現金化の口コミ
------------------------------------------------------------*/
.conversation {
  text-align: center;
  overflow: hidden;
  margin: 0 auto 30px;
  width: 98%;
}
.conversation .img2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 787px) {
  .conversation .img2 {
    width: 30px;
  }
}
@media only screen and (min-width: 788px) and (max-width: 999px) {
  .conversation .img2 {
    width: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  .conversation .img2 {
    width: 120px;
  }
}
.conversation .balloon_man,
.conversation .balloon_woman {
  position: relative;
  color: #555;
  text-align: left;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}
@media only screen and (min-width: 320px) and (max-width: 787px) {
  .conversation .balloon_man,
  .conversation .balloon_woman {
    width: 80%;
    padding: 10px;
  }
}
@media only screen and (min-width: 788px) and (max-width: 999px) {
  .conversation .balloon_man,
  .conversation .balloon_woman {
    width: 84%;
    padding: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .conversation .balloon_man,
  .conversation .balloon_woman {
    width: 82%;
    padding: 20px;
  }
}
.conversation .balloon_man .conver_tit,
.conversation .balloon_woman .conver_tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .conversation .balloon_man .conver_tit br,
  .conversation .balloon_woman .conver_tit br {
    display: none;
  }
}
.conversation .balloon_woman {
  background: #ffe3e1;
}
.conversation .balloon_woman:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -25px;
  border: 15px solid transparent;
  border-right: 15px solid #ffe3e1;
}
.conversation .balloon_man {
  background: #e0edff;
}
.conversation .balloon_man:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -25px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}
.conversation + .conversation {
  margin-bottom: 20px;
}

/*------------------------------------------------------------
//クレジットカード現金化とは
------------------------------------------------------------*/
#about ol {
  width: 80%;
  margin: 20px auto 40px;
}
#about ol li:nth-child(odd) {
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 20px;
  background: #90fdd9;
  border-radius: 5px;
}

#merit {
  margin: 0 auto 10px;
  border: 3px solid #df4451;
  border-radius: 6px;
}
@media only screen and (max-width: 999px) {
  #merit {
    width: 98%;
    padding: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  #merit {
    max-width: 640px;
    padding: 20px;
  }
}

@media only screen and (min-width: 1000px) {
  .footerBnner {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .footerBnner {
    position: relative;
    height: 48px;
  }
  .footerBnner ul {
    position: fixed;
    display: table;
    text-align: center;
    right: 0px;
    bottom: -1px;
    z-index: 10;
    width: 100%;
  }
  .footerBnner ul li {
    display: table-cell;
    width: 33.3333%;
  }
  .footerBnner ul li a {
    display: block;
    position: relative;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    height: 48px;
    padding: 5px 2.5px;
  }
  .footerBnner ul li a.btn_site01 {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyYjYzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRjOGUyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b632), color-stop(100%, #4c8e27));
    background: -moz-linear-gradient(top, #62b632, #4c8e27 100%);
    background: -webkit-linear-gradient(top, #62b632, #4c8e27 100%);
    background: linear-gradient(to bottom, #62b632, #4c8e27 100%);
  }
  .footerBnner ul li a.btn_site02 {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YjcxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0OTkwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8b715), color-stop(100%, #d49906));
    background: -moz-linear-gradient(top, #f8b715, #d49906 100%);
    background: -webkit-linear-gradient(top, #f8b715, #d49906 100%);
    background: linear-gradient(to bottom, #f8b715, #d49906 100%);
  }
  .footerBnner ul li a.btn_site03 {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjdiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMzQ5OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff67b2), color-stop(100%, #ff3498));
    background: -moz-linear-gradient(top, #ff67b2, #ff3498 100%);
    background: -webkit-linear-gradient(top, #ff67b2, #ff3498 100%);
    background: linear-gradient(to bottom, #ff67b2, #ff3498 100%);
  }
}
@media only screen and (max-width: 999px) {
  #new {
    display: none;
  }
}
@media only screen and (min-width: 788px) {
  #new {
    position: fixed;
    bottom: -165%;
    color: #fff;
    text-align: left;
    width: 100%;
    overflow: hidden;
    opacity: 0.93;
    -moz-opacity: 0.93;
    filter: alpha(opacity=93);
    background: #ddd;
  }
  #new .title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background: #ff8a00;
  }
  #new .wrapper {
    overflow: visible;
    margin-left: 10px;
  }
  #new .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    color: #333;
    width: 32%;
    height: 110px;
    margin: 0 0.5% 10px;
    padding: 10px;
    background: #fff;
  }
  #new .item::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  #new dl {
    width: 58%;
    display: inline-block;
    vertical-align: top;
  }
  #new dl dt {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
  }
  #new img {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-right: 10px;
  }
}
.btn, .btn_01, .btn_02, .box a[class="btn"] {
  position: relative;
  display: block;
  color: #fff !important;
  font-family: メイリオ, Meiryo, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
}
.btn:hover, .btn_01:hover, .btn_02:hover, .box a[class="btn"]:hover {
  color: #fff !important;
}

.btn_01, .btn_02, .box a[class="btn"] {
  font-size: 20px;
  line-height: 40px;
  padding: 20px 15px;
  margin: 0 auto 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjcwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b700), color-stop(100%, #008e00));
  background: -moz-linear-gradient(top, #00b700, #008e00 100%);
  background: -webkit-linear-gradient(top, #00b700, #008e00 100%);
  background: linear-gradient(to bottom, #00b700, #008e00 100%);
  border-radius: 60px;
}
@media only screen and (min-width: 1000px) {
  .btn_01, .btn_02, .box a[class="btn"] {
    width: 480px;
  }
}
@media only screen and (max-width: 999px) {
  .btn_01, .btn_02, .box a[class="btn"] {
    width: 86%;
  }
}
.btn_01:hover, .btn_02:hover, .box a[class="btn"]:hover {
  color: #d9d9d9 !important;
  opacity: 0.75;
}

.btn_02, .box a[class="btn"] {
  margin-top: 10px;
  background: #b78d4a;
}

i {
  margin-right: 5px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

* {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  color: #444;
  font-size: 14px;
  /*px表示で*/
  text-align: center;
  line-height: 1.5;
  min-width: 320px;
}

#wrapper {
  position: relative;
}

#container {
  overflow: hidden;
  text-align: left;
  padding-bottom: 3em;
}

header#header {
  width: 100%;
}

#main {
  margin: 0 auto;
}

footer#footer {
  position: relative;
  overflow: hidden;
  color: #333;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  footer#footer {
    padding-bottom: 15em;
  }
}
@media only screen and (max-width: 999px) {
  footer#footer {
    padding-bottom: 5em;
  }
}
</pre></body></html>