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

/*
Theme Name:   GeneratePress Child
Theme URI:    http://generatepress.com
Author:       NoguchiKikaku
Author URI:   http://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1
Unsemantic CSS Framework Documentation http://unsemantic.com/css-documentation

■目次
・フォント設定
・基本設定
・GP & Unsemantic調整
・toolsカスタマイズ
・ヘッダー
・フッター
・ナビゲーション
・パンクズ
・サイドバー
・トップページ
・固定ページ
・イメージ
・テーブル Bootstrap
・テーブル レスポンシブ設定
・DL DT DD
・コンタクトフォーム
・WP-PAGENAVI
・メディアクエリ
*/

@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@import url('css/tools.css');


/* =========================================================
* フォント設定
========================================================= */
/*
Noto Sans CJK JP
https://www.google.com/get/noto/#sans-jpan
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('font/NotoSansCJKjp-Light-sub.eot');
    src: local('Noto Sans CJK JP Light'),
        url('font/NotoSansCJKjp-Light-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Light-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Light-sub.otf')  format('opentype')
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('font/NotoSansCJKjp-DemiLight-sub.eot');
    src: local('Noto Sans CJK JP DemiLight'),
        url('font/NotoSansCJKjp-DemiLight-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-DemiLight-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-DemiLight-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansCJKjp-Regular-sub.eot');
    src: local('Noto Sans CJK JP Regular'),
        url('font/NotoSansCJKjp-Regular-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Regular-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Regular-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSansCJKjp-Medium-sub.eot');
    src: local('Noto Sans CJK JP Medium'),
        url('font/NotoSansCJKjp-Medium-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Medium-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Medium-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansCJKjp-Bold-sub.eot');
    src: local('Noto Sans CJK JP Bold'),
        url('font/NotoSansCJKjp-Bold-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Bold-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Bold-sub.otf')  format('opentype');
}

/* =========================================================
* 基本設定
========================================================= */
body {
    /*font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
    border-top: solid 2px #383838;
}
/* ベースカラー */
.basecolor, i {
    color: #3bb275;
}
/* fontawesomeのカラー */
a i,
.footer-widgets i {
    color: #fff;
}
button, input, select, textarea {
    /*font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    background: #3bb275;
    color: #fff;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #4bc18a;
}
/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0.5em 0;
    border: none;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited,
.info1column a, .info1column a:visited,
.info2column a, .info2column a:visited,
.show-thumbnail-title a, .show-thumbnail-title a:visited,
.show4column-thumbnails a, .show4column-thumbnails a:visited {
    color: #282828;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.info1column a:hover,
.info2column a:hover,
.show-thumbnail-title a:hover,
.show4column-thumbnails a:hover {
    color: #448c66;
}

.page-header .page-title{
    margin-bottom: 0;
    padding: 0.5em 0;
    border-top: solid 3px #f3f3f3;
    border-bottom: solid 3px #f3f3f3;
    font-weight: 400;
    text-align: center;
}
.entry-header .entry-title{
    border-left: double 10px #3bb275;
    padding-left: 10px;
}




/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* フルワイドのセクション */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
.grid-container-800 .grid-container {
    max-width: 800px;
}
.grid-container-900 .grid-container {
    max-width: 900px;
}
.grid-container-1000 .grid-container {
    max-width: 1000px;
}
.grid-container-1100 .grid-container {
    max-width: 1100px;
}
.grid-container-1200 .grid-container {
    max-width: 1200px;
}
.grid-container-1300 .grid-container {
    max-width: 1300px;
}
.grid-container-1400 .grid-container {
    max-width: 1400px;
}
.grid-container-1500 .grid-container {
    max-width: 1500px;
}
.grid-container-1600 .grid-container {
    max-width: 1600px;
}
.grid-container-1700 .grid-container {
    max-width: 1700px;
}

/* 固定幅　※grid-containerはカスタマイザーの「Layout＞Container＞Container Width」設定値（ベーステーマでは1100px）となるため、それ以外の横幅を利用したい場合に利用 */
.grid-400  {max-width: 400px; margin:0 auto;} .grid-400::after {clear: both;}
.grid-500  {max-width: 500px; margin:0 auto;} .grid-500::after {clear: both;}
.grid-600  {max-width: 600px; margin:0 auto;} .grid-600::after {clear: both;}
.grid-700  {max-width: 700px; margin:0 auto;} .grid-700::after {clear: both;}
.grid-800  {max-width: 800px; margin:0 auto;} .grid-800::after {clear: both;}
.grid-900  {max-width: 900px; margin:0 auto;} .grid-900::after {clear: both;}
.grid-1000 {max-width: 1000px;margin:0 auto;} .grid-1000::after {clear: both;}
.grid-1100 {max-width: 1100px;margin:0 auto;} .grid-1100::after {clear: both;}
/* カスタマイザーの設定値（Container Width）を超える場合は該当セクションの「Inner Box Type」を「Full Width」に変更してから利用する */
.grid-1200 {max-width: 1200px;margin:0 auto;} .grid-1200::after {clear: both;}
.grid-1300 {max-width: 1300px;margin:0 auto;} .grid-1300::after {clear: both;}
.grid-1400 {max-width: 1400px;margin:0 auto;} .grid-1400::after {clear: both;}
.grid-1500 {max-width: 1500px;margin:0 auto;} .grid-1500::after {clear: both;}
.grid-1600 {max-width: 1600px;margin:0 auto;} .grid-1600::after {clear: both;}
.grid-1700 {max-width: 1700px;margin:0 auto;} .grid-1700::after {clear: both;}
/* clear:both */
.grid-400::after, .grid-500::after, .grid-600::after, .grid-700::after, .grid-800::after, .grid-900::after, .grid-1000::after, 
.grid-1100::after, .grid-1200::after, .grid-1300::after, .grid-1400::after, .grid-1500::after, .grid-1600::after, .grid-1700::after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

/* トップに戻るボタン(rgbaに変換：http://www.color-hex.com/) */
.generate-back-to-top,
.generate-back-to-top:visited {
    background: rgba( 47,150,98, 1);
}
.generate-back-to-top:hover,
.generate-back-to-top:active,
.generate-back-to-top:focus {
    background: rgba( 47,150,98, 0.8);
}
.generate-back-to-top i {
    color: #fff;
}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .page-header-image,
.page-header-image-single {
    display: none;
}

/* 見出しクラス：GPのカスタマイザーの設定に合わせる */
.h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.h2 {
    font-size: 26px !important;
    font-weight: 500 !important;
}
.h3 {
    font-size: 22px !important;
    font-weight: 500 !important;
}
/* GPのカスタマイザーはh3までの設定しかないため必要なら設定 */
h4, .h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
    .h1 {
        font-size: 26px !important;
    }
    .h2 {
        font-size: 24px !important;
    }
}

/* カスタマイザーとは別に固定ページの背景色設定 */
body.page {
    background-color: #ffffff;
}




/* =========================================================
* toolsカスタマイズ
========================================================= */
.img-ontext-box {
    background-color: rgba(0,0,0,0.7);
}
.img-ontext-text {
    letter-spacing: 0.1em;
    font-size: 22px;
}
hr.hcenter-line {
    border-top: 4px solid #3bb275;
    width: 100px;
}

.marker-ygreen {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c9ffac));
    background: linear-gradient(transparent 60%, #c9ffac 60%);
}
.marker-lime {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b4fff5));
    background: linear-gradient(transparent 60%, #b4fff5 60%);
}
.marker-orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd48f));
    background: linear-gradient(transparent 60%, #ffd48f 60%);
}
.marker-green {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #caf0c8));
    background: linear-gradient(transparent 60%, #caf0c8 60%);
}

/*追加設定*/
/*color*/
.bg-white{
    background: #fff;
}
.bg-black{
    background: #282828;
}
.bg-green{
    background: #3bb275;
}
.bg-lgray{
    background: #f3f3f3;
}
.txt-green{
    color: #3bb275;
}
.txt-dgreen{
    color: #448c66;
}
.txt-dred{
	color: #ea4a4a;
}

/*button*/
.button-line{
    color: #282828;
    display: block!important;
    font-weight: 300;
    border: solid 4px #282828;
    padding: 8px;
    font-size: 20px;
    background: #fff!important;
}
.button-line i{
    color: #282828;
}
.button-line:hover i{
    color: #fff;
}


/*heading*/
.heading-center{
    font-size: 40px;
    margin-bottom: 0.5em;
    text-align: center;
}
.heading-center span{
    font-size: 18px;
    font-weight: 300;
    color: #818181;
    display: block;
}

.heading-h2{
    font-weight: 500;
    background: url(images/ic_hd2.png) top left no-repeat;
    padding: 5px 0 10px 65px;
}

.heading-center-line{
    font-weight: 500;
    font-size: 30px;
    border-top: 4px solid #dedddd;
    border-bottom: 4px solid #dedddd;
    text-align: center;
    padding: 10px;
}

.heading-arrow span {
    border: 2px solid #3bb275;
    color: #fff;
    background: #3bb275;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 40%;
}
.heading-arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3bb275 transparent transparent;
    -o-border-image: none;
       border-image: none;
    border-style: solid;
    border-width: 15px;
    content: "";
    display: block;
    height: 0;
    margin: 0 auto;
    width: 0;
}
.heading-center-gray{
    font-weight: 500;
    font-size: 30px;
	background: #f3f3f3;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    /*heading*/
    .heading-center{
        font-size: 30px;
        margin-bottom: 0.5em;
        line-height: 1.4;
    }
    .heading-center span{
        font-size: 18px;
        font-weight: 300;
        color: #818181;
        display: block;
    }
    .heading-arrow span {
        font-size: 16px;
        width: 80%;
    }
}
/*hover effects*/
.hover:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    cursor: pointer;
}

.hover-zoom{
    overflow: hidden;
}
.hover-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.hover-zoom:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* =========================================================
* ヘッダー
========================================================= */
.site-header img.header-image {
    max-height: 47px;
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* header widget */
.header-widget {
    /*width: 620px;   ヘッダー右のCTAエリア横幅設定 */
    max-width: 65%;
}
.header-widget .button {
    font-size: 15px;
    margin-bottom: 0;
}
.header-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}
.header-txt {
    font-size: 12px;
    line-height: 18px;
}

.header-widget .header-button{
    font-size: 11px;
    color: #fff;
    display: block;
    padding: 10px 8px;
    text-align: center;
    float: right;
    font-weight: 200;
}
.header-widget .header-button span {
    display: block;
}
.header-widget .header-button i {
    font-size: 25px;
    display: inline-block;
}
.header-widget .header-button i:nth-child(1) {
    font-size: 27px;
}



/* =========================================================
* フッター
========================================================= */
.footer-widget-logo img.footer-logo {
    max-height: 48px;
    width: auto;
}
.inside-footer-widgets .inner-padding {
    padding: 0;
}

.footer-widget-menu-title {
    font-size: 120%;
    line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.6em;
}
.footer-widget-menu li {
    margin: 0;
    padding: 0;
    font-weight: 200;
}
.footer-widget-menu li.footer-widget-menu-child {
    margin-left: 16px;
}
.footer-widget-logo {
    margin-bottom: 10px;
}
.footer-widget-info .fa {
    width: 22px;
    text-align: center;
}

/* コピーライト */
footer.site-info .copy1 {
    text-align: left;
}
footer.site-info .copy2 {
    text-align: right;
}

/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5em !important;
    padding-top: 20px;
}
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a i {
    color: #3bb275;
}
.main-navigation.slideout-navigation .main-nav ul li a{
    padding: 10px;
    line-height: 1.4em;
    border-top: dotted 1px #ccc;
}
.main-navigation.slideout-navigation .main-nav ul li a span{
    display: block;
    font-size: 12px;
    color: #AEAEAE;
    font-weight: 300;
}

.main-navigation{
    border-top: solid 1px #DEDDDD;
}

ul.menu > li {
    width: 19.9%; /* 5=>19.9 6=>16.6 7=>14 */
    letter-spacing: 0.1em !important;
}


/* スクロールした際に横幅指定解除 */
.navigation-stick ul.menu > li {
    width: auto;
}
@media (max-width:992px) {
    ul.menu > li {
        width: auto;
    }
}


/* ナビゲーション間の仕切り線 */
ul.menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    left: 0px;
    background: #ccc;
    z-index: 0;
}
ul.menu > li:nth-child(1):before {
    content: none;
}

/* ナビゲーション　日本語表示調整
ul.menu > li.nav-news > a,
ul.menu > li.nav-company > a,
ul.menu > li.nav-value > a,
ul.menu > li.nav-recruit > a,
ul.menu > li.nav-products > a{
margin-top: -10px;
padding-bottom: 10px;
}*/
ul.menu li{
    position: relative;
    padding-top: 5px;
}
ul.menu li a{
    display: block;
    margin-top: -10px;
    padding-bottom: 10px;
}
ul.menu:hover{
    cursor: pointer;
}
ul.menu > li .sub-menu a{
    font-weight: 300;
    margin-top: -5px;
    padding-bottom: 10px;
}
ul.menu > li .sub-menu{
    z-index: 1;
    margin-top: 0px;
    padding: 0;
}

ul.menu > li a span.jp{
    display: block;
    font-size: 12px;
    font-weight: 200;
    color: #7B7B7B;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 0;
}
ul.menu > li a span.jp:hover{
    color: #448c66;
    cursor: pointer;
}
ul.menu > li.current-menu-item a span.jp:hover{
    color: #7B7B7B;
    cursor: pointer;
}


/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 15px;
}
/* 改行させずに…表示 */
.breadcrumbs .grid-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
* サイドバー
========================================================= */
.sidebar {
    padding-top: 40px; /* パンクズの高さを調整 */
}
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #fff;
    font-weight: 500;
    background-color: #3bb275;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    margin: -20px -20px 20px -20px; /* .sidebar .widgetのpadding打ち消し */
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
}


/* =========================================================
* トップページ
========================================================= */
/* 最新情報：カテゴリの背景色 */
.generatepress .info1column li a .cat {
    background-color: #3bb275;
}

.slide-txt{
    letter-spacing: 0.1em;
}
.s1-box {
    border: 5px solid #dddddd;
    padding: 20px;
}
.s1-title {
    font-size: 30px;
    color: #005f9c;
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.s2-box {
    background: #ffffff;
    padding: 20px;
    border-top: 5px solid #005f9c;
}
.s2-title {
    font-size: 24px;
    color: #005f9c;
    text-align: center;
    border: none;
    padding: 0;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

.catch-phrase{
    text-align: center;
    font-size: 58px;
    color: #3bb275;
    font-weight: 500;
}

/* =========================================================
* 固定ページ
========================================================= */
.page-title{
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}
.page-title span{
    font-weight: 300;
    display: block;
    color: #6A6A6A;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.company .rinen dt{
    color: #448c66;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 20px;
    background: #f3f3f3;
    text-align: center;
}
.company .rinen dd{
    padding: 10px;
    text-align: center;
    line-height: 2;
}
.clock{
    border: solid 1px #dddddd;
    padding-top: 5px;
    background: #f2f2f2;
}
.clock span{
    display: block;
    color: #fff;
    background: #474747;
    padding: 2px 10px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    position: relative;
    bottom: -10px;
    z-index: 1;
    font-size: 14px;
}
.clock p{
    font-size: 14px;
    padding: 5px;
}


.company section,
.products section {
    margin-top: -90px;
    padding-top: 90px;
}
.products .makerlink img{
    display: block;
    margin: 0 auto;
}
.products .makerlink{
    text-align: center;
    font-size: 15px;
}
.products .makerlink h3{
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.products .makerlink div{
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
}
.products .makerlink img.l{
    max-width: 400px;
}
.products .makerlink img.s{
    max-width: 240px;
}



.interview-top{
    padding: 10px;
    text-align: center;
}
.interview-top .interview-name{
    position: relative;
    width: 100%;
    background: #3bb275;
    margin-bottom: 40px;
    text-align: center;
}
.interview-top .interview-name img{
    width: 50%;
    margin: 0 auto 0 0;
    display: block;
}
.interview-top .interview-name div a{
    display: block;
    background: #fff;
    padding: 10px 10px 10px 20px;
    width: 55%;
    position: absolute;
    bottom: 40px;
    right: 0;
    font-size: 16px;
}
.interview-top .interview-name:nth-child(even) img{
    margin: 0 0 0 auto;
}
.interview-top .interview-name:nth-child(even) div a{
    left: 0;
}


.interview-top .interview-name div a strong{
    font-size: 20px;
    letter-spacing: 0.1em;
}
.interview-top .interview-name div i{
    color: #3bb275;
    font-size: 40px;
    float: right;
    margin-top: -20px;
}
.interview-top .interview-name div span{
    font-size: 13px;
    color: #909090;
    margin: 0 0 0 -40px;
}
.interview h3{
    font-size: 30px;
    line-height: 1.5;
    clear: both;
}
.interview .interview-name{
    position: relative;
    width: 100%;
    background: #3bb275;
    margin-bottom: 40px;
}
.interview .interview-name img{
    width: 60%;
}
.interview .interview-name div{
    display: block;
    background: #fff;
    padding: 10px 10px 10px 20px;
    width: 45%;
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: center;
    font-size: 16px;
}
.interview .interview-name div strong{
    font-size: 22px;
}
.interview .interview-name div span{
    font-size: 13px;
    color: #909090;
}

.interview .interview-name img.right{
    margin: 0 0 0 auto;
    display: block;
}
.interview .interview-name div.right{
    left: 0;
}
.interview div.line{
    /*border-left: solid 1px #dedddd;
    border-right: solid 1px #dedddd;*/
}
.interview dl{
    padding: 0;
}
.interview dl dt{
    font-size: 18px;
    margin: 0 0 1em 0;
}
.interview dl dd{
    margin: 0.5em 0 2em 0;
    line-height: 1.8;
}
.interview img.leftBox{
    float: left;
    padding: 0 20px 20px 0;
    max-width: 480px;
}
.interview img.rightBox{
    float: right;
    padding: 0 0 20px 20px;
    max-width: 480px;
}
.interview .clearBox{
    clear: both;
}


.interview div.line p{
    margin: 0.5em 0 1.5em 0;
}
.interview .kaicho,
.interview-top .kaicho{background: url(images/int_bg_kaicho.jpg) top right no-repeat #3bb275;}

.interview .shacho,
.interview-top .shacho{background: url(images/int_bg_shacho.jpg) top left no-repeat #3bb275;}

.interview .mashiko,
.interview-top .mashiko{background: url(images/int_bg_mashiko.jpg) top right no-repeat #3bb275;}

.interview .kumada,
.interview-top .kumada{background: url(images/int_bg_kumada.jpg) top left no-repeat #3bb275;}

.interview .kimura,
.interview-top .kimura{background: url(images/int_bg_kimura.jpg) top right no-repeat #3bb275;}

.interview .watabe,
.interview-top .watabe{background: url(images/int_bg_watabe.jpg) top left no-repeat #3bb275;}


.day {
    background: url(images/bg_line.png) top center repeat-y;
}
.day .schedule p{
    padding: 10px 30px;
}
.day .photo{
    padding: 10px;
}
.day .photo img{
    max-width: 450px;
    margin: 0 auto 3px auto;
}
.day h2{
    font-size: 18px;
    display: block;
    border: solid 2px #dedddd;
    width: 300px;
    margin: 0 auto 10px auto;
    text-align: center;
    padding: 10px;
    background: #F0FBF2;
}
.day .scheduleL p strong i,
.day .scheduleR p strong i{
    font-size: 22px;
}

.mlist td{
    width: 33%;
}

.value h2{
    line-height: 1.5;
    font-size: 28px;
    font-weight: 300;
    padding: 20px 0 10px 0;
}
.value h2 strong{
    font-size: 38px;
}
.value .title{
    position: relative;
    z-index: 0;
}
.value .lead{
    z-index: 1;
    background: #fff;
    padding: 20px 20px 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: -100px auto 40px auto;
    position: relative;
}

.value .heading-arrow{
    margin-top: 60px;
}
.value .heading-arrow-black span {
    border: 2px solid #282828;
    background: #282828;
}
.value .heading-arrow-black:after {
    border-color: #282828 transparent transparent;
}



.value h4{
    font-size: 32px!important;
    font-weight: 700!important;
    text-align: center;
    color: #282828;
}
.value .contact{
    background: #f2f2f2;
    padding: 30px 30px 0 30px;
    margin: 40px 0 0 0;
    text-align: center;
}
.value .contact .contact-info .tel{
    font-size: 27px;
    letter-spacing: 0.1em;
    font-weight: 700;
    background: #fff;
    line-height: 1.4;
    padding: 10px 8px;
}
.value .contact .tel span{
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    margin: 0;
}
.value .contact .contact-button{
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 10px 8px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}
.value .contact .contact-button i {
    font-size: 25px;
    display: inline-block;
}
.value .contact .contact-button i:nth-child(1) {
    font-size: 27px;
}

.value .products{
    width: 70%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 20px;
    color: #3bb275;
}
.value .products img{
    padding: 4px;
    border: solid 1px #c8c8c8;
}

@media screen and (max-width: 768px) {
    .interview-top .interview-name{
        position: relative;
        width: 100%;
        background: #3bb275;
        padding:  0;
    }
    .interview-top .interview-name img{
        width: 100%;
    }
    .interview-top .interview-name div a{
        display: block;
        color: #fff;
        background: #3bb275;
        padding: 10px 0;
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
    }
    .interview-top .interview-name div i{
        color: #fff;
        font-size: 30px;
        float: right;
        padding: 0 10px 0 0;
    }
    .interview-top .interview-name div span{
        font-size: 13px;
        color: #fff;
        margin: 0 0 0 -40px;
    }

    .interview .interview-name{
        position: relative;
        width: 100%;
        background: #3bb275;
        padding:  0;
    }
    .interview .interview-name img{
        width: 100%;
    }
    .interview .interview-name div{
        display: block;
        color: #fff;
        background: #3bb275;
        padding: 10px 0;
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
    }
    .interview .interview-name div span{
        color: #fff;
    }
    .interview h3{
        font-size: 24px;
        clear: both;
    }
    .interview dl{
        padding: 0 5px;
        border-left: none;
        border-right: none;
    }
    .interview img.leftBox,
    .interview img.rightBox{
        float: none;
        padding: 5px 0;
        margin: 0 auto;
        width: 300px;
        display: block;
    }
    .day {
        background: none;
    }
    .day .schedule p{
        padding: 10px;
    }
    .day .photo{
        padding: 10px;
    }
    .day .photo img{
        max-width: 100%;
        margin: 0 auto 3px auto;
    }
    .day h2{
        font-size: 18px;
        display: block;
        line-height: 1.8;
        border: solid 2px #dedddd;
        width: 260px;
        margin: 0 auto 10px auto;
        text-align: center;
        padding: 10px;
        background: #F0FBF2;
    }
    .day .scheduleL p strong i,
    .day .scheduleR p strong i{
        font-size: 22px;
    }

    .value h2{
        line-height: 1.5;
        font-size: 16px;
        font-weight: 300;
        padding: 10px 0;
    }
    .value h2 strong{
        font-size: 20px;
    }
    .value .lead{
        z-index: 1;
        background: #fff;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        margin: 0;
        position: relative;
    }
    .value .heading-arrow{
        margin-top: 30px;
    }
    .value h4{
        font-size: 20px!important;
        padding: 5px 0;
        margin: -20px 0 0 0;
        line-height: 1.6;
        font-weight: bold;
        text-shadow: none;
    }
    .value .contact h3{
        margin: 0.5em 0;
        line-height: 1.6;
        font-size: 18px;
    }
    .value .contact{
        background: #f2f2f2;
        padding: 10px;
        margin: 20px 0 0 0;
    }
    .value .contact .contact-info .tel{
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 700;
        background: #fff;
        line-height: 1.4;
        padding: 5px;
    }
    .value .contact .contact-button{
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 5px;
        margin: 0;
        text-align: center;
        font-weight: 500;
    }
    .value .contact .contact-button i {
        font-size: 25px;
        display: inline-block;
    }
    .value .contact .contact-button i:nth-child(1) {
        font-size: 27px;
    }

    .value .products{
        width: 100%;
        margin: 0 auto;
        font-size: 15px;
    }
    .products .makerlink div{
        min-height: 150px;
    }
    .products .makerlink img.l{
        max-width: 100%;
    }
    .products .makerlink img.s{
        max-width: 100%;
    }

}



/* =========================================================
* イメージ ※一部Bootstrap利用
========================================================= */
img {
    vertical-align: middle;
}
a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}


/* =========================================================
* テーブル Bootstrap利用
========================================================= */
table, td, th {
    border: none;
    font-weight: 300; /* GPのカスタマイザーに合わせて調整 */
}
/* CSSリセットここまで */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 2016.1.10追加 */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
    background-color: #fff;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.table-borderbottom {
    border-bottom: 1px solid #dddddd;
}

/* th調整 */
th {
    text-align: center;
    background: #fafafa;
}
/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

table caption{
    text-align: center;
    padding: 5px;
    background: #282828;
    color: #fff;
}


table.table-small {
    letter-spacing: 0;
}
table.table-small tr th,
table.table-small tr td {
    padding: 5px;
}



/* =========================================================
* テーブル レスポンシブ設定（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    table.table-small {
        font-size: 80%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 3px;
    }
    .table,
    .table-bordered {
        /* border: none !important;*/
    }
    table.table-small tr th {
        text-align: left;
        background: #fafafa;
    }
    /* tableのレスポンシブ対応（table-pcを除く） */
    table:not(.table-pc) th,
    table:not(.table-pc) td {
        width: 100%;
        display: block;
    }
    table:not(.table-pc) th {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: rgba(0, 0, 0, 0.05);
        padding: 3px 10px !important;
    }
    table:not(.table-pc) td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 3px 10px !important;
        /* border: none !important;*/
    }
    table:not(.table-pc) input,
    table:not(.table-pc) select,
    table:not(.table-pc) textarea {
        width: 100%;
    }
    /* checkboxのレスポンシブ対応 */
    table:not(.table-pc) span.wpcf7-list-item input {
        width: auto;
    }

}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {
    table.table-small {
        font-size: 70%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
}

/* =========================================================
* DL DT DD ※Bootstrap利用
========================================================= */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}
.dl-horizontal dd:after {
    clear: both;
}

/* =========================================================
* コンタクトフォーム
========================================================= */
/* チェックボックス縦並び */
span.wpcf7-list-item {
    display: block;
}

/* チェックボックス装飾 */
.acceptance-0 input[type="checkbox"] {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    margin-right: 5px;
}

/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/

.page-numbers {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active,
.wp-pagenavi a:focus {
    color: #1e72bd;
    border: 1px solid #fff;
    background: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #1e72bd;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #1e72bd;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi span.pages {
    color: #1e72bd;
    background: none;
    padding: 5px 8px 5px 0;
}

.wp-pagenavi span.extend {
    color: #1e72bd;
    background: none;
}


/* =========================================================
* メディアクエリ
========================================================= */


/*==========  モバイル・ファーストの場合  ==========*/


/* カスタム, iPhone Retinaディスプレイ */

@media only screen and (min-width: 320px) {}


/* XSサイズ : Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Sサイズ、タブレット : Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Mサイズ、デスクトップ : Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}


/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォントに */
    body {
        font-family: sans-serif;
        line-height: 1.7;
        letter-spacing: 0;
        font-weight: 400;
    }
    button, input, select, textarea {
        font-family: sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: sans-serif;
    }
    .separate-containers .inside-article,
    .generate-sections-inside-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer.site-info .copy1 {
        text-align: center;
    }
    footer.site-info .copy2 {
        text-align: center;
    }
    img.header-image {
        margin: 0;
        padding: 0;
    }
}


/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .separate-containers .inside-article,
    .generate-sections-inside-container {
        padding-left: 10px;
        padding-right: 10px;
    }

}


/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {}


/* 2018.2.11追加 */
.info1column li a .cat {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info1column li a {
    padding-left: 150px;
}

/* CF7のPタグ自動挿入調整 */
.wpcf7 table p:last-child { margin-bottom: 0; }

/* 2024.12.10 サイドバーウィジェットの調整（Facebook、Instagram） */
.sidebar #custom_html-3.widget,
.sidebar #custom_html-4.widget {
    padding: 0;
}
.sidebar #custom_html-3.widget .widget-title,
.sidebar #custom_html-4.widget .widget-title {
    margin: 0 0 20px 0;
}

/* 2025.9.17 LINEボタン追加 */
.fbtn-line{
    position: fixed;
    right: 0;
    top: 320px;
    z-index: 100;
	padding: 2.5px 0 2.5px 2.5px;
	border-radius: 2px 0 0 2px;
	background: rgba(255,255,255,0.9);
}
.fbtn-line a{
	position: relative;
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 15px 10px 10px 12px;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	transition: all 0.3s ease;
	border-right: none;
	border-radius: 2px 0 0 2px;
	box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.13);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20c963+61,29b270+61,3cb276+100 */
background: linear-gradient(140deg,  rgba(32,201,99,1) 61%,rgba(41,178,112,1) 61%,rgba(60,178,118,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.fbtn-line a:hover{
	opacity: 0.85;
}
.fbtn-line a > span{
	display: block;
    line-height: 1em;
    font-size: 15.5px;
    padding: 1px 1.5px;
	text-shadow: 1px 1px 2px rgb(31 164 84);
}
.fbtn-line a > span:nth-child(1) {
    font-size: 18.5px;
    letter-spacing: 0.15em;
    color: #ffed85;
	padding-left: 2px;
}
.fbtn-line a > span:nth-child(2) > span {
	padding-bottom: 3px;
    font-size: 110%;
}
.fbtn-line a::before{
	content: "";
	display: block;
	width: 90px;
	height: 75px;
	position: absolute;
    top: -62px;
    right: -11px;
	background: url(https://nagasaki-jp.net/wp/wp-content/uploads/fbtn_balloon.png) top center no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width: 1300px) {
	.fbtn-line{
    	top: 260px;
	}	
}
@media only screen and (max-width: 1023px) {
	.fbtn-line a{
		padding: 15px 7px 10px 8px;
	}
	.fbtn-line a > span{
    	font-size: 14px;
		padding: 1px 1.2px;
		text-shadow: 1px 1px 1px rgb(31 164 84);
	}
	.fbtn-line a > span:nth-child(1) {
    	font-size: 16px;
    	letter-spacing: 0.1em;
    	padding-left: 2px;
	}
	.fbtn-line a::before {
    	width: 84px;
    	height: 70px;
    	top: -58px;
    	right: -9px;
	}
}
@media only screen and (max-width: 768px) {
	.fbtn-line{
    	top: 150px;
		width: 50px;
	}
	.fbtn-line a > span{
    	font-weight: 600!important;
	}
}