@charset "UTF-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Lib
::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* //////////////////////////////////

File Name > lib/_variables.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Color
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Base Color
--------------------------------------*/
/* 基本テキストカラー */
/* Link Text Color */
/*
	Definition Color
--------------------------------------*/
/* 白 */
/* 黒 */
/*
	Function Color
--------------------------------------*/
/* 翻訳センター アクセントカラー */
/* お問い合わせボタンカラー */
/* 区切り線カラー */
/* 背景カラー */
/*
	使用不明 Color
--------------------------------------*/
/* Sub Color */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Font
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Width
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Device Break Point
--------------------------------------*/
/* Base Width */
/* //////////////////////////////////

File Name > lib/ _mixins.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	テキストリンク設定
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Definition Color
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Hover Effect
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	HE - Opacity
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Parts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	a タグ Block 化
--------------------------------------*/
/*
	Text Shadow（1px）
--------------------------------------*/
/*
	遷移用ARROW（ White）
--------------------------------------*/
/*
	遷移用ARROW（ Orange：下向き）
--------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Media Query
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	神作成
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 見出しミックスイン */
/* Lib/ _mixin*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Base
::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* //////////////////////////////////
File Name >base/ _reset.scss
Compile > style.scss
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Default Style Reset
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

a:focus {
  outline: none; }

/* //////////////////////////////////

File Name > base/_bese.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Body
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  color: #000000;
  line-height: 1.6;
  font-weight: 500;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 960px) {
    body {
      font-size: 14px; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Title Style
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.6; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Paragraph Style
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
p {
  padding-bottom: 1em;
  line-height: 1.8; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	List Style
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	箇条書きリスト
--------------------------------------*/
ul li {
  line-height: 1.6; }

/*
	順序付きリスト
--------------------------------------*/
ol li {
  line-height: 1.6; }

/*
	定義リスト
--------------------------------------*/
dl dt {
  font-weight: bold;
  line-height: 1.6; }

dl dd {
  line-height: 1.6; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Link Style
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
a {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

a:link {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

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

a:visited {
  color: #000000; }

a:active {
  color: #000000; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Image Style
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TableStyle
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
table {
  width: 100%; }

table th,
table td {
  border: 1px solid #CCC; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Skeleton
::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* //////////////////////////////////

File Name > layout/ _layout.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Wrapper
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wrapper {
  padding-top: 110px; }
  @media print, screen and (min-width: 768px) {
    .wrapper {
      padding-top: 130px; } }
  @media print, screen and (min-width: 960px) {
    .wrapper {
      padding-top: 0; } }

@media print, screen and (min-width: 960px) {
  #home .wrapper {
    padding-top: 0; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	メインイメージ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.main-img-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 300px; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Container
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media print, screen and (min-width: 960px) {
  .container {
    width: 960px;
    margin: 0 auto; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Contents
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	SECTION
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*  BASE */
section {
  padding: 20px 0 40px; }

/*  Border 区切り 付与（追加） */
.section-border {
  padding: 40px 0 40px;
  border-top: 1px solid #CCCCCC; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	PRINT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*	width:1020px !important;
		transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;*/ }
    body #page-top {
      display: none; }
    body .wrapper {
      /*width:960px !important; */ }
      body .wrapper header {
        position: static; }
    body .area-mv {
      margin-top: 0; }
    body .area-sub-mv {
      margin-top: 0 !important; }
    body .book-list a p {
      font-size: 11px;
      padding-top: 3px; }
  body#home header {
    position: absolute; }
  body#home .area-mv {
    height: 380px !important;
    margin-bottom: 20px !important; }
    body#home .area-mv .area-mv-text {
      padding-top: 0; }
      body#home .area-mv .area-mv-text h1 {
        padding-top: 100px; }
  body#home .nv-bnr-outer {
    margin-bottom: 20px; }
  body#home .book-outer {
    padding: 20px 0; }
  body#home .book-outer h2 {
    margin-bottom: 20px; } }

/* //////////////////////////////////

File Name >module/ _header.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Variables Setting
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	レイアウト
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wrapper {
  position: relative; }

/*
	Header Outline Box
--------------------------------------*/
.wrapper header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  height: 60px; }
  @media print, screen and (min-width: 480px) {
    .wrapper header {
      height: 60px; } }
  @media print, screen and (min-width: 768px) {
    .wrapper header {
      height: 80px; } }
  @media print, screen and (min-width: 960px) {
    .wrapper header {
      height: 80px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } }

/*
	Inner Box
--------------------------------------*/
@media print, screen and (min-width: 960px) {
  header .head-inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ヘッダーロゴ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Layout
--------------------------------------*/
p.head-logo {
  width: 40%;
  height: 60px; }
  @media print, screen and (min-width: 960px) {
    p.head-logo {
      float: left;
      width: 20%; } }
  @media only screen and (min-width: 1200px) {
    p.head-logo {
      width: 170px; } }

/*
	Logo
--------------------------------------*/
p.head-logo a {
  display: block;
  text-decoration: none;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  p.head-logo a:hover {
    opacity: 0.6; }
  p.head-logo a img {
    width: 130px;
    padding: 17px 0 0 15px; }
    @media print, screen and (min-width: 480px) {
      p.head-logo a img {
        width: 140px; } }
    @media print, screen and (min-width: 768px) {
      p.head-logo a img {
        width: 170px;
        padding-top: 20px; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	グローバルナビ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Layout
--------------------------------------*/
@media print, screen and (min-width: 480px) {
  nav.nav-global {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0; } }

@media print, screen and (min-width: 768px) {
  nav.nav-global {
    top: 80px; } }

@media print, screen and (min-width: 960px) {
  nav.nav-global {
    position: static; } }

/*
	Global Navigation
--------------------------------------*/
.nav-global ul {
  display: none;
  background: #FFFFFF; }
  .nav-global ul li {
    width: 100%;
    border-bottom: 1px solid #595959; }
    .nav-global ul li a {
      position: relative;
      display: block;
      padding: 25px 20px;
      font-size: 18px;
      color: #FFF;
      letter-spacing: 2px;
      background: #373737; }
      .nav-global ul li a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-right: 1px solid #ed9301;
        border-bottom: 1px solid #ed9301;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .nav-global ul li a:hover:after {
        right: 15px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
  @media print, screen and (min-width: 960px) {
    .nav-global ul {
      display: block;
      border: none;
      float: left;
      width: 60%;
      text-align: center; }
      .nav-global ul li {
        display: inline-block;
        width: auto !important;
        border: none;
        background: none;
        padding: 0 10px; }
        .nav-global ul li a {
          color: #000000;
          line-height: 80px;
          display: inline-block;
          font-weight: bold;
          font-size: 14px;
          padding: 0;
          letter-spacing: 1px;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          background: none; }
          .nav-global ul li a:hover {
            opacity: 0.6; }
        .nav-global ul li a:after {
          display: none; } }
  @media only screen and (min-width: 1200px) {
    .nav-global ul {
      width: 65%; }
      .nav-global ul li {
        padding: 0 20px; }
        .nav-global ul li a {
          letter-spacing: 2px; } }

@media print, screen and (min-width: 960px) {
  .nav-global ul li.pc-non {
    display: none; } }

/*
	SP 専用 グローバルナビゲーション
--------------------------------------*/
#spNavi {
  display: block;
  position: relative;
  width: 100%;
  background: #363636;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  z-index: 101; }
  @media print, screen and (min-width: 960px) {
    #spNavi {
      display: none; } }
  #spNavi a {
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 50px;
    letter-spacing: 10px;
    border-bottom: 1px solid #363636;
    color: #fff;
    text-align: center; }

/* ハンバーガーicon */
#spNavi:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 24px;
  height: 20px;
  margin-top: -10px;
  background: #FFFFFF; }

#spNavi a:before, #spNavi a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 24px;
  height: 8px;
  background: #363636; }

#spNavi a:before {
  margin-top: -8px; }

#spNavi a:after {
  margin-top: 1px; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	アクションエリア
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	Layout
--------------------------------------*/
ul.head-btn {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0; }
  @media print, screen and (min-width: 480px) {
    ul.head-btn {
      width: 40%; } }
  @media print, screen and (min-width: 768px) {
    ul.head-btn {
      width: 40%; } }
  @media print, screen and (min-width: 960px) {
    ul.head-btn {
      width: 20%;
      position: static;
      float: right; } }

/*
	Action Button Area
--------------------------------------*/
ul.head-btn li {
  display: inline-block;
  width: 50%; }
  ul.head-btn li a {
    display: block;
    text-decoration: none;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0px; }
    ul.head-btn li a img {
      width: 24px;
      padding: 12px 0 5px; }
    ul.head-btn li a p {
      padding-bottom: 0; }

ul.head-btn li.head-contact a {
  background: #6e6e6e; }

ul.head-btn li.head-quotation a {
  background: #ed9301; }

@media print, screen and (min-width: 480px) {
  ul.head-btn li a {
    height: 60px; }
    ul.head-btn li a img {
      width: 26px;
      padding: 10px 0 3px; }
    ul.head-btn li a p {
      font-size: 12px; } }

@media print, screen and (min-width: 768px) {
  ul.head-btn li a {
    height: 80px; }
    ul.head-btn li a img {
      width: 30px;
      padding: 15px 0 5px; } }

@media print, screen and (min-width: 960px) {
  ul.head-btn li a {
    height: 80px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    ul.head-btn li a:hover {
      opacity: 0.6; }
    ul.head-btn li a p {
      font-size: 11px; } }

/* //////////////////////////////////

File Name >module/ _footer.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Variables Setting
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.foot-contact-outer {
  background-color: #f1f1f1;
  padding-bottom: 20px;
  /* フットボックス--------------------------------------------------------------------------------------------------------*/ }
  .foot-contact-outer .foot-wrapper {
    background-image: url(../common/img/footer/action-area-img.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 35% auto; }
    @media print, screen and (min-width: 960px) {
      .foot-contact-outer .foot-wrapper {
        background-size: 499px auto;
        background-position: left top;
        max-width: 1280px;
        margin: 0 auto; } }
  .foot-contact-outer .title-wrap {
    text-align: center; }
    .foot-contact-outer .title-wrap h2 {
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: bold;
      margin-bottom: 20px;
      padding-top: 40px; }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .title-wrap h2 {
          font-size: 24px;
          padding-top: 80px;
          margin-bottom: 15px; } }
    .foot-contact-outer .title-wrap p {
      letter-spacing: 2px;
      font-weight: bold;
      font-size: 9.5px;
      margin-bottom: 20px; }
      @media print, screen and (min-width: 768px) {
        .foot-contact-outer .title-wrap p {
          font-size: 12px; } }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .title-wrap p {
          letter-spacing: 1px;
          font-weight: bold; } }
  .foot-contact-outer .foot-contact-inner {
    margin: 0 auto;
    width: 90%; }
    @media print, screen and (min-width: 960px) {
      .foot-contact-outer .foot-contact-inner {
        width: 840px; } }
    .foot-contact-outer .foot-contact-inner .foot-contact, .foot-contact-outer .foot-contact-inner .foot-quotation {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
      margin-bottom: 20px;
      padding: 20px 30px 20px; }
      @media print, screen and (max-width: 320px) {
        .foot-contact-outer .foot-contact-inner .foot-contact, .foot-contact-outer .foot-contact-inner .foot-quotation {
          padding: 10px 18px 20px; } }
      @media print, screen and (min-width: 480px) {
        .foot-contact-outer .foot-contact-inner .foot-contact, .foot-contact-outer .foot-contact-inner .foot-quotation {
          padding: 15px 30px 20px; } }
      @media print, screen and (min-width: 768px) {
        .foot-contact-outer .foot-contact-inner .foot-contact, .foot-contact-outer .foot-contact-inner .foot-quotation {
          padding: 15px 20px 20px; } }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .foot-contact-inner .foot-contact, .foot-contact-outer .foot-contact-inner .foot-quotation {
          padding: 15px 30px 20px; } }
      .foot-contact-outer .foot-contact-inner .foot-contact h3, .foot-contact-outer .foot-contact-inner .foot-quotation h3 {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 15px;
        border-bottom: 1px solid #898989;
        text-align: center;
        margin-bottom: 15px; }
        @media print, screen and (min-width: 480px) {
          .foot-contact-outer .foot-contact-inner .foot-contact h3, .foot-contact-outer .foot-contact-inner .foot-quotation h3 {
            padding-bottom: 10px;
            margin-bottom: 10px; } }
        @media print, screen and (min-width: 768px) {
          .foot-contact-outer .foot-contact-inner .foot-contact h3, .foot-contact-outer .foot-contact-inner .foot-quotation h3 {
            margin-bottom: 30px; } }
        @media print, screen and (min-width: 960px) {
          .foot-contact-outer .foot-contact-inner .foot-contact h3, .foot-contact-outer .foot-contact-inner .foot-quotation h3 {
            margin-bottom: 40px; } }
    @media print, screen and (min-width: 768px) {
      .foot-contact-outer .foot-contact-inner .foot-contact {
        width: 57%;
        float: left; } }
    @media print, screen and (min-width: 960px) {
      .foot-contact-outer .foot-contact-inner .foot-contact {
        width: 520px; } }
    .foot-contact-outer .foot-contact-inner .foot-contact .btn-orange {
      margin: 0 auto; }
      @media print, screen and (min-width: 480px) {
        .foot-contact-outer .foot-contact-inner .foot-contact .btn-orange {
          width: 70%; } }
      @media print, screen and (min-width: 768px) {
        .foot-contact-outer .foot-contact-inner .foot-contact .btn-orange {
          width: 90%;
          padding-bottom: 0; } }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .foot-contact-inner .foot-contact .btn-orange {
          width: 240px; } }
    @media print, screen and (min-width: 768px) {
      .foot-contact-outer .foot-contact-inner .foot-quotation {
        width: 40%;
        float: right; } }
    @media print, screen and (min-width: 960px) {
      .foot-contact-outer .foot-contact-inner .foot-quotation {
        width: 290px; } }
    @media print, screen and (min-width: 480px) {
      .foot-contact-outer .foot-contact-inner .foot-quotation .btn-orange {
        width: 70%;
        margin: 0 auto; } }
    @media print, screen and (min-width: 768px) {
      .foot-contact-outer .foot-contact-inner .foot-quotation .btn-orange {
        width: 100%;
        padding-bottom: 0; } }
    .foot-contact-outer .foot-contact-inner .foot-contact-tel {
      overflow: hidden;
      padding: 0 3%; }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .foot-contact-inner .foot-contact-tel {
          margin-bottom: 5px; } }
      .foot-contact-outer .foot-contact-inner .foot-contact-tel li {
        padding: 10px;
        border-bottom: 1px solid #cfcfcf; }
        @media print, screen and (min-width: 480px) {
          .foot-contact-outer .foot-contact-inner .foot-contact-tel li {
            float: left;
            width: 49%;
            text-align: center;
            border: none; } }
        @media print, screen and (min-width: 768px) {
          .foot-contact-outer .foot-contact-inner .foot-contact-tel li {
            padding: 0 10px;
            margin-bottom: 10px; } }
        .foot-contact-outer .foot-contact-inner .foot-contact-tel li dl {
          width: 85%;
          margin: 0 auto; }
          @media print, screen and (max-width: 320px) {
            .foot-contact-outer .foot-contact-inner .foot-contact-tel li dl {
              width: 100%; } }
          @media print, screen and (min-width: 768px) {
            .foot-contact-outer .foot-contact-inner .foot-contact-tel li dl {
              width: 100%; } }
        .foot-contact-outer .foot-contact-inner .foot-contact-tel li dt, .foot-contact-outer .foot-contact-inner .foot-contact-tel li dd {
          font-size: 14px;
          display: inline-block; }
        .foot-contact-outer .foot-contact-inner .foot-contact-tel li dt {
          width: 50px; }
          @media print, screen and (min-width: 960px) {
            .foot-contact-outer .foot-contact-inner .foot-contact-tel li dt {
              display: inline-block;
              width: auto; } }
        .foot-contact-outer .foot-contact-inner .foot-contact-tel li dd {
          font-weight: bold;
          margin-left: 10px;
          font-size: 16px;
          letter-spacing: 1px;}
          @media print, screen and (max-width: 320px) {
            .foot-contact-outer .foot-contact-inner .foot-contact-tel li dd {
              margin-left: 5px;
			  padding: 10px 0;} }
      @media print, screen and (min-width: 480px) {
        .foot-contact-outer .foot-contact-inner .foot-contact-tel li:nth-child(2n) {
          float: right; } }
      .foot-contact-outer .foot-contact-inner .foot-contact-tel li:last-child {
        margin-bottom: 15px; }
        @media print, screen and (min-width: 480px) {
          .foot-contact-outer .foot-contact-inner .foot-contact-tel li:last-child {
            margin-bottom: 0px; } }
    @media print, screen and (min-width: 768px) {
      .foot-contact-outer .foot-contact-inner .foot-contact-tel .tellink:hover {
        color: #000; } }
    .foot-contact-outer .foot-contact-inner .foot-contact p {
      font-size: 14px;
      text-align: center;
      margin-bottom: 5px; }
      @media print, screen and (min-width: 480px) {
        .foot-contact-outer .foot-contact-inner .foot-contact p {
          font-size: 12px; } }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .foot-contact-inner .foot-contact p {
          margin-bottom: 10px; } }
    .foot-contact-outer .foot-contact-inner .foot-quotation p.text {
      font-size: 12px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1px;
      margin-bottom: 10px;
      padding-top: 10px; }
      @media print, screen and (min-width: 768px) {
        .foot-contact-outer .foot-contact-inner .foot-quotation p.text {
          line-height: 2.2;
          margin-bottom: 39px;
          padding-top: 39px;
          font-size: 14px; } }
      @media print, screen and (min-width: 960px) {
        .foot-contact-outer .foot-contact-inner .foot-quotation p.text {
          line-height: 2.2;
          margin-bottom: 27px;
          padding-top: 17px; } }

/*サイトナビ --------------------------------------------------------------------------------------------------------*/
.sitenav {
  background: #d5d5d5; }
  .sitenav ul {
    width: 90%;
    padding: 23px 0 20px;
    margin: 0 auto;
    overflow: hidden; }
    @media print, screen and (max-width: 320px) {
      .sitenav ul {
        width: 95%; } }
    @media print, screen and (min-width: 480px) {
      .sitenav ul {
        padding-bottom: 0; } }
    @media print, screen and (min-width: 768px) {
      .sitenav ul {
        width: 95%; } }
    @media print, screen and (min-width: 960px) {
      .sitenav ul {
        width: 100%;
        max-width: 1000px; } }
    .sitenav ul li {
      background: #fff;
      margin-right: 0.5%;
      margin-bottom: 5px;
      vertical-align: top;
      overflow: hidden; }
      @media print, screen and (min-width: 480px) {
        .sitenav ul li {
          float: left;
          width: 49%;
          margin-bottom: 14px;
          border-bottom: 1px solid #AAAAAA;
          border-right: 1px solid #AAAAAA; } }
      @media print, screen and (min-width: 960px) {
        .sitenav ul li {
          width: 24%;
          margin-right: 1.2%; } }
      .sitenav ul li a {
        display: block;
        height: 100%; }
      .sitenav ul li span {
        float: left;
        width: 22%;
        display: block;
        height: 70px; }
        @media print, screen and (min-width: 480px) {
          .sitenav ul li span {
            float: none;
            width: 100%;
            height: 100px; } }
        .sitenav ul li span img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media print, screen and (min-width: 960px) {
            .sitenav ul li span img {
              -o-object-fit: none !important;
                 object-fit: none !important; } }
      .sitenav ul li p {
        font-size: 14px;
        height: 70px;
        background: url(../common/img/footer/icon-external.png) right 10px center no-repeat;
        background-size: 10px 9px;
        padding-top: 24px;
        padding-left: 15px;
        float: left;
        width: 78%;
        letter-spacing: 2px; }
        @media print, screen and (min-width: 480px) {
          .sitenav ul li p {
            float: none;
            text-align: center;
            width: 100%;
            padding-top: 12px;
            padding-left: 0px;
            height: 50px;
            font-size: 14px; } }
        @media print, screen and (min-width: 768px) {
          .sitenav ul li p {
            padding-top: 13px; } }
      .sitenav ul li p.site-indu {
        font-size: 14px;
        padding-top: 16px;
        line-height: 1.4;
        letter-spacing: 1px; }
        @media print, screen and (max-width: 320px) {
          .sitenav ul li p.site-indu {
            font-size: 12px; } }
        @media print, screen and (min-width: 480px) {
          .sitenav ul li p.site-indu {
            padding-top: 14px;
            font-size: 12px; } }
        @media print, screen and (min-width: 768px) {
          .sitenav ul li p.site-indu {
            font-size: 14px;
            letter-spacing: 0;
            padding-top: 13px;
            line-height: 1.8; } }
        @media print, screen and (min-width: 960px) {
          .sitenav ul li p.site-indu {
            padding-top: 8px;
            font-size: 13px;
            line-height: 1.4; } }
      .sitenav ul li a:hover {
        text-decoration: none;
        opacity: 0.6; }
    @media print, screen and (min-width: 480px) {
      .sitenav ul li:nth-child(2n) {
        margin-right: 0;
        float: right; } }
    @media print, screen and (min-width: 960px) {
      .sitenav ul li:nth-child(2n) {
        float: left;
        margin-right: 1.2%; } }
    @media print, screen and (min-width: 960px) {
      .sitenav ul li:last-child {
        margin-right: 0; } }
    .sitenav ul li.visited {
      background: #4a505a;
      color: #fff; }
      .sitenav ul li.visited p {
        background: none; }

/*フッターナビ --------------------------------------------------------------------------------------------------------*/
.foot-nav1 {
  padding: 30px 0 30px;
  width: 90%;
  text-align: center;
  margin: 0 auto; }
  .foot-nav1 li {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #cccccc; }
    @media print, screen and (min-width: 480px) {
      .foot-nav1 li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 10px;
        border: none; } }
    @media print, screen and (min-width: 960px) {
      .foot-nav1 li {
        margin-right: 20px;
        font-size: 14px; } }
    .foot-nav1 li a {
      -webkit-transition: 0.1s;
      transition: 0.1s;
      display: block;
      padding: 20px; }
      @media print, screen and (min-width: 480px) {
        .foot-nav1 li a {
          padding: 0 15px;
          display: inline-block; } }
      @media print, screen and (min-width: 960px) {
        .foot-nav1 li a:hover {
          color: #ed9301; } }
  .foot-nav1 li:last-child {
    border-bottom: none; }
    @media print, screen and (min-width: 480px) {
      .foot-nav1 li:last-child {
        margin-right: 0px; } }
  .foot-nav1 li.siteout a {
    background: url(../common/img/footer/icon-external.png) right 20px center no-repeat;
    background-size: 10px 9px; }
    @media print, screen and (min-width: 480px) {
      .foot-nav1 li.siteout a {
        padding: 10px 15px;
        background: url(../common/img/footer/icon-external.png) right center no-repeat;
        background-size: 10px 9px; } }
  .foot-nav1 li.siteout a:hover {
    color: #ed9301; }

.foot-nav2 {
  padding: 0px 0 20px;
  width: 100%;
  display: table;
  border-top: 1px solid #cccccc;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    .foot-nav2 {
      width: 100%; } }
  @media print, screen and (min-width: 960px) {
    .foot-nav2 {
      border: none;
      text-align: center; } }
  .foot-nav2 li {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 50%;
    border-bottom: 1px solid #cccccc; }
    @media print, screen and (max-width: 320px) {
      .foot-nav2 li {
        font-size: 11px; } }
    @media print, screen and (min-width: 960px) {
      .foot-nav2 li {
        width: auto;
        border-bottom: none;
        font-size: 14px;
        border-left: 1px solid #cccccc; } }
    .foot-nav2 li a {
      -webkit-transition: 0.1s;
      transition: 0.1s;
      padding: 15px;
      display: block;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .foot-nav2 li a {
          padding: 15px 0; } }
      @media print, screen and (min-width: 960px) {
        .foot-nav2 li a {
          padding: 5px 25px; }
          .foot-nav2 li a:hover {
            color: #ed9301; } }
    .foot-nav2 li a.odd {
      border-left: 1px solid #cccccc; }
      @media print, screen and (min-width: 960px) {
        .foot-nav2 li a.odd {
          border: none; } }
  .foot-nav2 li:last-child {
    border-right: 1px solid #cccccc; }

.foot-banner-link {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px; }
  .foot-banner-link li {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    vertical-align: middle; }
    /* フッターロゴ 20220407 */
    .footer-logo-area {
      border-top: 1px solid #cbc9c8;
    }
    
    .footer-logo-area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 30px 0 35px;
    }
    
    .footer-logo-area ul li {
      margin: 0 20px;
    }
    
    .footer-logo-area ul li:nth-child(2) {
      margin-right: 43px;
      margin: 0 21px;
    }
    
    .footer-logo-area ul li:nth-child(2) a:hover {
      opacity: 0.8;
    }

.foot-copy {
  text-align: center;
  font-size: 12px;
  display: block;
  padding-bottom: 15px; }

/* ページトップ-------------------------------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px; }
  #page-top a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: -4px auto 0;
    border-right: 1px solid #ed9301;
    border-bottom: 1px solid #ed9301;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.2s;
    transition: 0.2s; }

/* //////////////////////////////////

File Name ：　skeleton/ _category-ttl.scss
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Category local Nav
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*	サイズ調整
--------------------------------------*/
.area-sub-mv {
  padding: 20px 0 0;
  margin-bottom: 40px;
  height: 80px;
  background-color: #343434; }
  @media print, screen and (min-width: 768px) {
    .area-sub-mv {
      padding: 40px 0 0;
      height: 110px; } }
  @media print, screen and (min-width: 960px) {
    .area-sub-mv {
      padding: 0 0 0;
      height: 110px;
      margin-top: 80px; } }

/*	テキストカラー
--------------------------------------*/
.area-sub-mv {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 2px; }

.area-sub-mv h1,
.area-sub-mv h2,
.area-sub-mv h3,
.area-sub-mv p {
  font-weight: bold; }

/* //////////////////////////////////

File Name >module/ _topicpath.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TopicPath
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.nav-topicpath {
  display: none; }
  @media print, screen and (min-width: 960px) {
    .nav-topicpath {
      clear: both;
      display: block;
      max-width: 1240px;
      margin: 0 auto;
      padding-left: 20px; } }

.nav-topicpath ul {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px; }
  .nav-topicpath ul li {
    float: left;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px; }
    .nav-topicpath ul li a {
      color: #fff;
      font-size: 11px;
      letter-spacing: 1px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .nav-topicpath ul li a:hover {
      color: #ed9301;
      text-decoration: none; }
  .nav-topicpath ul li:after {
    content: " > ";
    padding: 0 10px; }
  .nav-topicpath ul li:last-child:after {
    content: none; }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Components
::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*  MV*/
/* //////////////////////////////////

File Name ：　components/ _area-mv.scss
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Main image
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	レイアウト
--------------------------------------*/
.area-mv {
  height: 130px;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .area-mv {
      height: 250px; } }
  @media print, screen and (min-width: 960px) {
    .area-mv {
      height: 450px;
      margin-top: 80px; } }

/*
	テキスト指定
--------------------------------------*/
.area-mv-text {
  padding: 50px 0 0 20px; }
  .area-mv-text h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px; }
  .area-mv-text p {
    font-size: 13px;
    display: none; }
    @media print, screen and (min-width: 768px) {
      .area-mv-text p {
        display: block; } }
  @media print, screen and (min-width: 480px) {
    .area-mv-text {
      padding: 50px 0 0 40px; } }
  @media print, screen and (min-width: 768px) {
    .area-mv-text {
      padding: 80px 0 0 60px; }
      .area-mv-text h1 {
        font-size: 26px;
        text-align: left; }
      .area-mv-text p {
        font-size: 14px; } }
  @media print, screen and (min-width: 960px) {
    .area-mv-text {
      width: 960px;
      margin: 0 auto;
      padding: 150px 0 0 30px; }
      .area-mv-text h1 {
        padding-bottom: 30px;
        font-size: 36px;
        letter-spacing: 4px; }
      .area-mv-text p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px; } }

/*
	各カテゴリーごとの指定
--------------------------------------*/
body#cate-temp .area-mv {
  color: #FFFFFF;
  background: url(/service/common/img/img-mv.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover; }
  @media print, screen and (min-width: 480px) {
    body#cate-temp .area-mv {
      background-position: center;
      background-size: cover; } }

/* --テキストシャドウ --*/
body#cate-temp .area-mv .area-mv-text h1,
body#cate-temp .area-mv .area-mv-text p {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

/*  Title*/
/* //////////////////////////////////

File Name ：　components/ _title.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	見出しメガ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	CLASS展開
--------------------------------------*/
.ttl-mega {
  border-bottom: 4px solid #070002;
  padding-bottom: 40px;
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .ttl-mega {
      width: 960px; } }
  .ttl-mega h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    @media print, screen and (min-width: 960px) {
      .ttl-mega h1 {
        font-size: 28px; } }
  .ttl-mega p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left; }
    @media print, screen and (min-width: 960px) {
      .ttl-mega p {
        text-align: center; } }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	見出し（大）
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	CLASS展開
--------------------------------------*/
.ttl-large {
  padding: 20px 0 30px;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  position: relative; }
  @media print, screen and (min-width: 960px) {
    .ttl-large {
      font-size: 24px; } }
  .ttl-large:after {
    content: '';
    width: 60px;
    height: 5px;
    margin-left: -30px;
    background: #ed9301;
    position: absolute;
    bottom: 0;
    left: 50%; }

/*  List*/
/* //////////////////////////////////

File Name > components/ _list.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	プレーンリスト
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*	No付きリスト
---------------------------------------*/
ol.olist-base {
  padding-left: 1.8em;
  padding-bottom: 1em; }
  ol.olist-base li {
    line-height: 1.6;
    list-style-position: outside;
    list-style-type: decimal;
    padding-bottom: 10px; }

/*	中黒付きリスト
---------------------------------------*/
ul.ulist-base {
  padding-left: 1.5em;
  padding-bottom: 1em; }
  ul.ulist-base li {
    line-height: 1.6;
    list-style-position: outside;
    list-style-type: disc;
    padding-bottom: 10px; }

/*	定義リスト ボーダー有り
---------------------------------------*/
dl.dlist-base {
  padding: 30px 20px 20px;
  overflow: hidden;
  border-top: 1px solid #cccccc; }
  dl.dlist-base dt {
    margin-bottom: 10px; }
    @media print, screen and (min-width: 768px) {
      dl.dlist-base dt {
        float: left;
        width: 120px;
        font-weight: normal;
        letter-spacing: 2px; } }
  @media print, screen and (min-width: 768px) {
    dl.dlist-base dd {
      float: right;
      width: 80%; } }
  @media print, screen and (min-width: 960px) {
    dl.dlist-base dd {
      width: 70%; } }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	写真付きリスト（左）
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	OUTLINE
--------------------------------------*/
dl.list-imgset-left {
  padding: 0 20px 20px; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-left {
      overflow: hidden; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-left {
      padding: 0 40px 20px; } }

/*
	IMAGE
--------------------------------------*/
dl.list-imgset-left dt {
  padding: 0 0 20px; }
  dl.list-imgset-left dt img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-left dt {
      clear: both;
      float: left;
      width: calc( 100% - (70% + 20px));
      padding: 0 20px 20px 0; }
      dl.list-imgset-left dt img {
        width: 100%;
        height: 200px; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-left dt {
      width: 280px;
      padding: 0 20px 20px 0; }
      dl.list-imgset-left dt img {
        -o-object-fit: fill;
           object-fit: fill;
        width: auto;
        height: auto; } }

/*
	TEXT
--------------------------------------*/
dl.list-imgset-left dd {
  padding: 0 0 20px; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-left dd {
      float: right;
      width: 70%; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-left dd {
      width: 560px; } }

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	写真付きリスト（右）
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.list-imgset-right {
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .list-imgset-right dl {
      width: 55%;
      float: left; } }
  @media print, screen and (min-width: 960px) {
    .list-imgset-right dl {
      width: 535px; } }
  .list-imgset-right dl dt {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center; }
    @media print, screen and (max-width: 320px) {
      .list-imgset-right dl dt {
        font-size: 14px;
        letter-spacing: 1px; } }
    @media print, screen and (min-width: 768px) {
      .list-imgset-right dl dt {
        text-align: left; } }
    @media print, screen and (min-width: 960px) {
      .list-imgset-right dl dt {
        font-size: 21px; } }
  .list-imgset-right dl dd {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .list-imgset-right img {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media print, screen and (min-width: 768px) {
      .list-imgset-right img {
        width: 40%;
        height: auto;
        float: right; } }
    @media print, screen and (min-width: 960px) {
      .list-imgset-right img {
        width: 330px; } }

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	写真付きリスト（右）タイトルなし
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
	OUTLINE
--------------------------------------*/
dl.list-imgset-right-ttl-non {
  padding: 40px 0 20px;
  width: 90%;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-right-ttl-non {
      overflow: hidden; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-right-ttl-non {
      width: 100%;
      padding: 40px 20px 20px; } }

/*
	IMAGE
--------------------------------------*/
dl.list-imgset-right-ttl-non dt {
  padding: 0 0 20px; }
  dl.list-imgset-right-ttl-non dt img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-right-ttl-non dt {
      clear: both;
      float: right;
      width: calc( 100% - (70% + 20px)); }
      dl.list-imgset-right-ttl-non dt img {
        width: 100%;
        height: 200px; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-right-ttl-non dt {
      width: 280px; }
      dl.list-imgset-right-ttl-non dt img {
        -o-object-fit: fill;
           object-fit: fill;
        width: auto;
        height: auto; } }

/*
	TEXT
--------------------------------------*/
dl.list-imgset-right-ttl-non dd {
  padding: 0 0 20px; }
  @media print, screen and (min-width: 768px) {
    dl.list-imgset-right-ttl-non dd {
      float: left;
      width: 70%; } }
  @media print, screen and (min-width: 960px) {
    dl.list-imgset-right-ttl-non dd {
      width: 560px; } }

/*  Button*/
/* //////////////////////////////////

File Name > components/ _button.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ボタンベース（Mixin）
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	白ボタン
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.btn-white {
  text-align: center; }
  .btn-white a {
    display: block;
    height: 100%;
    border: 1px solid #ed9301;
    background: #FFFFFF;
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative; }
    .btn-white a:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      margin-top: -4px;
      border-right: 1px solid #ed9301;
      border-bottom: 1px solid #ed9301;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .btn-white a:hover:after {
      right: 15px;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF; }
    @media print, screen and (min-width: 768px) {
      .btn-white a {
        padding: 15px 0; } }
    @media print, screen and (min-width: 960px) {
      .btn-white a {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .btn-white a:hover {
          background: #ed9301;
          color: #FFFFFF; } }

/*
	センタリングバージョン
--------------------------------------*/
.btn-white-center {
  text-align: center; }
  .btn-white-center a {
    display: block;
    height: 100%;
    border: 1px solid #ed9301;
    background: #FFFFFF;
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative; }
    .btn-white-center a:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      margin-top: -4px;
      border-right: 1px solid #ed9301;
      border-bottom: 1px solid #ed9301;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .btn-white-center a:hover:after {
      right: 15px;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF; }
    @media print, screen and (min-width: 768px) {
      .btn-white-center a {
        padding: 15px 0; } }
    @media print, screen and (min-width: 960px) {
      .btn-white-center a {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .btn-white-center a:hover {
          background: #ed9301;
          color: #FFFFFF; } }
  .btn-white-center a {
    width: 80%;
    margin: 0 auto; }
    @media print, screen and (min-width: 960px) {
      .btn-white-center a {
        width: 280px; } }

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	オレンジボタン
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.btn-orange {
  text-align: center; }
  .btn-orange a {
    display: block;
    height: 100%;
    border: 1px solid #ed9301;
    background: #ed9301;
    padding: 15px 0;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative; }
    .btn-orange a:after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 6px;
      height: 6px;
      margin-top: -4px;
      border-right: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .btn-orange a:hover:after {
      right: 15px;
      border-right: 1px solid #ed9301;
      border-bottom: 1px solid #ed9301; }
    @media print, screen and (min-width: 768px) {
      .btn-orange a {
        padding: 15px 0; } }
    @media print, screen and (min-width: 960px) {
      .btn-orange a {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .btn-orange a:hover {
          background: #FFFFFF;
          color: #ed9301; } }

/*  Navigation*/
/* //////////////////////////////////

File Name ：　components/ _local-nav-3col.scss
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Category local Nav
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ローカルナビ  --------------------------------------------------------------------------------*/
.local-nav {
  background: #363636;
  margin-bottom: 40px;
  padding-bottom: 15px; }
  .local-nav h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 15px 0; }
    @media print, screen and (min-width: 960px) {
      .local-nav h2 {
        font-size: 16px;
        letter-spacing: 5px; } }
    .local-nav h2 a {
      color: #FFFFFF; }
  .local-nav ul {
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    .local-nav ul li {
      display: inline-block;
      width: 100%;
      margin-bottom: 1px;
      vertical-align: top;
      height: 60px; }
      @media print, screen and (min-width: 768px) {
        .local-nav ul li {
          height: 80px; } }
      @media print, screen and (min-width: 960px) {
        .local-nav ul li {
          height: 100px; } }
    .local-nav ul a {
      display: block;
      height: 100%;
      background: #fff;
      text-align: left;
      line-height: 60px;
      font-size: 14px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      padding-left: 20px;
      position: relative; }
      .local-nav ul a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 6px;
        height: 6px;
        margin-top: -4px;
        border-right: 1px solid #ed9301;
        border-bottom: 1px solid #ed9301;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .local-nav ul a:hover:after {
        right: 15px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
      @media print, screen and (min-width: 768px) {
        .local-nav ul a {
          line-height: 80px;
          font-size: 14px;
          text-align: center;
          padding-left: 0px; } }
      @media print, screen and (min-width: 960px) {
        .local-nav ul a {
          line-height: 100px;
          letter-spacing: 2px;
          position: relative; }
          .local-nav ul a:after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            width: 6px;
            height: 6px;
            margin-top: -4px;
            border-right: 1px solid #ed9301;
            border-bottom: 1px solid #ed9301;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          .local-nav ul a:hover:after {
            right: 15px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff; }
          .local-nav ul a:hover {
            background: #ed9301;
            color: #fff; } }

@media print, screen and (min-width: 768px) {
  .local-nav-3col ul li {
    width: calc((100% - 2px) / 3);
    margin-right: 1px; }
    .local-nav-3col ul li:last-child {
      margin-right: 0; } }

@media print, screen and (min-width: 768px) {
  .local-nav-4col ul li {
    width: calc((100% - 3px) / 4);
    margin-right: 1px; }
    .local-nav-4col ul li:last-child {
      margin-right: 0; } }

@media print, screen and (min-width: 768px) {
  .local-nav-5col ul li {
    width: calc((100% - 4px) / 5);
    margin-right: 1px; }
    .local-nav-5col ul li:last-child {
      margin-right: 0; } }

/* イメージ付き -------------------------------------------------------------------------------------------*/
.local-nav-img ul a:after {
  display: none; }

.local-nav-img ul li {
  height: 70px; }
  @media print, screen and (min-width: 768px) {
    .local-nav-img ul li {
      height: 240px; }
      .local-nav-img ul li:nth-child(2n) a {
        padding-top: 0; } }
  @media print, screen and (min-width: 960px) {
    .local-nav-img ul li {
      height: 260px; } }

.local-nav-img ul li a {
  padding-left: 0;
  overflow: hidden; }
  @media print, screen and (min-width: 960px) {
    .local-nav-img ul li a {
      width: 100%; } }
  .local-nav-img ul li a:hover {
    background: #fff;
    color: #000; }
    @media print, screen and (min-width: 960px) {
      .local-nav-img ul li a:hover img {
        opacity: 0.6; } }
    @media print, screen and (min-width: 960px) {
      .local-nav-img ul li a:hover span {
        opacity: 0.6; } }
  .local-nav-img ul li a img {
    float: left;
    width: 20%;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0;
       object-position: 0;
    display: block;
    vertical-align: top;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media print, screen and (min-width: 768px) {
      .local-nav-img ul li a img {
        width: 100%;
        float: none;
        height: 170px; } }
    @media print, screen and (min-width: 960px) {
      .local-nav-img ul li a img {
        position: absolute;
        -o-object-fit: fill;
           object-fit: fill;
        width: 600px;
        height: auto;
        max-height: 202px;
        left: 0;
        top: 0;
        max-width: none; } }
  .local-nav-img ul li a span {
    display: block;
    float: right;
    width: 76%;
    padding-top: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media print, screen and (min-width: 768px) {
      .local-nav-img ul li a span {
        width: 100%;
        float: none;
        height: auto;
        padding-top: 15px; } }
    @media print, screen and (min-width: 960px) {
      .local-nav-img ul li a span {
        padding-top: 210px; } }

/* 取り扱い文書から探す -------------------------------------------------------------------------------*/
.book-outer {
  background: #f5f5f5;
  padding: 40px 0; }
  .book-outer h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 960px) {
      .book-outer h2 {
        letter-spacing: 6px;
        margin-bottom: 40px; } }

/* 文書リスト 外側*/
.book-list {
  text-align: center;
  padding-right: 2%;
  margin: 0 auto 30px; }
  @media print, screen and (min-width: 768px) {
    .book-list {
      padding: 0 2%; } }
  @media print, screen and (min-width: 960px) {
    .book-list {
      width: 1000px;
      padding: 0 5px; } }
  .book-list li {
    display: inline-block;
    padding-left: 2%;
    margin-bottom: 5px;
    background: #fff; }
    @media print, screen and (min-width: 768px) {
      .book-list li {
        padding: 0 5px;
        width: calc(100%/3);
        vertical-align: top;
        background: none;
        margin-bottom: 15px; } }
    @media print, screen and (min-width: 960px) {
      .book-list li {
        padding: 0 10px; } }
    .book-list li img {
      height: 80px;
      width: 25%;
      -o-object-fit: cover;
         object-fit: cover;
      float: left; }
      @media print, screen and (min-width: 768px) {
        .book-list li img {
          height: auto;
          width: 100%;
          -o-object-fit: fill;
             object-fit: fill;
          float: none; } }

/* 文書リスト 内側*/
.book-list a {
  background: #fff;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #ed9301; }
  @media print, screen and (min-width: 960px) {
    .book-list a {
      -webkit-transition: 0.2s;
      transition: 0.2s; } }
  .book-list a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .book-list a h3 {
    font-size: 18px;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    float: right;
    width: 70%; }
    @media print, screen and (min-width: 768px) {
      .book-list a h3 {
        padding-top: 20px;
        font-size: 16px;
        float: none;
        line-height: 1.6;
        text-align: center;
        width: 100%;
        display: block; } }
  @media print, screen and (max-width: 320px) {
    .book-list a .book-list-ttl-s {
      font-size: 15px; } }
  .book-list a .book-list-ttl-ss {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 16px; }
    @media print, screen and (max-width: 320px) {
      .book-list a .book-list-ttl-ss {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 20px; } }
    @media print, screen and (min-width: 480px) {
      .book-list a .book-list-ttl-ss {
        line-height: 80px;
        padding-top: 0px; } }
    @media print, screen and (min-width: 768px) {
      .book-list a .book-list-ttl-ss {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 10px; } }
    @media print, screen and (min-width: 960px) {
      .book-list a .book-list-ttl-ss {
        line-height: 1.6;
        padding-top: 20px; } }
  .book-list a p {
    display: none;
    font-size: 10px;
    padding: 10px 5px 15px;
    color: #000; }
    @media print, screen and (min-width: 768px) {
      .book-list a p {
        padding: 15px 10px 20px;
        font-size: 12px;
        line-height: 1.8;
        display: block; } }
    @media print, screen and (min-width: 960px) {
      .book-list a p {
        letter-spacing: 1px;
        padding: 10px 10px 15px; } }

/* patches/ _news-list.scss
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
お知らせリスト用css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.news-outer {
  padding: 40px 0; }

.news-list {
  width: 90%;
  margin: 0 auto 50px; }
  @media print, screen and (min-width: 960px) {
    .news-list {
      width: 790px; } }
  .news-list li {
    border-top: 1px solid #cccccc; }
    .news-list li:last-child {
      border-bottom: 1px solid #cccccc; }
    @media print, screen and (min-width: 960px) {
      .news-list li {
        padding: 0 20px; } }

.news-list a {
  padding: 15px 25px 15px 15px;
  position: relative;
  display: block;
  height: 100%; }
  .news-list a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .news-list a:hover:after {
    right: 15px;
    border-right: 1px solid #ed9301;
    border-bottom: 1px solid #ed9301; }
  @media print, screen and (min-width: 768px) {
    .news-list a {
      padding: 20px 25px 20px 20px;
      position: relative; }
      .news-list a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .news-list a:hover:after {
        right: 15px;
        border-right: 1px solid #ed9301;
        border-bottom: 1px solid #ed9301; } }
  @media print, screen and (min-width: 960px) {
    .news-list a {
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .news-list a:hover {
        color: #ed9301; } }
  .news-list a dl {
    overflow: hidden; }
    .news-list a dl dt {
      font-weight: normal;
      font-size: 14px; }
      @media print, screen and (min-width: 480px) {
        .news-list a dl dt {
          float: left;
          width: 25%; } }
      @media print, screen and (min-width: 768px) {
        .news-list a dl dt {
          width: 15%; } }
    .news-list a dl dd {
      font-size: 14px; }
      @media print, screen and (max-width: 320px) {
        .news-list a dl dd {
          width: 67%; } }
      @media print, screen and (min-width: 480px) {
        .news-list a dl dd {
          float: right;
          width: 70%; } }
      @media print, screen and (min-width: 768px) {
        .news-list a dl dd {
          width: 80%; } }

/*  Other*/
/* //////////////////////////////////

File Name > components/ _other.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	改行コントロールクラス
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.br-320 {
  display: none; }

.br-480 {
  display: none; }

.br-tab {
  display: none; }

.br-pc {
  display: none; }

@media print, screen and (max-width: 320px) {
  .br-320 {
    display: block; } }

/* ==============（　TAB ）===============*/
@media print, screen and (min-width: 480px) {
  .br-320 {
    display: none; }
  .br-sp {
    display: none; }
  .br-480 {
    display: block; } }

@media print, screen and (min-width: 768px) {
  .br-480 {
    display: none; }
  .br-tab {
    display: block; } }

/* ==============（ 　PC  ）================*/
@media print, screen and (min-width: 960px) {
  .br-tab {
    display: none; }
  .br-pc {
    display: block; } }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Clearfix
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.cf:after {
  content: " ";
  display: block;
  clear: both; }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	 pc時消す
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media print, screen and (min-width: 960px) {
  .pc-non {
    display: none; } }

    .num3{
  float:right;
  width:-webkit-fill-availablepx;
  height:23px;
  background:url(../../../images/recruit/freelance_details_bg01.png) left top no-repeat;
  text-align:center;
  line-height:20px;
  font-size: 12px;
    padding: 1px 50px 10px 9px;}


    @media print, screen and (min-width: 960px) {
      .nav-global .navigation[class]{
        text-align: right;
      }
    }











/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TOPimage_レイアウト（望月追記）
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.mv-slider-item-btn a {
  width: 450px;
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  color: #221814;
  border: 1px solid #7d7d7d;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
}

.mv-slider-item-btn a:hover { 
  text-decoration: none;
  opacity: 0.6;
  background: #333333;
  /* background: #777777; */
  color: #FFF;
}


.mv-slider-item-btn a:after {
  display: block;
  position: absolute;
  margin-top: 100px;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 7px;
  /* margin: auto; */
  transform: rotate(-90deg);
  background: url(../images/common/arrow.svg) no-repeat center;
  background-size: contain;
  content: "";
}

@media print,
screen and (max-width: 768px) {
  .mv-slider-item-btn a {
    width: 350px;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
  }}


