@charset "UTF-8";
/*
Theme Name:
Author:
Author URI:
Description:
Version: 1.0
*/
/* import
========================== */
@import url(../css/font-awesome.min.css);
@import url(../css/font-awesome-animation.css);
/* base
========================== */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*----------------------------------------
	layer
----------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

.styled-select{
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}

  /* IEでデフォルトの矢印を消す */
.styled-select::-ms-expand {
 display: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  position: relative;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #222;
  background-color: #fff;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

.news-list__text a {
    color: #595757;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

/******************
 font-size
******************/
html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-size: 1.6rem;
}

/* 16px */
p {
  font-size: 1.6rem;
}

/* 16px */
li {
  font-size: 1.6rem;
}

/* 16px */
li p {
  font-size: 1.6rem;
}

/* 16px */
/******************
* IE リンク時のドット対応
******************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}

p a {
  text-decoration: none;
  text-shadow: 0.25px 0 0 #fff,-0.25px 0 0 #fff,0 0 0.25px #fff,0 -0.25px 0 #fff, 0.5px 0 0 #fff,-0.5px 0 0 #fff,0 0.5px 0 #fff,0 -0.5px 0 #fff;
  background-repeat: repeat-x;
  background-position: bottom 0.25px center;
  background-size: 100% 1px;
  color: #222;
}

dl {
  margin: 0;
  padding: 0;
}

.c_white {
  color: #fff;
}

.-c-white {
  color: #fff;
}

.c_font {
  color: #333;
}

/*----------------------------------------
	表示・非表示
----------------------------------------*/
.visible-xs {
  display: none;
}
.sell{
	display: none !important;
	background-color: #EEE;
}
.buy{
	z-index:1;
	display: block;
	top:50%;
	left:50%;
	max-width:100%;
	height:auto;
	position:absolute;
    transform:translate(-50%,-50%);
}


.blueline{
display:none;
}

.spimg{
display:none;
}

@media only screen and (max-width: 767px) {
.visible-xs {
display: block;
}

.blueline{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
}

.sec-category__box-sub{
display:none;
}

.spimg{
display:block;
}

}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.hidden {
  display: none;
}

/*----------------------------------------
	main #main
----------------------------------------*/
[href="#main"] {
  position: absolute;
  top: 0;
  right: 100%;
}

[href="#main"]:focus {
  right: auto;
}

/*----------------------------------------
	img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.img-thumb {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	button
----------------------------------------*/
button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.-pb_170 {
  padding-bottom: 170px;
}

@media only screen and (max-width: 767px) {
  .-pb_170 {
    padding-bottom: 100px;
  }
}

/*========================================

	=01 font

========================================*/
.fz_s {
  font-size: 84%;
}

.fz_ser {
  font-size: 92%;
}

.fz_m {
  font-size: 100%;
}

.fz_ler {
  font-size: 109%;
}

.fz_l {
  font-size: 117%;
}

.fz_sl {
  font-size: 125%;
}

.fz_exl {
  font-size: 134%;
}

.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: bold;
}

.ti_10 {
  text-indent: 1em;
}

.ti_15 {
  text-indent: 1.5em;
}

.ti_20 {
  text-indent: 2em;
}

.ti_25 {
  text-indent: 2.5em;
}

.ti_30 {
  text-indent: 3em;
}

.ti_35 {
  text-indent: 3.5em;
}

.ti_40 {
  text-indent: 4em;
}

.ti_45 {
  text-indent: 4.5em;
}

.ti_50 {
  text-indent: 5em;
}

/*========================================

	=02 margin

========================================*/
.m_0 {
  margin: 0px;
}

.m_5 {
  margin: 5px;
}

.m_10 {
  margin: 10px;
}

.m_15 {
  margin: 15px;
}

.m_20 {
  margin: 20px;
}

.m_30 {
  margin: 30px;
}

.m_40 {
  margin: 40px;
}

.m_50 {
  margin: 50px;
}

.mtb_0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mtb_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m_0auto {
  margin: 0 auto;
}

.mlr_0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mlr_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr_10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr_15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mlr_20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr_30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr_40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr_50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mt_0 {
  margin-top: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mr_0 {
  margin-right: 0px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_0 {
  margin-bottom: 0px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_0 {
  margin-left: 0px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

h2.sec-category__h2-heading.h2-saiyou,.h2-gaiyou {
    margin-top: 44px;
}

/*========================================

	=03 padding

========================================*/
.p_0 {
  padding: 0px;
}

.p_5 {
  padding: 5px;
}

.p_10 {
  padding: 10px;
}

.p_15 {
  padding: 15px;
}

.p_20 {
  padding: 20px;
}

.p_30 {
  padding: 30px;
}

.p_40 {
  padding: 40px;
}

.p_50 {
  padding: 50px;
}

.ptb_0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ptb_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p_auto {
  padding: 0 auto;
}

.plr_0 {
  padding-left: 0px;
  padding-right: 0px;
}

.plr_5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr_30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr_50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pt_0 {
  padding-top: 0px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_0 {
  padding-right: 0px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_0 {
  padding-bottom: 0px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_0 {
  padding-left: 0px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

/*========================================

	=04 height,width

========================================*/
.h_10 {
  height: 10px;
}

.h_15 {
  height: 15px;
}

.h_20 {
  height: 20px;
}

.h_25 {
  height: 25px;
}

.h_30 {
  height: 30px;
}

.h_35 {
  height: 35px;
}

.h_40 {
  height: 40px;
}

.h_45 {
  height: 45px;
}

.h_50 {
  height: 50px;
}

.h_55 {
  height: 55px;
}

.h_60 {
  height: 60px;
}

.h_65 {
  height: 65px;
}

.h_70 {
  height: 70px;
}

.h_75 {
  height: 75px;
}

.h_80 {
  height: 80px;
}

.h_85 {
  height: 85px;
}

.h_90 {
  height: 90px;
}

.h_95 {
  height: 95px;
}

.h_100 {
  height: 100px;
}

.h_10p {
  height: 10%;
}

.h_15p {
  height: 15%;
}

.h_20p {
  height: 20%;
}

.h_25p {
  height: 25%;
}

.h_30p {
  height: 30%;
}

.h_35p {
  height: 35%;
}

.h_40p {
  height: 40%;
}

.h_45p {
  height: 45%;
}

.h_50p {
  height: 50%;
}

.h_55p {
  height: 55%;
}

.h_60p {
  height: 60%;
}

.h_65p {
  height: 65%;
}

.h_70p {
  height: 70%;
}

.h_75p {
  height: 75%;
}

.h_80p {
  height: 80%;
}

.h_85p {
  height: 85%;
}

.h_90p {
  height: 90%;
}

.h_95p {
  height: 95%;
}

.h_100p {
  height: 100%;
}

.w_10 {
  width: 10px;
}

.w_15 {
  width: 15px;
}

.w_20 {
  width: 20px;
}

.w_25 {
  width: 25px;
}

.w_30 {
  width: 30px;
}

.w_35 {
  width: 35px;
}

.w_40 {
  width: 40px;
}

.w_45 {
  width: 45px;
}

.w_50 {
  width: 50px;
}

.w_55 {
  width: 55px;
}

.w_60 {
  width: 60px;
}

.w_65 {
  width: 65px;
}

.w_70 {
  width: 70px;
}

.w_75 {
  width: 75px;
}

.w_80 {
  width: 80px;
}

.w_85 {
  width: 85px;
}

.w_90 {
  width: 90px;
}

.w_95 {
  width: 95px;
}

.w_100 {
  width: 100px;
}

.w_10p {
  width: 10%;
}

.w_15p {
  width: 15%;
}

.w_20p {
  width: 20%;
}

.w_25p {
  width: 25%;
}

.w_30p {
  width: 30%;
}

.w_35p {
  width: 35%;
}

.w_40p {
  width: 40%;
}

.w_45p {
  width: 45%;
}

.w_50p {
  width: 50%;
}

.w_55p {
  width: 55%;
}

.w_60p {
  width: 60%;
}

.w_65p {
  width: 65%;
}

.w_70p {
  width: 70%;
}

.w_75p {
  width: 75%;
}

.w_80p {
  width: 80%;
}

.w_85p {
  width: 85%;
}

.w_90p {
  width: 90%;
}

.w_95p {
  width: 95%;
}

.w_100p {
  width: 100%;
}

/*========================================

	=05 display,position

========================================*/
.d_n {
  display: none;
}

.d_i {
  display: inline;
}

.d_b {
  display: block;
}

.pos_r {
  position: relative;
}

.pos_a {
  position: absolute;
}

.pos_f {
  position: fixed;
}

.pos_s {
  position: static;
}

/*========================================

	=06 align,vertical,float

========================================*/
.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.va_t {
  vertical-align: top;
}

.va_m {
  vertical-align: middle;
}

.va_b {
  vertical-align: bottom;
}

.fl_l {
  float: left;
}

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

.fl_l_m20 {
  float: left;
  margin: 0 20px 20px 0;
}

.fl_l_m30 {
  float: left;
  margin: 0 30px 30px 0;
}

.fl_r {
  float: right;
}

.fl_r_m10 {
  float: right;
  margin: 0 0 10px 10px;
}

.fl_r_m20 {
  float: right;
  margin: 0 0 20px 20px;
}

.fl_r_m30 {
  float: right;
  margin: 0 0 30px 30px;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1248px;
  /*padding-left: 25px;
  padding-right: 25px;*/
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .container.-p0-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-container {
  max-width: 992px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page-container {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.page-container.-bg-white {
  background: #fff;
}

.page-container .page-inner01 {
  padding-top: 120px;
  padding-left: 70px;
  padding-right: 70px;
}

.page-container .page-inner01.-pt_00 {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .page-container .page-inner01.-plr_00 {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-container .page-inner01.-pb_300 {
  padding-bottom: 300px;
}

@media only screen and (max-width: 767px) {
  .page-container .page-inner01.-pb_300 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1270px) {
  .page-container .page-inner01 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-container .page-inner01 {
    padding-top: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.inner-container01 {
  max-width: 700px;
  margin: 0 auto;
}

.inner-container02 {
  max-width: 800px;
  margin: 0 auto;
}

/*----------------------------------------
	grid
----------------------------------------*/
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.row.-sp {
  margin-left: -1%;
  margin-right: -1%;
}

.row__col6 {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .row__col6 {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.row__col6.-col6-sp {
  flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}

.row__col4 {
  flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .row__col4 {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .row__col4.-col6-sp {
    flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

/*----------------------------------------
	grid-option
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .-wrap-re {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.-j-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.-j-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-float {
  overflow: hidden;
}

.l-float dt, .l-float dd {
  float: left;
}

/*----------------------------------------
	header
----------------------------------------*/
.headerWrap {
  width: 100%;
  background: #00B4CE;
}

.header {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 10px;
    height: 50px;
  }
}

.header button {
  padding-top: 4px;
  margin-right: 10px;
}

.header-position {
  position: fixed;
  left: 0;
  top: 30px;
  z-index: 1000;
}

.header-position .header-box {
  position: relative;
  width: 189px;
  height: 800px;
  background-position: bottom;
  padding-top: 22px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    min-height: 0;
    overflow: visible;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    background-image: none;
    background: #fff;
    -webkit-box-shadow: 0px 3px 2px #ccc;
    box-shadow: 0px 3px 2px #ccc;
  }
}

.header-position .header-box .header-box-up-bg01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box-up-bg01 {
    display: none;
  }
}

.header-position .header-box .header-box__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
  padding-right: 15px;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__title {
    margin-bottom: 20px;
  }
}

.header-position .header-box .header-box__title a {
  display: block;
}

.header-position .header-box .header-box__title img {
  width: 118px;
  display: block;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__title img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__title img {
    width: 118px;
    max-width: 50px;
  }
}

.header-position .header-box .header-box__address {
  margin-bottom: 20px;
  padding-right: 15px;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__address {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__address {
    display: none;
  }
}

.header-position .header-box .header-box__address img {
  width: 155px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__address img {
    width: 130px;
  }
}

.header-position .header-box .header-box__nav {
  padding-left: 15px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__nav {
    width: 60vw;
    padding-top: 30px;
    padding-right: 20px;
  }
}

.header-position .header-box .header-box__nav li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__nav li {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__nav li {
    margin-bottom: 10px;
  }
}

.header-position .header-box .header-box__nav a {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__nav a {
    display: block;
  }
}

.header-position .header-box .header-box__nav a:link {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__nav a:link {
    display: block;
  }
}

.header-position .header-box .header-box__nav .header-box__nav-items {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1270px) {
  .header-position .header-box .header-box__nav .header-box__nav-items {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__nav .header-box__nav-items {
    font-size: 1.6rem;
  }
}

.header-position .header-box .header-box__sub-nav {
  padding-bottom: 50px;
}

.header-position .header-box .header-box__sub-nav .header-box__sub-nav-items img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-position .header-box .header-box__sub-nav .header-box__sub-nav-items img {
    margin-left: auto;
  }
}

.header-position .header__link01,
.header-position .header__link02,
.header-position .header__link03 {
  width: 165px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .header-position .header__link01,
  .header-position .header__link02,
  .header-position .header__link03 {
    display: none;
  }
}

.header-position .header__link01 {
  margin-bottom: 20px;
}

.header-position .header__link02 {
  margin-bottom: 25px;
}

/*----------------------------------------
	go-top
----------------------------------------*/
#gotop {
  display: none;
}

.fn__goTop {
  position: fixed;
  z-index: 150;
  right: 30px;
  bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .fn__goTop {
    right: 1%;
    bottom: 1%;
  }
}

.fn__goTop a {
  display: block;
}

.fn__goTop .go-top-img {
  display: block;
  width: 69px;
  height: auto;
}

/*----------------------------------------
	footer
----------------------------------------*/
/*footer*/
.footer {
  overflow: hidden;
}

.footer .footer-bg {
  width: 100%;
  height: 181px;
  margin-left: 182px;
  background-image: url("../img/subpage/footer-bg-subpage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bg {
    margin-left: 0;
  }
}

.footer .footer-bg-02 {
  width: 100%;
  height: 236px;
  margin-left: 182px;
  background-image: url("../img/subpage/footer-bg-subpage-02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bg-02 {
    margin-left: 0;
  }
}

.footer .footer-info {
  padding: 40px 0 40px;
  margin-left: 182px;
  background: #00a6cb;
}

@media only screen and (max-width: 767px) {
  .footer .footer-info {
    margin-left: 0;
    padding: 20px 0;
  }
}

.footer .footer-info .footer-info__title {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer .footer-info .footer-info__title {
    margin-bottom: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer .footer-info .footer-info__title img {
  max-width: 665px;
  width: 100%;
}

.footer .footer-info .footer-info__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-info .footer-info__contents .footer-info__address {
  margin-right: 72px;
}

@media only screen and (max-width: 1270px) {
  .footer .footer-info .footer-info__contents .footer-info__address {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .footer .footer-info .footer-info__contents .footer-info__address {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-info .footer-info__contents .footer-info__address {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer .footer-info .footer-info__contents .footer-info__address img {
  max-width: 532px;
  width: 100%;
}

.footer .footer-info .footer-info__contents button {
  border: none;
  padding: 0;
  margin: 0;
}

.footer .footer-info .footer-info__contents button a {
  display: block;
}

.footer .footer-info .footer-info__contents button.footer-info__contact img {
  max-width: 450px;
  width: 100%;
  display: block;
}

.footer .footer-info02 {
  padding: 55px 0 55px;
  margin-left: 182px;
  background: #e5e5e8;
}

@media only screen and (max-width: 767px) {
  .footer .footer-info02 {
    padding: 30px 0;
    margin-left: 0;
  }
}

.footer .footer-info02 .footer-info02__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .footer .footer-info02 .footer-info02__body li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-info02 .footer-info02__body li {
    width: 100%;
  }
}

.footer .footer-info02 .footer-info02__body a {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .footer .footer-info02 .footer-info02__body .footer-info02__body-items {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-info02 .footer-info02__body .footer-info02__body-items {
    text-align: center;
  }
}

.footer .footer-info02 .footer-info02__body .footer-info02__body-items img {
  width: 263px;
}

.footer .footer-info02 .footer-info02__body .footer-info02__body-items.-mr45 {
  margin-right: 45px;
}

@media only screen and (max-width: 1000px) {
  .footer .footer-info02 .footer-info02__body .footer-info02__body-items.-mr45 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-info02 .footer-info02__body .footer-info02__body-items.-mr45 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer .footer-bottom {
  padding: 35px 0 30px;
  margin-left: 182px;
  background: #1f2121;
}

@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    padding: 30px 0;
    margin-left: 0;
  }
}

.footer .footer-bottom .footer-bottom__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.footer .footer-bottom .footer-bottom__nav li {
  padding-left: 15px;
}

.footer .footer-bottom .footer-bottom__nav li:after {
  content: "/";
  color: #fff;
  padding-left: 15px;
}

.footer .footer-bottom .footer-bottom__nav li:last-child:after {
  content: "";
}

.footer .footer-bottom .footer-bottom__nav a {
  font-size: 1.4rem;
  color: #fff;
}

.footer .footer-bottom .footer-bottom__nav a:link {
  color: #fff;
}

.footer .footer-bottom .footer-bottom__copy {
  color: #fff;
  text-align: center;
}

.footer .p-relative {
  position: relative;
}

.footer .footer__banner {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1000px) {
  .footer .footer__banner {
    display: none;
  }
}

/*----------------------------------------
	sidebar
----------------------------------------*/
.gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.gnav a {
  display: block;
  color: #333;
}

.gnav a:link {
  color: #333;
}

.gnav .gnav__items {
  margin-right: 20px;
}

.h1-heading-top {
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 9px 30px 9px;
  font-size: 1.2rem;
  color: #fff;
}

/*----------------------------------------
main-image
----------------------------------------*/
.main-image {
  position: relative;
  z-index: -1;
  width: 100%;
  height:1100px;
  background-image: url("../img/top/39.png");
  left: 189px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .main-image {
    height: 500px;
    background-size: cover;
      /* background-position: 30% 0%; */
  }
}

.main-image .main-image__title {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 35%;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-image_img{
  position: absolute;
  top: 50%;
  left: 4%;
  width:520px;
}

@media only screen and (max-width: 767px) {
  .main-image .main-image__title {
    top: 20%;
    left: 8%;
    width: 60vw;
    background-size: contain;
    background-position: left;
  }
}

.main-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background:left;
background-color:white;
  background-size: cover;
}

.sec-news {
  margin-top: 0px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .sec-news {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-news {
    padding-bottom: 0;
  }
}

.sec-news .sec-news__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec-news .sec-news__title img {
    width: 200px;
    height: auto;
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__title img {
    width: 200px;
    height: auto;
  }
}

.sec-news .sec-news__title .sec-news_img {
  position: relative;
}

.sec-news .sec-news__title .sec-news_img:after {
  position: absolute;
  top: -25px;
  right: -148px;
  content: "";
  width: 122px;
  height: 89px;
  display: block;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__title .sec-news_img:after {
    top: -5px;
    right: -75px;
    width: 60px;
    height: 44px;
  }
}

.sec-news .sec-news__sub-title {
  margin-bottom: 55px;
  font-size: 1.7rem;
  text-align: center;
font-weight:bold;
	color:#595757;
}

.sec-news .news-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  padding-bottom: 25px;
}

.sec-news .news-nav li {
	cursor: pointer;
}
.content .content-items{
	display:none;
}

.content .content-items:first-child{
	display:block;
}

.sec-news .news-nav a {
  display: block;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .sec-news .news-nav a {
    font-size: 1.1rem;
  }
}

.sec-news .sec-news__body {
  width: 993px;
  margin: 0 auto;
}

@media only screen and (max-width: 1270px) {
  .sec-news .sec-news__body {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .sec-news .sec-news__body {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__body {
    width: 100%;
  }
}

.sec-news .sec-news__body .news-list li {
  border-bottom: 1px solid #ccc;
}

.sec-news .sec-news__body .news-list li:first-child {
  border-top: 1px solid #ccc;
}

.sec-news .sec-news__body .news-list__flex-box {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-news .sec-news__body .news-list__flex-box .news-list__time {
  margin-left: 20px;
  margin-right: 45px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__body .news-list__flex-box .news-list__time {
    margin-left: 15px;
    margin-right: 25px;
  }
}

.sec-news .sec-news__body .news-list__flex-box .news-list__category {
  margin-right: 30px;
  width: 120px;
  line-height: 2;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__body .news-list__flex-box .news-list__category {
    margin-right: 15px;
    width: 100px;
  }
}

.sec-news .sec-news__body .news-list__flex-box .news-list__category.-event {
  background: #eeb033;
}

.sec-news .sec-news__body .news-list__flex-box .news-list__category.-blog {
  background: #7391ca;
}

.sec-news .sec-news__body .news-list__flex-box .news-list__category.-campaign {
  background: #afcc65;
}

.sec-news .sec-news__body .news-list__flex-box .news-list__category.-media {
  background: #ffc0cb;
}

.sec-news .sec-news__body .news-list__flex-box .news-list__text {
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .sec-news .sec-news__body .news-list__flex-box .news-list__text {
    width: 100%;
    padding-left: 4%;
    padding-top: 20px;
  }
}

.sec-news .sec-news__foot img {
  width: 100%;
  display: block;
}

/*
.sec-nav {
  padding-bottom: 15px;
}

.sec-nav-list{  display: flex;}

.sec-nav-list__items{display:block;}

.sec-nav .sec-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;

  -ms-flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
*/

.secnavlist{
	display:flex;
	margin-bottom:80px;
	justify-content: space-between;
}

.secnavlistitems{width:22%;}

.listitemtittle{
	color:#595757;
	font-size:100%;}

.item1 p{
color:#595757;
height:90px;
}

.itemsbutton{color:white;
background-color:#898989;
padding:10px 0px;
}

.item1 a{
text-align:center;
}


.listitemtittle{
font-weight:bold;
background:linear-gradient(#fff 0%, #F3EF7A 46%, #fff 100%);
text-align:center;
}

@media only screen and (max-width: 1000px) {
  .sec-nav .sec-nav-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-nav .sec-nav-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-nav .sec-nav-list .sec-nav-list__items {
  width: 25%;
display:flex;
}

.sec-nav .sec-nav-list .sec-nav-list__items img {
  width: 100%;
  display: block;

}

.sec-pickup {
  padding-bottom: 20px;

}

.sec-pickup .sec-pickup__h2-heading img {
    width: 200px;
    height: auto;
}

.sec-pickup__h2-heading {
		text-align:center;
}

.tokusensya{text-align:center;}


.sec-pickup .sec-pickup__body {
  width: 100%;
  padding: 20px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content:space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  .sec-pickup .sec-pickup__body {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body {
    height: auto;
    padding: 30px;
  }
}
.sec-pickup .sec-pickup__body .sec-pickup__main {
  width: 30%;
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body .sec-pickup__main {
    padding-right: 0;
    width: 100%;
  }
}

.sec-pickup .sec-pickup__body .sec-pickup__sub {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body .sec-pickup__sub {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.sec-pickup .sec-pickup__body .sec-pickup__sub img {
  width: 100%;
}

.sec-pickup .sec-pickup__body .sec-pickup__h3-heading {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .sec-pickup .sec-pickup__body .sec-pickup__h3-heading {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body .sec-pickup__h3-heading {
    font-size: 1.3rem;
  }
}
.sec-pickup .sec-pickup__body .sec-pickup__link {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1000px) {
  .sec-pickup .sec-pickup__body .sec-pickup__link {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body .sec-pickup__link {
    font-size: 1.2rem;
  }
}

.sec-pickup .sec-pickup__body .sec-pickup__text {
	margin-top:40px;
	margin-bottom:40px;
  font-size: 1.5rem;
	text-align:center;
	width:100%;
}

@media only screen and (max-width: 1000px) {
  .sec-pickup .sec-pickup__body .sec-pickup__text {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-pickup .sec-pickup__body .sec-pickup__text {
    font-size: 1.3rem;
  }
}

/*
.sec-banner {
  padding-bottom: 15px;
}

.sec-banner.-pb40 {
  padding-bottom: 40px;
}

.sec-banner .sec-banner__body a {
  display: block;
}

.sec-banner .sec-banner__body a img {
  width: 100%;
  display: block;
}


.sec-category {
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .sec-category {
    padding-bottom: 0;
  }
}

.sec-category .sec-category__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.sec-category .sec-category__body .sec-category__left {
  width: 50%;
}

.sec-category .sec-category__body .sec-category__left a {
  color: #333;
}



@media only screen and (max-width: 1000px) {
  .sec-category .sec-category__body .sec-category__left {
    width: 100%;
    margin-right: 0;
  }
}

.sec-category .sec-category__body .sec-category__right {
  width: 50%;
}

.sec-category .sec-category__body .sec-category__right a {
  color: #333;
}

@media only screen and (max-width: 1000px) {
  .sec-category .sec-category__body .sec-category__right {
    width: 100%;
  }
}

.sec-category .sec-category__body .sec-category__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 256px;
}


@media only screen and (max-width: 767px) {
  .sec-category .sec-category__body .sec-category__box {
    height: auto;
    margin-bottom: 10px;
  }
}

.sec-category .sec-category__body .sec-category__box .sec-category__box-main {
  width: 50%;
  margin: 0 20px 0 8px;
  padding-top: 15px;
}

.sec-category .sec-category__body .sec-category__box .sec-category__box-sub {
  width: 40%;
}

.sec-category .sec-category__body .sec-category__box .sec-category__h2-heading {
  padding-bottom: 10px;
  font-size: 2.6rem;
}

@media only screen and (max-width: 1270px) {
  .sec-category .sec-category__body .sec-category__box .sec-category__h2-heading {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-category .sec-category__body .sec-category__box .sec-category__h2-heading {
    font-size: 1.8rem;
  }
}

.sec-category .sec-category__body .sec-category__box .sec-category__text {
  font-size: 1.9rem;
}

@media only screen and (max-width: 1270px) {
  .sec-category .sec-category__body .sec-category__box .sec-category__text {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-category .sec-category__body .sec-category__box .sec-category__text {
    font-size: 1.5rem;
  }
}

*/

.sec-category__body{
display:flex;
justify-content: space-between;
}

.sec-category__box{
	width:30%;
}

.sec-category__line{display:flex;}


.sec-category .sec-category__body .sec-category__line{
	width:100%;
	display:flex;
		flex-direction:row;
	justify-content:center;
	align-content:center;
}


.sec-category .sec-category__body .sec-category__line .sec-category__line-left{
	width:100%;
	color:white;
	font-weight:bold;
	background:#00b646;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:30px;
	text-align:center;
}


.sec-category .sec-category__body .sec-category__line .sec-category__line-right{
	display:inline-block;
	text-align:center;
}
.sec-category .sec-category__body .sec-category__line .sec-category__line-left img{
	max-width:250px;
}
.sec-category .sec-category__body .sec-category__line .sec-category__line-right img{
	max-width:250px;
}

@media only screen and (max-width: 767px) {
	.sec-category .sec-category__body .sec-category__line{
		width:100%;
		display:flex;
		flex-direction:column;
	justify-content:center;
	align-content:center;
	}
	.sec-category .sec-category__body .sec-category__line .sec-category__line-left{
		width:100%;
	}
	.sec-category .sec-category__body .sec-category__line .sec-category__line-right{
		width:100%;
	}
.sec-category .sec-category__body .sec-category__line .sec-category__line-left img{
	max-width:90%;
}
.sec-category .sec-category__body .sec-category__line .sec-category__line-right img{
	max-width:250px;
}
}

.sec-fb {
  padding: 30px 0 65px;
}

.sec-fb .sec-fb__h2-heading {
  margin-bottom: 25px;
}

.sec-fb .sec-fb__h2-heading img {
  max-width: 251px;
  display: block;
}

.sec-fb .sec-fb__body {
  padding: 0 30px;
  width: 100%;
  height: 187px;
}



@media only screen and (max-width: 767px) {
  .sec-fb .sec-fb__body {
    overflow: hidden;
  }
}

.sp-menu-btn__open {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-menu-btn__open {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .open .sp-menu-btn__open {
    display: none;
  }
}

.sp-menu-btn__close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-menu-btn__close {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .open .sp-menu-btn__close {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  header nav ul {
    background: #fff;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  header nav.open ul {
    display: block;
    background: #fff;
  }
}

.sub-image {
  width: 100%;
  padding-left: 180px;
  background-image: url("../img/subpage/submain-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sub-image {
    padding-left: 0;
    padding-top: 60px;
  }
}

.breadcrub {
  padding: 1rem 0;
  background: #dadbdb;
  font-size: 1.2rem;
}

.breadcrub .breadcrub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

.breadcrub .breadcrub-nav .breadcrub-nav__items {
  font-size: 1.2rem;
  color: #777a7c;
}

.breadcrub .breadcrub-nav .breadcrub-nav__items a {
  color: #333;
}

.breadcrub .breadcrub-nav .breadcrub-nav__items:first-child {
  color: #000;
}

.breadcrub .breadcrub-nav .breadcrub-nav__items:after {
  content: ">";
  color: #777a7c;
  padding: 0 12px;
}

.breadcrub .breadcrub-nav .breadcrub-nav__items:last-child:after {
  content: "";
}

.sec-insurance .sec-insurance__heading {
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .sec-insurance .sec-insurance__heading {
    margin-bottom: 30px;
  }
}

.sec-insurance .sec-insurance__sub-title {
  margin-bottom: 60px;
  font-size: 2.6rem;
  color: #00a6cb;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-insurance .sec-insurance__sub-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.sec-insurance .sec-insurance__sub-heading {
  background-image: url("../img/subpage/sec-insurance__sub-heading.jpg");
  background-repeat: no-repeat;
  height: 48px;
  width: 100%;
  padding: 13px 0 13px 20px;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-insurance .sec-insurance__sub-heading {
    background-size: cover;
    height: auto;
    font-size: 1.8rem;
  }
}

.sec-insurance .sec-insurance__textBox {
  padding-left: 20px;
}

.sec-insurance .sec-insurance__textBox.-pb275 {
  padding-bottom: 275px;
}

@media only screen and (max-width: 767px) {
  .sec-insurance .sec-insurance__textBox.-pb275 {
    padding-bottom: 100px;
  }
}

.sec-insurance .sec-insurance__textBox.-mb95 {
  margin-bottom: 95px;
}

.sec-insurance .sec-insurance__textBox.-mb45 {
  margin-bottom: 45px;
}

.sec-insurance .sec-insurance__text {
  font-size: 1.4rem;
}

.sec-insurance .sec-insurance__text.-mb95 {
  margin-bottom: 95px;
}

.sec-insurance .sec-insurance__text.-mb45 {
  margin-bottom: 45px;
}

.sec-insurance .sec-insurance__text.-mb40 {
  margin-bottom: 40px;
}

.sec-insurance .sec-insurance__text.-mb35 {
  margin-bottom: 35px;
}

.sec-insurance .sec-insurance__text.-mb25 {
  margin-bottom: 25px;
}

.sec-insurance a {
  display: block;
}

.sec-insurance a .sec-insurance__btn {
  margin-bottom: 25px;
}

.sec-insurance a .sec-insurance__btn img {
  width: 342px;
  display: block;
}

.sec-insurance .sec-insurance__h5-heading {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .sec-insurance .sec-insurance__h5-heading {
    font-size: 1.8rem;
  }
}

.sec-privacy .sec-privacy__heading {
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .sec-privacy .sec-privacy__heading {
    margin-bottom: 30px;
  }
}

.sec-privacy .sec-privacy__sub-title {
  margin-bottom: 60px;
  font-size: 2.6rem;
  color: #00a6cb;
  text-align: center;
}

.sec-privacy .sec-privacy__text {
  font-size: 1.4rem;
}

.sec-privacy .sec-privacy__text.-ta_c {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-privacy .sec-privacy__text.-ta_c {
    text-align: left;
  }
}

.sec-privacy .sec-privacy__text.-fw-b {
  font-weight: bold;
}

.sec-privacy .sec-privacy__text.-mb95 {
  margin-bottom: 95px;
}

.sec-privacy .sec-privacy__text.-mb45 {
  margin-bottom: 45px;
}

.sec-privacy .sec-privacy__text.-mb40 {
  margin-bottom: 40px;
}

.sec-privacy .sec-privacy__text.-mb35 {
  margin-bottom: 35px;
}

.sec-privacy .sec-privacy__text.-mb25 {
  margin-bottom: 25px;
}

.sec-privacy .dot-bg {
  padding: 40px 55px;
  background-image: url("../img/subpage/dot-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px;
}

.sec-privacy .sec-privacy__textBox {
  padding-left: 20px;
}

.sec-privacy .sec-privacy__textBox.-pb275 {
  padding-bottom: 275px;
}

.sec-privacy .sec-privacy__textBox.-mb95 {
  margin-bottom: 95px;
}

.sec-privacy .sec-privacy__textBox.-mb45 {
  margin-bottom: 45px;
}

.sec-privacy .sec-privacy__text {
  font-size: 1.4rem;
}

.sec-privacy .sec-privacy__text.-mb95 {
  margin-bottom: 95px;
}

.sec-privacy .sec-privacy__text.-mb45 {
  margin-bottom: 45px;
}

.sec-privacy .sec-privacy__text.-mb40 {
  margin-bottom: 40px;
}

.sec-privacy .sec-privacy__text.-mb35 {
  margin-bottom: 35px;
}

.sec-privacy .sec-privacy__text.-mb25 {
  margin-bottom: 25px;
}

.sec-privacy .sec-privacy__list-items {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #333;
}

.sec-privacy .sec-privacy__list-items:last-child {
  padding-bottom: 0px;
  border: none;
}

.sec-privacy .sec-privacy__h4-heading {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-privacy .sec-privacy__h4-heading {
    font-size: 1.7rem;
  }
}

.sec-privacy .sec-privacy__h4-heading:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  background-image: url("../img/subpage/title-before-box01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

.sec-link__list {
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-link__list li {
  list-style: disc;
  margin-bottom: 10px;
  padding-right: 50px;
}

.sec-link__list li a {
  color: #333;
}

.sec-lease .sec-lease__heading {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-lease .sec-lease__subtitle {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #00a6cb;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__subtitle {
    font-size: 1.6rem;
  }
}

.sec-lease .sec-lease__subtitle.-c_bk {
  color: #333;
}

.sec-lease .sec-lease__subtitle.-mb50 {
  margin-bottom: 50px;
}

.sec-lease .heading-buletails {
  background-image: url(../img/subpage/sec-insurance__sub-heading.jpg);
  background-repeat: no-repeat;
  height: 48px;
  width: 100%;
  padding: 13px 0 13px 20px;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-lease .heading-buletails {
    font-size: 1.4rem;
    height: auto;
  }
}

.sec-lease .heading-buletails span {
  padding-left: 20px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .sec-lease .heading-buletails span {
    margin-left: 10px;
    font-size: 1.2rem;
  }
}

.sec-lease .detail__btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-lease .detail__btn-box .detail-btn {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .detail__btn-box .detail-btn {
    margin-right: 0;
  }
}

.sec-lease .detail__image {
  margin-bottom: 25px;
  text-align: center;
}

.sec-lease .detail__price {
  width: 580px;
  padding-bottom: 20px;
  margin: 0 auto 40px;
  border-bottom: 2px dotted #ccc;
  font-size: 2.1rem;
  color: red;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-lease .detail__price {
    width: 100%;
  }
}

.sec-lease .detail__price span {
  font-size: 3.2rem;
  font-weight: bold;
}

.sec-lease .detail__subTitle {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

.sec-lease .detail__subTitle:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  background-image: url(../img/subpage/title-before-box02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
}

.sec-lease .detail__box {
  margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .detail__box {
    margin: 0;
  }
}

.sec-lease .table-detail01 {
  margin-bottom: 40px;
}

.sec-lease .table-detail01 th {
  width: 128px;
  padding: 8px 0 8px 22px;
  background: #efefef;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .sec-lease .table-detail01 th {
    width: 16.67%;
    padding: 8px;
  }
}

.sec-lease .table-detail01 td {
  width: 256px;
  padding: 8px 0 8px 25px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 1.1rem;
}

@media only screen and (max-width: 1000px) {
  .sec-lease .table-detail01 td {
    width: 33.334%;
    padding: 8px;
  }
}

.sec-lease .table-detail01 td.bg {
  background: #efefef;
}

.sec-lease .table-detail02 {
  margin-top: -20px;
  margin-bottom: 40px;
}

.sec-lease .table-detail02 th {
  width: 173px;
  padding: 8px 0 8px 22px;
  background: #efefef;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .sec-lease .table-detail02 th {
    width: 22.222%;
    padding: 8px;
  }
}

.sec-lease .table-detail02 td {
  width: 83px;
  padding: 8px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  font-size: 1.1rem;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .sec-lease .table-detail02 td {
    width: 11.111%;
    padding: 8px;
  }
}

.sec-lease .detail__pager {
  padding-left: 40px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .detail__pager {
    padding-left: 0;
  }
}

.sec-lease .detail__pager p {
  font-size: 1.2rem;
}

.sec-lease .sec-lease__part01, .sec-lease .sec-lease__part02, .sec-lease .sec-lease__part03,
.sec-lease .sec-lease__part04, .sec-lease .sec-lease__part05, .sec-lease .sec-lease__part06 {
  text-align: center;
}

.sec-lease .sec-lease__part01 {
  margin-bottom: 30px;
}

.sec-lease .sec-lease__part01 img {
  max-width: 924px;
  width: 100%;
}

.sec-lease .sec-lease__part02 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__part02 {
    margin-bottom: 60px;
  }
}

.sec-lease .sec-lease__part02 img {
  max-width: 832px;
  width: 100%;
}

.sec-lease .sec-lease__part03 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__part03 {
    margin-bottom: 60px;
  }
}

.sec-lease .sec-lease__part03 img {
  max-width: 854px;
  width: 100%;
}

.sec-lease .sec-lease__part04 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__part04 {
    margin-bottom: 60px;
  }
}

.sec-lease .sec-lease__part04 img {
  max-width: 776px;
  width: 100%;
}

.sec-lease .sec-lease__part05 {
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__part05 {
    margin-bottom: 60px;
  }
}

.sec-lease .sec-lease__part05 img {
  max-width: 862px;
  width: 100%;
}

.sec-lease .sec-lease__part06 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 767px) {
  .sec-lease .sec-lease__part06 {
    padding-bottom: 100px;
  }
}

.sec-lease .sec-lease__part06 a {
  display: block;
}

.sec-lease .sec-lease__part06 a button img {
  display: block;
  max-width: 704px;
  width: 100%;
}

.sec-support {
  background: #fff;
  padding-top: 65px;
}

.sec-support .page-inner02 {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}

.sec-support .sec-support__heading {
  padding-bottom: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 4.6rem;
  color: #00a6cb;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}

.sec-support .sec-support__subtitle01 {
  font-size: 2rem;
  text-align: center;
}

.sec-support .sec-support__subtitle02 {
  margin-bottom: 65px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__subtitle02 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.sec-support .sec-support__subtitle02 span {
  font-size: 2.9rem;
  color: red;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__subtitle02 span {
    font-size: 2rem;
  }
}

.sec-support .sec-support__part01 {
  width: 100%;
  height: 598px;
  background: url("../img/subpage/sec-support__part01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  padding-top: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__part01 {
    height: 200px;
    padding-top: 84px;
  }
}

.sec-support .sec-support__part01 .sec-support__h4-heading {
  margin: 0;
  padding: 30px 0 30px 35px;
  line-height: 1;
  font-size: 4rem;
  color: #e89111;
  font-weight: bold;
  background: #fff;
}

@media only screen and (max-width: 1000px) {
  .sec-support .sec-support__part01 .sec-support__h4-heading {
    padding: 20px 0 20px 20px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__part01 .sec-support__h4-heading {
    padding: 15px 0 15px 15px;
    font-size: 2rem;
  }
}

.sec-support .sec-support__part02 {
  width: 100%;
  height: 598px;
  background: url("../img/subpage/sec-support__part02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__part02 {
    height: 200px;
    padding-top: 84px;
  }
}

.sec-support .sec-support__part02 .sec-support__h4-heading {
  margin: 0;
  padding: 30px 0 30px 35px;
  line-height: 1;
  font-size: 4rem;
  color: #e89111;
  font-weight: bold;
  background: #fff;
}

@media only screen and (max-width: 1000px) {
  .sec-support .sec-support__part02 .sec-support__h4-heading {
    padding: 20px 0 20px 20px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__part02 .sec-support__h4-heading {
    padding: 15px 0 15px 15px;
    font-size: 2rem;
  }
}

.sec-support .sec-support__h4-box {
  width: 50%;
  height: 169px;
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__h4-box {
    height: 84px;
  }
}

.sec-support .sec-support__h4-box.-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-support .sec-support__h4-box .-box-shadow-side {
  -webkit-box-shadow: 9px 10px 10px #828282;
  box-shadow: 9px 10px 10px #828282;
}

.sec-support .sec-support__h4-box .-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-support .sec-support__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-support .sec-support__nav.-j-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-support .sec-support__nav .sec-support__nav-items {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .sec-support .sec-support__nav .sec-support__nav-items.-w100_p-sp {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__nav .sec-support__nav-items.-w100_p-sp {
    width: 100%;
  }
}

.sec-support .sec-support__nav .sec-support__nav-items a {
  position: relative;
  padding: 15px 35px 15px 0;
  font-size: 2.6rem;
}

@media only screen and (max-width: 1000px) {
  .sec-support .sec-support__nav .sec-support__nav-items a {
    padding: 10px 25px 10px 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__nav .sec-support__nav-items a {
    padding: 5px 25px 5px 0;
    font-size: 1.6rem;
  }
}

.sec-support .sec-support__nav .sec-support__nav-items a:before {
  position: absolute;
  content: '';
  background-image: url("../img/subpage/nav-arrow-right.png");
  width: 9px;
  height: 16px;
  background-size: cover;
  top: 25px;
  right: 10px;
}

@media only screen and (max-width: 1000px) {
  .sec-support .sec-support__nav .sec-support__nav-items a:before {
    top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-support .sec-support__nav .sec-support__nav-items a:before {
    top: 9px;
    right: 7px;
  }
}

.sec-support .sec-support__nav .sec-support__nav-items.-bg-new {
  background-image: url("../img/subpage/sec-support__new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-support .sec-support__nav .sec-support__nav-items.-bg-old {
  background-image: url("../img/subpage/sec-support__old.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-support .sec-support__nav a {
  display: block;
  color: #fff;
  text-align: right;
}

.sec-newcar .sec-newcar__heading {
  padding-bottom: 35px;
  margin-bottom: 60px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__heading {
    font-size: 2.6rem;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.sec-newcar .sec-newcar__subtitle {
  margin-bottom: 65px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #00a6cb;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__subtitle {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}

.sec-newcar .sec-newcar__subtitle span {
  color: red;
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__subtitle span {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.sec-newcar .sec-newcar__part01, .sec-newcar .sec-newcar__part02, .sec-newcar .sec-newcar__part03,
.sec-newcar .sec-newcar__part04, .sec-newcar .sec-newcar__part05, .sec-newcar .sec-newcar__part06 {
  text-align: center;
}

.sec-newcar .sec-newcar__part01 {
  margin-bottom: 55px;
}

.sec-newcar .sec-newcar__part01 img {
  max-width: 821px;
  width: 100%;
}

.sec-newcar .sec-newcar__hr {
  width: 850px;
  margin: 0 auto 35px;
  border-bottom: 2px dotted #333;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__hr {
    width: 100%;
  }
}

.sec-newcar .sec-newcar__part02 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__part02 {
    margin-bottom: 0px;
  }
}

.sec-newcar .sec-newcar__part02 img {
  max-width: 926px;
  width: 100%;
}

.sec-newcar .sec-newcar__part03 {
  padding-bottom: 105px;
}

@media only screen and (max-width: 767px) {
  .sec-newcar .sec-newcar__part03 {
    padding-bottom: 30px;
  }
}

.sec-newcar .sec-newcar__part03 button a {
  display: block;
}

.sec-newcar .sec-newcar__part03 button a img {
  display: block;
  max-width: 704px;
  width: 100%;
}

.sec-usedcar .sec-usedcar__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-usedcar .sec-usedcar__sub-title {
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .sec-usedcar__sub-title {
    font-size: 1.8rem;
  }
}

.sec-usedcar .sec-usedcar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .sec-usedcar__list {
    padding-bottom: 30px;
  }
}

.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items {
  position: relative;
  width: 33.3333%;
  margin-bottom: 30px;
  padding: 10px 10px 5px;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items {
    width: 100%;
  }
}

.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 3px;
  content: "";
  border-top: 3px solid #3ebbd0;
  z-index: 2;
}

.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(3),
.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(6),
.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(8),
.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(9),
.sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(12) {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(3),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(6),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(9) {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .sec-usedcar__list sec-usedcar__List-items:nth-child(2),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(4),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(6),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(8),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(10),
  .sec-usedcar .sec-usedcar__list .sec-usedcar__List-items:nth-child(12) {
    border-right: 1px solid #ccc;
  }
}

.sec-usedcar .sec-usedcar__list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #333;
}

.sec-usedcar .sec-usedcar__list-title span {
  font-weight: bold;
  font-size: 1.2rem;
}

.sec-usedcar .car-detail {
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
}

.sec-usedcar .car-detail .car-detail__items {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .sec-usedcar .car-detail .car-detail__items {
    font-size: 1rem;
  }
}

.sec-usedcar .sec-usedcar__price {
  color: red;
  font-size: 1.7rem;
  text-align: right;
}

.sec-usedcar a {
  display: block;
}

.sec-usedcar a .sec-usedcar__btn {
  padding: 3px 0;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.sec-usedcar a button {
  width: 100%;
  padding: 3px 0;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.sec-usedcar .sec-usedcar__foot {
  padding-bottom: 70px;
}

.sec-usedcar .sec-usedcar__foot img {
  max-width: 867px;
  width: 100%;
}

.sec-rentalbike .sec-rentalbike__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-rentalbike .sec-rentalbike__part01 {
  text-align: center;
  margin-bottom: 75px;
}

.sec-rentalbike .sec-rentalbike__part01 img {
  max-width: 837px;
  width: 100%;
}

.sec-rentalbike .sec-rentalbike__sub-heading {
  margin-bottom: 45px;
  text-align: center;
}

.sec-rentalbike .sec-rentalbike__sub-heading img {
  max-width: 474px;
  width: 100%;
}

.sec-rentalbike .dot-bg {
  padding: 55px 80px;
  margin-bottom: 105px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg {
    padding: 50px 4%;
    margin-bottom: 60px;
  }
}

.sec-rentalbike .dot-bg.p-relative {
  position: relative;
}

.sec-rentalbike .dot-bg .dot-bg__point {
  position: absolute;
  top: 15px;
  right: 70px;
  color: #00a6cb;
  font-size: 1.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__point {
    right: 5%;
    font-size: 1.4rem;
  }
}

.sec-rentalbike .dot-bg .dot-bg__point02 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__point02 {
    font-size: 1.4rem;
    text-align: left;
  }
}

.sec-rentalbike .dot-bg .dot-bg__foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background: #00a6cb;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-rentalbike .dot-bg .dot-bg__foot .dot-bg__foot-btn {
  padding: 15px 120px;
  border: 2px solid #333;
  color: #333;
  background: #fff;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__foot .dot-bg__foot-btn {
    padding: 10px 30px;
  }
}

.sec-rentalbike .dot-bg .dot-bg__foot .dot-bg__foot-btn a {
  font-size: 1.7rem;
  display: block;
  color: #333;
  font-weight: bold;
}

.sec-rentalbike .dot-bg .dot-bg__inner {
  position: relative;
}

.sec-rentalbike .dot-bg .dot-bg__inner.bd-radius {
  border-top: 2px solid #00a6cb;
  border-left: 2px solid #00a6cb;
  border-right: 2px solid #00a6cb;
  border-radius: 20px;
  background: #fff;
}

.sec-rentalbike .dot-bg .dot-bg__inner.bd-radius .dot-bg__table-box {
  padding-top: 25px;
  padding-bottom: 85px;
  margin-bottom: 12px;
}

.sec-rentalbike .dot-bg .dot-bg__table th {
  width: 20%;
  color: #00a6cb;
  font-size: 1.7rem;
  border-bottom: 1px solid #00a6cb;
  border-right: 1px solid #00a6cb;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__table th {
    font-size: 1.3rem;
  }
}

.sec-rentalbike .dot-bg .dot-bg__table th.bb-none {
  border-bottom: none;
}

.sec-rentalbike .dot-bg .dot-bg__table th.v-t {
  vertical-align: top;
}

.sec-rentalbike .dot-bg .dot-bg__table td {
  border-bottom: 1px solid #00a6cb;
  padding: 10px 0 10px 5px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__table td {
    font-size: 1.3rem;
  }
}

.sec-rentalbike .dot-bg .dot-bg__table td span {
  font-size: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__table td span {
    font-size: 1.8rem;
  }
}

.sec-rentalbike .dot-bg .dot-bg__table td span.fw-n {
  font-size: 1.7rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .dot-bg .dot-bg__table td span.fw-n {
    font-size: 1.3rem;
  }
}

.sec-rentalbike .dot-bg .dot-bg__table td.bb-none {
  border-bottom: none;
}

.sec-rentalbike .sec-rentalbike__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 53px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__sub {
  width: 334px;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__sub {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__sub img {
    width: 80%;
  }
}

.sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main {
  width: 386px;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main {
    width: 100%;
  }
}

.sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main .sec-rentalbike__about__main-title {
  padding: 9px 0 15px 20px;
  margin-bottom: 25px;
  line-height: 1;
  border-bottom: 1px dotted #333;
  border-left: 6px solid #00a6cb;
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main .sec-rentalbike__about__main-title {
    font-size: 2rem;
  }
}

.sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main .sec-rentalbike__about__main-list {
  padding-left: 45px;
}

.sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main .sec-rentalbike__about__main-list li {
  list-style: disc;
  font-size: 2.1rem;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__about .sec-rentalbike__about__main .sec-rentalbike__about__main-list li {
    font-size: 1.8rem;
  }
}

.sec-rentalbike .sec-rentalbike__bike {
  margin-bottom: 24px;
  text-align: center;
}

.sec-rentalbike .sec-rentalbike__bike img {
  width: 100%;
  max-width: 651px;
}

.sec-rentalbike .sec-rentalbike__bike__text {
  margin-bottom: 65px;
  text-align: center;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike .sec-rentalbike__bike__text {
    font-size: 2rem;
  }
}

.sec-rentalbike .sec-rentalbike__merit {
  margin-bottom: 115px;
  margin-bottom: 60px;
}

.sec-rentalbike .sec-rentalbike__merit img {
  max-width: 847px;
  width: 100%;
}

.sec-rentalbike__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 145px;
}

@media only screen and (max-width: 767px) {
  .sec-rentalbike__nav {
    padding-bottom: 100px;
  }
}

.sec-rentalbike__nav.-pd40 {
  padding-bottom: 40px;
}

.sec-rentalbike__nav.-pd85 {
  padding-bottom: 85px;
}

.sec-rentalbike__nav li {
  width: 397px;
}

.sec-rentalbike__nav li a {
  display: block;
}

.sec-rentalbike__nav li a.sec-rentalbike__nav-items img {
  width: 100%;
  max-width: 397px;
}

.sec-delivery {
  background: #fff;
  padding-top: 65px;
}

.sec-delivery .page-inner02 {
  max-width: 1006px;
  width: 100%;
  margin: 0 auto;
}

.sec-delivery .sec-delivery__heading {
  padding-bottom: 45px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 4.6rem;
  color: #00a6cb;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__heading {
    font-size: 3rem;
    padding-bottom: 30px;
  }
}

.sec-delivery .sec-delivery__subtitle01 {
  margin-bottom: 75px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__subtitle01 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding: 0 2%;
    text-align: left;
  }
}

.sec-delivery .sec-delivery__subtitle02 {
  margin-bottom: 65px;
  font-size: 2rem;
  text-align: center;
}

.sec-delivery .sec-delivery__subtitle02 span {
  font-size: 2.9rem;
  color: red;
  font-weight: bold;
}

.sec-delivery .sec-delivery__part01 {
  width: 100%;
  height: 598px;
  margin-bottom: 15px;
  padding-top: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-delivery .sec-delivery__part01.-bg02 {
  background: url("../img/subpage/sec-delivery__02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part01 {
    height: 200px;
    padding-top: 35px;
  }
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box {
  margin: 0;
  padding: 30px 25px 40px 0px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box {
    padding: 12px 12px 12px 0;
  }
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box.-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .-box-shadow-side {
  -webkit-box-shadow: 9px 10px 10px #828282;
  box-shadow: 9px 10px 10px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box.-bx-shadow-inside {
  -webkit-box-shadow: -5px 0px 15px #828282;
  box-shadow: -5px 0px 15px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .-bx-shadow-inside {
  -webkit-box-shadow: -5px 0px 15px #828282;
  box-shadow: -5px 0px 15px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .-bx-shadow-inside-btm {
  -webkit-box-shadow: -5px 5px 15px #828282;
  box-shadow: -5px 5px 15px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
  line-height: 1;
  text-align: right;
  font-size: 4rem;
  color: #e89111;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1270px) {
  .sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
  font-size: 2.2rem;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part01 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
    font-size: 1.2rem;
  }
}

.sec-delivery .sec-delivery__part02 {
  width: 100%;
  height: 598px;
  padding-top: 190px;
  margin-bottom: 15px;
}

.sec-delivery .sec-delivery__part02.-bg01 {
  background: url("../img/subpage/sec-delivery__01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-delivery .sec-delivery__part02.-bg03 {
  background: url("../img/subpage/sec-delivery__03.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part02 {
    height: 200px;
    padding-top: 35px;
  }
}

.sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box {
  margin: 0;
  padding: 30px 25px 40px 0px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box {
    padding: 12px 12px 12px 0px;
  }
}

.sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
  line-height: 1;
  text-align: right;
  font-size: 4rem;
  color: #e89111;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1270px) {
  .sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-heading {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
  font-size: 2.2rem;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__part02 .sec-delivery__h4-heading-box .sec-delivery__h4-sub {
    font-size: 1.2rem;
  }
}

.sec-delivery .sec-delivery__h4-box {
  width: 50%;
}

.sec-delivery .sec-delivery__h4-box.-w_55p {
  width: 55%;
}

.sec-delivery .sec-delivery__h4-box.-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-delivery .sec-delivery__h4-box .-bx-shadow-inside {
  -webkit-box-shadow: -5px 0px 15px #828282;
  box-shadow: -5px 0px 15px #828282;
}

.sec-delivery .sec-delivery__h4-box .-bx-shadow-inside-btm {
  -webkit-box-shadow: -5px 5px 15px #828282;
  box-shadow: -5px 5px 15px #828282;
}

.sec-delivery .sec-delivery__h4-box .-box-shadow-side {
  -webkit-box-shadow: 9px 10px 10px #828282;
  box-shadow: 9px 10px 10px #828282;
}

.sec-delivery .sec-delivery__h4-box .-bx-shadow {
  -webkit-box-shadow: 9px 7px 10px #828282;
  box-shadow: 9px 7px 10px #828282;
}

.sec-delivery .sec-delivery__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-delivery .sec-delivery__nav.-j-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items.-wp100_p-sp {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items.-wp100_p-sp {
    width: 100%;
  }
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items a {
  position: relative;
  padding: 15px 35px 15px 0;
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a {
    font-size: 1.6rem;
    padding: 5px 35px 5px 0;
  }
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 1270px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2 {
    font-size: 1.4rem;
  }
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2:before {
  position: absolute;
  content: '';
  background-image: url("../img/subpage/nav-arrow-right.png");
  width: 9px;
  height: 16px;
  background-size: cover;
  top: 18px;
  right: 10px;
}

@media only screen and (max-width: 1270px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2:before {
    top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a.-fz2:before {
    top: 50%;
    margin-top: -8px;
    right: 7px;
  }
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items a:before {
  position: absolute;
  content: '';
  background-image: url("../img/subpage/nav-arrow-right.png");
  width: 9px;
  height: 16px;
  background-size: cover;
  top: 25px;
  right: 10px;
}

@media only screen and (max-width: 1270px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a:before {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-delivery .sec-delivery__nav .sec-delivery__nav-items a:before {
    top: 50%;
    margin-top: -8px;
    right: 7px;
  }
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items.-bg-new {
  background-image: url("../img/subpage/sec-support__new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-delivery .sec-delivery__nav .sec-delivery__nav-items.-bg-old {
  background-image: url("../img/subpage/sec-support__old.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-delivery .sec-delivery__nav a {
  display: block;
  color: #fff;
  text-align: right;
}

.sec-introduction .sec-introduction__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-introduction .sec-introduction__sub-title {
  margin-bottom: 50px;
  font-size: 1.7rem;
  text-align: center;
}

.sec-introduction .dot-bg {
  padding: 30px 50px 50px;
  margin-bottom: 75px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .dot-bg {
    padding: 30px 2%;
    margin-bottom: 30px;
  }
}

.sec-introduction .dot-bg .bd-radius {
  padding: 35px;
  border: 2px solid #00a6cb;
  border-radius: 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .dot-bg .bd-radius {
    padding: 15px;
  }
}

.sec-introduction .dot-bg .dot-bg__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 2.1rem;
  font-weight: bold;
}

.sec-introduction .dot-bg .dot-bg__heading:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background-image: url(../img/subpage/introduction__disc.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

.sec-introduction .-w353 {
  max-width: 403px;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .-w353 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sec-introduction .-w230 {
  max-width: 230px;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .-w230 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.sec-introduction .-pr40 {
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .-pr40 {
    padding-right: 0;
  }
}

.sec-introduction .sec-introduction__sub-discription {
  margin-bottom: 70px;
  font-size: 3.7rem;
  color: #00a6cb;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .sec-introduction__sub-discription {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}

.sec-introduction .sec-introduction__part01 {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .sec-introduction__part01 {
    margin-bottom: 30px;
  }
}

.sec-introduction .sec-introduction__part01 img {
  max-width: 847px;
  width: 100%;
}

.sec-introduction .sec-introduction__part02 {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .sec-introduction .sec-introduction__part02 {
    margin-bottom: 30px;
  }
}

.sec-introduction .sec-introduction__part02 img {
  max-width: 847px;
  width: 100%;
}

.sec-usedbike .sec-usedbike__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-usedbike .sec-usedbike__sub-title {
  margin-bottom: 80px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-usedbike .sec-usedbike__sub-title {
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
}

.sec-usedbike .sec-usedbike__sub-heading {
  margin-bottom: 35px;
  text-align: center;
}

.sec-usedbike .sec-usedbike__sub-heading img {
  max-width: 317px;
  width: 100%;
}

.sec-usedbike .dot-bg {
  margin-bottom: 90px;
  padding: 50px 0;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-usedbike .sec-usedbike__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items {
  position: relative;
  width: 33.3333%;
  margin-bottom: 30px;
  padding: 10px 10px 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-usedbike .sec-usedbike__list .sec-usedbike__List-items {
    width: 50%;
  }
}

.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items .sec-usedbike__thumb img {
  width: 100%;
}

.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 3px;
  content: "";
  border-top: 3px solid #3ebbd0;
  z-index: 2;
}

.sec-usedbike .sec-usedbike__list .sec-usedbike__new {
  width: 54px;
  position: absolute;
  top: -16px;
  left: -7px;
  z-index: 10;
}

.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(3),
.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(5),
.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(6),
.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(9),
.sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(12) {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .sec-usedbike .sec-usedbike__list .sec-usedbike__List-items:nth-child(3) {
    border-right: 0;
  }
}

.sec-usedbike .sec-usedbike__List-items:nth-child(2),
.sec-usedbike .sec-usedbike__List-items:nth-child(4),
.sec-usedbike .sec-usedbike__List-items:nth-child(6),
.sec-usedbike .sec-usedbike__List-items:nth-child(8),
.sec-usedbike .sec-usedbike__List-items:nth-child(10),
.sec-usedbike .sec-usedbike__List-items:nth-child(11) {
  border-right: 1px solid #ccc;
}

.sec-usedbike .sec-usedbike__list-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  font-size: 1.2rem;
}

.sec-usedbike .sec-usedbike__list-title:before {
  position: absolute;
  content: "■";
  left: 0;
}

.sec-usedbike .sec-usedbike_price {
  margin-bottom: 5px;
  text-align: right;
  color: red;
  font-size: 1.2rem;
}

.sec-usedbike .sec-usedbike_price span {
  font-size: 1.4rem;
}

.sec-usedbike .car-detail {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #333;
}

.sec-usedbike .car-detail .car-detail__items {
  font-size: 1.2rem;
}

.sec-usedbike .sec-usedbike__table th, .sec-usedbike .sec-usedbike__table td {
  font-size: 1.2rem;
}

.sec-usedbike .sec-usedbike__table th {
  width: 22%;
  padding: 2px 0;
}

.sec-usedbike .sec-usedbike__table td.pd {
  padding: 0 5px;
}

.sec-usedbike .sec-usedbike__port01 {
  padding-bottom: 70px;
  text-align: center;
}

.sec-usedbike .sec-usedbike__port01 img {
  max-width: 317px;
  width: 100%;
}

.sec-usedbike .sec-usedbike__port02 {
  padding-bottom: 120px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-usedbike .sec-usedbike__port02 {
    padding-bottom: 60px;
  }
}

.sec-usedbike .sec-usedbike__port02 img {
  max-width: 731px;
  width: 100%;
}

.sec-usedbike .sec-usedbike__port03 {
  padding-bottom: 120px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-usedbike .sec-usedbike__port03 {
    padding-bottom: 60px;
  }
}

.sec-usedbike .sec-usedbike__port03 img {
  max-width: 704px;
  width: 100%;
}

.sec-aisatsu .sec-aisatsu__heading {
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-aisatsu .sec-aisatsu__part01 {
  margin-bottom: 30px;
  text-align: center;
}

.sec-aisatsu .sec-aisatsu__part01 img {
  max-width: 721px;
  width: 100%;
}

.sec-aisatsu .dot-bg {
  margin-bottom: 90px;
  padding: 50px 75px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-aisatsu .dot-bg {
    padding: 30px 2%;
    margin-bottom: 60px;
  }
}

.sec-aisatsu .sec-aisatsu__text {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-aisatsu .sec-aisatsu__text {
    margin-bottom: 30px;
  }
}

.sec-aisatsu .sec-aisatsu__text span {
  font-size: 2.2rem;
}

.sec-aisatsu .sec-aisatsu__text.-ta_r {
  text-align: right;
}

.sec-about__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 145px;
}

@media only screen and (max-width: 767px) {
  .sec-about__nav {
    padding-bottom: 30px;
  }
}

.sec-about__nav.-pb40 {
  padding-bottom: 40px;
}

.sec-about__nav.-pd240 {
  padding-bottom: 240px;
}

@media only screen and (max-width: 767px) {
  .sec-about__nav.-pd240 {
    padding-bottom: 100px;
  }
}

.sec-about__nav li {
  width: 397px;
}

.sec-about__nav li a {
  display: block;
}

.sec-about__nav li a.sec-about__nav-items img {
  width: 100%;
  max-width: 397px;
}

.sec-character .sec-character__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-character .sec-character__part01 {
  margin-bottom: 20px;
  text-align: center;
}

.sec-character .sec-character__part01 img {
  max-width: 200px;
  width: 100%;
}

.sec-character .sec-character__part02 {
  margin-bottom: 95px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-character .sec-character__part02 {
    margin-bottom: 30px;
  }
}

.sec-character .sec-character__part02 img {
  max-width: 847px;
  width: 100%;
}

.sec-character .sec-character__part03 {
  margin-bottom: 75px;
  text-align: center;
}

.sec-character .sec-character__part03 img {
  max-width: 847px;
  width: 100%;
}

.sec-character .dot-bg {
  margin-bottom: 90px;
  padding: 50px 75px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-character .sec-character__text {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec-character .sec-character__text span {
  font-size: 2.2rem;
}

.sec-character .sec-character__text.-ta_r {
  text-align: right;
}

.sec-gaiyou .sec-gaiyou__heading {
  padding-bottom: 45px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-gaiyou .dot-bg {
  margin-bottom: 90px;
  padding: 50px 60px 40px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-gaiyou .dot-bg {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
}

.sec-gaiyou .sec-gaiyou__table th {
  width: 23%;
  padding: 0.5em;
  font-size: 1.9rem;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .sec-gaiyou .sec-gaiyou__table th {
    width: 100%;
    display: block;
  }
}

.sec-gaiyou .sec-gaiyou__table .sec-gaiyou__th {
  position: relative;
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: bold;
}

.sec-gaiyou .sec-gaiyou__table .sec-gaiyou__th:before {
  position: absolute;
  top: 3px;
  left: -25px;
  content: "";
  background-image: url(../img/subpage/title-before-box01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

.sec-gaiyou .sec-gaiyou__table td {
  padding: 0.5em 0 0.5rem 50px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .sec-gaiyou .sec-gaiyou__table td {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    font-size: 1.7rem;
  }
}

.sec-gaiyou .sec-gaiyou__table td ul li {
  position: relative;
  font-size: 1.9rem;
  padding-left: 30px;
}

.sec-gaiyou .sec-gaiyou__table td ul li:before {
  position: absolute;
  content: "●";
  left: 0;
  font-size: 1.9rem;
}

.sec-rinen .sec-rinen__heading {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}

.sec-rinen .sec-rinen__sub-title {
  font-size: 1.9rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__sub-title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

.sec-rinen .dot-bg {
  margin-bottom: 65px;
  padding: 50px 60px 60px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .dot-bg {
    padding: 30px 7%;
  }
}

.sec-rinen .sec-rinen__table th {
  width: 23%;
  padding: 0.5em;
  font-size: 1.9rem;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__table th {
    width: 100%;
    display: block;
  }
}

.sec-rinen .sec-rinen__table .sec-rinen__th {
  position: relative;
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: bold;
}

.sec-rinen .sec-rinen__table .sec-rinen__th:before {
  position: absolute;
  top: 3px;
  left: -25px;
  content: "";
  background-image: url(../img/subpage/title-before-box01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

.sec-rinen .sec-rinen__table .sec-rinen__td {
  position: relative;
  padding-left: 0px;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.9rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__table .sec-rinen__td {
    font-size: 1.7rem;
  }
}

.sec-rinen .sec-rinen__table .sec-rinen__td:before {
  position: absolute;
  top: 0;
  left: -40px;
  content: "･･･";
  font-size: 1.9rem;
}

.sec-rinen .sec-rinen__table td {
  padding: 0.5em 0 0.5rem 50px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__table td {
    width: 100%;
    display: block;
    padding: 0.5em 0 1.5em 50px;
  }
}

.sec-rinen .sec-rinen__table td ul li {
  position: relative;
  font-size: 1.9rem;
  padding-left: 30px;
}

.sec-rinen .sec-rinen__table td ul li:before {
  position: absolute;
  content: "●";
  left: 0;
  font-size: 1.9rem;
}

.sec-rinen .sec-rinen__text {
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec-rinen .sec-rinen__text span {
  font-size: 2.2rem;
}

.sec-rinen .sec-rinen__text.-ta_r {
  text-align: right;
}

.sec-rinen .sec-rinen__part01 {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__part01 {
    margin-bottom: 30px;
  }
}

.sec-rinen .sec-rinen__part01 img {
  max-width: 293px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__part01 img {
    width: 50%;
  }
}

.sec-rinen .sec-rinen__part01__text {
  margin-bottom: 95px;
  text-align: center;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .sec-rinen .sec-rinen__part01__text {
    margin-bottom: 60px;
  }
}

.sec-rinen .sec-rinen__part01__text span {
  color: #00a6cb;
}

.sec-rinen .dot-bg__ol li {
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 1.7rem;
}

.sec-rinen .sec-rinen__part02 {
  margin-bottom: 95px;
  text-align: center;
}

.sec-rinen .sec-rinen__part02 img {
  max-width: 847px;
  width: 100%;
}

.sec-rinen .sec-rinen__part03 {
  margin-bottom: 75px;
  text-align: center;
}

.sec-rinen .sec-rinen__part03 img {
  max-width: 847px;
  width: 100%;
}

.sec-rinen .-fz19 {
  font-size: 1.9rem;
}

.sec-rinen .-ta_c {
  text-align: center;
}

.sec-rinen .-mb_40 {
  margin-bottom: 40px;
}

.sec-maintenance .sec-maintenance__heading {
  padding-bottom: 45px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 3rem;
}
.sec-maintenance .sec-maintenance__manga{
    padding-bottom:40px;
}
.sec-maintenance .sec-maintenance__part01 {
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__part01 {
    margin-bottom: 30px;
  }
}

.sec-maintenance .sec-maintenance__part01 img {
  max-width: 1048px;
  width: 100%;
}

.sec-maintenance .sec-maintenance__part02 {
  text-align: center;
}

.sec-maintenance .sec-maintenance__part02 img {
  max-width: 891px;
  width: 100%;
}

.sec-maintenance .sec-maintenance__part03 {
  text-align: center;
}

.sec-maintenance .sec-maintenance__part03 img {
  max-width: 891px;
  width: 100%;
}

.sec-maintenance .sec-maintenance__part01__text01 {
  font-size: 4rem;
  color: red;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__part01__text01 {
    font-size: 2rem;
  }
}

.sec-maintenance .sec-maintenance__part01__text02 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #00a6cb;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__part01__text02 {
    font-size: 1.8rem;
  }
}

.sec-maintenance .pl-150 {
  padding-left: 150px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .pl-150 {
    padding-left: 0;
  }
}

.sec-maintenance .sec-maintenance__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-maintenance .sec-maintenance__box .sec-maintenance__box__main {
  margin-right: 25px;
  width: 440px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__box .sec-maintenance__box__main {
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sec-maintenance .sec-maintenance__box .sec-maintenance__box__main .sec-maintenance__box__text {
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.sec-maintenance__part04 .sec-maintenance__box .sec-maintenance__box__main {
    width:100%;
    text-align:left;
}
@media only screen and (max-width: 767px) {
.sec-maintenance__part04 .sec-maintenance__box .sec-maintenance__box__main {
    width:auto;
    text-align:left;
}
}
.sec-maintenance .sec-maintenance__box .sec-maintenance__box__main .sec-maintenance__box__text span {
  color: red;
}

.sec-maintenance .sec-maintenance__box .sec-maintenance__box__main .sec-maintenance__box__text.-mb45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__box .sec-maintenance__box__main .sec-maintenance__box__text.-mb45 {
    margin-bottom: 30px;
  }
}

.sec-maintenance .sec-maintenance__box .sec-maintenance__box__sub {
  width: 230px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__box .sec-maintenance__box__sub {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 20px;
  }
}

.sec-maintenance .sec-maintenance__box__foot {
  text-align: center;
}

.sec-maintenance .sec-maintenance__box__foot.-mb_30 {
  margin-bottom: 30px;
}

.sec-maintenance .sec-maintenance__box__foot.-mb_40 {
  margin-bottom: 40px;
}

.sec-maintenance .sec-maintenance__box__foot.-mb_95 {
  margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__box__foot.-mb_95 {
    margin-bottom: 30px;
  }
}

.sec-maintenance .sec-maintenance__box__foot img {
  max-width: 703px;
  width: 100%;
}

.sec-maintenance .sec-maintenance__part04 {
  margin-bottom: 140px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sec-maintenance .sec-maintenance__part04 {
    margin-bottom: 30px;
  }
}

.sec-maintenance .sec-maintenance__part04 img {
  max-width: 768px;
  width: 100%;
}
/*
.inspection-imageWrap {
  width: 100%;
  height: 758px;
  background-image: url(../img/subpage/inspection-imageWrap.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1000px) {
  .inspection-imageWrap {
    height: 400px;
    background-image: url(../img/subpage/inspection-imageWrap-sp.png);
  }
}

@media only screen and (max-width: 767px) {
  .inspection-imageWrap {
    height: 400px;
    background-image: url(../img/subpage/inspection-imageWrap-sp.png);
  }
}

@media only screen and (max-width: 600px) {
  .inspection-imageWrap {
    height: 400px;
    background-image: url(../img/subpage/inspection-imageWrap-sp-s.png);
  }
}
*/
.inspection-container {
  position: relative;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .inspection-container {
    /*height: 400px;*/
  }
}
.inspection__imgflex01{
    display:flex;
    flex-direction:column;
    padding: 50px 0;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width:768px){
    .inspection__imgflex01{
        /*flex-direction:row;*/
    }
	.inspection__chirashi01{
		padding-bottom:180px;
		margin-top:-150px;
	}
}
.inspection__imgflex02{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
}
.inspection__imgflex02 li{
    width:100%;
}
@media screen and (min-width:768px){
    .inspection__imgflex02{
        flex-direction:row;
        margin-top:-150px;
    }
    .inspection__imgflex02 li{
        width:30%;
        text-align:center;
    }
}
.inspection__img01 {
width:100%;
    text-align:center;
}
@media screen and (min-width:768px){
.inspection__img01 {
      padding-top: 50px;
    width:40%;
    }
}
/*
@media only screen and (max-width: 1000px) {
  .inspection__img01 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .inspection__img01 {
    display: none;
    padding-top: 20px;
    text-align: center;
  }
}
*/
.inspection__img01 img {
  max-width: 891px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .inspection__img01 img {
    width: 80%;
  }
}

.inspection__img02-btn {
  /*position: absolute;
  top: 380px;
  left: 350px;*/
    width:100%;
}

@media only screen and (max-width: 1000px) {
  .inspection__img02-btn {
    /*top: 320px;
    left: 50%;*/
      width:100%;
  }
}
/*
@media only screen and (max-width: 767px) {
  .inspection__img02-btn {
    top: 320px;
    left: 50%;
  }
}
*/

@media only screen and (max-width: 600px) {
  .inspection__img02-btn {
    top: 320px;
    left: auto;
    right: 0;
  }
}

.inspection__img02-btn a {
  display: block;
}

.inspection__img02-btn img {
  max-width: 800px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .inspection__img02-btn img {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .inspection__img02-btn img {
    width: 300px;
    padding-left: 10px;
  }
}

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

@media only screen and (max-width: 767px) {
  .inspection__img03 {
    display: none;
  }
}

.inspection__img03 img {
  max-width: 1055px;
  width: 100%;
}

.inspection__img04 {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .inspection__img04 {
    margin-top: 10px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .inspection__img04 {
    display: block;
    width: 96%;
    margin-bottom: 20px;
  }
}

.inspection__img04 img {
  max-width: 1055px;
  width: 100%;
}

.sec-inspection {
  /*padding-top: 280px;*/
}

@media only screen and (max-width: 1000px) {
  .sec-inspection {
    padding-top: 0;
  }
}

.sec-inspection .sec-inspection__heading {
  text-align: center;
}

.sec-inspection .sec-inspection__heading img {
  max-width: 1048px;
  width: 100%;
}

.sec-inspection .sec-inspection__part01 {
  /*margin-top: -35px;
  margin-bottom: 50px;*/
  text-align: center;
    padding-top:50px;
    max-width:1048px;
    background:#a0d7e5;
    margin:0 auto;
}
@media screen and (min-width:768px){
    .sec-inspection .sec-inspection__part01 {
    padding-top:70px;
        margin-top:-5px;
}

}
@media only screen and (max-width: 767px) {
  .sec-inspection .sec-inspection__part01 {
    margin-bottom: 20px;
  }
}

.sec-inspection .sec-inspection__part01 img {
  max-width: 1000px;
  width: 100%;
}

.sec-inspection .sec-inspection__part02 {
  margin-top: -35px;
  margin-bottom: 75px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-inspection .sec-inspection__part02 {
    margin-bottom: 20px;
  }
}

.sec-inspection .sec-inspection__part02 img {
  max-width: 1000px;
  width: 100%;
}

.sec-inspection .sec-inspection__part03 {
  margin-top: -35px;
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-inspection .sec-inspection__part03 {
    margin-bottom: 20px;
  }
}

.sec-inspection .sec-inspection__part03 img {
  max-width: 1000px;
  width: 100%;
}

.sec-inspection .sec-inspection__part04 {
  margin-top: -35px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-inspection .sec-inspection__part04 {
    margin-bottom: 20px;
  }
}
.sec-inspection .inspection-corp{
    padding:50px 15px;
}
.sec-inspection .sec-inspection__part04 img {
  max-width: 1000px;
  width: 100%;
}

.sec-inspection .sec-inspection__part05 {
  display: block;
  margin: 0 auto 200px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-inspection .sec-inspection__part05 {
    margin: 0 auto 20px;
  }
}
.sec-inspection .sec-inspection__part05 img {
    width:300px;
    margin:0 auto;
}
@media screen and (min-width:768px){
    .sec-inspection .sec-inspection__part05 img {
      max-width: 704px;
      width: 100%;
    }
}
.sec-inspection .sec-inspection__part01__text01 {
  font-size: 4rem;
  color: red;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.sec-inspection .sec-inspection__part01__text02 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #00a6cb;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.sec-inspection .pl-150 {
  padding-left: 150px;
}

.sec-inspection .sec-inspection__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-inspection .sec-inspection__box .sec-inspection__box__main {
  margin-right: 25px;
  width: 440px;
}

.sec-inspection .sec-inspection__box .sec-inspection__box__main .sec-inspection__box__text {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.sec-inspection .sec-inspection__box .sec-inspection__box__main .sec-inspection__box__text span {
  color: red;
}

.sec-inspection .sec-inspection__box .sec-inspection__box__main .sec-inspection__box__text.-mb45 {
  margin-bottom: 45px;
}

.sec-inspection .sec-inspection__box .sec-inspection__box__sub {
  width: 230px;
}

.sec-inspection .sec-inspection__box__foot {
  text-align: center;
}

.sec-inspection .sec-inspection__box__foot.-mb_30 {
  margin-bottom: 30px;
}

.sec-inspection .sec-inspection__box__foot.-mb_40 {
  margin-bottom: 40px;
}

.sec-inspection .sec-inspection__box__foot.-mb_95 {
  margin-bottom: 95px;
}

.sec-inspection .sec-inspection__box__foot img {
  max-width: 703px;
  width: 100%;
}

.sec-price .sec-price__heading {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #999;
  color: #00a6cb;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__heading {
    margin-bottom: 60px;
  }
}

.sec-price .sec-price__sub-heading {
  background-image: url("../img/subpage/sec-price__sub-heading.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 28px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #fff;
}

.sec-price .sec-price__sub-heading.-bg_02 {
  background-image: url("../img/subpage/sec-price__sub-heading-02.png");
}

.sec-price .sec-price__part01 {
  margin-bottom: 50px;
  text-align: center;
}

.sec-price .sec-price__part01 img {
  max-width: 953px;
  width: 100%;
}

.sec-price .sec-price__part02 {
  margin-bottom: 30px;
  text-align: center;
}

.sec-price .sec-price__part02 img {
  max-width: 953px;
  width: 100%;
}

.sec-price .sec-price__part02__list {
  padding-left: 20px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__part02__list {
    padding-right: 2%;
  }
}

.sec-price .sec-price__part02__list li {
  font-size: 1.2rem;
  list-style: disc;
  line-height: 1.7;
}

.sec-price .sec-price__part03 {
  margin-bottom: 85px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__part03 {
    margin-bottom: 60px;
  }
}

.sec-price .sec-price__part03 img {
  max-width: 832px;
  width: 100%;
}

.sec-price .sec-price__part04 {
  margin-bottom: 93px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__part04 {
    margin-bottom: 60px;
  }
}

.sec-price .sec-price__part04 img {
  max-width: 992px;
  width: 100%;
}

.sec-price .sec-price__part01__text01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__part01__text01 {
    font-size: 2rem;
    padding: 0 2%;
  }
}

.sec-price .sec-price__part01__text02 {
  margin-bottom: 25px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-price .sec-price__part01__text02 {
    font-size: 1.6rem;
    padding: 0 2%;
  }
}

.sec-price .pl-150 {
  padding-left: 150px;
}

.sec-price .sec-price__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-price .sec-price__box .sec-price__box__main {
  margin-right: 25px;
  width: 440px;
}

.sec-price .sec-price__box .sec-price__box__main .sec-price__box__text {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.sec-price .sec-price__box .sec-price__box__main .sec-price__box__text span {
  color: red;
}

.sec-price .sec-price__box .sec-price__box__main .sec-price__box__text.-mb45 {
  margin-bottom: 45px;
}

.sec-price .sec-price__box .sec-price__box__sub {
  width: 230px;
}

.sec-price .sec-price__box__foot {
  text-align: center;
}

.sec-price .sec-price__box__foot.-mb_30 {
  margin-bottom: 30px;
}

.sec-price .sec-price__box__foot.-mb_40 {
  margin-bottom: 40px;
}

.sec-price .sec-price__box__foot.-mb_95 {
  margin-bottom: 95px;
}

.sec-price .sec-price__box__foot img {
  max-width: 703px;
  width: 100%;
}

.sec-regular .sec-regular__heading {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #999;
  color: #00a6cb;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .sec-regular .sec-regular__heading {
    margin-bottom: 30px;
  }
}

.sec-regular .sec-regular__text01 {
  margin-bottom: 25px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-regular .sec-regular__text01 {
    font-size: 1.7rem;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.sec-regular .sec-regular__text01.-mb_40 {
  margin-bottom: 40px;
}

.sec-regular .sec-regular__sub-heading {
  background-image: url("../img/subpage/sec-price__sub-heading.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 28px;
  margin-bottom: 50px;
  font-size: 2.4rem;
  color: #fff;
}

.sec-regular .sec-regular__part01 {
  margin-bottom: 110px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-regular .sec-regular__part01 {
    margin-bottom: 60px;
  }
}

.sec-regular .sec-regular__part01 img {
  max-width: 818px;
  width: 100%;
}

.sec-shaken .sec-shaken__heading {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #999;
  color: #00a6cb;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 1000px) {
  .sec-shaken .sec-shaken__heading {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-shaken .sec-shaken__heading {
    margin-bottom: 30px;
  }
}

.sec-shaken .sec-shaken__part01__text01 {
  margin-bottom: 20px;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1000px) {
  .sec-shaken .sec-shaken__part01__text01 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-shaken .sec-shaken__part01__text01 {
    font-size: 2rem;
  }
}

.sec-shaken .sec-shaken__part01__text02 {
  margin-bottom: 10px;
  font-size: 2rem;
}

.sec-shaken .sec-shaken__part01__text03 {
  margin-bottom: 30px;
  font-size: 2rem;
  color: red;
}

@media only screen and (max-width: 1000px) {
  .sec-shaken .sec-shaken__part01__text03 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-shaken .sec-shaken__part01__text03 {
    font-size: 1.7rem;
  }
}

.sec-shaken .sec-shaken__sub-heading {
  background-image: url("../img/subpage/sec-price__sub-heading.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 28px;
  margin-bottom: 50px;
  font-size: 2.4rem;
  color: #fff;
}

.sec-shaken .sec-shaken__part01 {
  margin-bottom: 110px;
  text-align: center;
}

.sec-shaken .sec-shaken__part01 img {
  max-width: 818px;
  width: 100%;
}

.sec-shaken .w-896 {
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}

table.formTable {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
}

table.formTable span {
  color: red;
}

table.formTable .-mb_10 {
  margin-bottom: 10px;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  table.formTable td, table.formTable th {
    padding: 10px 0 10px 10px;
  }
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  table.formTable th {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  table.formTable td {
    width: 100%;
    display: block;
  }
}

.submit-01-btn {
  background-image: url(../img/subpage/submit-bg-01.png);
  width: 365px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 90px;
  font-size: 2.5rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .submit-01-btn {
    width: 100%;
  }
}

.sec-shaken .formTable textarea {
  width: 95%;
}

.sec-shaken .mail input {
  width: 50%;
}

.sec-shaken .tel input {
  width: 25%;
}

.sec-shaken input.place {
  width: 95%;
}

.tel02 input {
  width: 25%;
}

.sec-contact .sec-contact__heading {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #999;
  color: #00a6cb;
  text-align: center;
  font-size: 3rem;
}

@media only screen and (max-width: 1000px) {
  .sec-contact .sec-contact__heading {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact .sec-contact__heading {
    margin-bottom: 60px;
  }
}

.sec-contact .sec-contact__part01__text01 {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
}

.sec-contact .sec-contact__01 {
  margin-bottom: 50px;
}

.sec-contact .sec-contact__01 img {
  max-width: 647px;
  width: 100%;
}

.sec-contact .w-896 {
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}

.sec-contact table.formTable-contact {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
}

.sec-contact table.formTable-contact .c_red {
  color: red;
}

.sec-contact table.formTable-contact .fz_14 {
  font-size: 1.4rem;
}

.sec-contact table.formTable-contact .-mb_10 {
  margin-bottom: 10px;
}

.sec-contact table.formTable-contact td.-bg {
  background: #f0f0f0;
  width: 28%;
  padding: 25px 0 0 15px;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact td.-bg {
    padding: 0.7em 0 0.7em 0.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact td.-bg {
    padding: 0.7em 0 0.7em 0.5em;
    width: 100%;
  }
}

.sec-contact table.formTable-contact td.-pl_30 {
  padding-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact td.-pl_30 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact td.-pl_30 {
    padding-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact td textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact td textarea {
    width: 100%;
  }
}

.sec-contact table.formTable-contact td.-pb_30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact td.-pb_30 {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact td.-pb_30 {
    padding-top: 30px;
  }
}

.sec-contact table.formTable-contact td.-pt25 {
  padding-top: 25px;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact td.-pt25 {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact td.-pt25 {
    padding-bottom: 25px;
  }
}

.sec-contact table.formTable-contact th {
  width: 29%;
  padding-right: 55px;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact th {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact th {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.sec-contact table.formTable-contact th, .sec-contact table.formTable-contact td {
  vertical-align: top;
}

@media only screen and (max-width: 1000px) {
  .sec-contact table.formTable-contact th, .sec-contact table.formTable-contact td {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact table.formTable-contact th, .sec-contact table.formTable-contact td {
    width: 100%;
    display: block;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
}

table.formTable span {
  color: red;
}

table.formTable .-mb_10 {
  margin-bottom: 10px;
}

.-pl_50 {
  padding-left: 50px;
}

@media only screen and (max-width: 1000px) {
  .-pl_50 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .-pl_50 {
    padding-left: 0;
  }
}

.page-bg-top {
  width: 100%;
  height: 168px;
  background-image: url(../img/subpage/page-bg-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1000px) {
  .page-bg-top {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-bg-top {
    height: 50px;
  }
}

.sec-news-page .sec-news-page__heading {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
  color: #00a6cb;
  text-align: center;
  font-size: 3rem;
}

.sec-news-page .sec-news-page__heading.-c_bk {
  color: #333;
}
.sec-news-page .sec-news-page__heading.t_left {
  text-align:left;
}

@media only screen and (max-width: 1000px) {
  .sec-news-page .sec-news-page__heading {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-news-page .sec-news-page__heading {
    margin-bottom: 60px;
  }
}

.sec-news-page .dot-bg {
  margin-bottom: 60px;
  padding: 50px 50px 45px;
  background-image: url(../img/subpage/dot-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-news-page .dot-bg {
    padding: 30px 15px;
  }
}

.sec-news-page .sec-news-page__list li {
  border-bottom: 2px dotted #333;
  margin-bottom: 30px;
}

.sec-news-page .sec-news-page__list li p a{
	color:rgb(0, 0, 238);
	text-decoration:none!important;
	background-image:none;
}

.sec-news-page .sec-news-page__list li .icon-news {
  position: relative;
}

.sec-news-page .sec-news-page__list li .icon-news:after {
  position: absolute;
  left: 135px;
  top: 3px;
  content: "";
  background-image: url(../img/subpage/new-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 53px;
  height: 21px;
}

.sec-news-page .sec-news-page__list li .icon-event {
  position: relative;
}

.sec-news-page .sec-news-page__list li .icon-event:after {
  position: absolute;
  left: 135px;
  top: 3px;
  content: "";
  background-image: url(../img/subpage/event-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 53px;
  height: 21px;
}

.sec-news-page .sec-news-page__list li .icon-campaign {
  position: relative;
}

.sec-news-page .sec-news-page__list li .icon-campaign:after {
  position: absolute;
  left: 135px;
  top: 3px;
  content: "";
  background-image: url(../img/subpage/campaign-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 53px;
  height: 21px;
}

.sec-news-page .sec-news-page__list li .icon-blog {
  position: relative;
}

.sec-news-page .sec-news-page__list li .icon-blog:after {
  position: absolute;
  left: 135px;
  top: 3px;
  content: "";
  background-image: url(../img/subpage/blog-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 53px;
  height: 21px;
}

.sec-news-page .sec-news-page__time {
  display: block;
  margin-bottom: 10px;
  font-size: 1.9rem;
}

.sec-news-page .sec-news-page__title {
  margin-bottom: 25px;
  font-size: 1.9rem;
}

.sec-news-page .sec-news-page__part01__text01 {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
}

.sec-news-page .sec-news-page__01 {
  margin-bottom: 50px;
}

.sec-news-page .sec-news-page__01 img {
  max-width: 647px;
  width: 100%;
}

.sec-news-page .pageNav {
  text-align: center;
  margin-bottom: 320px;
}

@media only screen and (max-width: 767px) {
  .sec-news-page .pageNav {
    margin-bottom: 100px;
  }
}

.page-bg-top {
  width: 100%;
  height: 168px;
  background-image: url(../img/subpage/page-bg-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1000px) {
  .page-bg-top {
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-bg-top {
    height: 50px;
  }
}

.main-wrap {
  padding-left: 189px;
}

@media only screen and (max-width: 767px) {
  .main-wrap {
    padding-left: 0;
  }
}

.main-wrap.-page-bg {
  background: #f2f2f3;
}

.hide {
  display: none;
}

.-subpage-pd {
  padding-top: 70px;
}

@media only screen and (max-width: 1000px) {
  .-subpage-pd {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .-subpage-pd {
    padding-top: 0;
  }
}


.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-bottom:100px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	color:#fff;
	padding: 4px 10px;
	margin: 2px;
	font-weight:bold;
	font-size:20px;
	background:url(../img/dotted.png) 0 0 repeat;
}
.recruit-btn{
	border:1px solid #3e3a39;
	padding:0.5rem 2rem;
	text-align:center;
}
a.recruit-go-btn{
	color:#3e3a39;
	margin:5rem auto 2rem;
	text-align:center;
	font-size:2rem;
}
.recruit-go-btn .recruit-btn{
	display:inline;
	padding:0.5rem 2rem;
}
.sec-banner{
    text-align:center;
    margin:0 auto;
}

.sec-bannermedia{
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	width:90%;
	z-index:-3;
}

.sec-bannermedia-flex a {
  margin: 10px 0;
}
@media screen and (min-width:768px) {
  .sec-bannermedia-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .sec-bannermedia-flex a {
    width: 50%;
    margin: 10px;
  }
  .sec-bannermedia-flex img {
    width: 100%;
  }
}

.pc{
    display:none;
}
.sp{
    display:block;
}
@media screen and (min-width: 768px) {
.pc{
    display:block;
}
.sp{
    display:none;
}
}

.inspection-flex{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    background:#a0d7e5;
    padding:70px 0;
}
.inspection-flex li{
    padding:0 20px;
}
.sec-movie-flex{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    padding-bottom:220px;
}
.sec-movie-flex-parts{
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    width:100%;
}
.sec-movie-flex-parts h4{
    background:#EBF6FC;
    border:2px solid #036EB8;
    padding:5px;
    border-radius:50px;
    color:#036EB8;
    text-align:center;
    width:100%;
    margin:15px 0;
}
.sec-movie-manual{
    text-align:center;
}
.sec-movie-manual-subtitle{
    margin-top:30px;
}
.page-container .sec-movie-bg{
  background-image: url(../img/subpage/movie-bg.png);
    background-position:bottom 20px right 20px;
    background-size:360px 197px;
    background-repeat:no-repeat;
    padding-top:0;
}
@media screen and (min-width: 768px) {
    .inspection-flex{
        flex-direction:row;
    }
    .sec-movie-flex{
        flex-direction:row;
        width:75%;
        margin:0 auto;
        padding-bottom:70px;
    }
    .sec-movie-flex-parts{
        width:45%;
    }
    .sec-movie-manual img{
        max-width:250px;
    }
}
@media screen and (min-width:1270px){
    .page-container .sec-movie-bg{
        padding-top:120px;
    }
}
.chatarea{
    background:#eaf5fb;
}
.chatarea .chat-text{
    line-height:3rem;
    font-size:80%;
}
.chat-maintenance{
    padding:15px;
}
.chat-maintenance-background{
        background:#fff;
    padding:5px;
    text-align:center;

}
.chat-maintenance-title{
    font-weight:bold;
}
.chat-underline{
    text-decoration:underline;
}


.sns{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 40%;

}

.sns img{
		width:65px;
}

.snstxt{
	margin-top:50px;
	display:block;
  	margin-left:auto;
	margin-right:auto;
	width:30%;
}


.snsitem{
display:block;
margin-bottom: 30px;
}

.itemtxt{
margin-bottom:10px;
}

.sec-news__foot{
	margin-top:30px;
	margin-bottom:10px;
}

.tokusensya{
	font-weight:bold;
	font-size:1.7rem;
	color:#595757;
}
.hr1{
	border-top: 1px solid #595757;
	margin-top:100px;
	margin-bottom:50px;
}

.sec-category__box-main a{
	color:#595757;
	margin-top:10px;
	margin-bottom:10px;
}

.sec-category__box-sub{
	/*max-width:300px;*/
}

/*
.sec-category__box{
	padding:30px;
}


.sec-category__text{
	width:300px;
}
*/
.boxtxtcenter{
	text-align:center;
}

.itemflex{
	display:flex;
}

.sec-category__text{
	margin-bottom:30px;
}


@media only screen and (max-width: 767px) {

.itemflex{
	display:block;
}

	.sec-bannermedia{
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	width:95%;
	z-index:-3;
}

	.main-image_img{
  position: absolute;
  top: 45%;
  left: 8%;
  width:65%;
}

	.news-nav tab li{
	font-size:10px;
	}

.secnavlist{
	display:block;
   	margin-bottom:80px;
}

	.secnavlistitems{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	}
 .sec-category__body{
	display:block;
}
.hr1,.sec-category__box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.snstxt {
width:100%;
}

.main-image {
left:0px;
}

.sec-pickup {
padding-bottom: 0px;
}

.hr1 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sns {
    width:90%;
}
.sec-news .news-nav {
    width:90%;
}
li {
    font-size: 1.4rem;
}

li.sec-category__box {
    display: flex;
    flex-wrap: wrap-reverse;
}

li.sec-category__box.is--chara {
}

.boxtxtcenter {
    text-align: initial;
}

h2.sec-category__h2-heading.h2-saiyou, .h2-gaiyou {
    margin-top: 0px;
}

.sec-category__text {
    margin-bottom: 0px;
    font-size: 1.5rem;
}

h2.sec-category__h2-heading {
    font-size: 1.8rem;
}
}


.sec-banner__body {
    margin-bottom: 30px;
}

section.sec-category {
    margin-top: 30px;
}

.arrow{
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-1::before{
    left: 80%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-category__box-main {
    width: 100%;
}

.sec-category__box-sub {
    width: 100%;
}



/* add 20250115 */
.editor-section{
  margin-bottom: 40px;
}

@media screen and (max-width:1240px) {
  .editor-section{
    padding: 0 10px;
  }
}

.editor-box{
  display:flex;
  align-items: stretch;
  justify-content: flex-start;
  gap:15px;
  margin-bottom: 25px;
  font-size: 1.6rem;
  box-shadow: 1px 1px 2px 1px #ccc;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width:640px) {
  .editor-box{
    flex-direction: column;
  }
}
.editor__name{
  width: 200px;
  border-right: 1px solid #ebebeb;
  padding-right: 15px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .editor__name {
    width: 100%;
    border-right: 0;
    border-bottom: 1px #eee solid;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.editor__thumbnail{
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  overflow: hidden;
  margin: 22px auto 7px;
}
.editor__detail{
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}
.profile-list{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap:10px;
  width: 100%;
}
@media screen and (max-width:420px) {
  .profile-list{
    gap:5px;
    flex-direction: column;
  }
}
.profile-list__item{
  display: inline-block;
  font-size: 1.4rem;
  flex:1;
  line-height: 1.8;
}
.profile-list__item:first-child{
  width: 70px;
  padding-right: 10px;
  flex: none;
}
@media screen and (max-width:420px) {
  .profile-list__item:first-child{
    font-weight: bold;
  }
}
@media screen and (max-width:420px) {
  .profile-list__item:last-child{
    padding-left: 5%;
    line-height: 1.6;
  }
}
.editor__balloon {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #00a6cb;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 10px 22px;
  margin: 0 auto;
  position: relative;
}
.editor__balloon::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 39px;
  background: #00a6cb;
  bottom: -13px;
  left: 10px;
  right: 0;
  clip-path: polygon(-50% 0, 100% 0, 0% 60%);
  margin: auto;
  transform: rotate(236deg);
}
