﻿@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.pc {
}

.sp {
  display: none;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.8em;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
  /* 英数字折り返し */
}

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

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
  display: block;
  min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.font_b {
  font-size: 250%;
}

/* !contents
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}

.Clear {
  clear: both;
}

a {
  color: #139e9c;
  text-decoration: underline;
}

a:hover {
  color: #139e9c;
  text-decoration: none;
}

.contents {
  margin: 0 auto;
  max-width: 960px;
  text-align: left;
  position: relative;
}

/* ナビゲーションまわり */

/*
.hm_wrap{display:none;}
*/

#top {
  margin-top: -64px;
  padding-top: 64px;
}

.header {
  width: 100%;
  height: 64px;
  background: url(../img/top_header_back.jpg) left 50% no-repeat #000;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.header_inner {
}

.logo {
  width: 140px;
  position: fixed;
  top: 12px;
  left: 1%;
}

.header_inner .logo a {
  transition: 0.3s;
}

.header_inner .logo a:hover {
  opacity: 0.7;
}

.nav {
  width: 80%;
  float: right;
  display: table;
}

.nav li {
  display: table-cell;
  font-size: 14px;
  height: 35px;
  vertical-align: middle;
  color: #a3a3a3;
  width: 15%;
  text-align: center;
}

.nav li:first-child {
  width: 10%;
}

.nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 35px;
  transition: 0.3s;
  padding-top: 4px;
}

.nav li a:hover {
  background: #19323c;
  cursor: pointer;
}

/*ハンバーガーメニュー*/
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

.hm_wrap {
  display: inline-block;
  position: fixed;
  top: 12px;
  right: 0;
  width: 25%;
  height: 48px;
  box-sizing: border-box;
  z-index: 999;
  padding: 8px 12px;
  /*border-bottom:solid 1px #eee;*/
  /*background:rgba(255,255,255,.85);*/
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 9999;
}

.hm_btn::before {
  -webkit-box-shadow: #257266 0 12px 0;
  box-shadow: #257266 0 12px 0;
}

.hm_btn::after {
  bottom: 0;
}

.hm_btn::before,
.hm_btn::after {
  width: 30px;
  height: 6px;
  background: #257266;
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear,
    -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}

/* △△メニューボタン△△ */

.hm_menu_wrap {
  width: 100%;
  height: 10000px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  right: -100%;
  top: -12px;
  -webkit-transition: left 0.4s;
  transition: right 0.4s;
  z-index: 999;
}

/* ▽▽開閉時のアニメーション▽▽ */

.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
  transform: rotate(45deg) translate3d(6px, 11px, 0);
}

.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

.hm_menu_check:checked ~ .hm_menu_wrap {
  right: 0;
  top: -12px;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
  list-style-type: none;
  margin: 50px 0 0;
  padding: 0;
}

.hm_list li {
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  border-bottom: dotted 1px #ccc;
}

.hm_list li a {
  color: #000;
}

.hm_wrap img {
  float: left;
  height: 30px;
  width: auto;
}

/* フッター*/
.footer {
  width: 100%;
  background: #fff4e3;
  padding: 30px 0;
}

.footer .footer_inner {
  max-width: 960px;
  margin: 0 auto;
}

.footer .footer_inner h4 {
  text-align: center;
  color: #009c84;
  font-size: 24px;
  font-weight: bold;
}

.footer .footer_inner ul {
  display: table;
  padding-top: 20px;
  width: 99.9%;
  margin: 0 auto;
}

.footer .footer_inner li {
  display: table-cell;
  padding: 16px 12px;
  width: 33.3%;
  border-right: solid 1px #000;
  text-align: center;
  vertical-align: top;
}

.footer .footer_inner li:last-child {
  border-right: none;
}

.footer .footer_inner li a {
  transition: 0.3s;
}

.footer .footer_inner li a:hover {
  opacity: 0.7;
}

.footer .footer_inner li .footer_btn {
  background: #fff;
  padding: 4px;
}

.footer .footer_inner li .footer_btn img {
  display: block;
  margin: 0 auto;
  max-width: 99%;
}

.footer .footer_inner li .footer_btn p {
  display: table;
  width: 100%;
  padding: 4px 0 0 0;
  border-collapse: separate;
  border-spacing: 2px 0;
}

.footer .footer_inner li .footer_btn p a {
  display: table-cell;
  font-size: 12px;
  text-decoration: none;
  height: 48px;
  vertical-align: middle;
  background: #068481;
  color: #fff;
  line-height: 1.4;
}

.w50 {
  width: 50%;
}

/*
.footer .footer_inner li a{
	display:block;
	background:#d9d3d3;
	margin-top:18px;
	color:#000;
	text-decoration:none;
	line-height:46px;
	padding-top:6px;
	border-radius:4px;
	transition:.3s;
}
.footer .footer_inner li a span:before{content:"→　";}
.footer .footer_inner li a:hover{
	background:#f94a15;
	color:#fff;
}

.footer .footer_inner li a.btn_form{
	background:#f94a15;
	color:#fff;
}
.footer .footer_inner li a.btn_form:hover{
	background:#fff;
	color:#f94a15;
}
*/
.footer_tel {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding-top: 14px;
}

.footer_bottom {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 60px;
}

.footer_bottom .footer_logo {
  width: 190px;
  margin: 0 auto;
}

.footer_nav {
  padding: 40px 0 0;
  max-width: 960px;
  margin: 0 auto;
}

.footer_nav ul {
  display: table;
  width: 100%;
}

.footer_nav ul li {
  display: table-cell;
  font-size: 13px;
  text-align: center;
  line-height: 1;
  border-right: solid 1px #999;
  padding: 0 0.5em;
}

.footer_nav ul li.no-border {
  border-right: none;
}

.footer_nav ul li a {
  color: #000;
}

.footer_nav ul li a:hover {
  color: #009aca;
  text-decoration: none;
}

.footer_link {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
}

.footer_link a {
  display: inline-block;
  padding: 0 14px;
  line-height: 1;
  color: #000;
  border-right: solid 1px #999;
}

.footer_link a:hover {
  color: #009aca;
  text-decoration: none;
}

.footer_link a.no-border {
  border-right: none;
}

.copy {
  padding: 20px 0 120px;
  text-align: center;
  font-size: 12px;
}

/* メインコンテンツ */
#contents {
  max-width: 100%;
  margin: 40px auto 0;
  padding: 30px 0;
}

.contents_top {
  text-align: right;
  padding: 8px 12px;
}

.contents_top img {
  width: 184px;
}

.section {
  padding: 84px 0 40px;
  max-width: 960px;
  margin: -64px auto 0;
  overflow: hidden;
}

.section .left {
  width: 50%;
  float: left;
  padding: 20px 2% 30px 0;
}

.section .right {
  width: 50%;
  float: right;
  padding: 20px 0 30px 2%;
}

sup {
  font-size: 14px;
}

p {
  padding-bottom: 8px;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  /*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
  padding: 0 0 0;
  /*border-bottom:solid 1px #ccc;*/
  margin-bottom: 20px;

  background: linear-gradient(
    to right,
    rgba(246, 165, 24, 1) 2%,
    rgba(226, 62, 116, 1) 98%
  );
  -webkit-background-clip: text;
  color: transparent;
}

/*IEで未対応の場合は以下で背景を非表示に*/
@media all and (-ms-high-contrast: none) {
  h2 {
    background: none;
    color: #f6510f;
  }
}

h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0.6em 0.5em 0.4em;
  border-bottom: solid 4px #104c3f;
  background: linear-gradient(
    to right,
    rgba(86, 190, 167, 1) 2%,
    rgba(5, 105, 83, 1) 98%
  );
}

h3 span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px;
}

h4 {
  color: #f4673b;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
}

h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: solid 2px #eee;
}

.attention {
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 1.4;
}

h5 span {
  display: block;
}

/* リスト */
.decimal {
  padding: 0 0 20px 20px;
  list-style: decimal;
}

.disc {
  padding: 0 0 20px 20px;
  list-style: disc;
}

.disc02 {
  padding: 0 0 0 20px;
  list-style: disc;
}

/* ボタン01 */
.btn01 {
  display: block;
  clear: both;
  width: 64%;
  margin: 20px auto 0;
  background: #ff7200;
  border: solid 1px #ff7200;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.btn01 span:before {
  content: "→　";
}

.btn01:hover {
  background: #fff;
  color: #ff7200;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

/* ボタン02 */
.btn02 {
  display: block;
  clear: both;
  width: 64%;
  margin: 20px auto 0;
  background: #3aa9c5;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.btn02 span:before {
  content: "→　";
}

.btn02:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

.btn03 {
  display: block;
  clear: both;
  width: 64%;
  margin: 20px auto 0;
  background: #2d6bb0;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.btn03 span:before {
  content: "→　";
}

.btn03:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

.btn04 {
  display: inline-block;
  clear: both;
  width: 64%;
  margin: 20px auto 0;
  background: #3aa9c5;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.btn04 span:before {
  content: "→　";
}

.btn04:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

.fade_btn {
  display: block;
  clear: both;
  width: 64%;
  margin: 60px auto 30px;
  background: #f94a15;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.fade_btn02 {
  display: block;
  clear: both;
  width: 80%;
  margin: 0 auto;
  background: #f94a15;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.fade_btn span:before,
.fade_btn02 span:before {
  content: "→　";
}

.fade_btn:hover,
.fade_btn02:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

.fade_btn03 {
  display: block;
  clear: both;
  width: 80%;
  margin: 20px auto;
  background: #2d6bb0;
  border: solid 1px #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  padding-top: 3px;
  border-radius: 4px;
  transition: 0.2s;
}

.fade_btn03 span:before {
  content: "→　";
}

.fade_btn03:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 5px 0px #b7b7b7;
}

.f_small {
  font-size: 12px;
}

/* 特長 */
.features_img04 {
  display: block;
  margin: 0 auto;
  max-width: 756px;
  height: auto;
}

.features_img07 {
  display: block;
  margin: 20px auto 0;
  max-width: 860px;
  height: auto;
}

.safety_img01 {
  display: block;
  margin: 20px auto 0;
  max-width: 920px;
  height: auto;
}

.safety_img01 {
  display: block;
  margin: 40px auto 0;
  width: 80%;
  height: auto;
}

.environment01 {
  display: block;
  width: 70%;
  margin: 0 auto;
}

/* お客様の声 */
.voice_date {
  float: right;
  color: #fff;
  margin-left: 1em;
}

h3 span.voice {
  display: inline-block;
  line-height: 24px;
  padding: 0 1em;
  border: solid 1px #fff;
  float: right;
}

.voice_img {
  max-width: 460px;
  float: right;
}

.voice_text {
  max-width: 470px;
  float: left;
}

.voice_text dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #038571;
}

.voice_text dd {
  padding-bottom: 1.5em;
}

.pager {
  overflow: hidden;
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  margin: 0 1px;
  position: relative;
  left: -50%;
  float: left;
}

.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  padding: 0.4em 1em;
  border-radius: 3px;
}

.pager ul li a {
  background: #eee;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.pager ul li a:hover {
  background: #333;
  color: #fff;
}

.pager ul li a.on {
  background: #999;
}

.pager ul li a.on:hover {
  background: #333;
  color: #fff;
}

/* 補助金 */
.list_subsidy {
  border-top: solid 1px #ccc;
  margin: 40px 0;
}

.list_subsidy a {
  line-height: 48px;
  border-bottom: solid 1px #ccc;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 4px 0 0 12px;
}

.list_subsidy a span:before {
  content: "→ ";
}

.list_subsidy a:hover {
  background: #f5f5f5;
}

.more {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #003567;
  padding: 30px;
  float: left;
  margin-right: 12px;
  margin-top: -6px;
}

.more span {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.7em 0 0;
  width: 60px;
  text-align: center;
  color: #003567;
  display: block;
}

/* フォーム */
.form_txt {
  color: #ed3e41;
  font-size: 14px;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table_basic01 th,
.table_basic01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.table_basic01 th {
  background-color: #f0f0f0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .table_basic01 {
    width: 100%;
  }

  .table_basic01,
  .table_basic01 thead,
  .table_basic01 tbody,
  .table_basic01 tr,
  .table_basic01 th,
  .table_basic01 td {
    width: 100%;
    display: block;
  }

  .table_basic01 th,
  .table_basic01 td {
    border-top: none;
    border-left: none;
  }
}

/* !Table02
---------------------------------------------------------- */
.table_basic02 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table_basic02 th,
.table_basic02 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 140%;
}

.table_basic02 th {
  background-color: #f0f0f0;
  vertical-align: top;
}

.table_basic02 th span,
.table_basic02 td span {
  font-size: 0.7rem;
  display: inline-block;
  line-height: 0.7rem;
}

@media screen and (max-width: 767px) {
  .table_basic02 {
    width: 100%;
    font-size: 12px;
  }

  .table_basic02 th,
  .table_basic02 td {
    padding: 6px;
    line-height: 1.5;
  }

  .table_basic02 th span,
  .table_basic02 td span {
    font-size: 7px;
  }
}

/* !Fonts -------------------------------------------------------------- */
.fwB {
  font-weight: bold;
}

.fcGreen {
  color: #009999;
}

.fcYellowGreen {
  color: #8fc31f;
}

.fcRed {
  color: #ca234e;
}

.fcBrown {
  color: #663300;
}

.fcLime {
  color: #a0bb4f;
}

.fcPink {
  color: #ff3366;
}

.fcWhite {
  color: #fff;
}

.fcBlue {
  color: #006699;
}

.fcOrange {
  color: #ff9900;
}

.fz12 {
  font-size: 12px;
  line-height: 1.4em;
}

.fz20 {
  font-size: 20px;
  line-height: 1.4em;
}

.fz24 {
  font-size: 24px;
  line-height: 1.4em;
}

.fz26 {
  font-size: 26px;
  line-height: 1.4em;
}

.fz36 {
  font-size: 36px;
  line-height: 1.4em;
}

/* !Margin ------------------------------------------------------------------ */
.mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

/* !Inline Align ------------------------------------------------------------ */
.taC {
  text-align: center !important;
}

.ImgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  margin: 0 auto;
}

/* !Width ------------------------------------------------------------------- */
.w40per {
  width: 40% !important;
}

.w60per {
  width: 60% !important;
}

.w80per {
  width: 80% !important;
}

/* !Floats ------------------------------------------------------------------ */
.flL {
  display: inline;
  float: left;
}

.flR {
  display: inline;
  float: right;
}

/* !Box
----------------------------------------------------------- */
.box_column01 {
  margin: -16px 0 0 0;
}

.box_column01 .col {
  float: left;
}

.box_column01.col2 .col {
  margin: 16px 2.2% 0 0;
  width: 48.9%;
}

.box_column01.col3 .col {
  margin: 16px 2.2% 0 0;
  width: 31.85%;
}

.box_column01.col4 .col {
  margin: 16px 2.2% 0 0;
  width: 23.35%;
}

.box_column01.col5 .col {
  margin: 24px 2.2% 0 0;
  width: 18.24%;
  border: 1px solid #ccc;
  padding: 10px;
}

.box_column01.col2 .col:nth-child(2n),
.box_column01.col3 .col:nth-child(3n),
.box_column01.col4 .col:nth-child(4n),
.box_column01.col5 .col:nth-child(5n) {
  margin-right: 0;
}

.box_column01.col2 .col:nth-child(2n + 1),
.box_column01.col3 .col:nth-child(3n + 1),
.box_column01.col4 .col:nth-child(4n + 1),
.box_column01.col5 .col:nth-child(5n + 1) {
  clear: both;
}

.box_column01 a {
}

.box_column01 figure {
}

/* FAQ */
.faq {
}

.faq dt {
  font-size: 20px;
  padding: 0 0 0.2em 0;
  border-bottom: solid 1px #000;
  color: #1aa46e;
  font-weight: bold;
}

.faq dd {
  padding: 0.2em 0 4em;
}

.faq dd p {
  padding: 0 0 0 2em;
}

/* フローティングバナーのラップ要素 */
#fixed_right_banner {
  /* 右端の上から200pxの位置に固定表示 */
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9999;
}

/* 画像の共通設定 */
#fixed_right_banner > * {
  /* 横幅 */
  width: 48px;
}

#fixed_right_banner img {
  width: 48px;
  height: auto;
}

/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * {
  margin-top: 10px;
}

/* リンク要素 */
#fixed_right_banner > a {
  /* ブロック要素に変更 */
  display: block;

  /* 透過変更をスムーズにする(任意) */
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* マウスオーバー時の表現 */
#fixed_right_banner > a:hover {
  /* 20%透過させる */
  opacity: 0.8;
}

/* キャンペーンバナー */
.campaign {
  background: #f5f5f5;
  padding: 20px;
}

.campaign img {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  transition: 0.3s;
}

.campaign img:hover {
  opacity: 0.8;
}

/* PC・スマホでの文字の折り返しを調整 */
.pc_block {
  display: block;
}

/* スマホでは非表示 */
.sp {
  display: none;
}

/* ユーザーの声ナビ */
.voice_nav {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.voice_nav li {
  margin: 0 1% 30px;
  width: 48%;
  float: left;
  border-top: solid 1px #eee;
}

.voice_nav a {
  display: block;
  padding: 4% 2%;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.voice_nav a:hover {
  background: #f5f5f5;
}

.voice_nav a img {
  width: 40%;
  float: left;
  margin-right: 6%;
}

.voice_nav a p {
  padding: 2% 0;
  line-height: 1.2;
}

.voice_nav a p span.case_no {
  color: #015e50;
  font-size: 26px;
  font-weight: bold;
}

.voice_nav a p span.case_link {
  display: inline-block;
  margin-top: 30px;
  padding: 8px 2em 6px;
  color: #015e50;
  text-align: center;
  font-size: 14px;
  border: solid 1px #003567;
  border-radius: 6px;
  transition: 0.3s;
}

.voice_nav a:hover p span.case_link {
  background: #015e50;
  color: #fff;
}

.voice_nav a p span.case_red {
  color: #ff0000;
  font-size: 12px;
  line-height: 14px;
}

.voice_nav a p span.case_link02 {
  display: inline-block;
  margin-top: 9px;
  padding: 8px 2em 6px;
  color: #015e50;
  text-align: center;
  font-size: 14px;
  border: solid 1px #015e50;
  border-radius: 6px;
  transition: 0.3s;
}

.voice_nav a:hover p span.case_link02 {
  background: #015e50;
  color: #fff;
}

/* フッターのバナー
-----------------------------------------*/
.Bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*display: none;*/
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
  width: 100%;
  /*background-color: #FFFCE1;*/
  background-image: url(../img/top_campaign2026_cashback_back.jpg);
  background-size: cover;
}

.Bnr__img__inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 4px 2%;
  /*  background-color: rgba(255,255,255,.9);*/
}

.Bnr__img__inner img {
  display: block;
  margin: 0 auto;
  width: 800px;
  max-width: 96%;
  height: auto;
}

.Bnr .Bnr__img__inner a {
  /*display: block;*/
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 6px;
  top: 6px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ページトップ に戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 24px;
  cursor: pointer;
  z-index: 9999;
}

.pagetop a {
  display: block;
  text-align: center;
}

sub {
  font-size: 80%;
  display: inline-block;
  padding: 0 0.2em 0 0;
}

/* 特長：ページ内ナビ */
.sub_nav {
  font-weight: bold;
}

.sub_nav a {
  font-weight: normal;
}

/* 仕組みのテーブル */
.table_construction {
  font-size: 14px;
  width: 100%;
  border: 1px solid #231815;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_construction th {
  padding: 8px 8px 6px;
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815E;
  line-height: 150%;
}

.table_construction td {
  padding: 8px 8px 6px;
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815;
  line-height: 150%;
}

.table_construction tr:nth-child(2n + 1) {
  background: #e6f6f2;
}

/*YouTube*/
.movie {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 80px 30px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie .youtube02 {
  position: relative;
  width: 100%;
  padding-top: 74.21%;
}

.movie .youtube02 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 32px;
}

.movie .youtube02 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

video {
  width: 100%;
}

.bn_movie {
  width: 60%;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.bn_movie a {
  transition: 0.3s;
}

.bn_movie a:hover {
  opacity: 0.8;
}

.col_3item {
  width: 99.9%;
  display: table;
  margin: 0 auto;
}

.col_3item li {
  display: table-cell;
  width: 33.3%;
  padding: 0 1.5%;
}

/* 登録商標 */
.footer_r {
  text-align: center;
  padding: 40px 3% 0;
  font-size: 12px;
}

.footer_r span {
  display: inline-block;
}

/* お客様の声改修 */
.buttons {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}

.buttons h4 {
  text-align: center;
  color: #13a49e;
  border-top: solid 2px #009c84;
  display: flex;
  justify-content: center;
  color: #000;
  margin-bottom: 10px;
}

.buttons h4 span {
  display: inline-block;
  background: #fff;
  padding: 0 2rem;
  margin-top: -1rem;
}

.buttons button {
  padding: 0.5rem 1.5rem;
  border: solid 1px #009c84;
  border-radius: 6px;
  margin: 4px 3px;
  background: #ffff;
  transition: 0.3s;
}

.buttons button:hover {
  background: #009c84;
  color: #fff;
}

.voice_list_back {
  padding: 80px 0;
  background: #f5f5f5;
}

.voice_list {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
}

.voice_list_box {
}

.voice_list a {
  display: block;
  width: 31%;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  background: #fff;
}

.voice_list a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.voice_inner01 {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.voice_inner01 .case_num {
  margin-top: -0.7rem;
}

.voice_inner01 .case_num span {
  display: inline-block;
  background: #009c84;
  color: #fff;
  padding: 0.2rem 0.6rem 0;
}

.voice_inner02 {
  padding: 4%;
  font-weight: bold;
  line-height: 1.5;
}

.voice h4 {
  font-size: 160%;
  line-height: 1.5;
}
