/*
Theme Name: 買取屋さんグループ
Description: 買取屋さんグループのテーマ
Theme URI: http://kaitoriyasan.jp/
Author: STEREO KITCHEN
Author URI: http://www.stereo-kitchen.net
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";

/* Reset
------------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
}
body {
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse: separate;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
span {
  vertical-align: baseline;
}

/* Common
------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
	background: #fff;
	color: #333;
  font-family: Roboto, "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Hiragino Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  }

a,
a:before,
a:after {
    color: #333;
    outline: medium none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

a:visited {
    outline: medium none;
}

a:focus {
    outline: medium none;
    overflow: hidden;
}

a:active, a:hover {
    outline: medium none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1em;
    font-weight: bold;
    font-weight: 600;
    margin: 0;
}

h1 {
}

h2 {

}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: none repeat scroll 0 0 #FFFF00;
    color: #000000;
}

p {
    line-height: 1.7em;
    margin: 0 0 28px;
    max-height: 100%;
}
.home p {
  line-height: 1.8em;
}
code, kbd, pre, samp {
    -moz-hyphens: none;
    font-family: monospace,serif;
    font-size: 14px;
}

pre {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #666666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -moz-hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: 10px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.4em;
}

dd {
    margin: 0 0 5px;
    line-height: 1.4em;
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

th {
  font-weight: bold;
  font-weight: 600;
}

img {
    border: 0 none;
    vertical-align: middle;
}
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #333;
  outline: 0;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear {
	clear: both;
}

/* Micro Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager {
    *zoom: 1;
}


.attention {
	color: #e5091a;
}

.red {
  color: #e5091a;
}

.inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.sp-only {
  display: none !important;
}
a img {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover img {
  opacity: 0.75;
}

/* Header
------------------------------------------------------------ */

/* Header */
header {
}

#header {
}

#header_top {
	background: #c60f14;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#header_top a {
  color: #fff;
  text-decoration: none;
}
#header_top .inner {
  height: 32px;
}
#header_top .discription {
  font-weight: normal;
  line-height: 32px;
  height: 32px;
  float: left;
  margin-bottom: 0;
  width: 450px;
}
#header_top .header_bookmark {
  float: left;
  margin-right: 20px;
  line-height: 32px;
  height: 32px;
}
#header_top .header_bookmark a {
  background: #fff;
  color: #c60f14;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#header_top .header_bookmark a:hover {
  background: #e8c9ca;
}
#header_top .header_menu a {
  line-height: 32px;
  height: 32px;
  margin-right: 30px;
  position: relative;
}
#header_top .header_menu a:before {
  content: "";
  background: #e4b0b1;
  height: 17px;
  position: absolute;
  right: -15px;
  top: -1px;
  width: 1px;
}
#header_top .header_menu a.right,
#header_top .header_menu a.right:before {
  content: "";
  background: none;
  margin-right: 0;
}
#header_top .header_menu a:hover {
  color: #e4b0b1;
}
#header_top .header_social {
  position: absolute;
  right: 0;
  top: 0;
}
#header_top .header_social .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
}
#header_top .header_social a {
  margin-right: 10px;
}
#header_top .header_social a.right {
  margin-right: 0;
}
#header_top .header_social img {
  vertical-align: middle;
}

#header_main .inner {
  height: 110px;
}
#header_main .logo img {
  position: absolute;
  top: 14px;
  left: 0;
}
#header_main .header_search img {
  position: absolute;
  top: 20px;
  left: 190px;
}
#header_main .header_genre {
  position: absolute;
  top: 14px;
  right: 300px;
}
#header_main .header_banner {
  position: absolute;
  top: 14px;
  right: 0;
  width: 250px;
}
#header_main .header_banner p {
  text-align: center;
  margin-bottom: 8px;
}
#header_main .header_banner ul li {
  float: left;
  margin-right: 10px;
  width: 150px;
}
#header_main .header_banner ul li.right {
  margin-right: 0;
}

/* Navigation */
#main_nav {
  border-bottom: 2px solid #c60f14;
  border-top: 2px solid #c60f14;
}
#main_nav ul {
  display: table;
	overflow: hidden;
  border-left: 2px solid #c60f14;
  width: 100%;
}
#main_nav ul li {
	border-right: 2px solid #c60f14;
  display: table-cell;
  width: 14.2%;
}
#main_nav ul li a {
  color: #c60f14;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 48px 0 17px;
  text-align: center;
  text-decoration: none;
}
#main_nav ul li.nav1 a {
  background: url("images/common/nav_icon1.png") no-repeat 50% 18px;
}
#main_nav ul li.nav2 a {
  background: url("images/common/nav_icon2.png") no-repeat 50% 16px;
}
#main_nav ul li.nav4 a {
  background: url("images/common/nav_icon3.png") no-repeat 50% 18px;
}
#main_nav ul li.nav5 a {
  background: url("images/common/nav_icon4.png") no-repeat 50% 16px;
}
#main_nav ul li.nav6 a {
  background: url("images/common/nav_icon5.png") no-repeat 50% 16px;
}
#main_nav ul li.nav7 a {
  background: url("images/common/nav_icon6.png") no-repeat 50% 16px;
}
#main_nav ul li.nav3 a {
  background: url("images/common/nav_icon7.png") no-repeat 50% 18px;
}
#main_nav ul li a span {
  background: #c60f14;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#main_nav ul li a span.lt {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}
#main_nav ul li a span.rt {
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
}
#main_nav ul li a span.rb {
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
}
#main_nav ul li a span.lb {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
}
#main_nav ul li a:hover span.lt {
  height: 2px;
}
#main_nav ul li a:hover span.rt {
  width: 2px;
}
#main_nav ul li a:hover span.rb {
  height: 2px;
}
#main_nav ul li a:hover span.lb {
  width: 2px;
}


/* Main Image */
#main_visual {
  overflow: hidden;
  background: #c60f14;
  position: relative;
  padding: 20px 0;
}
#main_visual .mv_main {
  float: left;
  width: 720px;
}
#main_visual .main_slider {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
  overflow: hidden;
}
#main_visual .top_slider li {
  display: none;
}
#main_visual .bx-viewport li {
  display: block !important;
}
#main_visual .pager_slider {
  position: relative;
  padding: 0 20px 0;
}
#main_visual .pager_slider .bx-wrapper {
  padding-top: 12px;
  overflow: hidden;
}
#main_visual .pager_slider .slick-track {
  padding-top: 12px;
}

#main_visual .bx-pager .thumb {
  margin: 0 2px;
}
#main_visual .bx-pager .thumb a {
  background: #fff;
  display: block;
  position: relative;
  overflow: visible;
}
#main_visual .bx-pager .thumb a.active:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
#main_visual .bx-pager .thumb a img {
  border: 5px solid #fff;
  height: auto;
  width: 132px;
}
#main_visual button.slick-arrow {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 15px;
  position: absolute;
  top: 12px;
  height: 65px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#main_visual button.slick-arrow:hover {
  opacity: 0.7;
}
#main_visual button.slick-prev.slick-arrow {
  background-image: url("images/top/prev_arrow.png");
  left: -20px;
}
#main_visual button.slick-next.slick-arrow {
  background-image: url("images/top/next_arrow.png");
  right: -20px;
}


#main_visual .mv_side {
  float: right;
  width: 270px;
}
#main_visual #mv_count {
  background: url("images/common/mv_count_bg.gif") repeat 0 0;
  border: 5px solid #fff;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#main_visual #mv_count .mv_count_inner {
  height: 130px;
}
#main_visual #mv_count .fujkidashi {
  margin-bottom: 10px;
  padding-top: 10px;
}
#main_visual #mv_count .count {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1em;
}
#main_visual #mv_count span {
  font-size: 48px;
  font-size: 4.8rem;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
#main_visual #mv_count p {
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1em;
}
#main_visual #mv_inquiry {
  background: #fff;
  border: 10px solid #fff;
  text-align: center;
}
#main_visual #mv_inquiry .mv_inquiry_inner {
  height: 230px;
}
#main_visual #mv_inquiry .mv_inquiry_tel {
  margin-bottom: 10px;
}
#main_visual #mv_inquiry .mv_inquiry_form {
  margin-bottom: 10px;
}

#main_visual #mv_page_title {
  background: none;
  border: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
}

#campaign_banner {
  width: 100%;
  overflow: hidden;
  height: 80px;
}

#campaign_banner .banner {
  width: 2560px;
  height: 80px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  background: #fff;
  z-index: 1000;
}

/* Layout
------------------------------------------------------------ */

/* Container */

#container {
	clear: both;
}

/* Main Area */
#main {
  margin: 0 auto;
  width: 1000px;
}
.home #main {
  width: auto;
}

/* Sidebar */
#sidebar {
  float: right;
  margin-bottom: 100px;
  width: 270px;
}

/* Contents */
#contents {
  float: left;
  margin-bottom: 100px;
  width: 700px;
}
.home #contents {
  float: none;
  margin-bottom: 0;
  width: auto;
}

#contents section {
  margin-bottom: 40px;
}

.home #contents section {
  margin-bottom: 0;
}

/* Side Area
------------------------------------------------------------ */
#sidebar .side_archive {
  margin-bottom: 20px;
}
#sidebar .side_archive h2 {
  background: #c8151a;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 30px 23px;
  margin-bottom: 0;
}
#sidebar .side_archive h2 span {
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 7px;
}
#sidebar .side_archive ul {
  background: url("images/common/side_archive_bg.gif") repeat 0 0;
  padding: 10px;
}
#sidebar .side_archive ul li {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 15px;
}
#sidebar .side_archive ul li:last-child {
  border-bottom: none;
}
#sidebar .side_archive ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 600;
  padding: 20px 18px;
  position: relative;
  display: block;
  text-decoration: none;
}
#sidebar .side_archive ul li a:hover {
  color: #999;
}
#sidebar .side_archive ul li a:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 4px;
  width: 4px;
  height: 4px;
  top: 45%;
  border-top: 2px solid #c60f14;
  border-right: 2px solid #c60f14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sidebar .side_inquiry {
  border: 2px solid #c60f14;
  background: #fff;
  padding: 8px;
  text-align: center;
  margin-bottom: 20px;
}
#sidebar .side_inquiry .side_inquiry_inner {
  height: 230px;
}
#sidebar .side_inquiry .side_inquiry_tel {
  margin-bottom: 10px;
}
#sidebar .side_inquiry .side_inquiry_form {
  margin-bottom: 10px;
}

#sidebar .side_method,
#sidebar .side_genre,
#sidebar .side_area {
  border: 1px solid #dbdbdb;
  padding: 70px 14px 14px;
  position: relative;
  margin-bottom: 20px;
}
#sidebar .side_method h2,
#sidebar .side_genre h2,
#sidebar .side_area h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  height: 53px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -3px;
  width: 276px;
}
#sidebar .side_method h2 {
  background: url("images/common/side_method_tit_bg.png") no-repeat 0 0;
}
#sidebar .side_genre h2 {
  background: url("images/common/side_method_tit_bg.png") no-repeat 0 0;
}
#sidebar .side_area h2 {
  background: url("images/common/side_method_tit_bg.png") no-repeat 0 0;
}
#sidebar .side_genre ul li,
#sidebar .side_area ul li {
  margin-left: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5em;
}
#sidebar .side_genre ul li::before,
#sidebar .side_area ul li::before {
  margin-left: -14px;
  content: '■'
}
#sidebar .side_method h3 {
  margin-bottom: 13px;
  padding-bottom: 10px;
}
#sidebar .side_method .syuchou h3 {
  border-bottom: 2px solid #df5a49;
}
#sidebar .side_method .takuhai h3 {
  border-bottom: 2px solid #348899;
}
#sidebar .side_method .tenpo h3 {
  border-bottom: 2px solid #9d7442;
}
#sidebar .side_method p.sub {
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5em;
}
#sidebar .side_method p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.7em;
}
#sidebar .side_method .link a {
  border-width: 1px;
  border-style: solid;
  display: block;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: relative;
  padding: 13px 0;
  text-decoration: none;
  vertical-align: middle;
}
#sidebar .side_method .link a:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 12px;
  width: 3px;
  height: 3px;
  top: 45%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
#sidebar .side_method .syuchou .link a {
  border-color: #df5a49;
  color: #df5a49;
}
#sidebar .side_method .syuchou .link a:hover {
  background-color: #df5a49;
  color: #fff;
}
#sidebar .side_method .syuchou .link a:before {
  border-top: 2px solid #df5a49;
  border-right: 2px solid #df5a49;
}
#sidebar .side_method .syuchou .link a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#sidebar .side_method .takuhai .link a {
  border-color: #348899;
  color: #348899;
}
#sidebar .side_method .takuhai .link a:hover {
  background-color: #348899;
  color: #fff;
}
#sidebar .side_method .takuhai .link a:before {
  border-top: 2px solid #348899;
  border-right: 2px solid #348899;
}
#sidebar .side_method .takuhai .link a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#sidebar .side_method .tenpo .link a {
  border-color: #9d7442;
  color: #9d7442;
  margin-bottom: 10px;
}
#sidebar .side_method .tenpo .link a:hover {
  background-color: #9d7442;
  color: #fff;
}
#sidebar .side_method .tenpo .link a:before {
  border-top: 2px solid #9d7442;
  border-right: 2px solid #9d7442;
}
#sidebar .side_method .tenpo .link a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#sidebar .side_banner img {
  margin-bottom: 10px;
}
#sidebar .side_banner .purchase_banner {
  margin-bottom: 10px;
}

/* Contents Area
------------------------------------------------------------ */

/* Title */
#contents h1 {
}

#contents h2 {
  background: url("images/common/h2_bg.gif") repeat-x 0 0;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 16px 10px 15px 18px;
  margin-bottom: 20px;
}

#contents h3 {
  border-bottom: 2px solid #c60f14;
  color: #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#contents h4 {
  color: #c8151a;
  font-size: 17px;
  font-size: 1.7rem;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#contents h5 {
}

/* Main Image */

/* Bread Navi */
.breadcrumbs {
	text-align: left;
	margin: 0px auto;
	font-size: 13px;
  font-size: 1.3rem;
  padding: 13px 0;
}
.breadcrumbs a {
	margin: 0 7px;
  text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs a.home {
  margin: 0;
}
.breadcrumbs span span {
	margin: 0 7px;
}
.breadcrumbs a.home span {
  margin-left: 0;
}

/* Pager */
#contents .pager {
  clear: both;
  height: 30px;
  margin: 80px 0 80px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
#contents .pager a {
  color: #333;
}
#contents .pager .page_count {
  position: absolute;
  top: 5px;
  left: 0;
}
#contents .pager .pager_num {
  display: block;
  text-align: center;
}
#contents .pager .pager_num span,
#contents .pager .pager_num a {
  color: #c60f14;
  border: 1px solid #c60f14;
  display: inline-block;
  margin: 0 2px;
  text-decoration: none;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
}
#contents .pager .pager_num span.current {
  background: #c60f14;
  color: #fff;
}
#contents .pager .pager_num a {
}
#contents .pager .pager_num a:hover {
  background: #c60f14;
  color: #fff;
}

#contents .pager .pager_right {
  position: absolute;
  top: 5px;
  right: 0;
}

#contents .pager .pager_orderby {
}

#contents .pager a.next,
#contents .pager a.prev {
}

#contents .navigation {
  border-bottom: 1px solid #2999d8;
  border-top: 1px solid #2999d8;
  clear: both;
  display: table;
  width: 100%;
}
#contents .navigation .col {
  display: table-cell;
  text-align: center;
  padding: 20px;
  width: 33.3%;
  vertical-align: middle;
}
#contents .navigation .col.center {
  border-left: 1px solid #2999d8;
  border-right: 1px solid #2999d8;
}
#contents .navigation a {
}
#contents .navigation a:hover {
}
#contents .navigation span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* Common */
#contents table {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 40px;
  width: 100%;
}
#contents table th {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.7em;
  padding: 15px;
  text-align: left;
  width: 20%;
  vertical-align: top;
}
#contents table td {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  line-height: 1.7em;
  padding: 15px;
  vertical-align: top;
}
#contents table td dl {
  margin-bottom: 0;
}
#contents table td dl dt {
  margin-bottom: 0px;
}
#contents table td dl dd {
  margin-bottom: 15px;
}
#contents table td a {
  text-decoration: underline;
}
#contents table td a:hover {
  text-decoration: none;
}

#content_inquiry {
  border: 1px solid #e6e6e6;
  padding: 4px;
}
#content_inquiry .content_bg {
  background: url("images/common/content_inquiry_bg.gif") repeat 0 0;
  padding: 5px;
}
#content_inquiry .table {
  display: table;
  width: 100%;
}
#content_inquiry .table .row {
  display: table-cell;
  vertical-align: middle;
}
#content_inquiry .table .txt {
  text-align: center;
  width: 315px;
}
#content_inquiry .table .tel_btn {
  background: #fff;
  padding: 5px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Top Page */
#top_greeting {
  background: url("images/top/top_bg1.gif") repeat 0 0;
  text-align: center;
  overflow: hidden;
}
#top_greeting .inner {
  padding: 40px 0 110px;
}
#top_greeting .greeting_img1 {
  position: absolute;
  top: 40px;
  left: -210px;
}
#top_greeting .greeting_img2 {
  position: absolute;
  top: 38px;
  right: -200px;
}
#top_greeting .greeting_txt_open ,
#top_greeting .greeting_genre  {
  display: block;
  margin: 0 auto 20px;
}
#top_greeting h1 {
  background: none;
  padding: 0;
  margin-bottom: 36px;
}
#top_greeting p.top_greeting_txt {
  margin-bottom: 18px;
}
#top_greeting p {
  line-height: 2em;
  margin-bottom: 0;
}
#top_genre {
  background: url("images/top/top_bg2.gif") repeat 0 0;
}
#top_genre h1 {
  background: url("images/top/genre_tit_bg.gif") repeat 0 0;
  padding: 23px 0;
  text-align: center;
  margin-bottom: 0;
}
#top_genre .inner {
  padding: 50px 0 70px;
}
#top_genre ul {
  margin-bottom: 30px;
}
#top_genre ul li {
  float: left;
  text-align: center;
  margin-bottom: 40px;
  width: 25%;
}
#top_genre ul li img {
  margin-bottom: 10px;
}
#top_genre ul li span {
  display: block;
  font-weight: bold;
  font-weight: 600;
}
#top_genre p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
#top_genre p.txt{
  font-size: 15px;
  font-weight: normal;
}
#top_genre .genre_anything {
  text-align: center;
  margin-bottom: 80px;
}
#top_genre .genre_anything img {
  margin-bottom: 20px;
}
#top_genre .genre_service .service_block{
  margin-bottom: 20px;
}
#top_genre .genre_service .service_title{
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
#top_genre .genre_service p.txt{
  text-align: left;
}
#top_genre .genre_service .blue{
  color: #156dc8;
}
#top_genre .genre_service .green{
  color: #3c9600;
}
#top_genre .genre_service img.left{
  display: inline-block;
}
#top_genre .genre_service .txt_back:nth-of-type(2n-1){
  display: inline-block;
  width: 720px;
  margin-left: 20px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 4px;
  padding: 10px;
}
#top_genre .genre_service .txt_back:nth-of-type(2n){
  display: inline-block;
  width: 720px;
  margin-right: 20px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 4px;
}

#top_genre .genre_service img.right{
}
#top_merit_method {
  background: url("images/top/top_bg2.gif") repeat 0 0;
}
#top_merit_method h1 {
  background: url("images/top/method_main_tit_bg.gif") repeat 0 0;
  padding: 23px 0 20px;
  text-align: center;
  margin-bottom: 0;
}
#top_merit_method .inner {
  padding: 50px 0 70px;
}
#top_merit_method #top_merit {
  margin-bottom: 50px;
}
#top_merit h2 {
  background: #f2b121;
  border: none;
  padding: 13px 0;
  text-align: center;
  margin-bottom: 0;
}
#top_merit .block {
  background: #fff;
  padding: 50px 40px 30px;
  position: relative;
}
#top_merit .block:before {
  content: "";
  border: 18px solid transparent;
  border-top: 18px solid #f2b121;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}
#top_merit ul li {
  float: left;
  margin-right: 40px;
  width: 280px;
}
#top_merit ul li.right {
  margin-right: 0;
}
#top_merit ul li .merit_img {
  margin-bottom: 33px;
}
#top_merit ul li .tit {
  text-align: center;
  margin-bottom: 18px;
}
#top_merit ul li p {
  margin-bottom: 12px;
}
#top_merit ul li p.sub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
}
#top_merit ul li.merit1 p.sub {
  color: #f77a52;
}
#top_merit ul li.merit2 p.sub {
  color: #45b29d;
}
#top_merit ul li.merit3 p.sub {
  color: #ff6f69;
}

#top_method h2 {
  background: #348899;
  border: none;
  padding: 13px 0;
  text-align: center;
  margin-bottom: 0;
}
#top_method .block {
  background: #fff;
  padding: 50px 40px;
  position: relative;
}
#top_method .block:before {
  content: "";
  border: 18px solid transparent;
  border-top: 18px solid #348899;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px;
}
#top_method ul {
  margin-bottom: 30px;
}
#top_method ul li,
#top_method .line {
  float: left;
  margin-right: 25px;
  width: 290px;
}
#top_method ul li.right {
  margin-right: 0;
}
#top_method .box {
  border: 1px solid #348899;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 19px;
  height: 405px;
  position: relative;
}
#top_method .box .tit {
  padding: 20px 0 15px;
}
#top_method .box .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 6px;
}
#top_method .box p {
  margin-bottom: 0;
}
#top_method .box a img {
  position: absolute;
  left: 19px;
  bottom: 19px;
}
#top_method .knack {
  float: left;
}
#top_method .knack .frame {
  border: 1px solid #348899;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
#top_method .knack .frame a img {
  position: absolute;
  left: 36px;
  top: 248px;
}


/* Customer */
#customer .content_frame {
  border: 3px solid #e6e6e6;
  padding: 18px;
}
#customer .content_frame p {
  margin-bottom: 8px;
}
#customer .content_frame dl {
  margin-bottom: 8px;
}
#customer .content_frame dl dt {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#customer .content_frame dl dd {
  line-height: 1.4em;
}
#customer_genre h2 {
  margin-bottom: 0;
}
#customer_genre ul {
  margin-bottom: 20px;
}
#customer_genre ul li {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  height: 170px;
  text-align: center;
  position: relative;
  width: 20%;
}
#customer_genre ul li:before {
  background: #e6e6e6;
  content: "";
  height: 150px;
  top: 10px;
  right: 0;
  position: absolute;
  width: 1px;
}
#customer_genre ul li.right:before {
  content: none;
}
#customer_genre ul li .box {
  padding: 20px 0;
}
#customer_genre ul li span {
  display: block;
  font-weight: bold;
  font-weight: 600;
  padding: 12px 0 0;
}
#customer_genre ul li span.font_s {
  font-size: 14px;
  font-size: 1.4rem;
}
#customer_genre .link {
  border: 1px solid #e6e6e6;
  padding: 4px;
}
#customer_genre .link .table {
  background: #f2f2f2;
  display: table;
}
#customer_genre .link .table .row {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#customer_genre .link .table .txt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 600;
  text-align: left;
  padding-left: 15px;
}
#customer_genre .link .table .btn {
  text-align: right;
  padding: 18px 15px 18px 0;
}
#customer_method ul li {
  float: left;
  margin-right: 20px;
  width: 220px;
}
#customer_method ul li.right {
  margin-right: 0;
}
#customer_method ul li .box {
  border: 1px solid #348899;
  height: 410px;
  padding: 14px 14px 0;
  position: relative;
}
#customer_method ul li .tit {
  margin-bottom: 10px;
}
#customer_method ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#customer_method ul li .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#customer_method ul li .link a {
  background: #348899;
  color: #fff;
  display: block;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 11px 10px 10px;
}
#customer_method ul li .link a:before {
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 44%;
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 4px;
}
#customer_method ul li .link a:hover {
  background: #1f6d7d;
}
#customer_assess img {
  margin-right: 20px;
}


/* Flow */
#flow .content_frame {
  border: 3px solid #e6e6e6;
  padding: 18px;
}
#flow .content_frame p {
  margin-bottom: 8px;
}
#flow .content_frame dl {
  margin-bottom: 8px;
}
#flow .content_frame dl dt {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#flow .content_frame dl dd {
  line-height: 1.4em;
}
#flow_basic {
  margin-bottom: 0;
}
#flow_basic section {
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
}
#flow_basic section:last-child {
  margin-bottom: 0;
}
#flow_basic section.basic_syuchou {
  border-color: #df5a49;
}
#flow_basic section.basic_takuhai {
  border-color: #348899;
}
#flow_basic section.basic_tentou {
  border-color: #9d7442;
}
#flow_basic h3 {
  background-repeat: no-repeat;
  background-position: 12px 50%;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 10px 10px 58px;
}
#flow_basic .basic_syuchou h3 {
  background-color: #df5a49;
  background-image: url("images/flow/icon_track.png");
  background-size: 35px 20px;
}
#flow_basic .basic_takuhai h3 {
  background-color: #348899;
  background-image: url("images/flow/icon_delively.png");
  background-size: 36px 27px;
}
#flow_basic .basic_tentou h3 {
  background-color: #9d7442;
  background-image: url("images/flow/icon_shop.png");
  background-size: 35px 22px;
}
#flow_basic .block_inner {
  padding: 28px 0 30px;
}
#flow_basic ul {
  margin-bottom: 20px;
}
#flow_basic ul li {
  float: left;
  text-align: center;
  position: relative;
  width: 33.3%;
}
#flow_basic ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -11px;
  top: 75px;
  border: 7px solid transparent;
}
#flow_basic ul li.right:before {
  content: none;
}
#flow_basic .basic_syuchou ul li:before {
  border-left: 8px solid #df5a49;
}
#flow_basic .basic_takuhai ul li:before {
  border-left: 8px solid #348899;
}
#flow_basic .basic_tentou ul li:before {
  border-left: 8px solid #9d7442;
}
#flow_basic ul li img {
  margin-bottom: 14px;
}
#flow_basic ul li .comment {
  line-height: 1.6em;
}
#flow_basic ul li .comment span {
  color: #808080;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
  display: block;
}
#flow_basic .link {
  text-align: center;
}
#flow_basic .link a {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 10px 0;
  margin: auto;
  text-decoration: none;
  width: 310px;
}
#flow_basic .basic_syuchou .link a {
  color: #df5a49;
  border-color: #df5a49;
}
#flow_basic .basic_takuhai .link a {
  border-color: #348899;
  color: #348899;
}
#flow_basic .basic_tentou .link a {
  border-color: #9d7442;
  color: #9d7442;
}
#flow_basic .basic_syuchou .link a:hover {
  color: #fff;
  background-color: #df5a49;
}
#flow_basic .basic_takuhai .link a:hover {
  color: #fff;
  background-color: #348899;
}
#flow_basic .basic_tentou .link a:hover {
  color: #fff;
  background-color: #9d7442;
}
#flow_detail #tabs {
  border: none;
  position: relative;
}
#flow_detail #tabs ul {
  background: none;
  border: none;
  padding: 0 0 0 10px;
}
#flow_detail #tabs ul li {
  background: none;
  border: none;
  padding-bottom: 0;
  /*margin: 0 10px 0 0;*/
  width: 220px;
}
#flow_detail #tabs ul li a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: block;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 13px 0 10px;
  width: 100%;
}
#flow_detail #tabs ul li a#ui-id-1 {
  border: 1px solid #df5a49;
  border-bottom: transparent 1px solid;
  color: #df5a49;
}
#flow_detail #tabs ul li a#ui-id-2 {
  border: 1px solid #348899;
  border-bottom: transparent 1px solid;
  color: #348899;
}
#flow_detail #tabs ul li a#ui-id-3 {
  border: 1px solid #9d7442;
  border-bottom: transparent 1px solid;
  color: #9d7442;
}
#flow_detail #tabs ul li.ui-tabs-active a#ui-id-1 {
  background: #df5a49;
  color: #fff;
}
#flow_detail #tabs ul li.ui-tabs-active a#ui-id-2 {
  background: #348899;
  color: #fff;
}
#flow_detail #tabs ul li.ui-tabs-active a#ui-id-3 {
  background: #9d7442;
  color: #fff;
}
#flow_detail .content_area {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
#flow_detail .catch_txt {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 24px;
}
#flow_detail .block {
  border-top: 1px solid #e6e6e6;
  padding: 26px 0;
}
#flow_detail .block.last {
  padding-bottom: 10px;
}
#flow_detail .block .alignleft {
  width: 400px;
}
#flow_detail .block .num {
  margin-bottom: 12px;
}
#flow_detail .block .num span {
  background: #cccccc;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 5px;
}
#flow_detail .block .tit {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#flow_detail .block p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#flow_detail .block p span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7em;
  display: block;
}

/* Trick */
#trick p.sub {
  color: #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
}
#trick .link_icon {
  margin-bottom: 40px;
}
#trick .link_icon li {
  float: left;
  margin-right: 12px;
  width: 130px;
}
#trick .link_icon li.right {
  margin-right: 0;
}
#trick .block {
  margin-bottom: 30px;
}
#trick .block p.num {
  text-align: center;
}
#trick .block .alignright {
  width: 430px;
}
#trick .block h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  clear: none;
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
#trick .block h3 span {
  color: #c60f14;
}

/* Genre */
#genre_list ul {
  border-bottom: 1px solid #e6e6e6;
}
#genre_list ul.first {
  border-top: 1px solid #e6e6e6;
}
#genre_list ul li {
  float: left;
  height: 220px;
  text-align: center;
  position: relative;
  width: 25%;
}
#genre_list ul li:before {
  background: #e6e6e6;
  content: "";
  height: 200px;
  top: 10px;
  right: 0;
  position: absolute;
  width: 1px;
}
#genre_list ul li.right:before {
  content: none;
}
#genre_list ul li .box {
  padding: 29px 0 20px;
}
#genre_list ul li span {
  display: block;
  font-weight: bold;
  font-weight: 600;
  padding: 12px 0 0;
}


/* Reason */
#reason10 h2 {
  margin-bottom: 0;
}
#reason10 .block {
  border-bottom: 1px solid #e6e6e6;
  padding: 35px 0;
}
#reason10 .block .txt {
  width: 500px;
}
#reason10 .block .tit {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 16px;
}
#reason10 .block p {
  margin-bottom: 0;
}


/* About */
#about_main h2 {
  margin-bottom: 0;
}
#about_main .about_bg {
  background: url("images/about/about_bg.gif") repeat 0 0;
  padding: 20px 0 20px;
}
#about_main .about_main_img {
  text-align: center;
  margin-bottom: 20px;
}
#about_main .about_inner {
  padding: 0 40px;
}
#about_main p.bold {
  font-weight: bold;
  font-weight: 600;
}
#about_main .movie {
  margin-bottom: 50px;
}
#about_main .movie_tit {
  background: url("images/about/movie_bg_top.png") no-repeat 50% 0;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 600;
  height: 47px;
  line-height: 60px;
  text-align: center;
}
#about_main .movie_bg {
  background: url("images/about/movie_bg.gif") repeat 0 0;
  padding: 20px;
}
#about_main section {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#about_main section h3 {
  border: none;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 0;
  padding: 14px 0;
}
#about_main section h3 span {
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}
#about_main #about_purchase h3 {
  background: #df5a49;
}
#about_main #about_shop h3 {
  background: #348899;
}
#about_main section .block_inner {
  background: #fff;
  padding: 25px 30px 20px;
}
#about_main section ul li {
  float: left;
  margin-bottom: 20px;
  width: 270px;
}
#about_main section ul li.right {
  float: right;
}
#about_main .ggmap {
  margin-bottom: 20px;
}


/* Recruit */
#recruit .link {
  text-align: center;
  margin-bottom: 80px;
}
#recruit .link a {
  border: 1px solid #c60f14;
  color: #c60f14;
  font-weight: bold;
  font-weight: 600;
  padding: 12px 90px;
  text-decoration: none;
  position: relative;
}
#recruit .link a:hover {
  background: #c60f14;
  color: #fff;
}
#recruit .link a:before {
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 44%;
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 2px solid #c60f14;
  border-top: 2px solid #c60f14;
  width: 4px;
}
#recruit .link a:hover:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}


/* Group */
#group ul {
  margin-bottom: 50px;
}
#group ul li {
  float: left;
  margin-right: 20px;
  width: 220px;
}
#group ul li.right {
  margin-right: 0;
}
#group ul li img {
  margin-bottom: 15px;
}
#group ul li .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#group ul li p {
  margin-bottom: 0;
}
#group_shop img {
  margin-bottom: 16px;
}
#group_shop .map {
  border: 1px solid #d9d9d9;
  padding: 4px;
}


/* FAQ */
#faq dl.faq_link {
  margin-bottom: 20px;
}
#faq dl.faq_link.last {
  margin-bottom: 50px;
}
#faq dl.faq_link dt {
  cursor: pointer;
  color: #c60f14;
  font-weight: bold;
  font-weight: 600;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 5px;
}
#faq dl.faq_link dt:before {
  background: #c60f14;
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  left: 0;
  top: 3px;
}
#faq dl.faq_link dt:after {
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 7px;
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 3px;
  z-index: 2;
}
#faq dl.faq_link dd {
  cursor: pointer;
  padding: 0 0 0 16px;
  color: #c60f14;
  display: block;
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 8px;
}
#faq dl.faq_link dd:before {
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  left: 1.5em;
  top: 34%;
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 2px solid #c60f14;
  border-top: 2px solid #c60f14;
  width: 3px;
}
#faq .block {
  margin-bottom: 30px;
  position: relative;
}
#faq h4 {
  background: url("images/faq/icon_faq_open.png") no-repeat 98% 0;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  font-weight: 600;
  padding: 7px 50px 16px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
#faq .open h4 {
  background: url("images/faq/icon_faq_close.png") no-repeat 98% 0;
}
#faq h4:before {
  border: 1px solid #c60f14;
  content: "Q";
  color: #c60f14;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 5px 6px;
}
#faq .acdn-block {
  padding: 11px 20px 14px 50px;
  position: relative;
  display: none;
}
#faq .acdn-block:before {
  background: #c60f14;
  color: #fff;
  content: "A";
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 7px;
}
#faq .acdn-block p {
  margin-bottom: 0;
}
#faq .acdn-block p a {
  text-decoration: underline;
}
#faq .acdn-block p a:hover {
  text-decoration: none;
}


/* Movie */
#movie section {
  margin-bottom: 60px;
}
#movie h3 {
  border: none;
  padding: 0;
  margin-bottom: 18px;
}
#movie .movie_frame {
  padding: 24px;
  margin-bottom: 30px;
  margin-right: 10px;
  position: relative;
}
#movie .movie_bg1 {
  background: #fff;
  border: 2px solid #c60f14;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#movie .movie_bg2 {
  background: url("images/movie/movie_bg.gif") repeat 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#movie .wp-video {
  position: relative;
  z-index: 3;
}


/* Franchise */
#franchise .franchise_img {
  margin-bottom: 16px;
}
#franchise section p {
  margin-bottom: 16px;
}
#franchise section p.frame {
  border: 3px solid #e6e6e6;
  padding: 18px;
}
#franchise .franchise_tel {
  display: table;
  border-bottom: 1px solid #c8151a;
  border-top: 1px solid #c8151a;
  margin-bottom: 50px;
  width: 100%;
}
#franchise .franchise_tel .row {
  display: table-cell;
  padding: 12px 0;
}
#franchise .franchise_tel .right {
  text-align: right;
}
#franchise .franchise_tel .right .tel {
  margin-left: 0.5em;
  letter-spacing: 0.1em;
  color: #c8151a;
}
#franchise h4 {
  margin-bottom: 0;
}

/* Inquiry */
#inquiry .inquiry_tel {
  background: url("images/common/inquiry_bg.gif") repeat 0 0;
  padding: 10px;
  margin-bottom: 40px;
}
#inquiry .inquiry_tel .table {
  background: #fff;
  display: table;
  width: 100%;
}
#inquiry .inquiry_tel .table .row {
  color: #c8151a;
  display: table-cell;
  letter-spacing: 0.07em;
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
#inquiry .inquiry_tel .table .txt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  font-weight: 600;
  font-style: italic;
}
#inquiry .inquiry_tel .table .tel {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: normal;
  font-style: italic;
}
#inquiry .inquiry_tel .table .tel .time {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 600;
}
#inquiry #form table {
  border-top: solid #e6e6e6 1px;
}
#form {
  margin-bottom: 50px;
}
#form table {
  border: none;
  margin-bottom: 30px;
	width: 100%;
}
#form table.last {
  margin-bottom: 30px;
}
#form table th {
  background: none;
  border: none;
	border-bottom: solid #e6e6e6 1px;
	padding: 20px 10px;
	text-align: left;
	width: 30%;
  vertical-align: middle;
}
#form table th.last {
	vertical-align: top;
}
#form table th small {
	font-size: 11px;
}
#form table th span.attention {
  background: #df5a49;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 6px;
  padding: 3px 4px 3px 3px;
}
#form .mw_wp_form_preview table th span.attention {
  display: none;
}
#form table td {
  border: none;
	border-bottom: solid #e6e6e6 1px;
	font-size: 14px;
  font-size: 1.4rem;
	padding: 9px 10px;
	vertical-align: middle;
}
#form table td small {
	font-size: 13px;
  font-size: 1.3rem;
	margin-left: 1em;
	vertical-align: middle;
}
#form table.company {
  margin-bottom: 20px;
}
#form table.company thead th {
  background: none;
  padding: 40px 0 10px 0;
}
#form .mw_wp_form_preview table.company thead th span {
  display: none;
}
#form table.company th {
  background: #f8f8f8;
}

#form td input, #form td textarea {
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
  -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
  box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
  vertical-align: middle;
  width: 100%;
}
#form td .mwform-tel-field input {
  width: auto;
}
#form td input[type="checkbox"] {
  margin-right: 0.5em;
  width: auto;
}
#form .check_policy {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 20px;
}
#form .check_policy a {
	color: #777;
}
#form .check_policy input {
	vertical-align: middle;
}
#form .btn_form {
    text-align: center;
}
#form .btn_form input {
    background: #c60f14;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    padding: 13px 48px 13px 52px;
}
#form .btn_form input:hover {
	background: #900e11;
}
#form .complete {
	background: #f7f7f7;
	padding: 30px 30px 10px;
  margin-bottom: 20px;
}
#form .complete p {
	line-height: 1.7em;
}


/* News */
#archive h2 {
  margin-bottom: 0;
}
#archive article {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
}
#archive article a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 30px 0;
}
#archive article a:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 5px;
  height: 5px;
  top: 45%;
  border-top: 3px solid #c60f14;
  border-right: 3px solid #c60f14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#archive article a:hover {
  background: url("images/common/news_bg.gif") repeat 0 0;
}
#archive article img {
  float: left;
  height: auto;
  width: 100px;
}
#archive article a:hover img {
  opacity: 1;
}
#archive article .archive_content {
  float: right;
  width: 580px;
}
#archive article .archive_content .date {
  color: #c8151a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#archive article .archive_content h1 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5em;
}

#detail .post {
  margin-bottom: 30px;
}
#detail .post .post_title {
  padding: 20px 0 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 33px;
}
#detail .post .post_title h1 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5em;
}
#detail .post .post_title .date {
  color: #c8151a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
#detail .post .post_thumbnail {
  margin-bottom: 20px;
}
#detail .post .post_thumbnail img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width:expression(document.body.clientWidth > 702? "702px" : "auto");
}
#detail .post .post_content {
  margin-bottom: 50px;
}
#detail .post .post_content img {
  height: auto;
  max-width: 100%;
  width:expression(document.body.clientWidth > 702? "702px" : "auto");
}
#detail .back_btn {
  text-align: center;
  margin-bottom: 80px;
}
#detail .back_btn a {
  border: 1px solid #c8151a;
  color: #c8151a;
  padding: 10px 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
#detail .back_btn a:hover {
  background: #c8151a;
  color: #fff;
}

/* archive_example(買取事例)  */
#archive_example .archive_example_bg {
  background: url("images/archive_example/archive_example_bg.gif") repeat 0 0;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
#archive_example .archive_example_main_img {
  text-align: center;
  margin-bottom: 20px;
}
#archive_example .archive_example_inner {
  padding: 0 40px;
}
#archive_example p.bold {
  font-weight: bold;
  font-weight: 600;
}
#archive_example section {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#archive_example section h3 {
  border: none;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 0;
  padding: 14px 0;
}
#archive_example section h3 span {
  font-size: 21px;
  font-size: 2.1rem;
  display: block;
}
#archive_example #archive_example_purchase h3 {
  background: #df5a49;
}
#archive_example section .block_inner {
  /*background: #fff;*/
  padding: 10px 0px 20px 5px;
}
#archive_example section .block_inner img {
  display: inline-block;
}
#archive_example section .block_inner p {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  font-size: 1.5rem;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
/**//**//**//**//**//**/
#archive_example article {
  border: 2px solid #c8151a;
  width: 224px;
  height: 490px;
  margin-right:14px;
  margin-bottom: 14px;
  float: left;
  position: relative;
}
#archive_example article:nth-of-type(3n) {
  margin-right: 0px;
}
#archive_example article a {
  text-decoration: none;
}
#archive_example article img {
  margin-bottom: 10px;
}
#archive_example article .archive_content {
  padding: 0 8px 8px 8px;
}
#archive_example article .txt {
  border-bottom: 2px solid #c8151a;
  height: 140px;
}
#archive_example article ul {
  margin-bottom: 40px;
}
#archive_example article li {
  float: left;
  color: #c8151a;
  border: 1px solid #c8151a;
  margin: 0 8px 4px 0;
  padding: 0 4px;
  height: 25px
}
#archive_example article li:last-of-type {
  margin-right: 0px;
}
#archive_example article .archive_content .date {
  color: #c8151a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#archive_example article .archive_content h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4px;
  line-height: 1.5em;
}
#archive_example article p.red {
  background-color: #C60F14;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 220px;
  margin-bottom: 0px;
}
#archive_example article .archive_content p {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#archive_example .more a {
  border: 2px solid #c60f14;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #c60f14;
}
#archive_example .more {
  margin: 40px auto 0;
  width: 235px;
}
/* detail_example(買取事例) */

#detail_example .post {
  margin-bottom: 30px;
  border: 2px solid #c60f14;
  padding: 10px;
}
#detail_example .post .post_title {
  padding: 20px 0 30px;
  margin-bottom: 33px;
}
#detail_example .post_title h1 {
  border-bottom: 2px solid #c60f14;
  color: #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin: 35px 0 45px;
}
#detail_example .post .post_title .date {
  color: #c8151a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
#detail_example .post .post_thumbnail {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
#detail_example .post .post_thumbnail img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width:expression(document.body.clientWidth > 702? "702px" : "auto");
}
#detail_example .post .post_content {
  margin: 0 0 50px 10px;
  display: inline-block;
  vertical-align: top;
  width: 248px;
}
#detail_example .post .post_content ul {
  margin-bottom: 40px;
}
#detail_example .post .post_content li {
  float: left;
  color: #c8151a;
  border: 1px solid #c8151a;
  margin: 0 8px 4px 0;
  padding: 0 4px;
  height: 25px;
}
#detail_example .post .post_content img {
  height: auto;
  max-width: 100%;
  width:expression(document.body.clientWidth > 702? "702px" : "auto");
}
#detail_example .post .post_content dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c8151a;
  float: left;
}
#detail_example .post .post_content dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #c8151a;
  border-bottom: 2px solid #c8151a;
  padding-left: 100px;
  display: block;
  width: 248px;
  margin-bottom: 20px;
}
#detail_example .post .comment {
  margin-bottom: 50px;
}

#detail_example .back_btn {
  text-align: center;
  margin-bottom: 80px;
}
#detail_example .back_btn a {
  border: 1px solid #c8151a;
  color: #c8151a;
  padding: 10px 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
#detail_example .back_btn a:hover {
  background: #c8151a;
  color: #fff;
}



/* Privacy Policy */
#privacy_policy .inner {
  padding: 50px 0;
}
#privacy_policy h3 {
  margin-bottom: 15px;
}
#privacy_policy ul {
	margin-bottom: 40px;
}
#privacy_policy ul li {
	list-style-type: disc;
	padding-left: -1em;
	margin-left: 1em;
  position: relative;
}


/* Sitemap */
#sitemap ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}

#sitemap ul li:before {
  content: "";
  height: 4px;
  margin: auto;
  position: absolute;
  left: 10px;
  top: 5px;
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 2px solid #c60f14;
  border-top: 2px solid #c60f14;
  width: 4px;
}

/* Footer Area
------------------------------------------------------------ */


/* Content Footer */
#footer_contents {
  border-top: 2px solid #c60f14;
  clear: both;
  padding: 60px 0;
}
#footer_contents .alignleft,
#footer_contents .alignright {
  width: 480px;
}
#footer_example {
  margin-bottom: 60px;
}

#footer_example h2 {
  background: url("images/common/icon_tit_example.png") no-repeat 0 50%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 6px 0 10px 36px;
  position: relative;
}
#footer_example h2 a {
    background: #c60f14;
    border: 1px solid #c60f14;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    padding: 0 18px 0 10px;
    position: absolute;
    top: 3px;
    left: 390px;
    text-decoration: none;
}
#footer_example article {
  border: 2px solid #c8151a;
  width: 234px;
  height: 430px;
  margin-right:21px;
  float: left;
  position: relative;
}
#footer_example article a {
  text-decoration: none;
}
#footer_example article:last-child {
  margin-right: 0px;
}


#footer_example article img {
  margin-bottom: 10px;
}
#footer_example article .archive_content {
  padding: 4px;
}
#footer_example article .archive_content .date {
  color: #c8151a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#footer_example article .archive_content h1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4px;
  line-height: 1.5em;
}
#footer_example article .archive_content p.red {
  color: #C60F14;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  width: 230px;
  position: absolute;
  bottom: 0;
}
#footer_example article .archive_content p {
  margin-bottom: 10px;
}
#footer_example .more a {
  border: 2px solid #c60f14;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #c60f14;
}
#footer_example .more {
  margin: 40px auto 0;
  width: 235px;
}



#footer_link {
  margin-bottom: 30px;
}
#footer_link ul li {
  float: left;
  margin-right: 20px;
  width: 235px;
}
#footer_link ul li.right {
  margin-right: 0;
}
#footer_link ul li a {
  border: 2px solid #c60f14;
  color: #c60f14;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#footer_link ul li a:hover {
  background: #c60f14;
  color: #fff;
}
#footer_link ul li a:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 13px;
  width: 5px;
  height: 5px;
  top: 45%;
  border-top: 2px solid #c60f14;
  border-right: 2px solid #c60f14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer_link ul li a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#footer_banner {
  margin-bottom: 50px;
}
#footer_banner ul li {
  margin-right: 35px;
  float: left;
  width: 310px;
}
#footer_banner ul li.right {
  margin-right: 0;
}

#footer_information {
  margin-bottom: 50px;
}

#footer_information h2 a {
  background: #c60f14;
  border: 1px solid #c60f14;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  padding: 0 18px 0 10px;
  position: absolute;
  top: 3px;
  right: 0;
  text-decoration: none;
}
#footer_information h2 a:hover {
  background: none;
  color: #c60f14;
}
#footer_information h2 a span {
  position: relative;
}
#footer_information h2 a span:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -8px;
  width: 3px;
  height: 3px;
  top: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
   -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
#footer_information h2 a:hover span:before {
  border-top: 2px solid #c60f14;
  border-right: 2px solid #c60f14;
}
#footer_news h2 {
  background: url("images/common/icon_tit_news.png") no-repeat 0 50%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 6px 0 10px 36px;
  position: relative;
}
#footer_news article {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
#footer_news article img {
  float: left;
  height: auto;
  width: 100px;
}
#footer_news article .archive_content {
  float: right;
  width: 360px;
}
#footer_news article .archive_content .date {
  color: #c8151a;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 8px;
}
#footer_news article .archive_content h1 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5em;
}

#footer_movie h2 {
  background: url("images/common/icon_tit_video.png") no-repeat 0 50%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 6px 0 10px 36px;
  position: relative;
}
#footer_movie .movie_frame {
  background: #f2f2f2;
  padding: 10px;
}

#footer_social .instagram {
  margin-bottom: 50px;
}
#footer_social .instagram h2 {
  background: url("images/common/icon_tit_instagram.png") no-repeat 0 45%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 0 10px 36px;
  position: relative;
}
#footer_social .facebook h2 {
  background: url("images/common/icon_tit_instagram.png") no-repeat 0 45%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 0 10px 36px;
  position: relative;
}
#footer_social .line h2 {
  background: url("images/common/icon_tit_instagram.png") no-repeat 0 45%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 0 10px 36px;
  position: relative;
}
#footer_social .map h2 {
  background: url("images/common/icon_tit_map.png") no-repeat 0 45%;
  color: #c60f14;
  border-bottom: 2px solid #c60f14;
  font-size: 18px;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 8px 0 10px 36px;
  position: relative;
}
#footer_social .map iframe {
  margin-bottom: 20px;
}
#footer_social .map .bold {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}



/* Commen */
footer {
	clear: both;
}
#footer {
  border-top: 2px solid #c60f14;
  padding: 25px 0 0;
}

/* Pagetop */
.pagetop {
	position: fixed;
  bottom: -100px;
  right: 50px;
  z-index: 1000;
}
.pagetop a:hover img {
  opacity: 0.75;
}

#footer_fixed {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #e2e2e2;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#footer_fixed .table {
  display: table;
  width: 100%;
}
#footer_fixed .table > div {
  display: table-cell;
}
#footer_fixed a {
  display: block;
  height: 69px;
  line-height: 69px;
}
#footer_fixed .fixed_logo {
  padding-right: 20px;
}
#footer_fixed .fixed_tel {
  height: 69px;
  line-height: 69px;
  padding-right: 18px;
}
#footer_fixed .fixed_line {
  text-align: right;
}

/* Footer Info */
#footer .table {
  display: table;
  margin-bottom: 20px;
}
#footer .table.last {
  margin-bottom: 10px;
}
#footer .table .row {
  display: table-cell;
  vertical-align: middle;
}
#footer .table .footer_logo {
  padding-right: 13px;
  width: 130px;
}
#footer .table .footer_discription {
  width: 350px;
}
#footer .table .footer_inquiry {
  text-align: right;
  vertical-align: middle;
}
#footer .table .footer_inquiry .footer_tel {
  width: 245px;
}
#footer .table .footer_inquiry .alignright {
  width: 250px;
}
#footer .table .footer_inquiry .form_btn {
  margin-bottom: 8px;
}
#footer p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
#footer .footer_menu {
  margin-bottom: 2px;
  width: 50%;
}
#footer .footer_menu a {
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_raw {
  text-align: right;
}

/* Footer Copyright */
#footer .copyright {
  background: #c60f14;
  color: #fff;
	clear: both;
	margin-bottom: 0;
	text-align: center;
	position: relative;
}
#footer .copyright p {
	font-style: normal;
	margin-bottom: 0;
  padding: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .copyright a {
  color: #fff;
}
