@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: philkampo-108
Description: philkampo template
Version: 1.0
---------------------------------------------------------*/

/* reset css */
body,article,aside,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,legend,main,section,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary{display: block;}

/* Noto Sans CJK JP */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
body {
  background-color: #f6f6f6;
  color: #222;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
/*
  font-family: Noto Sans CJK JP, Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 400;
  */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

a {
	color: #52d5b2;
	text-decoration: none;
}
a:visited {
	color: #52d5b2;
}
a:focus {
	outline: none;
}
a:active,
a:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
}
b,strong {
  font-weight: bold;
}
img, video, object {
	border: none;
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img.size-full,
img.size-large {
	height: auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
::-moz-selection {
  background: #ffef86;
  color: #222;
}
::selection {
  background: #ffef86;
  color: #222;
}
#wrapper {
	position: relative;
}

/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner,
.header-nav ul,
.single-container,
.main-content,
.number-main-content,
.breadcrumbs-box,
.archive-header-inner,
.footer-inner,
.footer-menu ul {
  margin: 0 auto;
  max-width: 1080px;
}
.header {
  background: #fff;
  box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 100;
}
.header-nav {
  background-color: #fff;
}
.breadcrumbs-frame {
  width: 100%;
  z-index: 50;
}
.archive-header {
  background: #2fb686;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #93F9B9, #2fb686);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #93F9B9, #2fb686); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 50px 0 60px;
}
.archive-header-inner {
  max-width: 1080px;
  width: 100%;
}
.container {
  width: 100%;
}
.single-container {
  overflow: hidden;
}
.main-content {
  margin-top: 15px;
}
.top-main-content {
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 15px 1% 10px 0;
  width: 760px;
}
.number-main-content {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 0;
}
.single-main-content {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 0;
  margin: 15px 1% 10px 0;
  width: 760px;
}
.sidebar {
  float: left;
  margin: 10px 0 0;
  position: relative;
  width: 300px;
}
.top-sidebar {
  float: left;
  margin: 40px 0 0;
  position: relative;
  width: 300px;
}
.sidebar-box {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 6px 0;
  position: relative;
}
.footer {
  background: #fff;
  border-top: 1px solid #eee;
  clear: both;
  margin-top: 100px;
  padding-top: 50px;
  position: relative;
  width: 100%;
}
.footer-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}
.footer-info {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.footer-nav-box {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
/* 余白の設定 */
.entry-header {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.entry-content {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .top-main-content,
  .single-main-content {
    width: 66.3%;
  }
  .top-sidebar,
  .sidebar {
    margin-left: 10px;
  }
  .footer-inner {
    width: 100%;
  }
  .entry-header {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 979px) {
  .top-main-content,
  .single-main-content {
    width: 65%;
  }
}
@media screen and (max-width: 959px) {
  .top-main-content,
  .single-main-content {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    margin-bottom: 0;
  }
  .top-main-content,
  .single-main-content {
    float: none;
    padding: 0;
    width: 100%;  
  }
  .main-frame {
    border-top: 1px solid #eee; 
  }
  .top-content {
    margin-top: 10px;
  }
  .top-sidebar,
  .sidebar {
    float: none;
    margin: 0;
    width: 100%;  
  }
  .sidebar-box {
    margin: 10px;
  }
  .footer {
    margin-top: 0;
  }
  .footer-info {
    margin-bottom: 50px;
  }
  .footer-info,
  .footer-nav-box {
    width: 100%;  
  }
}
@media screen and (max-width: 479px) {
  .main-content {
    margin-top: 5px;
  }
  .single-main-content {
    margin: 5px 1% 10px 0;
  }
  .archive-header {
    padding: 30px 0;
  }
  .entry-header,
  .entry-content {
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  position: relative;
  width: 100%;
}
.header-search-box {
  position: absolute;
  top: 2px;
  right: 160px;
  width: 234px;
}
.header-mail-btn {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 2;
}
.header-mail-btn a {
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 0 8px;
  padding: 9px 0;
  text-align: center;
  width: 50px;
}
/* ロゴ */
.logo {
  width: 300px;
}
.logo a {
  display: block;
  padding: 10px;
}
.logo img {
  height: auto;
  width: 300px;
}
/* header search box */
#search-form {
  display: table;
}
.search-form-text-box,
.search-form-submit-box {
  display: table-cell;
  line-height: 0;
  vertical-align: middle;
}
.search-form-text-box input[type=text] {
  border-top: 1px solid #c3c3c3;
  border-right: 0;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
  border-radius: 15px 0 0 15px;
  box-shadow: 0;
  font-size: 14px;
  height: 37px;
  line-height: 1;
  padding: 0 10px;
  width: 220px;
}
.search-form-text-box input[type=text]:focus {
  outline: 0;
  border: 1px solid #999;
}
#srchBtn {
  background: #52d5b2 none repeat scroll 0 center;
  border-top: 1px solid #52d5b2;
  border-right: 1px solid #52d5b2;
  border-bottom: 1px solid #52d5b2;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  height: 37px;
  line-height: 1;
  width: 40px;
}
#srchBtn:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* Googleカスタム検索の要素を打ち消してデザインを上書き */
.gsc-input-box {
  border: 0;
  border-top: 1px solid #c3c3c3!important;
  border-right: 0!important;
  border-bottom: 1px solid #c3c3c3!important;
  border-left: 1px solid #c3c3c3!important;
  border-radius: 15px 0 0 15px!important;
  box-shadow: 0!important;
  font-size: 14px!important;
  height: 37px!important;
  line-height: 1!important;
  padding: 0 10px!important;
  width: 220px!important;
}
.gsc-input-box input[type=text] {
  margin: 8px !important;
}
table.gsc-search-box td,
table.gsc-search-box td.gsc-input,
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}
.gsc-search-button {
  margin: 0 !important;
}
.gsc-search-button-v2,
.gsc-search-button-v2:focus {
  border-color: #52d5b2 !important;
  background-color: #52d5b2 !important;
  background-image: none;
  filter: none;
}
.gsc-search-button-v2:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  border-radius: 0 15px 15px 0 !important;
  cursor: pointer !important;
  height: 39px !important;
  line-height: 1 !important;
  padding: 0 !important;
  width: 40px !important;
}
.gsc-search-button-v2 svg {
  height: 24px !important;
  width: 24px !important;
}

/* メニューページ用のスタイル ------------------ */
/* ヘッダーナビボタンはPCで非表示 */
.header-menu-btn {
  display: none;
}
/* あらかじめ隠しておくもの */
.hide {
  display: none;
}
/* aタグじゃない押せる要素にポインター */
#search-page-back-btn:hover,
#search-page-btn:hover,
#menu-page-back-btn:hover,
#menu-page-btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
/* headerの構造 */
  .header-banner {
    position: relative;
  }
  .header-logo {
    margin: 0 auto;
    text-align: center;
  }
  .logo {
    margin: 0 auto;
    text-align: center;
    width: 240px;
  }
  .logo a {
    display: block;
    padding: 10px;
  }
  .logo img {
    height: auto;
    width: 240px;
  }
  .header-menu-btn {
    display: block;
    width: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .header-mail-btn {
    top: 6px;
  }
  .header-menu-btn i {
    color: #52d5b2;
    font-size: 30px;
  }
  .header-menu-btn p {
    font-size: 12px;
    line-height: 1;
  }
  .header-search-box {
    display: none;
  }

/* スマホ用のメニューページに関するもの -------------------------- */
  #search-page,
  #menu-page {
    background-color: #f6f6f6;
    min-height: 100vh;
  }
  .search-page-header,
  .menu-page-header {
    background-color: #fff;
    box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.1);
    color: #52d5b2;
    height: 35px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 10;
  }
  #search-page-back-btn,
  #menu-page-back-btn {
    padding: 5px 25px;
  }
  #search-page-back-btn i,
  #menu-page-back-btn i {
    font-size: 20px;
    margin-right: 10px;
  }
  #search-page-back-btn p,
  #menu-page-back-btn p {
    font-size: 14px;
    line-height: 1;
  }
  .search-page-search-box,
  .menu-page-search-box {
    margin: 10px auto;
    max-width: 280px;
    padding: 30px 0 0;
  }
  .menu-page-list-box {
    border-bottom: 2px solid #eee;
    display: block;
    position: relative;
  }
  .menu-page-list-box a,
  .menu-page-list-box-other {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
  }
  .menu-page-list-box a:after {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    position: absolute;
      right: 15px;
      top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
  .menu-page-list-box img {
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    width: 24px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu-btn {
    position: absolute;
    top: 20px;
    left: 15px;
  }
}

/*----------------------------------------------------------------
 ヘッダーナビゲーション
-----------------------------------------------------------------*/
.header-nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.header-nav-box {
  display: table-cell;
  padding-right: 10px;
  position: relative;
  vertical-align: middle;
}
.header-nav-box a {
  border-bottom: 3px solid #52d5b2;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .header-nav {
    padding-top: 0;
  }
  .header-nav-box a {
    padding: 10px 0;
  }
}

/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs-box {
  box-sizing: border-box;
  font-size: 12px;
  padding: 20px 10px 10px;
}
.breadcrumbs-box a {
  color: #fff;
  line-height: 1.4;
}
.breadcrumbs-item {
  background-color: #e9b927;
  border-radius: 8px;
  color: rgba(0,0,0,0.75);
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.breadcrumbs-box a:after {
  color: #777;
  content: ">";
  margin-right: 5px;
}
.breadcrumbs-box a:last-child:after {
  content: none;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
  .breadcrumbs-item {
    margin: 0 10px 10px 0;
  }
}

/*----------------------------------------------------------------
 sidebar
-----------------------------------------------------------------*/
.sidebar-title {
  color: #999;
  font-size: 18px;
  font-weight: bold;
  margin: 5px auto;
  padding: 10px 0 0;
  text-align: center;
}

/* 一覧 */
.sidebar-list-box {
  box-sizing: border-box;
  border: 1px solid #52d5b2;
}
.sidebar-list-box h2 {
  background-color: #52d5b2;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}

/* アコーディオンメニュー */
.trigger {
  border-top: 1px solid #eee;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.trigger:before {
  border-right: 2px solid rgba(0,0,0,.75);
  border-bottom: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
/*
.trigger-first {
  border: 0;
}
*/
/* メニューオープン後 */
.sidebar-list {
  border-top: 1px solid #eee;
}
.sidebar-list li {
  border-bottom: 1px solid #eee;
}
.sidebar-list a {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.sidebar-list a:before {
  border-top: 2px solid rgba(0,0,0,.75);
  border-right: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.sidebar-list li:last-child {
  border: 0;
}
/*----------------------------------------------------------------
 footer
-----------------------------------------------------------------*/
/* フッターのサイト情報 */
.footer-logo {
  margin: 0 auto 20px;
  width: 240px;
}
.footer-description {
  font-size: 15px;
  margin: 0 auto;
  max-width: 300px;
  text-align: left;
}
/* フッターナビゲーション */
.footer-nav-box {
  margin: 20px auto 0;
  max-width: 300px;
}
.footer-menu-title {
  border-bottom: 2px solid #eee;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.footer-nav li {
  border-bottom: 2px solid #eee;
  position: relative;
}
.footer-nav a {
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px ;
  text-align: left;
}
.footer-nav li:before {
  border-top: 2px solid rgba(0,0,0,.75);
  border-right: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
/* copy right */
.copy {
  clear: both;
  color: #999;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 10px 0;
  text-align: center;
}
/* fixed btn */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
.page-top a {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 13px 0;
  position: fixed;
  bottom: 5px;
  right: 5px;
  text-align: center;
  width: 44px;
  z-index: 100;
}

/*----------------------------------------------------------------
 contact form
-----------------------------------------------------------------*/
.contact-form-text {
  margin-top: 20px;
}
.contact-form-frame {
  margin: 10px;
}
.contact-form {
  display: table;
  margin: 10px 0 30px;
}
.contact-form-label {
  color: #222;
  display: table-cell;
  font-weight: normal;
  vertical-align: top;
  width: 240px;
}
.contact-form-input {
  display: table-cell;
  vertical-align: top;
}
/* placeholderの色を変更 */
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

/* 必須か任意か */
.contact-form-status-required {
  background-color: #cc3300;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}
.contact-form-status-optional {
  background-color: #a3a5a6;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  padding: 3px 6px;
  vertical-align: middle;
}

/* 入力欄 */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=date],
.contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  color: #666;
  font-size: 14px;
  padding: 10px;
  vertical-align: bottom;
  width: 260px;
  -webkit-appearance: none;
}
.contact-form input[type=date] {
  margin-right: 5px;
  width: 140px;
}

/* チェックボックスとラジオボタン */
.wpcf7-list-item {
  display: inline-block;
}

/* 送信ボタン */
.contact-submit img {
  display: inline;
}
.wpcf7 img.ajax-loader {
  width: 16px;
}
.contact-submit-empty {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}
.contact-form input[type=submit] {
  background-color: #52d5b2;
  border: 1px solid #52d5b2;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size:18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 20px auto;
  padding: 15px 10px 13px;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  width: 220px;
}

/* 注釈 */
.contact-form-caution {
  font-size: 14px;
  padding: 5px 0 0;
}

/* 送信後のメッセージ */
.wpcf7-response-output {
  margin: 2em 0.5em 4em;
}
.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 4px solid #009b40;
  padding: 15px;
}
.wpcf7-validation-errors {
  background-color: #fff;
  border: 4px solid #cc0000;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .contact-form-frame {
    margin: 10px 0;
  }
  .contact-form {
  }
  .contact-form-label,
  .contact-form-input,
  .contact-submit-empty,
  .contact-form input[type=submit] {
    display: block;
  }
  .contact-form-label {
    line-height: 1;
    margin-bottom: 8px;
  }
  .contact-form-pc {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .contact-form input[type=date] {
      width: 120px;
  }
  .contact-submit {
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------
 page pagination (index.php, home.php, archive.php, single.php)
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin: 0 auto 15px;
}
.pagination-content,
.pagination-nav {
  margin: 0 auto;
  max-width: 290px;
}
/* page count */
.pagination-count {
  color: #777;
	font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.pagination-count p {
	padding: 5px;
}
.pagination-count span {
  color: #52d5b2;
}
/* page navigation */
.pagination-content ul {
  border-collapse: separate;
  border-spacing: 4px 0;
  display: table;
	font-size: 14px;
  line-height: 1;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
	text-decoration: none;
}
.pagination-prev a:first-child {
  border-radius: 8px;
	color: #e9b927;
  position: relative;
}
.pagination-prev a:first-child:before {
  border-bottom: 2px solid #3c3c3c;
  border-left: 2px solid #3c3c3c;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    left: 15px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-next a:last-child {
  border-radius: 10px;
	color: #e9b927;
  position: relative;
}
.pagination-next a:last-child:before {
  border-right: 2px solid #3c3c3c;
  border-top: 2px solid #3c3c3c;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.pagination-content a {
	background-color: #e9b927;
  border-radius: 8px;
  color: #3c3c3c;
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
.pagination-current {
	background-color: #ccc;
  border-radius: 8px;
	color: #3c3c3c;
  display: block;
  font-weight: bold;
  margin-top: 4px;
  padding: 10px 0;
}

/* go to first page, last page */
.pagination-nav {
  border-collapse: separate;
  border-spacing: 5px 5px;
  display: table;
	font-size: 14px;
  margin-top: 14px;
  width: 100%;
}
.pagination-nav a {
	background-color: #e9b927;
  border-radius: 8px;
  color: #3c3c3c;
  font-weight: bold;
	padding: 10px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;
}

/*----------------------------------------------------------------
 トップページ (index.php)
-----------------------------------------------------------------*/
.top-catch-frame {
  margin: 30px auto 60px;
  width: 100%;
}
.top-catch-box {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.top-catch-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
}
.top-catch-box p {
  font-size: 18px;
}

.top-list-section {
  margin: 0 0 100px;
}
.top-title {
  font-size: 36px;
  font-weight: bold;
  margin: 10px auto 10px;
  text-align: center;
}

.top-latest-frame {
  background-color: #fff;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
.top-latest-box {
  border-collapse: separate;
  border-spacing: 20px 20px;
  box-sizing: border-box;
  display: table;
  font-size: 0;
}
.top-latest-img {
  border: 1px solid #333;
  box-sizing: border-box;
  width: 360px;
}
.top-latest-img {
  display: table-cell;
}
.top-latest-text {
  display: table-cell;
  vertical-align: top;
}
.top-latest-text h3 {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0 20px;
}
.top-latest-text p {
  font-size: 18px;
  margin: 0 0 40px;
}
@media screen and (max-width: 479px) {
  .top-catch-frame {
    margin: 0 auto;
  }
  .top-catch-box {
    border-radius: 0;
  }
  .top-latest-box {
    display: block;
    padding: 10px;
  }
  .top-latest-img {
    width: 100%;
  }
  .top-latest-img {
    display: block;
  }
  .top-latest-text {
    display: block;
  }
}

/*----------------------------------------------------------------
 一覧表示 (index.php, home.php, archive.php)
-----------------------------------------------------------------*/
/* list style */
.list-box {
  background-color: #fff;
}
.list-box li {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.list-num {
  color: #52d5b2;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  min-width: 120px;
}
.list-box h2 {
  display: inline-block;
}
.list-box li:last-child {
  border: 0;
}
.list-box a {
  color: #333;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.list-box a:before {
  border-top: 2px solid rgba(0,0,0,.75);
  border-right: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/* card style */
.card-frame {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
}
.card-box {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0.5% 10px 0.5%;
  vertical-align: top;
  width: 24%;
}
.card-box-six {
  width: 15.66%;
}
.card-box a {
  color: #fff;
}
.card-img img {
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.card-text {
  padding: 5px 10px;
}
.card-title {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0;
}
.card-cat {
  background-color: #52d5b2;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
}
.card-date {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
.card-cat img {
  display: block;
}
@media screen and (max-width: 767px) {
  .list-box a {
    display: block;
  }
  .card-box {
    margin: 0 1% 10px;
    width: 48%;
  }
  .card-box-six {
    width: 48%;
  }
}


/*----------------------------------------------------------------
 taxonomy.php 漢方トップページ
 single.php 漢方カテゴリー
-----------------------------------------------------------------*/
/* taxonomy.php独自 */
.kampo-book-title {
  color: #bbb;
  font-size: 21px;
  margin: 10px 0 -10px;
}
.kampo-top-eyecatch {
  font-size: 0;
  width: 100%;
}
.kampo-top-page-left,
.kampo-top-page-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.kampo-top-page-left img {
  border: 1px solid #333;
}
.kampo-top-page-right img {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.kampo-top-eyecatch img {
  box-sizing: border-box;
  display: block;
  height: 509px;
  width: 100%;
}
.kampo-top-eyecatch-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* kampo.php独自 */
.kampo-eyecatch {
  float: left;
  margin: 0 20px 10px 0;
  width: 240px;
  overflow: hidden;
}
.kampo-eyecatch img {
  border: 1px solid #333;
  box-sizing: border-box;
  display: block;
  max-width: 240px;
  width: 100%;
}
.kampo-eyecatch-text {
  text-align: center;
}

/* 漢方に共通するスタイル */
.kampo-body {
  float: left;
  margin: 0 auto 30px;
  overflow: hidden;
}
.kampo-body p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 10px 20px;
}
.kampo-body a {
  word-break: break-all;
  text-decoration: underline;
}
.kampo-body p img {
  margin: 0 0 20px;
}
.kampo-pdf-btn {
  float: left;
  margin: 140px 20px 50px;
  width: 280px;
}
.kampo-related {
  border: 1px solid #52d5b2;
  border-radius: 4px;
  box-sizing: border-box;
  clear: both;
  margin: 30px 20px 40px;
}
.number-item-title {
  background-color: #52d5b2;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.number-item-list {
  clear: both;
  list-style: none;
  margin: 0;
}
.number-item-list li {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.number-item-list li:last-child {
  border: 0;
}
.number-item a {
  color: #333;
  display: block;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.number-item a:before {
  border-top: 2px solid rgba(0,0,0,.75);
  border-right: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/* キーワード */
.keyword-box {
  padding: 0 20px;
}
.keyword-list li {
  display: inline-block;
  margin: 12px 8px;
}
.keyword-list a {
  background-color: #e9b927;
  border-radius: 16px 4px 4px 16px;
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 12px 8px 12px;
}

@media screen and (max-width: 1080px) {
  .kampo-top-eyecatch img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .kampo-pdf-btn {
    float: left;
    margin: 150px auto;
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .kampo-body {
    float: none;
    margin: 0 auto;
    width: 300px;
  }
  .kampo-eyecatch {
    float: none;
    width: 300px;
  }
  .kampo-eyecatch img {
    max-width: 300px;
    width: 300px;
  }
  .kampo-pdf-btn {
    float: none;
    margin: 20px auto;
    width: 280px;
  }
}
@media screen and (max-width: 479px) {
  .kampo-related {
    margin: 30px 10px 40px;
  }
  .kampo-top-page-left,
  .kampo-top-page-right {
    display: block;
    width: 100%;
  }
  .kampo-top-page-left {
    margin-bottom: 20px;
  }
  .kampo-top-page-right img {
    border: 1px solid #333;
  }
}

/*----------------------------------------------------------------
 entry setting (single.php, page.php)
-----------------------------------------------------------------*/
.entry-title {
  border-bottom: 2px solid #eee;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 3px;
  padding: 20px 0 5px;
}
.entry-header-meta {
  color: #777;
  display: table;
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.entry-author-name {
  display: table-cell;
  text-align: left;
}
.entry-author-name a {
  font-weight: bold;
  text-decoration: underline;
}
.entry-date-box {
  display: table-cell;
  line-height: 1.5;
  text-align: right;
}
.entry-date-published {
  margin-right: 10px;
}
.entry-date time {
  color: #222;
  font-weight: bold;
}
.entry-eyecatch {
  margin-bottom: 10px;
  overflow: hidden;
}
.entry-eyecatch img {
  display: block;
  width: 100%;
}

/* 見出し */
.entry-content h2 {
  background: #52d5b2;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin: 45px 0 20px;
  padding: 5px 10px;
}
.entry-content h3 {
  border-bottom: 4px solid #52d5b2;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 20px;
  padding: 2px 10px;
}
.entry-content h4 {
  border-left: 4px solid #52d5b2;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
  padding: 2px 10px;
}

/* 文章とリンクと画像 */
.entry-content p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 10px 20px;
}
.entry-content a {
  word-break: break-all;
  text-decoration: underline;
}
.entry-content p img {
  margin: 0 0 20px;
}
.entry-content figure {
  padding: 0 10px;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff7f 0%);
}
.strong-color {
  color: #f13c3d;
}
.entry-pickup {
  border: 10px solid #87ceeb;
  margin: 0 0 20px;
  padding: 10px;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  font-size: 16px;
  margin-bottom: 30px;
}
.entry-content ul {
  list-style: disc;
  margin-left: 25px;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 25px;
}
.entry-content li {
  margin-bottom: 10px;
}

/* 引用 */
.entry-content blockquote {
  background-color: #f6f6f6;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  padding: 30px 15px;
  margin: 10px 0 30px;
}
.entry-content blockquote p {
  font-size: 14px;
  margin: 0;
}
.entry-content blockquote img {
  margin: 0;
  padding: 0;
}
.entry-content blockquote:before {
  color: #ccc;
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: 10px;
  left: 15px;
}
.entry-content blockquote:after {
  color: #ccc;
  content: "\f10e";
  font-family: fontawesome;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/* テーブル */
.entry-content table {
  background-color: #fff;
  font-size: 16px;
  margin: 10px 0 30px;
  width: 100%;
}
.entry-content tr {
  border-bottom: 1px solid #cfd8dc;
}
.entry-content tr:first-child {
  border-top: 1px solid #cfd8dc;
}
.entry-content th {
  background-color: #52d5b2;
  border-right: 1px solid #52d5b2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px 3px;
}
.entry-content th:first-child {
  border-left: 1px solid #52d5b2;
}
.entry-content td {
  border-right: 1px solid #cfd8dc;
  font-size: 16px;
  padding: 3px 10px;
}
.entry-content td:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content table a {
  display: inline-block;
  text-decoration: underline;
}

/* 著者 */
.author-box {
  border: 2px solid #52d5b2;
  border-radius: 5px;
  margin: 10px 10px 30px;
  padding: 10px;
}
.author-name {
  font-weight: bold;
  margin: 10px;
}
.author-box p,
.author-box ul,
.author-box ol {
  margin-bottom: 10px
}
.author-flex {
  display: flex;
  flex-wrap: nowrap;
}
/* インタビュー */
.interviewer {
  font-weight: bold;
  margin: 0 10px 20px;
  position: relative;
}
.interviewer::before {
  content: "－";
}

/* 記事下部 */
.entry-footer {
  clear: both;
}

@media screen and (max-width: 979px) {
  .entry-content th {
    font-size: 14px;
  }
  .entry-content td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .entry-eyecatch img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .entry-header-meta {
    display: block;
    margin: 5px 0;
  }
  .entry-author-name {
    display: block;
  }
  .entry-date-box {
    display: block;
    text-align: left;
  }
  .entry-date {
    display: inline-block;
    margin-top: 5px;
  }
  .entry-content th {
    font-size: 12px;
  }
  .entry-content td {
    font-size: 12px;
  }
  .author-flex {
    flex-wrap: wrap;
  }
}

/*----------------------------------------------------------------
 sns btn
-----------------------------------------------------------------*/
/* 記事末のSNSボタン */
.sns-btn {
  border-collapse: separate;
  border-spacing: 10px;
  display: table;
  table-layout: fixed;
  min-height: 44px;
  width: 100%;
}
.sns-bottom-btn {
  margin: 0 auto 10px;
  max-width: 740px;
}
.sns-btn a img {
  margin: 0 auto;
}
.sns-btn li {
  display: table-cell;
  vertical-align: top;
}
.sns-btn li a {
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 18px;
  min-height: 30px;
  padding: 12px 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.sns-btn-comment {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
.sns-btn-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 479px) {
  .sns-btn a {
    padding: 8px 0;
    text-align: center;
  }
  .sns-btn p {
    display: inline-block;
    line-height: 1;
    margin-left: 0;
  }
}
/* フッターのSNSボタン */
.sns-box {
  padding: 10px 0 20px;
  text-align: center;
}
.sns-box li {
  display: inline-block;
  height: 36px;
}
.sns-box li a {
  border-radius: 50%;
  display: block;
  line-height: 1;
  margin: 0 10px;
  padding: 10px 0;
  width: 50px;
}
.sns-box i {
  color: #fff;
  font-size: 30px;
}
.sns-box p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* SNSボタンの色 */
.sns-bg-twitter a {background-color: #00b0ed;}
.sns-bg-facebook a {background-color: #3b5998;}
.sns-bg-googleplus a {background-color: #df4a32;}
.sns-bg-youtube a {background-color: #bb0000;}
.sns-bg-instagram a {background-color: #517fa4;}
.sns-bg-vine a {background-color: #00bf8f;}
.sns-bg-hatebu a {background-color: #008fde;}
.sns-bg-pocket a {background-color: #eb4654;}
.sns-bg-rss a {background-color: #ff9900;}
.sns-bg-feedly a {background-color: #2bb24c;}
.sns-bg-line a {background-color: #00C300;}

.sns-btn-twitter a {background-color: #00b0ed;}
.sns-btn-facebook a {background-color: #3b5998;}
.sns-btn-instagram a {background-color: #517fa4;}
.sns-btn-googleplus a {background-color: #df4a32;}
.sns-btn-hatebu a {background-color: #008fde;}
.sns-btn-line a {background-color: #2cbf13;}
.sns-btn-pocket a {background-color: #eb4654;}
.sns-btn-rss a {background-color: #f0c723;}
.sns-btn-feedly a {background-color: #2bb24c;}

.sns-color-mail a {color: #222;}
.sns-color-twitter a {color: #00b0ed;}
.sns-color-facebook a {color: #3b5998;}
.sns-color-googleplus a {color: #df4a32;}
.sns-color-youtube a {color: #bb0000;}
.sns-color-instagram a {color: #517fa4;}
.sns-color-vine a {color: #00bf8f;}
.sns-color-hatebu a {color: #008fde;}
.sns-color-pocket a {color: #eb4654;}
.sns-color-rss a {color: #f0c723;}
.sns-color-feedly a {color: #2bb24c;}
.sns-color-line a {color: #00C300;}
/* Feedly, Pocket, Hatebu ( http://douraku.sw2x.com/web/3868/ ) */
@font-face {
  font-family: "iconvault";
  src: url("fonts/iconvault.eot");
  src: url("fonts/iconvault.eot?#iefix") format("embedded-opentype"),
       url("fonts/iconvault.woff") format("woff"),
       url("fonts/iconvault.ttf") format("truetype"),
       url("fonts/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-pocket:before {
  content: "\f101";
  font-family: "iconvault";
}
.icon-feedly:before {
  font-family: "iconvault";
  content: '\f102';
}
.icon-hatebu:before {
  content: "\f103";
  font-family: "iconvault";
}

/*----------------------------------------------------------------
 entry footer 関連記事
-----------------------------------------------------------------*/
.tagst {
  margin: 20px 10px;
}
.tagst ul, .tagst li {
  display: inline-block;
}
.tagst li {
  margin: 8px 4px;
}
.tagst-title {
  margin: 5px;
  font-weight: bold;
}
.tagst a {
  background-color: #e9b927;
  border-radius: 12px 3px 3px 12px;
  color: rgba(0,0,0,0.75);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 5px;
  padding: 5px 8px 5px 10px;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .tagst-title {
    display: block;
  }
  .tagst {
    margin: 20px 10px;
  }
}

/*----------------------------------------------------------------
 アーカイブ・検索結果(archive.php・search.php) 
-----------------------------------------------------------------*/
.archive-title {
  color: #fff;
  font-size: 28px;
  font-weight:bold;
  line-height: 1;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.archive-description {
  margin: 20px auto 0;
  max-width: 640px;
  padding: 0 10px;
}
.archive-description a {
  text-decoration: underline;
}
/* 検索結果ページ */
.search-content {
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 479px) {
  .archive-title {
    font-size: 21px;
    text-align: left;
  }
  .search-content {
    box-sizing: border-box;
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

/*----------------------------------------------------------------
 AdSense
-----------------------------------------------------------------*/
/* 共通 */
.ads-sponsored-link {
  font-size: 12px;
  color: #999;
  text-align: center;
}
/* ヘッダーの横長バナー */
.ads-header-pc {
  margin: 10px auto 5px;
  text-align: center;
  width: 728px;
}
.ads-header-sp {
  margin: 5px auto 0;
  text-align: center;
  width: 320px;
}
/* 横並びに2枚表示 (記事一覧の途中・記事ページmoreタグ・記事ページフッター) */
.ads-double {
  font-size: 0;
  margin: 10px auto;
  max-width: 682px;
}
.ads-double-left,
.ads-double-right {
  display: inline-block;
  font-size: 16px;
}
.ads-double-right {
  margin-left: 10px;
}
/* 横並びに2枚表示してる箇所はスマホでは1枚 */
.ads-single {
  margin: 10px auto 5px;
  text-align: center;
}
/* 関連記事ユニット */
.entry-footer-related {
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 479px) {
}
@media screen and (max-width: 320px) {
  .ads-header-sp {
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------
 アフィリエイト
-----------------------------------------------------------------*/
.amlink-frame {
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 10px 0 30px;
  max-width: 540px;
  padding: 20px;
  width: 100%;
}
.amlink-img {
  display: table-cell;
  vertical-align: middle;
}
.amlink-img img {
  width: 250px;
}
.amlink-txt {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.amlink-txt a {
  color: #222;
  display: block;
}
.amlink-btn a {
  background-color: #e9b927;
  border: 1px solid #e9b927;
  border-radius: 8px;
  color: rgba(0,0,0,.75);
  display: block;
	font-size: 14px;
  font-weight: bold;
  margin: 8px auto;
  max-width: 280px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .amlink-img {
    display: block;
    margin-bottom: 10px;
  }
  .amlink-img img {
    width: 100%;
  }
  .amlink-txt {
    display: block;
    padding: 10px 0;
  }
}
/*----------------------------------------------------------------
 ボタン
-----------------------------------------------------------------*/
/* メインのボタン */
.main-btn {
  clear: both;
  margin: 20px auto;
}
.content-pdf-btn a,
.kampo-pdf-btn a,
.kampo-footer-btn a,
.main-btn a {
  background-color: #e9b927;
  border: 1px solid #e9b927;
  border-radius: 15px;
  box-shadow: 0 6px 0 rgba(208, 165, 61, 1);
  color: rgba(0,0,0,.75);
  display: block;
	font-size: 16px;
  font-weight: bold;
  margin: 8px auto;
  max-width: 480px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 95%;
}
.content-pdf-btn a:before,
.kampo-pdf-btn a:before,
.kampo-footer-btn a:before,
.main-btn a:before {
  border-top: 2px solid rgba(0,0,0,.75);
  border-right: 2px solid rgba(0,0,0,.75);
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
    right: 20px;
    top: 50%;
  transform: rotate(45deg);
  width: 12px;
}
.kampo-footer-btn {
  margin: 0 auto 50px;
}
.content-pdf-btn a {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/*----------------------------------------------------------------
 ポップアップ
-----------------------------------------------------------------*/
.popup-frame {
  padding: 20px;
  margin: 0 auto;
  max-width: 580px;
}
.pum-title {
  margin-top: 15px;
  text-align: center !important;
}
.pum-close {
  display: none;
}
.popup-txt p {
  color: #141414;
  margin-bottom: 15px;
  text-align: center;
}
.popup-description{
  font-size: 15px;
}
.popup-check{
  font-size: 20px;
  font-weight: bold !important;
  margin-top: 30px;
}
.popup-caution{
  color: #c00 !important;
  font-size: 15px;
  font-weight: bold !important;
}
.popup-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px 0 0;
}
.popup-btn li {
  margin: 0 10px;
  width: calc(50% - 20px);
}
.popup-btn-yes button {
  background-color: #e9b927;
  border: 2px solid #e9b927;
  color: #fff;
  display: block !important;
  font-size: 16px;
  outline: none;
  padding: 10px 25px;
  text-align: center;
  width: 100%;
}
.popup-btn-yes button:hover {
  opacity: .7;
}
.popup-btn-no a {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #222;
  display: block;
  font-size: 16px;
  padding: 10px 25px;
  text-align: center;
  width: 100%;
}


