@charset "UTF-8";
/* =============================================================
//
//  typo.css
//  文字装飾
//
// ============================================================*/


body, html {
  font: 16px/1.6 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3b140e;
}
a {
  color: #006680;
  text-decoration: underline;
}
strong, b { font-weight: bold; }
i { font-style: normal; }

/* 見出し */
h1#pagetitle {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: url(../images/common_bg_article_h1.png) repeat-x bottom left;
  position: relative;
}
h1#pagetitle i {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 0px;
}
h2#headingcopy {
  position: relative;
  margin-bottom: 24px;
}
h2#headingcopy > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px){
  h1#pagetitle {
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  h1#pagetitle i {
    position: static;
    display: block;
    font-size: 12px;
    margin-top: 8px;
  }
  h2#headingcopy {
    background: url(../images/common_bg_dot_lightblue.png) repeat 0 0;
    padding: 15px 10px;
    margin-bottom: 22px;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
  }
  #reason > h3,
  #feature > h3 {
    font-size: 18px;
    text-align: center;
    color: #006680;
    background: url(../images/service_reason_h3_line.png) no-repeat bottom center;
    background-size: auto 25px;
    padding-bottom: 27px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}

/* HEADER */
#spbtns a, #spbtns i {
  font-size: 25px;
  text-decoration: none;
  color: #3b140e;
}

/* NAVIGATION */
nav a {
  color: #3b140e;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  nav a {
    font-weight: bold;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px){
  nav a {
    font-weight: normal;
    font-size: 16px;
  }
}

/* BREADCRUMB */
#breadcrumb, #breadcrumb a {
  color: #fff;
  font-size: 12px;
}

/* FOOTER */
footer, footer a {
  color: #fff;
  font-size: 14px;
}

/* TOPページ */
@media screen and (max-width: 767px){
  .home .leadtext p {
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
    display: inline;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    text-align: justify;
    border-bottom: 3px solid #fd9c70;
  }
}

/*お問い合わせ*/
#contact_phone > div dl dd > a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #3b140e;
  text-decoration: none;
}

/* オーディオデータベース */
.page-template-tpl-page-device h1#pagetitle span {
  font-size: 18px;
  margin-left: 15px;
}
@charset "UTF-8";
/* =============================================================
//
//  skeltone.css
//
//  HEADER
//  NAVIGATION
//  BREADCRUMB
//  CONTENT
//  ARTICLE
//  ASIDE
//  FOOTER
//
//  SLEEVE - COL
//  WP-PAGENAVI
//  PAGENAVI（ページ内ナビ）
//
// ============================================================*/



/* ======================================================
// 共通要素
// ====================================================*/
.inner {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.inner.wide {
  max-width: 1300px;
}
.inner::after { content: ""; display: table; clear: both; }
@media screen and (max-width: 767px) {
  .inner {
    overflow-x: hidden;
  }
}

header, footer {
  display: block;
  width: 100%;
}
#content {
  margin-top: 30px;
}

@media screen and (min-width: 1030px) {
  article {
    width: 760px;
  }
  aside {
    width: 270px;
  }
}
@media screen and (min-width: 768px) {
  body {
    height: auto;
    margin: 0 auto;
  }
  body.home {
    padding-top: 48px;
  }
  article {
    width: 69%;
    float: left;
  }
  aside {
    width: 240px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}


/* aside layout */
.asidelayout > * {
  float: none!important;
}
.asidelayout article, .asidelayout aside {
  box-sizing: border-box;
}


@media (min-width: 1100px) {
  .asidelayout article {
    margin-right: 30px;
  }
}
@media (max-width: 1099px) and (min-width: 768px) {
  .asidelayout article {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .asidelayout {
    display: flex;
  }
  .asidelayout article {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .asidelayout article {
    margin-bottom: 50px;
  }
}
@media (min-width: 1100px) {
  .asidelayout aside {
    width: 240px;
    flex-basis: 240px;
  }
}
@media (max-width: 1099px) and (min-width: 768px) {
  .asidelayout aside {
    width: 27%;
    flex-basis: 27%;
  }
}


/* ======================================================
//  HEADER
// ====================================================*/
header {
  position: relative;
}
@media screen and (min-width: 768px) {
  #siteheading {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/mv/bg_trans_heading_copy.png) repeat 0 0;
    text-align: center;
    z-index: 20;
  }
  .sitetitle {
    background-color: #3b481c;
    font-size: 12px;
    padding: 3px 0;
  }
  .sitetitle h1 {
    font-weight: normal;
  }
  .sitetitle h1,
  .sitetitle h1 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  #siteheading img {
    width: 100%;
    height: auto;
  }
  header > .sitetitle {
    margin-bottom: 5px;
  }
  .inner #sitelogo {
    width: 581px;
    float: left;
    margin-top: 15px;
  }
  .inner #inducebanner {
    width: 360px;
    height: 110px;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .sitetitle {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  .home header h1.inner,
  header h1.inner a {
    display: block;
    text-indent: -400%;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
    height: 38px;
    margin-top: 10px;
    margin-left: 0;
    background: url(../images/mv/logo_main_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  #spbtns {
    position: absolute;
    width: 120px;
    height: 60px;
    top: 0;
    right: 0;
  }
  #spbtns a,
  #spbtns i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    background-color: rgba(236,220,193,0.5);
  }
  #spbtns i {
    background-color: rgba(236,220,193,1.0);
  }
  header #inducebanner {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  header #inducebanner img { display: none; }
  header #inducebanner a {
    display: block;
    height: 80px;
    background: url(../images/mv/ban_induce_quote_sp.png) no-repeat 50% 100%;
    background-size: contain;
  }
}

/*FRONTPAGE*/
@media screen and (min-width: 768px) {
  .home #inducebanner {
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
  }
  .home #inducebanner .inner { text-align: right; }
  .home #sitelogo {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .home #sitelogo img {
    width: 95%;
    height: auto;
  }
  .home #certified {
    text-align: right;
    font-size: 10px;
    line-height: 1.3;
    color: #e9e4cd;
    position: relative;
    top: -6px;
  }
}
@media screen and (max-width: 767px) {
  #sitelogo {
    display: none;
  }
  .home .headingcopy {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 20;
    text-align: center;
    padding: 10px 0;
    background: url(../images/mv/bg_trans_heading_copy.png) repeat 0 0;
  }
  .home .headingcopy img {
    width: 90%;
    height: auto;
  }
  .home #certified {
    display: none;
  }
}
/* IF IS USER LOGGED IN */
.logged-in header {
  background: url(../images/nav_bg.jpg) no-repeat top right;
  background-size: cover;
}
.logged-in #sitelogo a {
  display: block;
  width: 581px;
  height: 74px;
  background-image: url(../images/logo_kaitori8_dark.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.logged-in #sitelogo a img {
  display: none;
}


/* ======================================================
//  MAINVISUAL
// ====================================================*/
#mainvisual img {
  width: 100%;
  height: auto;
  position: relative;
}


/* ======================================================
//  NAVIGATION
// ====================================================*/
nav {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  position: relative;
}
nav ul li a {
  display: block;
  text-align: center;
}
nav ul li a span {
  padding: 10px 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  nav ul .current a span,
  nav a:focus span {
    background: url(../images/nav_line_current.png) repeat-x left bottom;
  }
  nav ul li {
    width: 16.6666%;
    float: left;
    position: relative;
  }
  nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    height: 1em;
    width: 1px;
    background-color: #3b140e;
  }
  nav ul li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px){
  nav {
    z-index: 100;
    box-shadow: none;
  }
  nav ul {
    width: 100%;
    background-color: #F7F7F7;
    box-shadow: none;
    position: fixed!important;
    top: -100vh;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all .5s;
  }
  nav ul.on { top: 90px; }
  nav ul.open { top: 60px; }
  nav ul li {
    border-bottom: 1px solid #CBCBCB;
  }
  nav ul li a span {
    padding: 10px 5px;
    display: block;
  }
  nav ul li.phone,
  nav ul li.contact {
    display: block;
    float: left;
    width: 50%;
    border-bottom: none;
  }
  nav ul li.phone a,
  nav ul li.contact a{
    background-color: #3b140e;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 2px 0;
  }
  nav ul li.phone a {
    border-left: 1px solid #CBCBCB;
  }
  nav ul li.phone span,
  nav ul li.contact span { display: none; }
  nav ul li.contact a:after {
    font-family: "FontAwesome";
    content: "\f0e0";
  }
  nav ul li.phone a:after {
    font-family: "FontAwesome";
    content: "\f095";
  }
}
/*FRONTPAGE*/
@media screen and (min-width: 768px){
  .home nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 768px){
  nav[role="navigation"] {
    background-color: #111;
  }
  body:not(.home) nav[role="navigation"]{
    position: sticky;
    top: 0;
    z-index: 999;
  }
  nav[role="navigation"] ul {
    display: flex;
    justify-content: space-between;
  }
  nav[role="navigation"] ul li {
    width: auto;
    float: none;
  }
  nav[role="navigation"] ul li::after {
    display: none;
  }
  nav[role="navigation"] ul li a {
    display: flex;
    align-items: center;
    color: #aaa;
    transition: all 1.8s;
  }
  nav[role="navigation"] ul li:not(.phone) a::before {
    content: "";
    width: 40px;
    height: 43px;
    display: inline-block;
    background: url(../images/ico_toggle_off.png) no-repeat 50% 50%;
    background-size: contain;
  }
  nav[role="navigation"] ul li.current a span,
  nav[role="navigation"] ul li a:focus span {
    background-image: none;
  }
  nav[role="navigation"] ul li.phone a,
  nav[role="navigation"] ul li a:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 42, 0, 1);
  }
  nav[role="navigation"] ul li.current a,
  nav[role="navigation"] ul li a:focus,
  nav[role="navigation"] ul li a:active {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 42, 0, 1);
  }
  nav[role="navigation"] ul li.current a::before,
  nav[role="navigation"] ul li a:focus::before,
  nav[role="navigation"] ul li a:active::before {
    background-image: url(../images/ico_toggle_on.png);
  }
}




/* ======================================================
//  BREADCRUMB
// ====================================================*/

@media screen and (min-width: 768px){
  #breadcrumb {
    background-color: #78736c;
    padding: 9px 0;
  }
}
@media screen and (max-width: 767px){
  #breadcrumb { display: none; }
}

/* ======================================================
//  CONTENT
// ====================================================*/
@media screen and (max-width: 767px){
  article[role=main] {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* ======================================================
//  ARTICLE
// ====================================================*/



/* ======================================================
//  ASIDE
// ====================================================*/

.sideblock {
  background-color: #f5f0e8;
  color: #3a130d;
  text-align: center;
  margin-bottom: 16px;
}
.side_contact {
  font-weight: bold;
}
.side_contact h4 {
  text-align: center;
  background-color: #576732;
  color: #f5f0e8;
  /*font-size: 16px;*/
  font-weight: bold;
  padding: 5px 0 5px;
}
.side_contact > div > div {
  padding: 13px 0 13px;
  border-bottom: 1px solid #3a130d;
}
.side_contact > div.web > div {
  border-bottom: none;
  padding-bottom: 4px;
}
.side_contact h5 {
  margin-bottom: 10px;
  /*font-size: 16px;*/
  font-weight: bold;
}
.side_contact h5.small {
  /*font-size: 14px;*/
  line-height: 1.3;
  margin-bottom: 4px;
}
.side_contact span {
  display: block;
  /*font-size: 14px;*/
  padding: 8px 0 12px;
}
.side_contact > div.web span {
  padding-bottom: 0;
}
a.side_banner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.side_banner:hover { opacity: 0.85; }
a.side_banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.side_contact .phone a {
  text-decoration: none!important;
  color: #3a130d;
}
.side_contact .phone a > span {
  font-size: 80%;
  padding: 8px 0 0;
}

.sidelist {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidelist h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background: url(../images/aside_bg_h4.png) no-repeat 0 0;
  text-align: center;
  padding: 8px 0 5px;
}
.sidelist ul {
  margin: 10px 0 5px 10px;
  display: table;
}
.sidelist ul li {
  text-align: left;
  margin-bottom: 10px;
}
.sidelist ul:after,
.sidelist ul li:after { content: ""; display: table; clear: both; }
.sidelist ul li .pic {
  width: 86px;
  display: table-cell;
  margin-right: 10px;
}
.sidelist ul li .pic a {
  display: block;
  padding: 1px;
  background-color: #fff;
  border: 2px solid #78736c;
}
.sidelist ul li .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.sidelist ul li > a {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  /*font-size: 16px;*/
  line-height: 1.4;
  font-weight: normal;
  padding-left: 10px;
}
.sidelist ul li > a i {
  display: block;
  font-size: 14px;
  font-style: normal;
}
.sidelist > a {
  display: block;
  font-weight: normal;
  margin: 0 10px;
  padding: 0 0 10px;
  text-align: left;
}
.sidelist ul.simplelist li:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 8px;
  color: #006680;
}
.sidelist ul.simplelist li > a {
  display: inline;
  width: auto;
  padding-left: 0;
}
.sidelist ul.simplelist li > a i {
  display: inline;
  padding-left: 5px;
	font-size: 14px;
}
.sidelist > a {
  /*font-size: 14px;*/
}

/*メルマガ誘導*/
.mailmag_induce {}
.mailmag_induce > div > div {
  border-bottom: none;
  padding: 13px 10px 13px;
  text-align: justify;
}
.mailmag_induce h4 {
  padding: 5px;
}
.mailmag_induce p {
  margin-bottom: 1em;
}
.mailmag_induce a.btn {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-style: solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border-width: 0px;
	margin: 0 auto 0;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #edd14e;
	color: #ce1a1a;
  line-height: 1.3;
}
.sideblock.ourstaff {
  background-color: transparent;
}

@media screen and (max-width: 767px){
  aside .speedquote { display: none; }
  .side_contact h4 {
    padding: 8px 0;
    /*font-size: 16px;*/
  }
  .sidelist h4 {
    background: url(../images/common_bg_dot_brown.png) repeat top left;
    border-bottom: 2px solid #81684a;
    padding: 8px 0 6px;
    /*font-size: 16px;*/
    margin-bottom: 20px;
  }
  .sidelist ul {
    margin: 10px;
    display: block;
  }
  .home .sidelist.brandlist ul > li > a { display: none; }
  .home .sidelist.brandlist ul > li {
    width: 33.333%;
    float: left;
    margin-bottom: 10px;
  }
  .home .sidelist.genrelist ul li .pic { display: none; }
  .home .sidelist.genrelist ul li {
    width: 50%;
    float: left;
  }
  .home .sidelist.genrelist ul li > a {
    display: block;
    width: 100%;
    padding: 0;
    /*font-size: 14px;*/
  }
}
@media (max-width: 599px) {
  .sideblock a img {
    display: block;
    margin: 0 auto;
  }
}


.sideblock.topic {
  margin-bottom: 3em;
  background-color: transparent;
}
.sideblock.topic h4 {
  text-align: center;
  background-color: #576732;
  color: #f5f0e8;
  /*font-size: 16px;*/
  font-weight: bold;
  padding: 5px 0 5px;
  margin-bottom: 15px;
}
.sideblock.topic ul li {
  margin-bottom: 10px;
  position: relative;
}
.sideblock.topic ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sideblock.topic ul li a:hover { opacity: 0.85; }
.sideblock.topic ul li .pic {
  line-height: 0;
}
.sideblock.topic ul li .pic img {
  width: 100%;
  height: auto;
}
.sideblock.topic ul li .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sideblock.topic ul li .desc h5 {
  line-height: 1.3;
  padding: 8px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
.sideblock.topic ul li .desc h5 a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  .sideblock.topic ul li {
    height: 117px;
    overflow-y: hidden;
  }
  .sideblock.topic ul li .pic {
    height: 117px;
  }
}


.sideblock .banner_fax {
  display: block;
  text-decoration: none;
  border: 4px solid #3b140e;
  color: #3b140e;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 15px 15px 15px 50px;
  text-align: left;
  position: relative;
}
.sideblock .banner_fax::before {
  font-family: "FontAwesome";
  content: "\f15c";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 30px;
}
@media (max-width: 599px) {
  .sideblock .banner_fax {
    margin: 0 5px;
    padding: 30px 15px 30px 50px;
  }
  .sideblock .banner_fax::before {
    top: 29px;
  }
}


/* ======================================================
//  FOOTER
// ====================================================*/

.bottom_sitemap {
  background-color: #78736c;
  padding: 25px 0 15px;
}
.footer {
  background: url(../images/common_bg_dot_brown.png) repeat 0 0;
  padding: 18px 0 15px;
}
.bottom_sitemap .left {
  width: 634px;
  float: left;
}
.bottom_sitemap .right {
  width: 328px;
  float: right;
}
.bottom_sitemap a {
  display: block;
  margin-bottom: 12px;
}
.bottom_sitemap .inner > ul {}
.bottom_sitemap .inner > ul > li {}
.bottom_sitemap .inner > ul > li > a:before {
  content: "●";
  font-size: 10px;
  margin-right: 4px;
}
.bottom_sitemap .inner > ul > li > ul {
  margin-left: 14px;
}
.bottom_sitemap .inner > ul > li > ul > li {}
.bottom_sitemap .inner > ul > li > ul > li > a:before {
  content: "-";
  margin-right: 4px;
}

.bottom_sitemap .col ul {
  margin-bottom: 1.5em;
}
.bottom_sitemap .col ul > li {
  line-height: 1.8;
}
.bottom_sitemap .col ul > li a {
  text-decoration: none;
  margin-bottom: 0;
}
.bottom_sitemap .col ul > li a::before {
  content: "・";
}

.bottom_sitemap dl {
  margin-left: 14px;
  margin-bottom: 1em;
  /*font-size: 14px;*/
}
.bottom_sitemap dt {
  display: inline;
  font-weight: bold;
  color: #d3c4af;
}
.bottom_sitemap dd {
  display: inline;
}
.footer .left {
  width: 50%;
  float: left;
}
.footer .right {
  width: 50%;
  float: right;
}
.footer #flogo {
  margin-bottom: 25px;
}
.footer #fnavi {
  /*font-size: 14px;*/
  position: relative;
  left: -5px;
  margin-bottom: 10px;
}
.footer #fnavi a {
  margin: 0 5px;
}
.footer #copyright {
  font-size: 12px;
}
.footer #fcopy {
  color: #fae859;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.footer #fcopy i {
  font-size: 12px;
  display: block;
}
.footer #fcopy i a {
  color: #fae859;
  font-size: 12px;
}
.footer .addr {
  line-height: 1.7;
}
footer .certified {
  clear: both;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px){
  #bottom_banner {
    display: none;
  }
  footer {
    /*font-size: 14px;*/
  }
  .footer {
    padding-bottom: 84px;
  }
  .bottom_sitemap .left,
  .bottom_sitemap .right,
  .footer .left,
  .footer .right {
    float: none;
    width: 100%;
  }
  .bottom_sitemap .left > li,
  .bottom_sitemap .right > li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bottom_sitemap .inner > ul > li > ul {
    margin-left: 0;
  }
  .footer #flogo img {
    width: 100%;
    height: auto;
  }
  .bottom_sitemap a {
    margin-bottom: 3px;
  }
  .bottom_sitemap dl {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .footer .addr {
    line-height: 1.4;
    margin: 0 1em;
  }
  .footer #fcopy {
    color: #fae859;
    font-size: 16px;
    text-align: center;
  }
  .footer #copyright {
    text-align: center;
  }
  .footer #fnavi {
    font-size: 12px;
    position: relative;
    left: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer #flogo {
    margin-bottom: 15px;
    text-align: center;
  }
  .footer #flogo img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  footer .certified {
    font-size: 10px;
  }
}



/* ======================================================
//  ページ下部誘導ブロック
// ====================================================*/

#bottom_induce_block {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  border-top: 1px solid #eee;
}
#bottom_induce_block > div {
  padding: 8px 65px 8px 30px;
  text-align: left;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}
#bottom_induce_block > div::after { content: ""; display: table; clear: both; }
#bottom_induce_block .closepane {
  font-weight: bold;
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
#bottom_induce_block .leftpane {
  float: left;
}
#bottom_induce_block .rightpane {
  float: right;
  width: 300px;
}
#bottom_induce_block .rightpane a {
  text-decoration: none;
  background-color: #ce1a1a;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

#btngotop {
  display: none;
}
#btngotop::before {
  display: block;
  font-family: "FontAwesome";
  content: "\f0aa";
  position: fixed;
  bottom: 8px;
  right: 12px;
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 45px;
  color: #999;
}



/* ======================================================
//  SLEEVE - COL
// ====================================================*/

@media screen and (min-width: 768px){
  .sleeve {
    margin: 0 -20px;
  }
  .sleeve:after { content: ""; display: table; clear: both; }
  .sleeve > .col {
    float: left;
  }
  .sleeve > .col > div {
    padding: 0 20px;
  }
  .twocols > .col { width: 50%; }
  .threecols > .col { width: 33.333%; }
  .fourcols > .col { width: 25%; }
}


/* ======================================================
//  WP-PAGENAVI
// ====================================================*/

.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 32px 0 80px;
  position: relative;
}
.brick .wp-pagenavi {
  padding-bottom: 20px;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  padding: 5px;
  margin-right: 4px;
}
.wp-pagenavi a.gobackindex {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 0;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.gobackindex:before {
  content: "\f100";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.wp-pagenavi a.nextstaff {
  margin-top: 5px;
}
.wp-pagenavi a.nextstaff > div {
  position: relative;
  top: 22px;
}
.wp-pagenavi a.nextstaff img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-left: 10px;
  float: right;
}
@media screen and (min-width: 768px){
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.gobackindex {
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 0;
  }
  .wp-pagenavi a.nextpostslink { right: 0px; }
  .wp-pagenavi a.previouspostslink { left: 0px; }
  .wp-pagenavi a.gobackindex {
    top: 27px;
    left: 0;
  }
  .wp-pagenavi a.nextstaff {
    text-align: right;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px){
  .wp-pagenavi {
    /*font-size: 14px;*/
    padding-bottom: 60px;
  }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    position: absolute;
    top: 20px;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #78736c;
  }
  .wp-pagenavi a.nextpostslink {
    text-align: right;
    right: 5px;
    text-indent: 200px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common_arrow_next.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .wp-pagenavi a.previouspostslink {
    text-align: left;
    left: 5px;
    text-indent: -200px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/common_arrow_prev.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .wp-pagenavi a:focus {
    background-color: #FFEBD4;
  }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current {
    display: none;
  }
  .wp-pagenavi a.gobackindex {
    display: block;
    margin: 0 10px;
  }
  .wp-pagenavi a.nextstaff {
    display: block;
    margin: 0 10px 15px;
    text-align: left;
  }
}


/* ======================================================
//  PAGENAVI（ページ内ナビ）
// ====================================================*/

.pagenavi {
  margin-bottom: 30px;
}
.pagenavi ul li {
  display: inline;
  margin-right: 25px;
}
.pagenavi ul li a i { font-weight: bold; }

@media screen and (min-width: 768px){
  .pagenavi ul li:before {
    content: "▼";
    color: #006680;
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px){
  .pagenavi {
    margin-bottom: 10px;
  }
  .pagenavi ul:after { content: ""; display: table; clear: both; }
  .pagenavi ul li {
    float: left;
    width: 33.333%;
    margin: 0;
  }
  .pagenavi ul li a {
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 4px 0 10px;
  }
}


/* ======================================================
//  TOPへ戻る
// ====================================================*/

.gotop {
  clear: both;
  text-align: right;
  display: block;
  color: #006680;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gotop:after {
  font-family: "FontAwesome";
  content: "\f062";
  margin-left: 3px;
}
