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

File Name > patches/faq/ faq.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Include
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* //////////////////////////////////

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*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ローカルナビ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.faq-local-nav h2 {
  text-align: center;
  margin-bottom: 20px; }

.faq-local-nav ul {
  margin: 0 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  overflow: hidden; }
  .faq-local-nav ul li {
    float: left;
    width: 50%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    .faq-local-nav ul li a {
      display: block;
      padding: 20px 0 25px;
      text-align: center;
      position: relative; }
      .faq-local-nav ul li a:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 8px;
        height: 8px;
        margin-left: -4px;
        border-left: 1px solid #ed9301;
        border-bottom: 1px solid #ed9301;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      @media print, screen and (min-width: 960px) {
        .faq-local-nav ul li a:hover {
          color: #ed9301; } }

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FAQスタイル
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*	レイアウト
--------------------------------*/
dl.faq-style {
  padding: 0 20px 20px; }
  dl.faq-style dt {
    padding: 0 0 0px 35px;
    margin: 30px 0 10px;
    position: relative;
    font-weight: bold; }
  dl.faq-style dd {
    padding: 0px 0 30px 35px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ed9301;
    position: relative; }
    dl.faq-style dd:last-child {
      border-bottom: none; }

/*	質問
--------------------------------*/
dl.faq-style h3 {
  font-weight: bold; }

dl.faq-style dt:before {
  display: block;
  content: 'Q';
  width: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  background: #343434;
  position: absolute;
  top: 0;
  left: 0; }

/*	回答
--------------------------------*/
dl.faq-style dd:before {
  display: block;
  content: 'A';
  width: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50%;
  background: #ed9301;
  position: absolute;
  top: 0;
  left: 0; }
