@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: delaymania-20200621
Description: delaymania theme
---------------------------------------------------------*/

/* 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;}

body {
  background-color: #eee;
  color: #333;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
	color: #0693cd;
	text-decoration: none;
}
a:visited {
	color: #0693cd;
}
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 {
  color: #c00;
  font-weight: bold;
}
img, video, object {
	border: none;
	display: inline-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 {
  margin: 0 0 20px;
	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: #333;
}
::selection {
  background: #ffef86;
  color: #333;
}
#wrapper {
	position: relative;
}

/*----------------------------------------------------------------
 contents frame
-----------------------------------------------------------------*/
.header-inner,
.top-word ul,
.header-cat-nav ul,
.page-container,
.footer-search-box,
.breadcrumbs,
.footer-inner {
  margin: 0 auto;
  max-width: 1125px;
}
.top-content {
  margin: 0 auto;
  max-width: 1125px;
}
.header {
  background-color: #0693cd;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 100;
}
.header-nav {
  background: #0693cd;
}
.breadcrumbs-frame {
  width: 100%;
  z-index: 50;
}
.page-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.main-content {
  padding: 0;
  margin: 0;
  width: calc(100% - 300px);
}
.main-content-single {
  padding: 10px;
  margin: 0;
  width: calc(100% - 300px);
}
.main-content-onecolumn {
  margin: 0;
  width: 100%;
}
.top-container {
  overflow: hidden;
  width: 100%;
}
.footer-search-frame {
  background-color: #0693cd;
  margin-top: 30px;
  padding: 30px 0;
  width: 100%;
}
.footer-search-box {
  width: 100%;
}
.main-frame {
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.sidebar {
  border-radius: 3px;
  margin: 10px 0 0;
  position: relative;
  width: 300px;
}
.footer {
  background: #fff;
  border-top: 1px solid #eee;
  clear: both;
  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;
  padding-right: 30px;
  padding-left: 30px;
}
.entry-frame {
  background-color: #fff;
  padding: 10px;
}
.entry-content {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1080px) {
  .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-container {
    display: block;
  }
  .main-content,
  .main-content-single,
  .main-content-onecolumn {
    background-color: #fff;
    margin: 0;
    padding: 1px 0 0;
    width: 100%;  
  }
  .sidebar {
    float: none;
    margin: 10px 0 0;
    width: 100%;  
  }
  #sidebar {
    height: auto !important;
  }
  #sidebar-inner {
    bottom: 0 !important;
    position: relative !important;
    width: 100% !important;
  }
  .footer-search-frame {
    margin: 0;
  }
  .footer {
    margin-top: 0;
  }
  .footer-info {
    margin-bottom: 50px;
  }
  .footer-info,
  .footer-nav-box {
    width: 100%;  
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 140px;
  }
  .header-cat-nav {
    padding: 3px 0 0;
  }
  .main-content,
  .main-content-single,
  .main-content-onecolumn {
    padding: 0;
  }
  .entry-header  {
    border-top: 1px solid #fff;
  }
  .entry-frame {
    padding: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .entry-header  {
    padding: 0 20px;
  }
  .entry-content {
    padding: 10px 10px 0;
  }
  .footer {
    padding: 20px 0 0;
  }
}

/*----------------------------------------------------------------
 header
-----------------------------------------------------------------*/
/* basic frame */
.header-inner {
  position: relative;
}
.header-logo {
  position: relative;
}
.header-search-frame {
  position: absolute;
  top: 14px;
  right: 100px;
  z-index: 2;
}
.menubox-frame {
  display: none;
}
/* ロゴ */
.header-logo a {
  display: block;
  height: auto;
  padding: 10px;
  text-decoration: none;
  width: 270px;
}
/* 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: 3px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0;
  font-size: 16px;
  height: 37px;
  line-height: 1;
  margin-right: 5px;
  padding: 0 10px;
  width: 220px;
}
.search-form-text-box input[type=text]:focus {
  outline: 0;
  border: 3px solid #999;
}
#search-form-submit {
  background: #0693cd none repeat scroll 0 center;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  height: 37px;
  line-height: 1;
  width: 40px;
}
#search-form-submit:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* メールボタン */
.header-mail-btn {
  background-color: #fff;
  border-radius: 50%;
  color: #0693cd;
  display: block;
  height: auto;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 11px 8px 7px;
  position: absolute;
  top: 15px;
  right: 0;
  vertical-align: middle;
  width: 20px;
  z-index: 100;
}
.header-mail-btn i {
  font-size: 24px;
  text-align: center;
}
/* メニューページ用のスタイル ------------------ */
/* ヘッダーナビボタンはPCで非表示 */
.header-menu-btn {
  display: none;
}
/* あらかじめ隠しておくもの */
.hide {
  display: none;
}

/* ヘッダーナビゲーション(ロゴ下) */
.header-cat-nav {
  height: auto;
  width: 100%;
}
.header-cat-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.header-cat-nav li {
  flex-flow: column wrap;
  width: 25%;
}
.header-cat-nav a {
  background-color: #fff;
  border-radius: 6px;
  color: #0693cd;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 10px;
  padding: 8px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
/* headerの構造 */
  .header-banner {
    height: 54px;
  }
  .header-logo {
    margin: 0;
    z-index: 10;
  }
  .header-logo a {
    padding: 5px 10px;
    width: 220px;
  }
  .header-logo img {
    width: 220px;
  }
  .header-mail-btn,
  .header-nav {
    display: none;
  }
  .header-cat-nav ul {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .header-cat-nav li {
    box-sizing: border-box;
    flex: 0 0 30%;
    margin: 0 0 5px 5px;
  }


/* スマホ用のメニューページに関するもの -------------------------- */
  .menubox-frame {
    background: #0693cd;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .menu-page-frame {
    background: #0693cd;
    height: 2500px;
    position: absolute;
    top: 50px;
    width: 100%;
  }

  /* メニューボタンと閉じるボタン */
  .menubox-menu-check {
    display: none;
  }
  .menubox-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 30px;
    height: 22px;
    cursor: pointer;
    display: block;
    z-index: 11;
  }
  .menubox-btn::before {
    box-shadow: #fff 0 10px 0;
  }
  .menubox-btn::after {
    bottom: 0;
  }
  .menubox-btn::before,
  .menubox-btn::after {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  }
  .menubox-open-txt {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 34px;
    right: 6px;
  }
  .menubox-close-txt {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 34px;
    right: 12px;
  }
  /* メニュー内 */
  .menu-page-search-frame {
    margin: 30px auto 20px;
    width: 250px;
  }
  .menubox-nav {
    background: #0693cd;
    height: 2500px;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .menubox-title {
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 5px;
    padding: 10px 0 0;
    text-align: center;
  }
  /* メニュー開閉時のアニメーション */
  .menubox-menu-check:checked ~ .menubox-btn::before {
    box-shadow: transparent 0 0 0;
    transform: rotate(45deg) translate3d(10px, 10px, 0);
  }
  .menubox-menu-check:checked ~ .menubox-btn::after {
    transform: rotate(-45deg) translate3d(4px, -4px, 0);
  }
  .menubox-menu-check:checked ~ .menubox-nav {
    left: 0;
  }
  /* メニューページテキストリンク */
  .menu-page-list {
    margin: 30px auto 0;
    max-width: 400px;
    padding-bottom: 10px;
    width: 90%;
  }
  .menu-page-list li {
    border-bottom: 4px solid #fff;
    position: relative;
  }
  .menu-page-list li::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
  }
  .menu-page-list a {
    color: #fff;
    display: block;
    line-height: 1;
    padding: 16px 16px 14px;
  }
}
@media screen and (max-width: 767px) {
  .header-search-frame {
    margin: 5px auto;
    position: relative;
    top: 0;
    right: 0;
    width: 265px;
  }
}

/*----------------------------------------------------------------
 breadcrumbs
-----------------------------------------------------------------*/
.breadcrumbs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 10px 10px 5px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  background-color: #FBC02D;
  border: 1px solid #FBC02D;
  border-radius: 12px;
  box-shadow: 0 4px 0 rgba(225, 172, 40, 1);
  color: rgba(0,0,0,0.75);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 15px;
  margin: 0 10px 0 0;
}
.breadcrumbs a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
  -webkit-transform: translate3d(0, 4px, 0);
}
.breadcrumbs li:after {
  color: #777;
  content: ">";
  margin-right: 5px;
  font-size: 12px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    background-color: #fff;
    margin: 0;
    padding: 15px 20px 10px;
  }
}
@media screen and (max-width: 479px) {
  .breadcrumbs li {
    margin: 0 3px 10px 0;
  }
  .breadcrumbs a {
    margin-right: 5px;
    padding: 6px 10px;
  }
  .breadcrumbs:after {
    margin-right: 2px;
  }
}
@media screen and (max-width: 374px) {
  .breadcrumbs li {
    margin: 0 2px 10px 0;
  }
  .breadcrumbs a {
    margin-right: 3px;
    padding: 4px 8px;
  }
  .breadcrumbs:after {
    margin-right: 1px;
  }
}

/*----------------------------------------------------------------
 sidebar
-----------------------------------------------------------------*/
.sidebar-banner {
  margin-bottom: 10px;
}
.sidebar-banner img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
#sidebar-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.sidebar-box {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 0 10px 10px;
  position: relative;
}
.sidebar-box-ad {
  margin: 0 auto 10px;
  width: 300px;
}
.sidebar-title {
  border-bottom: 4px solid #eee;
  color: #0693cd;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 6px 0 2px;
  text-align: center;
}

/* サイドバープロフィール */
.sidebar-author {
  display: flex;
}
.sidebar-author-avatar {
  margin: 5px;  
  width: 80px;
}
.sidebar-author-info {
  width: calc(100% - 80px);
}
.sidebar-author-avatar img {
  border-radius: 50%;
  width: 80px;
}
.sidebar-author-title {
  font-weight: bold;
  margin: 5px 0;
}
.sidebar-author-description {
  font-size: 14px;
  line-height: 1.5;
}
.sidebar-twitter-btn {
  margin: 10px auto;
  width: 195px;
}
/* サイドバーカテゴリー */
.sidebar-cat-ul {
  box-sizing: border-box;
  margin: -5px 0 15px;
}
.sidebar-cat-ul li {
  border-bottom: 2px solid #eee;
  position: relative;
}
.sidebar-cat-ul a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px ;
}
.sidebar-cat-ul 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;
}
.sidebar-cat-child a {
  padding-left: 30px;
  position: relative;
}
.sidebar-cat-child a:after {
  color: #ccc;
  content: "┗";
  position: absolute;
  top: 10px;
  left: 10px;
}
.sidebar-cat-grandson a {
  padding-left: 50px;
  position: relative;
}
.sidebar-cat-grandson a:after {
  color: #ccc;
  content: "┗";
  position: absolute;
  top: 10px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .sidebar-box {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  .sidebar-banner {
    margin: 10px 0;
  }
  .sidebar-title {
    font-size: 20px;
  }
}

/*----------------------------------------------------------------
 YouTube 動画ボックス サイドバーとフッター
-----------------------------------------------------------------*/
.yt-img {
  position: relative;
}
.yt-img::before {
  content: '';
  background-color: rgba(0,0,0,.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yt-thumb-txt {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  margin: 0px 0 -10px;
  padding: 10px;
  text-align: center;
}
.yt-box-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .yt-box-sp {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    display: block;
    position: fixed;
      right: 10px;
      bottom: 10px;
    z-index: 9999;
  }
  .yt-img-sp {
    height: auto;
    width: 100px;
  }
  .yt-txt-sp {
    background-color: #222;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
  }
  .yt-icon a {
    color: #bb0000;
  }
}

/*----------------------------------------------------------------
 footer search area
-----------------------------------------------------------------*/
/* トップページ検索エリア */
.footer-search-title {
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
}
.footer-search-window {
  margin: 0 auto;
  width: 265px;
}
.footer-search-window input[type=text] {
  width: 270px;
}
.footer-search-subtitle {
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 10px 20px;
  text-align: center;
}
.footer-search-keyword {
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-search-keyword-link li {
  display: inline-block;
}
.footer-search-keyword-link a {
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: underline;
}
@media screen and (max-width: 479px) {
  .footer-search-title {
    font-size: 20px;
  }
  .footer-search-window input[type=text] {
    width: 230px;
  }
}
/*----------------------------------------------------------------
 footer navigation
-----------------------------------------------------------------*/
/* フッターのサイト情報 */
.footer-logo {
  margin: 0 auto 20px;
  width: 270px;
}
.footer-logo a {
  color: #0693cd;
  display: block;
  font-family: 'bonvenocflight';
  font-size: 36px;
  padding: 10px;
  text-decoration: none;
}
.footer-description {
  font-size: 15px;
  margin: 0 auto;
  max-width: 310px;
  text-align: left;
}
/* フッターナビゲーション */
.footer-nav {
  margin: 20px auto 0;
  max-width: 300px;
}
.footer-nav li {
  border-bottom: 2px solid #eee;
  position: relative;
}
.footer-nav a {
  color: #333;
  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 */
#back-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;
}
/* モバイルフッター固定メニュー */
.fixed-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  /* モバイルフッター固定メニュー */
  .fixed-menu {
    background-color: #fff;
    box-shadow: 0 -2px 2px 1px rgba(0, 0, 0, 0.05);
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  .fixed-menu ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }
  .fixed-menu li {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    display: table-cell;
    width: 25%;
  }
  .fixed-menu li:last-child {
    border: 0;
  }
  .fixed-menu a {
    display: block;
    padding: 8px 0 8px;
  }
  .fixed-menu-yt a {
    color: #bb0000;
  }
  .fixed-menu i {
    font-size: 20px;
  }
  .fixed-menu p {
    font-size: 10px;
    line-height: 1.2;
  }
}

/*----------------------------------------------------------------
 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: #333;
  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: #0693cd;
  border: 1px solid #0693cd;
  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;
  }
}

/*----------------------------------------------------------------
 トップページ (index.php)
-----------------------------------------------------------------*/
#top-web,
#top-entame,
#top-news {
  margin: 140px 0 0;
  padding: 50px 0 30px;
}
#top-webservice,
#top-gadget,
#top-gourmet {
  padding: 0 0 10px;
}
#top-category {
  padding: 0 0 30px;
}
.top-content {
  margin-top: 8px;
}
.top-list-section {
  padding-bottom: 20px;
}
.top-list-section .card-frame article {
  position: relative;
  z-index: 1;
}
.top-category {
  margin: 0 auto;
  max-width: 700px;
}
#top-webservice,
#top-gadget,
#top-gourmet {
  background-color: #0693cd;
  margin: 100px 0;
  position: relative;
}
#top-webservice::before,
#top-gadget::before,
#top-gourmet::before {
  background: #0693cd;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
    top: -65px;
    left: 0;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}
#top-webservice::after,
#top-gadget::after,
#top-gourmet::after {
  background: #0693cd;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
    top: 580px;
    left: 0;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
}
#top-webservice,
#top-webservice::before,
#top-webservice::after {
  background-color: #0693cd;
}
#top-gadget,
#top-gadget::before,
#top-gadget::after {
  background-color: #0693cd;
}
#top-gourmet,
#top-gourmet::before,
#top-gourmet::after {
  background: #f0b31f;
}
#top-webservice .top-title,
#top-gadget .top-title,
#top-gourmet .top-title {
  color: #fff;
}
.top-title {
  color: #0693cd;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.top-word {
  box-sizing: border-box;
  padding: 0 10px;
}
.top-word li {
  display: inline-block;
}

/* タイルの下のキーワード */
.top-word-title {
  font-size: 13px;
  margin: 10px 0 -5px;
  text-align: center;
}
.top-word-title-bg {
  background-color: #222;
  color: #fff;
  padding: 2px 5px;
}
.top-list-word,
.top-list-word-white {
  display: flex;
  justify-content: center;
}
.top-list-word a {
  color: #222;
  display: block;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: underline;
}
.top-list-word-white a {
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 10px 15px;
  text-decoration: underline;
}
/* トップのヘッダーナビ */
.top-header-nav {
  border-collapse: separate;
  border-spacing: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.top-header-nav li {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: table-cell;
  text-align: center;
  width: 33%;
}
.top-header-nav a {
  display: block;
  padding: 10px 0
}
.top-header-nav p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-header-nav {
    margin: 30px 0 0;
  }
  #top-web,
  #top-entame,
  #top-news,
  #top-category,
  #top-webservice,
  #top-gadget,
  #top-gourmet,
  .top-list-section,
  .top-section {
    margin: 0;
    padding: 0;
  }
  .top-content {
    padding: 5px 0 10px 5px;
  }
  #top-webservice,
  #top-gadget,
  #top-gourmet {
    margin-top: 30px;
  }
  #top-webservice::before,
  #top-gadget::before,
  #top-gourmet::before {
    height: 0;
    top: -25px;
    transform: skewY(0);
  }
  #top-webservice::after,
  #top-gadget::after,
  #top-gourmet::after {
    height: 0;
    top: 300px;
    transform: skewY(0);
  }
  #top-webservice,
  #top-gadget,
  #top-gourmet {
    margin: 20px 0;
    padding: 0;
  }
  .top-list-word a,
  .top-list-word-white a {
    font-size: 16px;
    padding: 5px;
  }
}
@media screen and (max-width: 479px) {
  .top-title {
    font-size: 24px;
    padding: 2px 0;
  }
}

/*----------------------------------------------------------------
 top page pagination
-----------------------------------------------------------------*/
.pagination {
	clear: both;
  margin: 0 auto 15px;
  max-width: 300px;
}
.pagination-btn {
  margin-bottom: 15px;
}
/* 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: #0693cd;
}
/* page navigation */
.pagination-content ul {
  border-collapse: separate;
  border-spacing: 5px 0;
  display: table;
	font-size: 14px;
  font-weight: bold;
  line-height: 1;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.pagination-content li {
  display: table-cell;
	text-decoration: none;
  vertical-align: top;
}
.pagination-prev a:first-child {
  border-radius: 10px 3px 3px 10px;
	color: #FBC02D;
  position: relative;
}
.pagination-prev a:first-child:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  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: 3px 10px 10px 3px;
	color: #FBC02D;
  position: relative;
}
.pagination-next a:last-child:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  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: #FBC02D;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(208, 165, 61, 1);
  color: #fff;
  display: block;
  padding: 10px 0;
}
.pagination-content a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
  -webkit-transform: translate3d(0, 4px, 0);
}
.pagination-current {
	background-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
	color: #fff;
  display: block;
  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: 10px;
  width: 100%;
}
.pagination-nav a {
	background-color: #FBC02D;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(208, 165, 61, 1);
  color: #fff;
  font-weight: bold;
	padding: 6px 9px 5px 9px;
}
.pagination-first {
  display: table-cell;
}
.pagination-last {
  display: table-cell;
  text-align: right;
}

/*----------------------------------------------------------------
 archive.php
-----------------------------------------------------------------*/
.archive-title {
  color: #0693cd;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.archive-title-main {
  position: relative;
}
.archive-title-main::before {
  color: #222;
  content: "「";
  font-size: 24px;
  position: absolute;
  top: -5px;
  left: -30px;
}
.archive-title-main::after {
  color: #222;
  content: "」";
  font-size: 24px;
  position: absolute;
  right: -30px;
  bottom: -5px;
}
.archive-title-sub {
  color: #222;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 0 25px;
}
.archive-category {
  margin: 5px;
}
.archive-category .category-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .archive-header-eyecatch {
    background-position: top center;
  }
  .archive-title-box,
  .archive-description-box {
    height: 20vh;
  }
  .archive-title {
    font-size: 36px;
    padding: 10px 0 20px;
  }
  .archive-description-box {
    align-items: top;
  }
  .archive-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .archive-title {
    font-size: 24px;
  }
  .archive-category .category-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .archive-title-sub {
    font-size: 18px;
  }
}
/*----------------------------------------------------------------
 一覧表示 (index.php, home.php, archive.php)
-----------------------------------------------------------------*/
/* list style */
.list-frame {
}
.list-box {
  background: #fff;
  border-collapse: separate;
  border-radius: 3px;
  border-spacing: 4px;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.list-box a {
  display: block;
}
.list-img,
.list-text {
  display: table-cell;
  vertical-align: top;
}
.list-img {
  width: 120px;
  max-height: 100px;
  overflow: hidden;
}
.list-img img {
  width: 120px;
}
.list-text {
  padding: 0 0 0 5px;
}
.list-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 10px 10px 0;
}
.list-cat {
  background-color: #0693cd;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 4px 8px;
}
.list-date {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}
/* 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: 1px solid #e0e0e0;
  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: 32%;
}
.card-box-ads {
  background: #fff;
  border: 1px solid #e0e0e0;
  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: 32%;
}
.card-box a {
  color: #fff;
}
.card-img img {
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.card-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px;
  padding: 0 5px 10px;
}
.card-meta {
  font-size: 12px;
  line-height: 1;
  margin: 5px 5px 0;
  width: 100%;
}
.card-cat {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 5px;
  padding: 3px 10px;
}
.card-date {
  color: #999;
  display: inline-block;
}
/* カテゴリー一覧ページ */
.category-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;
}
.category-frame a {
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 0 0.5% 8px 0.5%;
  position: relative;
  vertical-align: top;
  width: 32.3%;
}
.sidebar-box .category-frame a {
  height: 90px;
  margin: 0 0.5% 3px 0.5%;
}
.category-frame a::before {
  content: '';
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category-title {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.top-category .category-title {
  font-size: 18px;
}
/* slide style */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
.slide-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: auto;
  margin-right: 1%;
  width: 16%;
}
.slide-img img {
  border-radius: 3px 3px 0 0;
  height: auto;
  width: 100%;
}
.slide-text {
  padding: 5px 10px;
}
.slide-title {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
/* スマホでスライダーになるタイル型UI */
.tile-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;
}
.tile-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  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%;
}
#top-webservice .tile-box,
#top-gourmet .tile-box {
  border: 0;
}
/* common style */
.catalog-title,
.catalog-title a {
  color: #222;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.catalog-cat {
  background-color: #83c9e6;
  border-radius: 6px;
  color: rgba(0,0,0,0.75);
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  padding: 1px 8px;
}
.catalog-cat a {
  color: #fff;
  display: inline-block;
  padding: 1px 8px;
}
.catalog-date {
  color: #777;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .category-frame {
    padding-bottom: 20px;
  }
  .card-title {
    font-size: 16px;
  }
  .card-box,
  .card-box-ads {
    margin: 0 2% 10px 2%;
    width: 96%;
  }
  .slide-wrap {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .slide-box {
    box-sizing: border-box;
    flex: 0 0 60%;
    margin: 0 0 5px 5px;
  }
  .tile-frame {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .tile-box {
    flex: 0 0 60%;
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 666px) {
  .list-img,
  .list-img img {
    width: 120px;
  }
  .list-title {
    font-size: 15px;
    margin: 0 5px 5px 0;
  }
}
@media screen and (max-width: 479px) {
  .category-frame a {
    margin: 0 0.5% 3px 0.5%;
  }
  .top-category .category-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .category-title {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------
 ランキングページ
-----------------------------------------------------------------*/
.ranking-section {
  padding: 0 0 10px;
}
.ranking-title {
  color: #222;
  font-size: 36px;
  font-weight: bold;
  margin: 30px auto 0;
  text-align: center;
}
.rank-text {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 5px 0;
  padding: 0 5px 5px;
}
/* 上位3位 */
.rank-top-frame {
  counter-reset: ranking-mark;
  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;
}
.rank-a-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  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: 39%;
}
.rank-b-box,
.rank-c-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  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: 29%;
}
.rank-top-frame li {
  position: relative;
}
.rank-top-frame li::before {
  border-style: solid;
  border-width: 40px 40px 0 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.rank-top-frame li:nth-child(1):before,
.rank-frame li:nth-child(1):before {
  border-color: #fa0 transparent transparent transparent;
  color: #fff;
}
.rank-top-frame li:nth-child(2):before,
.rank-frame li:nth-child(2):before {
  border-color: #bbb transparent transparent transparent;
  color: #fff;
}
.rank-top-frame li:nth-child(3):before,
.rank-frame li:nth-child(3):before {
  border-color: #930 transparent transparent transparent;
  color: #fff;
}
.rank-top-frame li:after {
  color: #fff;
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 5;
}
/* 4位以下 */
.rank-other-frame {
  counter-reset: item [4-1];
  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;
}
.rank-other-frame li {
  background: #fff;
  border: 1px solid #e0e0e0;
  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%;
  position: relative;
  vertical-align: top;
  width: 15.6666%;
}
.rank-other-frame li::before {
  border-color: #0693cd transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0;
  color: #fff;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.rank-other-frame li:after {
  color: #fff;
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 5;
}
/* 5位までのコンパクトなランキング */
.rank-frame {
  counter-reset: ranking-mark;
  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;
}
.rank-frame li {
  background: #fff;
  border: 1px solid #e0e0e0;
  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%;
  position: relative;
  vertical-align: top;
  width: 19%;
}
.rank-frame li::before {
  border-color: #0693cd transparent transparent transparent;
  border-style: solid;
  border-width: 30px 30px 0 0;
  color: #fff;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
}
.rank-frame li:after {
  color: #fff;
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .ranking-title {
    font-size: 24px;
    margin: 0 auto;
  }
  .rank-text {
    font-size: 15px;
  }
  .rank-a-box {
    margin: 0 0.5% 10px 0.5%;
    width: 99%;
  }
  .rank-b-box,
  .rank-c-box {
    margin: 0 0.5% 10px 0.5%;
    width: 49%;
  }
  .rank-other-frame,
  .rank-frame {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .rank-other-box {
    flex: 0 0 40%;
    margin: 0 0 5px 5px;
  }
}
@media screen and (max-width: 414px) {
  .rank-text {
    font-size: 13.5px;
    margin: 5px 5px 0;
    padding: 0 0 5px;
  }
}

/*----------------------------------------------------------------
 basic setting (single.php, page.php, archive.php, search.php, taxonomy.php)
-----------------------------------------------------------------*/
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content li {
  letter-spacing: .08em;
}

.entry-header {
  width: 100%;
}
.entry-title {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 20px 0;
}
.entry-header-meta {
  color: #777;
  display: table;
  font-size: 12px;
  margin: 5px 0 5px;
  width: 100%;
}
.entry-author-title {
  display: table-cell;
  text-align: left;
}
.entry-author-thumb img {
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.entry-date-box {
  display: table-cell;
  line-height: 1.5;
  text-align: right;
}
.entry-date-published {
  margin-right: 10px;
}
.entry-date time {
  color: #333;
  font-weight: bold;
}
.entry-eyecatch {
  margin-bottom: 10px;
  overflow: hidden;
}
.entry-eyecatch img {
  display: block;
  width: 100%;
}

/* 見出し */
.entry-content h2 {
  background: #0693cd;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
  margin: 45px 0 20px;
  padding: 12px 10px;
}
.entry-content h3 {
  background-color: #f6f6f6;
  border-left: 4px solid #0693cd;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin: 45px 0 20px;
  padding: 12px 10px;
}
.entry-content h4 {
  border-left: 4px solid #0693cd;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 45px 0 15px;
  padding: 10px;
}

/* 文章とリンクと画像 */
.entry-content p {
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 10px 24px;
}
.entry-content a {
  font-weight: bold;
  word-break: break-all;
  text-decoration: underline;
}
.entry-content p img {
  margin: 0 0 15px;
}
.entry-imgbox {
  margin: 0 10px 20px;
}
.entry-imgtxt {
  font-size: 16px;
  line-height: 1.8;
}
.entry-imgbox img {
  width: 100%;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff7f 0%);
}
.strong-color {
  color: #f13c3d;
}
.entry-content p img.gray-border {
	border: 2px solid #ccc;
	box-sizing: border-box;
}
.entry-content p > code {
  background-color: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 0 2px;
  padding: 4px 10px;
  position: relative;
}
.entry-content figure {
  margin: 0 0 20px;
}
.entry-content figure img {
  display: block;
  margin: 0;
}
.alignnone {
  margin-bottom: 0 0 60px;
}
.photoby {
  color: #999;
  font-size: 12px;
}

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

/* 引用 */
.entry-content blockquote {
  background: linear-gradient(130deg, #141E30, #243B55);
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 30px 15px;
  margin: 10px 10px 30px;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote strong {
  color: #ff8;
}
.entry-content blockquote a {
  color: #FBC02D;
}
.entry-content blockquote img {
  margin: 0;
  padding: 0;
}
.entry-content blockquote:before {
  color: rgba(255,255,255,0.1);
  content: "\f10d";
  font-family: fontawesome;
  font-size: 72px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.entry-content blockquote:after {
  color: rgba(255,255,255,0.1);
  content: "\f10e";
  font-family: fontawesome;
  font-size: 72px;
  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: #f5f5f5;
  border-right: 1px solid #cfd8dc;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 10px 3px;
}
.entry-content th:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content td {
  border-right: 1px solid #cfd8dc;
  font-size: 16px;
  line-height: 1.6;
  padding: 3px 10px;
}
.entry-content td:first-child {
  border-left: 1px solid #cfd8dc;
}
.entry-content table a {
  display: inline-block;
  text-decoration: underline;
}
/* テーブル(お店情報) */
.entry-table-shop caption {
  color: #777;
  font-size: 14px;
  padding: 5px;
}
.entry-table-shop th {
  width: 80px;
}
.entry-table-shop ul {
  margin: 5px 0 0 10px;
}
/* テーブル(横スクロール) */
.entry-table-scroll {
  display: block;
  overflow: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* 記事内の目次 */
#toc_container a {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px;
  text-decoration: underline;
}
/* single.phpのnextpageのページネーションで調整 */
.entry-nextpage-frame {
  margin: 0 auto 30px;
  max-width: 300px;
  text-align: center;
  width: 100%;
}
.entry-nextpage-numbers {
	background-color: #ccc;
  border-radius: 6px;
	color: rgba(255,255,255,.85);
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px 15px;
}
a .entry-nextpage-numbers {
	background-color: #FBC02D;
  border-radius: 6px;
  color: rgba(255,255,255,.85);
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
  padding: 5px 15px;
}

/* テキスト・リンクの装飾 */
.ccaution,
.ttext {
  border-radius: 5px;
  position: relative;
  padding: 15px;
  margin: 10px 10px 30px;
}
.ccaution ul,
.ccaution ol,
.ttext ul,
.ttext ol,
.llink ul,
.llink ol {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
.ccaution li,
.ttext li,
.llink li {
  padding: 5px 0;
}
.ccaution {
  background-color: #fcf8e3;
  border: 4px solid #faebcc;
  border-radius: 5px;
  color: #8a6d3b;
  font-size: 16px;
  position: relative
}
.ccaution a {
  color: #FBC02D;
  text-decoration: underline;
}
.ccaution p:last-child {
  margin-bottom: 0;
}
.ccaution:after {
  color: rgba(0,0,0,0.05);
  content: "\f071";
  font-family: fontawesome;
  font-size: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.ttext {
  background: linear-gradient(130deg, #141E30, #243B55);
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}
.ttext strong {
  color: #ff8;
}
.ttext a {
  color: #FBC02D;
  text-decoration: underline;
}
.llink {
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 10px 0 50px;
}
.llink ul {
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.llink li {
  padding: 5px 0;
}
.llink a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding: 15px;
  text-decoration: underline;
}
.llink a:after {
  content:"\f08e";
  font-family: fontawesome;
}

/* ブログカード */
.entry-card-box {
  margin: 20px auto;
  position: relative;
  width: 100%;
}
.entry-card-box:before {
  background-color: #0693cd;
  border-radius: 5px 5px 0 0;
  content: "関連する記事をチェック";
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0;
  padding: 8px 12px 5px;
}
.entry-card-box a {
  background-color: #fff;
  border: 3px solid #0693cd;
  border-collapse: separate;
  border-spacing: 10px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
}
.entry-card-img {
  display: table-cell;
  width: 120px;
}
.entry-card-img img {
  width: 120px;
}
.entry-card-txt {
  display: table-cell;
  vertical-align: top;
}
.entry-card-title {
  font-weight: bold;
  text-decoration: underline;
}
.entry-card-btn {
  background-color: #FBC02D;
  border-radius: 12px;
  box-shadow: inset 0px 1px 0px #FBC02D, 0px 6px 0px 0px rgba(225, 172, 40, 1), 0px 6px 6px #999;
  color: rgba(0,0,0,0.75);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0;
  max-width: 220px;
  overflow: hidden;
  padding: 8px 12px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  width: 120px;
}

/* 対談形式 */
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 10px 2px;
  display: table;
  margin: 30px -10px 20px 0;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 84px;
}
.entry-talk-txt {
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
  border-radius: 6px;
  display: table-cell;
  padding: 10px 0;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #f3f3f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 24px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #f3f3f3;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 24px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0 5px 0 10px;
}

/* 記事末の但し書き */
.entry-caution-price {
  color: #999;
}

/* 記事末のリンクボックス */
.entry-data-frame {
  margin: 0 20px;
}
.entry-data-keyword,
.entry-data-link {
  margin: 10px;
}
.entry-data-related {
  margin: 20px 0 10px;
}
.entry-data-th {
  display: table-cell;
  font-weight: bold;
  width: 100px;
}
.entry-data-td {
  display: table-cell;
}
.entry-data-keyword a,
.entry-data-link a {
  background-color: #FBC02D;
  border: 1px solid #FBC02D;
  border-radius: 12px 3px 3px 12px;
  color: #141414;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  max-width: 280px;
  margin: 10px 10px 10px 0;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.entry-data-source a,
.entry-data-related a {
  border-bottom: 1px dashed #ccc;
  display: block;
  margin: 0px 0 10px;
  padding: 0 0 10px;
}
.entry-data-source a:last-child,
.entry-data-related a:last-child {
  border: 0;
  margin: 0;
}
.entry-footer {
  padding: 0 0 15px;
}
/* 記事頭にもキーワードを表示 */
.entry-head-keyword {
  align-items: center;
  display: flex;
  margin: 0 0 10px;
}
.entry-head-keyword a {
  background-color: #FBC02D;
  border: 1px solid #FBC02D;
  border-radius: 12px 3px 3px 12px;
  color: #141414;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  max-width: 280px;
  margin: 5px 5px 5px 0;
  padding: 5px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.entry-head-keyword-tag {
  display: table-cell;
}
.entry-head-keyword-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

/* 記事末のsimilar posts */
.tag-related-box {
  margin: 30px 10px 40px;
}
.tag-related-box ul {
  list-style: none;
  margin: 0 10px;
}
.tag-related-box li {
  line-height: 1.6;
  margin: 20px 0;
  position: relative;
}
.tag-related-box a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}

/* SyntaxHighlighter Evolved */
.syntaxhighlighter table td.code .container {
  padding: 15px 0 !important;
}
@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-head-keyword {
    display: block;
  }
  .entry-title {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.3;
  }
  .entry-eyecatch img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .entry-header-meta {
    display: block;
    margin: 5px 0;
  }
  .entry-author-title {
    display: block;
    margin: 0 0 10px;
  }
  .entry-author-thumb {
    display: inline-block;
  }
  .entry-author-name {
    display: inline-block;
    margin: 3px 0 0;
  }
  .entry-date {
    display: inline-block;
  }
  .entry-title {
    margin: 0 0 10px;
  }
  .entry-content th {
    font-size: 12px;
  }
  .entry-content td {
    font-size: 12px;
  }
  .entry-table-shop th {
    width: 70px;
  }
  .entry-data-frame {
    margin: 0;
  }
  .entry-data-th,
  .entry-data-td {
    display: block;
    margin: 0 5px;
  }
  .entry-data-td a {
    font-size: 13px;
  }
  .entry-card-btn {
    float: right;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100px;
  }
}
/*--------------------------------
 likebox
---------------------------------*/
.fb-like-box {
  display: table;
  margin: 20px auto 10px;
  max-width: 682px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.fb-like-parts {
  background-color: #f6f6f6;
  display: table-cell;
  vertical-align: middle;
}
.fb-like-text {
  font-size: 14px;
}
/*----------------------------------------------------------------
 sns btn
-----------------------------------------------------------------*/
.sns-btn {
  border-collapse: separate;
  border-spacing: 20px 10px;
  display: table;
  table-layout: fixed;
  margin: 0 auto 30px;
  max-width: 760px;
  min-height: 54px;
  width: 100%;
}
.sns-btn a img {
  margin: 0 auto;
}
.sns-btn a {
  border-radius: 12px;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  padding: 12px 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.sns-btn p {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  .sns-btn {
    border-spacing: 15px 10px;
  }
  .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 8px;
  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シェアボタンの色 */
a.sns-btn-twitter {
  background-color: #00b0ed;
  box-shadow: inset 0px 1px 0px #009ed5, 0px 6px 0px 0px rgba(0, 158, 213, 1), 0px 6px 6px #999;
}
a.sns-btn-facebook {
  background-color: #3b5998;
  box-shadow: inset 0px 1px 0px #355089, 0px 6px 0px 0px rgba(53, 80, 137, 1), 0px 6px 6px #999;
}
a.sns-btn-hatebu {
  background-color: #008fde;
  box-shadow: inset 0px 1px 0px #0080c7, 0px 6px 0px 0px rgba(0, 128, 199, 1), 0px 6px 6px #999;
}
a.sns-btn-line {
  background-color: #2cbf13;
  box-shadow: inset 0px 1px 0px #28ac11, 0px 6px 0px 0px rgba(40, 172, 17, 1), 0px 6px 6px #999;
}
.sns-btn a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
  -webkit-transform: translate3d(0, 4px, 0);
}

/* SNSボタンの色 */
.sns-bg-twitter a {background-color: #00b0ed;}
.sns-bg-facebook a {background-color: #3b5998;}
.sns-bg-mail a {background-color: #ccc;}
.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-youtube a {background-color: #bb0000;}
.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-btn-hp a {background-color: #ccc;}
.sns-btn-mail a {background-color: #ccc;}

.sns-color-mail a {color: #333;}
.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;
}
.tagst ul, .tagst li {
  display: inline-block;
}
.tagst li {
  margin: 8px 4px;
}
.tagst a {
  background-color: #FBC02D;
  border-radius: 12px 3px 3px 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 8px 5px 10px;
}
@media screen and (max-width: 479px) {
  .tagst {
    margin: 20px 0;
  }
}

/*----------------------------------------------------------------
 検索結果(search.php) 
-----------------------------------------------------------------*/
.search-title {
  color: #0693cd;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 20px 0;
}
.search-title-mark:before {
  color: #222;
  content: "「";
}
.search-title-mark:after {
  color: #222;
  content: "」";
}
.search-title-mark-subtext {
  color: #222;
  font-weight: 500;
}
.search-count {
  color: #777;
  font-weight: normal;
}

/*----------------------------------------------------------------
 AdSense
-----------------------------------------------------------------*/
/* 共通 */
.ads-sponsored-link {
  font-size: 12px;
  color: #999;
  text-align: center;
}
/* ヘッダーの横長バナー */
.ads-header-pc {
  margin: 10px auto 5px;
  text-align: center;
  width: 100%;
}
.ads-header-sp {
  margin: 5px auto 0;
  text-align: center;
  width: 100%;
}
/* 横並びに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;
}
/* 記事内のリンクユニット */
.ads-single-link-pc {
  margin-bottom: 0;
}
.ads-single-link-sp {
  margin-bottom: -10px;
}
/* 関連記事ユニット */
.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) {
}

/*----------------------------------------------------------------
 アフィリエイト
-----------------------------------------------------------------*/
.pr-text {
  margin: 10px 20px;
}
.amlink-frame {
  background-color: #f6f6f6;
  box-sizing: border-box;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  margin: 10px 0 30px;
  max-width: 540px;
  padding: 20px;
  width: 100%;
}
.amlink-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
.amlink-img img {
  max-height: 320px;
  width: auto;
}
.amlink-txt {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.amlink-txt a {
  color: #333;
  display: block;
  padding: 10px 0;
}
.amlink-txt-review a {
  color: #ff9900;
  padding: 10px 0;
}
.amlink-btn a {
  background-color: #f0c723;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 10px auto;
  max-width: 360px;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.amlink-btn img {
  display: none;
}
/* Amazonプライム会員用の広告など　レクタングル中のiframeを制御 */
.ad-iframe-300 .youtube-container {
	padding-bottom: 10px;
	padding-top: 10px;
	height: 250px;
}
/* PHGアフィリエイト */
.PHG-app-frame {
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 10px auto 60px;
  max-width: 420px;
  padding: 20px;
  width: 100%;
}
.PHG-app-link {
  display: table;
}
.PHG-app-img,
.PHG-app-title {
  display: table-cell;
  vertical-align: middle;
}
.PHG-app-img {
  width: 140px;
}
.PHG-app-img img {
  height: auto;
  width: 128px;
}
.PHG-app-only img {
  border-radius: 22px 22px 22px 22px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.PHG-app-title a {
  color: #222;
  display: block;
  font-weight: bold;
}
.PHG-app-dl-button{
  clear: both;
  padding: 10px 0;
}
.PHG-app-dl-button a {
  background-color: #e8b844;
  border-radius: 10px;
  box-shadow: 0 4px 0 rgba(208, 165, 61, 1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto;
  max-width: 360px;
  overflow: hidden;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pr-text {
    margin: 0 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .pr-text {
    margin: -10px 10px 15px;
  }
  .amlink-img {
    display: block;
    margin: 5px auto;
    max-width: 300px;
    width: 100%;
  }
  .amlink-img img {
    max-height: 300px;
    width: auto;
  }
  .amlink-txt {
    display: block;
  }
  .amlink-txt-review a {
    text-align: center;
  }
  .PHG-app-frame {
    padding: 10px 10px 0;
  }
  .PHG-app-img {
    width: 135px;
  }
  .PHG-app-img img {
    height: auto;
    width: 128px;
  }
}

/*----------------------------------------------------------------
 ボタン
-----------------------------------------------------------------*/
.main-btn a,
.pagination-btn a,
.amlink-btn a,
.PHG-app-dl-button a {
  background-color: #FBC02D;
  border-radius: 12px;
  box-shadow: inset 0px 1px 0px #FBC02D, 0px 6px 0px 0px rgba(225, 172, 40, 1), 0px 6px 6px #999;
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  max-width: 270px;
  margin: 15px auto;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.main-btn a:before,
.pagination-btn a:before,
.amlink-btn a:before,
.PHG-app-dl-button a:before {
  border-top: 2px solid rgba(0,0,0,0.75);
  border-right: 2px solid rgba(0,0,0,0.75);
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  position: absolute;
    right: 15px;
    top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

/*
.main-btn a:hover,
.pagination-btn a:hover,
.amlink-btn a:hover,
.PHG-app-dl-button a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
  -webkit-transform: translate3d(0, 4px, 0);
}
.entry-card-btn:after,
.amlink-btn a:after,
.PHG-app-dl-button a:after {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: -50px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}
@-webkit-keyframes reflection {
  0%{-webkit-transform:scale(0) rotate(45deg);opacity:0;}
  80%{-webkit-transform:scale(0) rotate(45deg);opacity:0.5;}
  81%{-webkit-transform:scale(4) rotate(45deg);opacity:1;}
  100%{-webkit-transform:scale(50) rotate(45deg);opacity:0;}
}
*/



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