@charset "utf-8";
/* CSS Document */

/* 基本設定
================================================================ */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
figure {
  margin: 0;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 90%;
	line-height: 1.7;
	color: #545B63;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  margin: 0;
	word-wrap: break-word;
  overflow-x: hidden;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.image.fit {
	width: 100%;
	box-sizing:content-box;
}
svg:not(:root) {
  overflow: hidden;
}
.clear-box {
	clear: both;
}
.no-padding {
	padding: 0px !important;
}
.wrap {
  margin: 0 auto;
  width: 96%;  
}
.image-replacement,.ir {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.clearfix, .cf, .comment-respond,.widget ul li {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after ,.widget ul li:before ,.widget ul li:after{
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
  clear: both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* =============================================================
リンク設定
================================================================ */
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,a:hover {
  outline: 0;
}
a {
  color: #000000;
}
a:hover {
  color: #E69B9B;
}
a,a img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; 
}
a img{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img{
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity:0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.entry-content a[target="_blank"]:after {
  font-family: 'FontAwesome';
  content: '\f08e';
  font-size:0.9em;
  margin:0 3px 0 2px;
}
.entry-content a.no-icon[target="_blank"]:after{
  content:none;
}
/* =============================================================
文字設定
================================================================ */
h1 {
  font-size: 2em;
	margin: 0.67em 0; }
　abbr[title] {
	border-bottom: 1px dotted;
}
b,strong,.strong {
	font-weight: bold;
}
dfn,em,.em {
	font-style: italic; 
	border-bottom: 1px dotted pink;
}
hr {
	margin: 1.8em 0;
	padding: 0;
	border: 0;
	height: 5px;
	background: url(library/images/line01.png) repeat-x 0 0;
}
p {
-ms-word-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
}
pre {
	margin: 0;
  white-space: pre-wrap;
}
code,kbd,pre,samp {
	font-family: monospace, serif;
	font-size: 0.9em; 
	padding: 0.05em 0.4em;
	border-radius: 3px;
	background: #F6F6F6;
	color: #444;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,
q:after {
	content: '';
	content: none;
}
small, .small {
	font-size: 75%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}
/* =============================================================
リスト設定
================================================================ */
dl,menu,ol,ul {
	margin: 1em 0;
}

dd {
	margin: 0;
}
.gallery {
	margin: .5em auto 2em!important;
}
.gallery dl{
	margin:0!important;
}
.gallery dl img{
	margin-bottom:0;
	border: none!important;
	padding: 1px;
}
menu {
	padding: 0 0 0 40px;
}
ol,ul {
	padding: 0;
	list-style-type: none;
}
.entry-content ul li{
	position:relative;
	padding-left: 1em;
	margin: 1em 0;
}
.entry-content ul li:before{
	content:" ";
	width: 9px;
	height: 9px;
	background: #3E3E3E;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
	display:block;
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left: 2px;
	top: 7px;
}
.entry-content ul li ul li:before{
	width: 5px;
	height: 5px;
	top: 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.entry-content ul li ul li ul li:before{
	width:14px;
	height:1px;
	top:11px;
	left:-2px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.entry-content ol{
	counter-reset: number;
}
.entry-content ol li{
	list-style:none;
	position:relative;
	padding-left: 1.4em;
	margin: 1em 0;
}
.entry-content ol > li:before{
	counter-increment: number;
	content: counter(number);
	background: #3E3E3E;
	box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
	color:#fff;
	width:1.5em;
	height:1.5em;
	font-size: 0.7em;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	display:block;
	text-align:center;
	line-height:1.5em;
	border-radius:50%;
	position:absolute;
	left:0;
	top: 3px;
}
.entry-content li ol li:before{
	background:#999;
	line-height:1.4;
}
.entry-content li li ol li:before{
	background:none;
	border: 1px solid #ccc;
	color:#555;
	width:1.5em;
	height:1.5em;
	border-radius:50%;
	top:3px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
/* =============================================================
カラー設定
================================================================ */
body{
}
a,#breadcrumb li a i{
	color: #000000;
}
a:hover{
	color: #E69B9B;
}
.article-footer .post-categories li a,.article-footer .tags a{
	background: #e81e1e;
	border:1px solid #e81e1e;
}
.article-footer .tags a{
	color:#000000;
	background: none;
}
.article-footer .post-categories li a:hover,.article-footer .tags a:hover{
	background:#E69B9B;
	border-color:#E69B9B;
}
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
	background-color: #ffffff;
}
.top-contents-bgcolor {
	background-color: #ffffff;
}
.verticalcenter {
	background: rgba(190,13,13,0.6);
}
.headline-page:after, .headline-page-adjust:after, .headline-post:after {
	border-bottom: 3px solid #000000;
}
.headline-page-contents:after{
	border-bottom: 3px solid #ffffff;
}
.headline-page-contents.black:after{
	border-bottom: 3px solid #414b5a;
}
.verticalleft {
	background: rgba(52,173,0,0.6);
}
.verticalcenter-contents {
	background: rgba(255,255,255,0.8);
}
.entry-content h2,.widgettitle{
	border-bottom: 2px solid #0071bc;
}
.entry-content h3{
	border-color: #000000;
}
.entry-content ul li:before, .entry-content ol li:before, .top-post-list .post-list:before, .header.bg,.header #inner-header,.menu-sp{
	background: #000000;
}
.post-list-card .post-list .eyecatch .cat-name,.top-post-list .post-list .eyecatch .cat-name,.byline .cat-name,.single .authorbox .author-newpost li .cat-name,.related-box li .cat-name,.carouselwrap .cat-name,.eyecatch .cat-name{
	background: #594396;
	color:  #ffffff;
}
ul.wpp-list li a:before{
	background: #000000;
	color: #ffffff;
}
.readmore a{
	border:1px solid #000000;
	color:#000000;
}
.readmore a:hover{
	background:#000000;
	color:#fff;
}
.btn-wrap a{
	background: #000000;
	border: 1px solid #000000;
}
.btn-wrap a:hover{
	background: #E69B9B;
	border-color: #E69B9B;
}
.btn-wrap.simple a{
	border:1px solid #000000;
	color:#000000;
}
.blue-btn, .comment-reply-link, #submit, .btn-wrap.simple a:hover, .footer-links li a:before {
	background-color: #000000;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
	background-color: #E69B9B;
}
.widget a{
	text-decoration:none;
	color:#666666;
}
.widget a:hover{
	color:#999999;
}
#footer {
	background-color: #e71c1e;
}
.footer a,#footer-top a{
	color: #000000;
}
#footer-top .widgettitle{
	color: #CACACA;
}
.footer.bg,.footer .inner {
	text-align: center;
}
.pagination a, .pagination span,.page-links a{
	border-color: #000000;
	color: #000000;
}
.pagination .current,.pagination .current:hover,.page-links ul > li > span{
	background-color: #000000;
	border-color: #000000;
}
.pagination a:hover, .pagination a:focus,.page-links a:hover, .page-links a:focus{
	background-color: #000000; color: #fff;
}
#page-top a {
	background: rgba(51, 51, 51, 0.5);
}
.main-bgcolor,.footer-bgcolor {
	background-color: #1e377d;
}
.headline-title, .headline-title2 {
	border-left: 4px solid #000000;
}
.main-top-bodercolor {
	border-bottom: 1px solid #e8e8e8;
	border-top: 3px solid #e71c1e;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* =============================================================
ボタン設定
================================================================ */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: white;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}
.blue-btn, .comment-reply-link, #submit {
  background-color: #000000;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
.btn-wrap{
  margin:1.5em 0 2em;
}
.btn-wrap.aligncenter{
  text-align:center;
}
.btn-wrap a{
  display:inline-block;
  text-decoration:none;
  padding:1em 2em;
  background: #4993AF;
  border:1px solid #4993AF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px #E9E9E9;
  color:#fff;
}
.btn-wrap a:hover{
  background:#E69B9B;
  color:#fff;
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow:none;
}
.btn-wrap.simple a{
  background:none;
  border:1px solid #4993AF;
  color:#4993AF;
  -webkit-box-shadow: 0 3px 5px #eee;
  -moz-box-shadow: 0 3px 5px #eee;
  box-shadow: 0 3px 5px #eee;
  -webkit-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
  box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
}
.btn-wrap.simple a:hover{
  background:#4993AF;
  color:#fff;
}
/* =============================================================
H1, H2, H3, H4, H5
================================================================ */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.333em;
}
h2, .h2 {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}
h3, .h3 {
  font-size: 1.3em;
  font-weight: bold;
}
h4, .h4 {
  font-size: 1.2em;
  font-weight: 700;
}
h5, .h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* =============================================================
パンくず設定
================================================================ */
#breadcrumb{
  font-size: .7em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background: #ffffff;
  padding: 1em;
}
#breadcrumb ul{
  margin:0;
}
#breadcrumb li:first-child{
  margin-left:0;
}
#breadcrumb li{
  float:left;
  margin-left:0.5em;
}
#breadcrumb li:after{
  content: '/';
  margin-left:0.5em;
}
#breadcrumb li:last-child:after{
  display:none;
}
#breadcrumb li a{
  color:#666;
  text-decoration:none;
}
#breadcrumb li a:hover{
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
/* =============================================================
検索フォーム
================================================================ */
.searchbox .searchform{
  position:relative;
  height: 40px;
  margin-bottom: 1.5em;
}
.searchbox input[type="search"]{
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.2;
  font-size: 16px;
  padding: 3% 2%;
}
.searchbox button#searchsubmit{
  color:#333;
  position:absolute;
  right: 3px;
  top: 25%;
  border:0;
  background: none;
  display: block;
  height: 100%;
  padding:0 3%;
  font-size: 1.2em;
}
main.col-sm-9  .entry-content .searchform{
  position:relative;
}
main.col-sm-9  .entry-content .searchform input[type="search"]{
  padding-top: 15px;
  padding-bottom: 15px;
  width: 93%;
}
main.col-sm-9  .entry-content .searchform button{
  background:none;
  border:none;
  font-size: 1.2em;
  position:absolute;
  top:20%;
  right:3%;
}
/* =============================================================
ページコンテンツ
================================================================ */
.single main.col-sm-9 .article {
  margin-bottom: 1em;
}
main.col-sm-9 .article header {
  padding: 0;
  margin-bottom: 1.5em;
}
main.col-sm-9  .article .eyecatch{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align:center;
  overflow:hidden;
  position:relative;
}
main.col-sm-9  .article .eyecatch img{
  margin:0;
  height: auto;
}
.article-footer {
  padding: 1em 0;
}
.article-footer h4{
  margin:0.5em 0;
}
.article-footer p {
  margin: 0;
}
.article-footer .post-categories,.article-footer .tags{
  margin:0;
  display:inline-block;
}
.article-footer .post-categories li,.article-footer .tags a{
  display:inline-block;
}
.article-footer .post-categories li a,.article-footer .tags a{
  display:inline-block;
  color: #ffffff;
  padding: .35em .5em .2em;
  margin-right:0.3em;
  margin-bottom: 2px;
  text-decoration:none;
  line-height:1.1;
  font-size: .75em;
  border-radius: .4em;
}
.article-footer .tags a{
  background:none;
  color:#000000;
  margin-top:-1px;
}
.article-footer .post-categories a:before,.article-footer .tags a:before{
  font-family:"fontawesome";
  content: '\f292';
  margin-right:0.2em;
}
.article-footer .post-categories a:before{
  content: '\f114';
}
.article-footer .post-categories li a:hover,.article-footer .tags a:hover{
  background:#E69B9B;
  color:#fff;
  border-color:#E69B9B;
}
.entry-content h3{
  border-left:4px solid;
  padding: .7em 0 .7em .8em;
  margin-top: 1.8em;
}
.entry-content h2, .related.products h2{
  background: none;
  color: #333;
  font-size:1.4em;
  padding: .5em .1em;
  border-bottom:3px solid;
  border-radius: 0;
}
.h_boader .entry-content h3{
  border-left-width: 2px;
}
.single .authorbox,.single .related-box{
  border-radius: 4px;
  margin-bottom: 1em;
}
.single .np-post a,.single .authorbox a,.single .related-box a{
  color:#444;
}
.single .np-post a:hover,.single .authorbox a:hover,.single .related-box a:hover{
  color:#999;
}
.single .np-post .h_ttl,.single .authorbox .h_ttl,.single .related-box .h_ttl{
  font-size: 12px;
  text-align: left;
  margin: 1em 0;
  padding: 1em .1em;
}
.single .np-post .h_ttl span,.single .authorbox .h_ttl span,.single .related-box .h_ttl span{
  font-size: 1.5em;
  margin-right: 0.5em;
  position:relative;
  bottom:-2px;
  font-weight:normal;
}
.single .authorbox .profile img {
  border:4px solid #fff;
  box-shadow:0 0 10px #ddd;
  float:left;
  margin:1.5% 2% 1.5% 0;
  width:16%;
}
.single .authorbox .profile .name{
  font-size:1em;
  font-weight:bold;
  margin:2em 0 0.5em;
}
.single .authorbox .profile a{
  text-decoration:none;
  color:#444;
}
.single .authorbox .profile .profile_description{
  font-size:0.8em;
  padding-left:18%;
}
.single .authorbox .profile .author_sns{
  text-align:center;
  margin:2em 0 0;
}
.single .authorbox .profile .author_sns li{
  display:inline-block;
  font-size: 0.8em;
  margin-right: 1.2em;
}
.single .authorbox .profile .author_sns li i{
  font-size:1.1em;
  margin-right:0.3em;
}
.single .authorbox .author-newpost li,.related-box li{
  width:24%;
  min-height: 225px;
  margin:0 1% 1% 0;
  float:left;
  position:relative;
  font-size: .9em;
}
.single .authorbox .author-newpost li .eyecatch,.related-box li .eyecatch{
  height: 105px;
  overflow: hidden;
  text-align: center;
  background: #ddd;
}
.single .authorbox .author-newpost li a,.related-box li a{
  display:block;
  text-decoration:none;
}
.single .authorbox .author-newpost li .date,.related-box li .date{
  font-size:.8em;
  font-weight:normal;
}
.single .authorbox .author-newpost li .ttl,.related-box li .ttl{
  margin:0;
  font-size: .85em;
}
.np-post{
  padding: 0;
  margin-bottom:1.5em;
}
.np-post .np-post-list{
  word-break:break-all;
  margin-bottom: .8em;
}
.np-post a{
  width:100%;
  display: table;
  font-size:.9em;
  text-decoration:none;
}
.np-post a .eyecatch{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  position: relative;
  width: 64px;
  padding-right: 12px;
  padding-left: 12px;
}
.np-post a .eyecatch img{
  width: 100%;
}
.np-post a .ttl{
  display: table-cell;
  vertical-align: middle;
}
.np-post .next{
  text-align: right;
}
.np-post .next a .eyecatch:after,.np-post .prev a .eyecatch:before{
  font-family:"fontawesome";
  line-height: 40px;
  padding: 0 3px;
  position: absolute;
} 
.np-post .next a .eyecatch:after{
  content:'\f105';
  right: 0;
}
.np-post .prev a .eyecatch:before{
  content:'\f104';
  left: 0;
}
.home_link i{
  font-size: 30px;
  padding: 5px 10px;
}
/* ページタイトル */
.single-title,.page-title,.entry-title {
  margin: .3em 0;
}
.single-title,.page-title{
  padding: 0;
  font-size: 1.5em;
}
.single-title:empty,.page-title:empty{
  display: none;
}
.byline {
  margin: 0;
}
.byline .date{
  font-size: .85em;
}
.byline .writer .fn{
  font-size: .75em;
}
.byline .date,.byline .writer{
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: .7;
  margin-right: .6em;
  display: inline-block;
}
.byline .date:before,
.byline .writer:before{
  font-family: "fontawesome";
  content: "\f101";
  font-size: .88em;
  margin-right: .3em;
  position: relative;
  top:-1px;
}
.byline .date:before{
  content: "\f274";
}
.byline .date.undo:before{
  content: "\f0e2";
}
.byline .writer:before{
  content: "\f007";
}
.byline .writer,.byline .writer a{
  font-weight: bold;
  color: inherit;
  text-decoration:none;
  display: none;
}
.date.undo.updated {
  display: none;
}
.byline .cat-name{background: #000000;color:#fff;padding: 0.2em 0.4em;margin-right: 0.9em;font-size: 0.7em;float:left;}
.byline .cat-name:before{font-family: "fontawesome";content: "\f085";font-size: 1.15em;display: inline-block;margin-right: .5em;transform: rotate(-20deg);-moz-transform: rotate(-20deg);-webkit-transform: rotate(-20deg);}
.undo_off .undo,.date_off .date{
display: none!important;
}
#viral-header.entry-header{position: relative;overflow: hidden;color: #fff;z-index: 1;background-position: center center;background-size: cover;}
#viral-header.entry-header:before{content: "";background: #000;width:100%;height:100%;position: absolute;top:0;left: 0;opacity: .3;filter: alpha(opacity=30);-ms-filter: "alpha(opacity=30)";}
#viral-header.entry-header .wrap{max-width: 780px;padding: 9% 0;position: relative;}
#viral-header.entry-header .eyecatch{width: 260px;float: left;margin-right: 2em;}
#viral-header.entry-header .entry-title{font-size: 2em;text-shadow: 0 0 10px rgba(0, 0, 0, 0.29);padding: 0;}
#viral-header.entry-header .byline .date{
text-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
}
#viral-header + #inner-content{
padding-top: 0;
}
.entry-no-title {
  display: none;
}
.entry-content {
  padding: 0 0 1.5em;
  overflow: hidden;
}
#post-not-found .entry-content {
  overflow: inherit;
}
.entry-content p {
  margin: 0 0 1.3em; 
  line-height: 1.75;
}
.entry-content blockquote{font-size: 0.95em;padding: 6% 4% 2%;margin: 2.5em 0 3em;position:relative;border: 1px solid;opacity: .8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=90)";}
.entry-content blockquote:before,.entry-content blockquote:after{font-family: 'FontAwesome';position:absolute;width:1em;height:1em;display:block;padding: .2em;text-align:center;font-size: 1.3em;line-height:1;background: #fff;}
.entry-content blockquote:before{content:'\f10d';left: -.2em;top: -.3em;}
.entry-content blockquote:after{content:'\f10e';right: -.2em;bottom: -.4em;}
.entry-content blockquote h1,.entry-content blockquote h2,.entry-content blockquote h3,.entry-content blockquote h4{
margin-top:0!important;
}
.entry-content dt{font-weight: bold;margin-bottom: 2%;}
.entry-content dd {
  margin-left: 0;
  font-size: .95em;
  margin-bottom: 4%; 
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,.entry-content .size-full,.entry-content .size-large,.entry-content .size-medium,.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto; 
}
.entry-content pre {
  background: #666;
  background: rgba(0, 0, 0, 0.54);
  color: #f8f9fa;
  font-size: 0.88em;
  padding: 1.2em 1.7em;
  margin: 0.2em 0 2.2em;
  border-radius: 5px;
}
.wp-caption {max-width: 100%;background: #fff;padding: 5px;margin-bottom: 1.8em;border: 1px solid rgba(0, 0, 0, .08);border-radius: 3px;}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: 4px 0;
  text-align: center;
}
iframe { max-width: 100%; }
iframe.wp-embedded-content{width: 100%;}
.tags { margin: 0; }
/* simpleタイプ */
.top-post-list .post-list{
  font-size: 12px;
  position: relative;
}
.top-post-list .post-list a{display:block;padding: 1.9em .7em;text-decoration:none;color: #666;border-bottom: 1px dotted #ccc;border-bottom: 1px dotted rgba(0,0,0,.2);position: relative;}
.top-post-list .post-list:first-child a{
}
.top-post-list .post-list .eyecatch{width: 35%;float:left;max-height: 180px;overflow: hidden;position:relative;}
.eyecatch .cat-name{
  text-align: center;
  position:absolute;
  top:0;
  right:0;
  background:#fcee21;
  color:#444;
  font-size:0.7em;
  font-weight:bold;
  padding:0.1em 0.5em;
  min-width:8em;
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
.eyecatch .cat-name:empty:before{
  content: "PICK UP";
}
.top-post-list .post-list .entry-content{padding: 0 0 0 3%;overflow: hidden;}
.top-post-list .post-list .entry-content .entry-title{
  font-size:1.3em;
  margin-top: 0;
  margin-bottom:0.3em;
  color:#444;
}
.top-post-list .post-list .entry-content p{
  margin-bottom:0.3em;
}
/* card型 */
.post-list-card{
  margin-left:-1%;
  margin-right:-1%;
}
.post-list-card .post-list{width:48%;margin: 0 1% 2.5%;float:left;height:390px;}
.post-list-card .post-list a{display:block;padding: .6em;text-decoration:none;color: #333;background: #fff;height:100%;box-shadow: 0 2px 5px rgba(0, 0, 0, .13);overflow: hidden;position: relative;}
.post-list-card .post-list a:after{content: '';display: block;width: 100%;height: 2.5em;background:linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);position: absolute;bottom: 0;}
.post-list-card .post-list a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.post-list-card .post-list a:hover .eyecatch img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}
.post-list-card .post-list .eyecatch{max-height: 215px;margin: -.6em -.6em .5em;text-align:center;overflow: hidden;position:relative;}
.post-list-card .post-list .description{
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  opacity: 0.9;
  font-size: .85em;
}
.post-list-card .post-list .entry-content{padding:0;}
.post-list-card .post-list .entry-content .entry-title{font-size: 1.15em;margin-top: 0.5em;margin-bottom:0.3em;}
.post-list-card .post-list .entry-content p{font-size: .9em;margin-bottom:0.3em;}
/* magazine layout */
.post-list-magazine{
  margin-left:-1%;
  margin-right:-1%;
}
.post-list-magazine .post-list{width: 50%;float: left; margin-bottom: .3em;}
.post-list-magazine .post-list a{
  display: block;
  padding: 3% 3% 1%;
  color: #333;
  text-decoration: none;
}
.post-list-magazine .post-list .eyecatch{
  position: relative;
}
.post-list-magazine .post-list .entry-content{
  padding-bottom: 1em;	
}
.post-list-magazine .post-list .entry-content .entry-title{font-size: 1.15em;margin-top: .5em;margin-bottom: .5em;}
.post-list-magazine .post-list .entry-content .description{font-size: .7em; opacity: 0.7; filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)";}
.post-list-magazine .post-list .entry-content .byline{
  font-size: .9em;
  margin-bottom: .5em;
}
/* Big archives layout */
.post-list-big article{
  padding: 2em 0;
}
.post-list-big article .eyecatch{
  margin-bottom: 1em;
}
.post-list-big article .h2 a{
  color: #333;
}
.post-list-big article .h2 a:hover{
  color: #999;
}
/* =============================================================
ウィジェット
================================================================ */
.widget a{
  text-decoration:none;
  color:#666;
}
.widget a:hover{
  color:#999;
}
.widget .btn-wrap a{
	color: #fff;
}
.widgettitle {background: #0071bc;color: #FFF;font-size: 1em;padding: 0;border-radius: 3px;margin-top: 0;margin-bottom: 0.75em;overflow: hidden;}
.widgettitle span{
  display:block;
  width: 100%;
  height: 100%;
  padding: 0.75em 0.8em;
}
.widget {
  margin: 0 0 3em;
}
.widget ul{
margin:0;
}
.widget.widget_categories .widgettitle,.widget.widget_recent_entries .widgettitle,.widget.widget_nav_menu .widgettitle,.widget.widget_pages .widgettitle,.widget.widget_archive .widgettitle,.widget.widget_mycategoryorder .widgettitle{
  margin-bottom:0;
}
.widget.widget_categories ul,.widget.widget_recent_entries ul,.widget.widget_nav_menu ul,.widget.widget_pages ul,.widget.widget_archive ul,.widget.widget_mycategoryorder ul{
  margin-top: 0;
}
.widget.widget_categories ul li,.widget.widget_recent_entries li,.widget.widget_nav_menu li,.widget.widget_pages li,.widget.widget_archive li,.widget.widget_mycategoryorder li{
  border-bottom: 1px dotted rgba(125, 125, 125, 0.2);
  margin:0;
  padding:0;
}
.widget .children li:first-child{
  border-top: 1px dotted #ccc;
  border-top: 1px dotted rgba(0,0,0,.2);
}
.widget li.page_item_has_children {
  border-bottom:none!important;
}
.widget.widget_new_img_post li:before{
	content:none;
}
.widget.widget_categories li a,.widget.widget_recent_entries li a,.widget.widget_nav_menu li a,.widget.widget_pages li a,.widget.widget_archive li a,.widget.widget_mycategoryorder li a{
  display:block;
  padding: 1em 1.2em 1em 0.3em;
  margin:0;
  position:relative;
}
.widget.widget_categories li:last-child,.widget.widget_recent_entries li:last-child,.widget.widget_nav_menu li:last-child,.widget.widget_pages li:last-child,.widget.widget_archive li:last-child,.widget.widget_mycategoryorder li:last-child{
  border-bottom:none;
}
.widget.widget_categories li a:after,.widget.widget_recent_entries li a:after,.widget.widget_nav_menu li a:after,.widget.widget_pages li a:after,.widget.widget_archive li a:after,.widget.widget_mycategoryorder li a:after{
  font-family:"fontawesome";
  content: '\f054';
  position:absolute;
  right: 0.2em;
  font-size: 1em;
  top:50%;
  margin-top: -0.5em;
}
.widget li a:hover:after{
  right:2px;
  -webkit-transform: translate(1px, 0);
  -moz-transform: translate(1px, 0);
  transform: translate(1px, 0);
}
.widget.widget_text img{
  margin-bottom:0.8em;
}
.widget select{
  margin-top:1em;
  width:100%;
  max-width:100%;
}
.widget.widget_categories label,
.widget.widget_archive label{
  display:none;
}
.widget.widget_nav_menu li ul,.widget.widget_pages li ul,.widget.widget_categories li ul{
  padding:0;
  margin:0;
}
.widget.widget_nav_menu li ul a,.widget.widget_pages li ul a,.widget.widget_categories li ul a{
  padding-left:0.8em;
}
.widget.widget_nav_menu li ul ul a,.widget.widget_pages li ul ul a,.widget.widget_categories li ul ul a{
  padding-left:1.6em;
}
.widget.widget_nav_menu li ul li:last-child,.widget.widget_pages li ul li:last-child,.widget.widget_categories li ul li:last-child{
  border:none;
}
.widget.widget_nav_menu li ul li a,.widget.widget_pages li ul li a{
  padding-left:0.5em;
}
.widget.widget_nav_menu li ul li a:before,.widget.widget_pages li ul li a:before{
  content:'− ';
}
.widget.widget_recent_comments ul{
  margin-top:0;
}
.widget.widget_recent_comments li{
  border-bottom: 1px dotted #ccc;
  border-bottom: 1px dotted rgba(0,0,0,.2);
  margin:0;
  padding:0.5em 0;
}
.widget.widget_recent_comments li:first-child{
  border-top:none;
}
.widget.widget_recent_comments li:last-child{
  border-bottom:none;
}
.widget.widget_search .searchform{position:relative;height: 40px;margin-bottom: 1.5em;}
.widget.widget_search input[type="search"]{position:absolute;width: 100%;padding: 12px 1%;-webkit-appearance: none;appearance: none;}
.widget.widget_search button{position:absolute;right: 3px;border:0;background: none;display: block;height: 100%;padding: .8em .8em;font-size: 1.1em;color: #333;}
.widget.widget_calendar table{
  width:100%;
  text-align:center;
}
.widget.widget_tag_cloud a{padding: 0.1em 0.5em;margin: 0 0.1em 0.2em 0;display:inline-block;font-size: 12px!important;background: #888888;background: rgba(35, 35, 35, 0.5);color: #fff;}
.widget.widget_tag_cloud a:hover{
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity:0.6;
  color:#fff;
}
.widget.widget_nav_menu li a span{
  display:none;
}
.add .widget_text,.add.more{
  text-align:center;
  font-size:0.95em;
}
.add a[target="_blank"]:after{
  content:none;
}
.add .widget img{
  margin:0;
}
.entry-content .add .widget{
  margin:2em 0;
}
.entry-content .add.titleunder .widget{
  margin-top:0;
}
.widget.widget_recent_entries li .eyecatch{
  width: 30%;
  max-width: 100px;
  float:left;
  margin-bottom:0.5em;
  margin-right:0.5em;
}
.widget.widget_recent_entries li span,.widget li span.date{
  padding:0 0.3em;
  font-size:0.9em;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  display:inline-block;
}
ul.wpp-list{
  counter-reset: number;
}
ul.wpp-list li{
  list-style:none;
  position:relative;
  border-bottom:1px solid #ddd;
  margin: 0;
  padding-bottom:0.75em;
}
ul.wpp-list li a:before{
  counter-increment: number;
  content: counter(number);
  background: #000000;
  margin-right:3px;
  color:#fff;
  width:1.5em;
  height:1.5em;
  font-size:0.75em;
  font-weight:bold;
  font-family: 'Lato', sans-serif;
  display:block;
  text-align:center;
  line-height:1.5em;
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
}
ul.wpp-list img{
  margin-bottom:0;
  margin-right: 5px;
}
ul.wpp-list li a.wpp-post-title{
  display:block;
}
ul.wpp-list li a.wpp-post-title:before,ul.wpp-list li .wpp-author a:before,ul.wpp-list li .wpp-category a:before{
  content:none;
}
#toc_container li:before{
  content:none;
}
#toc_container{
  padding:1em 2em 1em!important;
  min-width: 90%;
  margin: auto;
  background: #fff!important;
  background: rgba(255, 255, 255, 0.5)!important;
  border: 1px solid #eee;
}
#toc_container p.toc_title{
  margin-bottom: .7em;
}
#toc_container ul{
  margin: 0!important;;
}
#toc_container li a{
  display: block;
  padding: .5em 0;
  border-top: 1px dotted #ddd;
}
#toc_container li li a{
  padding-left: .7em;
}
#toc_container li .toc_number{
  margin-right: .5em
}
.alignleft, img.alignleft {
  margin-right: 2.5%;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 2.5%;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/* =============================================================
アーカイブ設定
================================================================ */
.archivettl{
}
.archivettl h1{
  font-size:1.1em;
  margin:0 0 1.5em;
  padding:0 0.1em 0.8em;
  border-bottom: 3px solid;
}
.archivettl h1 span{
  display:block;
  font-size:10px;
  line-height:1.3;
  font-weight:normal;
}
.archivettl h1 .author-icon img{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  width:80px;
  margin-bottom:1.3em;
  border:2px solid #fff;
  box-shadow:0 0 10px #ddd;
}
.taxonomy-description{
  font-size: 0.9em;
  margin-bottom: 2.5em;
}
.readmore{
  text-align:left;
  margin-bottom:0.5em;
}
.readmore a{
  text-decoration:none;
  border:1px solid #000000;
  color:#000000;
  text-align:center;
  display:inline-block;
  font-size:0.9em;
  padding: 0.7em 1.5em 0.7em 2em;
  max-width:100%;
}
.readmore a:hover{
  background:#000000;
  color:#fff;
}
.readmore a:after{
  font-family:"fontawesome";
  content:'\f105';
  margin-left:1em;
}
.pagination,.wp-prev-next {
margin: 3em 0 4em;
}
.pagination,.page-links {
text-align: center;
}
.pagination ul,.page-links ul{
  display: block;
  text-align: center;
  margin:0;
  padding:0;
  clear: both;
}
.pagination:empty,.wp-prev-next:empty,.pagination ul:empty,.page-links ul:empty,.search-no-results .pagination{
  display:none;
}
.pagination li,.page-links li{
  margin: 0!important;
  padding:0!important;
  display: inline-block;
}
.entry-content .page-links li:before{
  content:none;
}
.pagination a, .pagination span,.page-links a , .page-links ul > li > span{
  margin: 0;
  padding: 9px 14px;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  color: #000000;
  border: 1px solid #000000;
}
.pagination span.dots,.page-links ul > li > span.dots{
  background: none!important;
  padding-left: 11px;
  padding-right: 11px;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus,.page-links a:hover, .page-links a:focus{
  background-color: #000000;
  color: #fff;
}
.pagination .current,.page-links ul > li > span{
  cursor: default;
  color: #fff;
  background-color: #000000;
}
.pagination .current:focus,.pagination .dots:hover, .pagination .dots:focus {
color: #111;
}
/* =============================================================
SNS設定
================================================================ */
.sharewrap{
  margin: 0 0 1em;
}
.sharewrap h3{
  margin:0.5em 0;
}
.share{
  width:101%;
}
.sns{
  margin:0 auto;
  text-align:center;
}
.sns ul {
  list-style:none;
}
.sns li {
  float:left;
  width: 49%;
  margin: 0 1% 2% 0;
}
.sns li a {
  font-size:80%;
  position:relative;
  display:block;
  padding:10px;
  color:#fff;
  border-radius: 2px;
  text-align:center;
  text-decoration: none;
  text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:before,.sns li a i{
  margin-right:0.2em;
  margin-left:0.2em;
  font-size:1.1em;
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  transform: translate3d(0px, 3px, 1px);
  box-shadow:none;
}
.sns li a .text{
  font-weight:bold;
}
.sns li a .count{
  font-size:10px;
  margin-left: 2px;
}
.sns .twitter a {
  background:#00acee;
  box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
  background:#0092ca;
}
.sns .facebook a {
  background:#1f6aba;
  box-shadow:0 3px 0 #2c4373;
}
.sns .facebook a:hover {
  background:#2c4373;
}
.sns .googleplus a {
  background:#df3522;
  box-shadow:0 3px 0 #ad3a2d;
}
.sns .googleplus a:hover {
  background:#ad3a2d;
}
.sns  .hatebu a {
  background:#2f70be;
  box-shadow:0 3px 0 #43638b;
}
.sns .hatebu a:hover {
  background:#43638b;
}
.sns  .hatebu a:before{
  content:'B!';
  font-weight:bold;
  line-height: 1.055;
} 
.sns  .line a {
  background:#25af00;
  box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
  background:#219900;
}
.sns  .pocket a {
  background:#ec2136;
  box-shadow:0 3px 0 #c0392b;
}
.sns  .pocket a:hover {
  background:#c0392b;
}
.sns  .rss a {
  background:#ffb53c;
  box-shadow:0 3px 0 #e09900;
}
.sns  .rss a:hover {
  background:#e09900;
}
.sns  .feedly a {
  background:#87c040;
  box-shadow:0 3px 0 #74a436;
}
.sns  .feedly a:hover {
  background:#74a436;
}
.share.short .sns li {
  width: 19%;
  margin:0 1% 0 0;
}
.share.short .sns li a{
  padding: 11px 4px;
}
.fb-likebtn{display:table;background: #111;color: #fff;text-align: center;margin: 0 0 1em;width:100%;max-width: 100%;}
.fb-likebtn .fb-button{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  overflow: hidden;
}
.fb-likebtn .eyecatch,.fb-likebtn .rightbox{
  display:table-cell;
  width: 50%;
  vertical-align:middle;
  border: none;
}
.fb-likebtn .eyecatch img{
  width: 100%;
}
.fb-likebtn .like_text{
  font-size: 1.05em;
  margin-top:1em;
  font-weight: bold;
  line-height: 1.4;
}
.fb-likebtn .like_text p{
  margin-bottom: 1em;
}
.fb-likebtn .like_text .small{
  font-size: 11px;
  color: #ccc;
  margin-bottom:0;
}
/* =============================================================
コメント設定
================================================================ */
#comments-title {
  padding: 0.75em 0;
  margin: 0;
}
.commentlist {
  margin: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.comment,.pingback {
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  font-size: 0.98em;
  border-bottom: 1px solid #f8f9fa;
}
.comment .comment {
  font-size:1em;
}
.comment .comment-meta,.pingback .comment-meta{
  padding:0;
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment-metadata{
  font-size:0.8em;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  margin-left:-3px;
  border-radius: 50%;
}
.comment:last-child,.pingback:last-child {
margin-bottom: 0;
}
.comment .children,.pingback .children {
  margin: 0;
}
.comment[class*=depth-],.pingback[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1,.pingback.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1),.pingback:not(.depth-1) {
  margin-top: 0;
  padding: 7px;
}
.comment.odd,.pingback.odd {
  background-color: white;
}
.comment.even,.pingback.even {
  background: #FAF9F8;
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.comment-reply-link {
  font-size: 0.8em;
  float: right;
  font-weight: bold;
  margin-top: 0.8em;
  margin-bottom: 1em;
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
.comment-navigation{
  text-align:center;
  padding:1em;
}
.comment-respond {
  padding: 1.5em 0;
}
#reply-title {
  margin: 0;
  padding:0.5em 0;
}
#reply-title:before{
  font-family:"fontawesome";
  content:"\f27b";
  font-weight:normal;
  margin-right:0.2em;
  font-size:1.2em;
}
.comment-respond p{
  font-size:.85em;
}
.comment-respond .comment-notes{
  margin-bottom:1.5em;
}
.logged-in-as {
  font-style: italic;
  margin: 0;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #F9F9F9;
  font-size: 0.9em;
}
#submit {
  font-size: 1em;
}
#comment-form-title {
margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/* =============================================================
フッター設定
================================================================ */
#page-top {
  position: fixed;
  right: 20px;
  z-index: 99999;
}
#page-top a {
  background-repeat: no-repeat;
  text-decoration: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  background: rgba(51, 51, 51, 0.5);
  padding: 0;
  display: block;
  color: #fff;
}
#footer-top .inner{border-bottom: 1px solid rgba(202, 202, 202, 0.3);font-size:0.9em;}
.footer a,#footer-top a{
  color: #ffffff;
  text-decoration:none;
}
.footer a:hover,#footer-top a:hover{
  text-decoration:underline;
}
.footer a .gf,#footer-top a .gf{
  display:none;
}
#footer-top .widget{
  margin-top:2em;
  background: none;
}
#footer-top ul{
  border-top: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top li{
  border-bottom: 1px dashed rgba(216, 216, 216, 0.15);
}
#footer-top .widgettitle{
  background:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding:1em 0.2em;
  color: #CACACA;
}
#footer-top .widgettitle span{
  border:none;
  padding:0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.footer .inner {
  clear: both;
  color: #ffffff;
}
.footer .copyright .create{
  display:inline-block;
}

/* =============================================================
max-width: 1165px
================================================================ */

#footer-top .inner,.footer .inner{
  width: 100%;
  padding: 0 10px 8px 10px;
}
.youtube-container{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-container iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* =============================================================
Desktop Styles
================================================================ */

body{
  font-weight: 500;
}
.cta-inner{
  padding: 1em 2em;
}
.top-post-list .post-list:before{
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: #111;
  position: absolute;
  top:0;
  left:50%;
  z-index: 0;
  transition:.3s;
  opacity: .05;
  filter: alpha(opacity=5);-ms-filter: "alpha(opacity=5)";
}
.top-post-list .post-list:hover:before{
  width: 100%;
  height: 100%;
  left:0;
}
.post-list-magazine .post-list a:hover{
  background: rgba(0, 0, 0, 0.05);
}
.post-list-magazine .post-list a:before,.post-list-magazine .post-list a:after{
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #111;
  transition: .3s;
}
.post-list-magazine .post-list a:before {
  bottom: 0;
  left: 0;
}
.post-list-magazine .post-list a:after {
  bottom: 2px;
  right: 0;
}
.post-list-magazine .post-list a:hover:before,.post-list-magazine .post-list a:hover:after {
  width: 100%;
}
.nav > li > a {
  display: block;
  text-decoration: none;
  line-height: 1.3;
  padding: 15px 1.8em 7px;
}
.single .byline{position: relative;}
.single .byline .cat-name{padding: .3em .8em .3em .5em;}
#scrollfix{
  max-width: 336px;
  padding-top: 5px;
}
.share.short{
  margin-top:1em;
  margin-bottom: 1.5em;
}
.sns ul {
  margin:0 auto;
  list-style:none;
}
.sns li {
  width: 32.3%;
  margin: 0 1% 2% 0;
}
.sns li a {
  font-size: 0.85em;
  padding: 15px 2px;
}


/*----------ブートストラップ追加-------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px～991px） */

    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
  .pc-none {
    display: none;
  }

/* PC（992px～1119px） */

    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}

/* PC大画面（1200px以上）*/

    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}






/**************************************************************
【グリッド設定】
**************************************************************/
.container {
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}
.row{
  margin-right:-15px;
  margin-left:-15px;
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{
  display:table;content:" ";
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
  clear:both;
}
.center-block {
  display:block;
  margin-right:auto;
  margin-left:auto;
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left;}
.over-container {
	width: 100%;
}

.container {
  max-width: 750px;
}


.container {
  max-width: 970px;
}


.container {
  max-width: 1166px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-sm-pull-12 {
  right: 100%;
}
.col-sm-pull-11 {
  right: 91.66666667%;
}
.col-sm-pull-10 {
  right: 83.33333333%;
}
.col-sm-pull-9 {
  right: 75%;
}
.col-sm-pull-8 {
  right: 66.66666667%;
}
.col-sm-pull-7 {
  right: 58.33333333%;
}
.col-sm-pull-6 {
  right: 50%;
}
.col-sm-pull-5 {
  right: 41.66666667%;
}
.col-sm-pull-4 {
  right: 33.33333333%;
}
.col-sm-pull-3 {
  right: 25%;
}
.col-sm-pull-2 {
  right: 16.66666667%;
}
.col-sm-pull-1 {
  right: 8.33333333%;
}
.col-sm-pull-0 {
  right: auto;
}
.col-sm-push-12 {
  left: 100%;
}
.col-sm-push-11 {
  left: 91.66666667%;
}
.col-sm-push-10 {
  left: 83.33333333%;
}
.col-sm-push-9 {
  left: 75%;
}
.col-sm-push-8 {
  left: 66.66666667%;
}
.col-sm-push-7 {
  left: 58.33333333%;
}
.col-sm-push-6 {
  left: 50%;
}
.col-sm-push-5 {
  left: 41.66666667%;
}
.col-sm-push-4 {
  left: 33.33333333%;
}
.col-sm-push-3 {
  left: 25%;
}
.col-sm-push-2 {
  left: 16.66666667%;
}
.col-sm-push-1 {
  left: 8.33333333%;
}
.col-sm-push-0 {
  left: auto;
}
.col-sm-offset-12 {
  margin-left: 100%;
}
.col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.col-sm-offset-9 {
  margin-left: 75%;
}
.col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.col-sm-offset-6 {
  margin-left: 50%;
}
.col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.col-sm-offset-3 {
  margin-left: 25%;
}
.col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.col-sm-offset-0 {
  margin-left: 0;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0;
}
}
.visible-xs,.visible-sm,.visible-md,.visible-lg {
  display: none !important;
}

.visible-md {
  display: block !important;
}


.visible-lg {
  display: block !important;
}

.hidden-md {
  display: none !important;
}


.hidden-lg {
  display: none !important;
}

/**************************************************************
【color設定】
**************************************************************/
.black{
	color: #414b5a;
}
.blue{
	color: #2ca9e1;
}
.d-blue{
	color: #1e377d;
}
.green{
	color: #33ad00;
}
.gray{
	color: #999999;
}
.orange{
	color: #ff7d00;
}
.pink{
	color: #ff0084;
}
.red{
	color: #fb0000;
}
.yellow{
	color: #fff000;
}
.white{
	color: #ffffff;
}
/**************************************************************
【bg設定】
**************************************************************/
.bg-black{
	background-color: #000000;
}
.bg-blue{
	background-color: #2ca9e1;
}
.bg-green{
	background-color: #33ad00;
}
.bg-green-2{
	background-color: #6fda41;
}
.bg-gray{
	background-color: #999999;
}
.bg-orange{
	background-color: #ff7d00;
}
.bg-pink{
	background-color: #ff0084;
}
.bg-red{
	background-color: #fb0000;
}
.bg-yellow{
	background-color: #fff000;
}
.bg-white{
	background-color: #ffffff;
}
/****************************************************************
【float設定】
*****************************************************************/
.f-clear {
	clear:both;
}
.l-flo {
	float: left;
}
.r-flo {
	float: right;
}
/**************************************************************
【align設定】
**************************************************************/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/**************************************************************
【font設定」】
**************************************************************/
.text70 {
	font-size: 70%;
}
.text80 {
	font-size: 80%;
}
.text90 {
	font-size: 90%;
}
.text100 {
	font-size: 100%;
}
.text110 {
	font-size: 110%;
}
.text120 {
	font-size: 120%;
}
.text130 {
	font-size: 130%;
}
.text140 {
	font-size: 140%;
}
.text150 {
	font-size: 150%;
}
.text160 {
	font-size: 160%;
}
.text170 {
	font-size: 170%;
}
.text180 {
	font-size: 180%;
}
.text190 {
	font-size: 190%;
}
.text200 {
	font-size: 200%;
}
.text210 {
	font-size: 210%;
}
.text220 {
	font-size: 220%;
}
.italic {
	font-style: italic;
}
.b {
	font-weight: 700;
}			
.u {
	text-decoration: underline;
}
/****************************************************************
【radius設定」】
*****************************************************************/
.b-radius {
	border-radius: 2px;
}
/*************************************************************
【margin設定】
*************************************************************/
.m0 {
	margin: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.ml5 {
	margin-left:5px !important;
}
.m10 {
	margin:10px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.ml10 {
	margin-left:10px !important;
}
.m15 {
	margin:15px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mr15 {
	margin-right:15px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.ml15 {
	margin-left:15px !important;
}
.m20 {
	margin:20px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.ml20 {
	margin-left:20px !important;
}
.m25 {
	margin:25px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mr25 {
	margin-right:25px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.ml25 {
	margin-left:25px !important;
}
.m30 {
	margin:30px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mr30 {
	margin-right:30px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.ml30 {
	margin-left:30px !important;
}
.m35 {
	margin:35px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mr35 {
	margin-right:35px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.ml35 {
	margin-left:35px !important;
}
.m40 {
	margin:40px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mr40 {
	margin-right:40px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.ml40 {
	margin-left:40px !important;
}
.m45 {
	margin:45px !important;
}
.mt45 {
	margin-top:45px !important;
}
.mr45 {
	margin-right:45px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.ml45 {
	margin-left:45px !important;
}
.m50 {
	margin:50px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mr50 {
	margin-right:50px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.ml50 {
	margin-left:50px !important;
}
.m55 {
	margin:55px !important;
}
.mt55 {
	margin-top:55px !important;
}
.mr55 {
	margin-right:55px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.ml55 {
	margin-left:55px !important;
}
.m60 {
	margin:60px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mr60 {
	margin-right:60px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.ml60 {margin-left:60px !important;
}
.m65 {
	margin:65px !important;
}
.mt65 {
	margin-top:65px !important;
}
.mr65 {
	margin-right:65px !important;
}
.mb65 {
	margin-bottom:65px !important;
}
.ml65 {
	margin-left:65px !important;
}
.m70 {
	margin:70px !important;
}
.mr70 {
	margin-right:70px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.ml70 {
	margin-left:70px !important;
}
.m75 {
	margin:75px !important;
}
.mt75 {
	margin-top:75px !important;
}
.mr75 {
	margin-right:75px !important;
}
.mb75 {
	margin-bottom:75px !important;
}
.ml75 {
	margin-left:75px !important;
}
.m80 {
	margin:80px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mr80 {
	margin-right:80px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.ml80 {
	margin-left:80px !important;
}
.ml100 {
	margin-left:100px !important;
}
.documents {
	margin-top: 40px;
}
.documents-under {
	margin-bottom: 40px;
}
/**************************************************************
【padding設定】
**************************************************************/
.p0 {
	padding:0 !important;
}
.pt0 {
	padding-top:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.pt3 {
	padding-top:3px !important;
}
.p5 {
	padding:5px !important;
}
.pt5 {
	padding-top:5px !important;
}
.pr5 {
	padding-right:5px !important;
}
.pb5 {
	padding-bottom:5px !important;
}
.pl5 {
	padding-left:5px !important;
}
.p10 {
	padding:10px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pr10 {
	padding-right:10px !important;
}
.pb10 {
	padding-bottom:10px !important;
}
.pl10 {
	padding-left:10px !important;
}
.p15 {
	padding:15px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pr15 {
	padding-right:15px !important;
}
.pb15 {
	padding-bottom:15px !important;
}
.pl15 {
	padding-left:15px !important;
}
.p20 {
	padding:20px !important;
}
.pt20 {
	padding-top:20px !important;
}
.pr20 {
	padding-right:20px !important;
}
.pb20 {
	padding-bottom:20px !important;
}
.pl20 {
	padding-left:20px !important;
}
/**************************************************************
【overflow設定】
**************************************************************/
.over-h {
	overflow: hidden;
}
/**************************************************************
【tableの設定】
**************************************************************/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	letter-spacing: 1px;
	margin: 0px -1px 20px 0;
	text-align: left;
	width: 100%;
}
table tr th {
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 10px 10px;
	//text-align: center;
}
table tr td {
	border: 1px solid #cccccc;
	padding: 10px 10px;
}
table tr td p {
	margin: 0px 0px 5px;
	padding: 0px;
}
table tr th,
table thead tr th {
	background-color: #594396;
	padding: 9px 24px;
	//white-space: nowrap;
    color: #fff;
}
table tfoot tr th,
table tfoot tr td {
	font-weight: bold;
}
table ol,
table ul {
	margin-bottom: 5px;
	margin-left: 15px;
}
table ol li,
table ul li	{
	margin: 2px 0px;
}
/*----- 線無しテーブルクラス -----*/
table.none {
	border: none;
	font-size: 100%
}
table.none tr td{
	border: none;
}

/**************************************************************
【contact設定】
**************************************************************/
.asterisk {
	color: #f5637a;
	font-size: 14px;
	margin: 0 0 0 0.2em;
}
.wpcf7 { margin:0 auto !important; padding:1.5em 1.5em 0;}
.wpcf7 form{}
.wpcf7 p { margin-bottom:1em;}
.wpcf7 input, .wpcf7 textarea { -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #ccc; line-height:1.2; padding:8px; width: 100%;}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2;}
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { font-weight: bold; position:relative; display:block; width:225px; height:48px; margin:30px auto; background-color:#ff9822; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#f6bb42; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }
/**************************************************************
【フォーム設定】
**************************************************************/
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
	display: block;
	padding: 10px 2%;
	margin-bottom: 14px;
	font-size: 1em;
	color: #666;
	border: 3px solid rgba(51, 51, 51, 0.1);
	border-radius: 1px;
	vertical-align: middle;
	max-width: 96%;
	max-width: 100%\9;
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}
input[type="text"]:focus, input[type="text"]:active,input[type="password"]:focus,input[type="password"]:active,input[type="datetime"]:focus,input[type="datetime"]:active,input[type="datetime-local"]:focus,input[type="datetime-local"]:active,input[type="date"]:focus,input[type="date"]:active,input[type="month"]:focus,input[type="month"]:active,input[type="time"]:focus,input[type="time"]:active,input[type="week"]:focus,input[type="week"]:active,input[type="number"]:focus,input[type="number"]:active,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:focus,input[type="url"]:active,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:focus,input[type="tel"]:active,input[type="color"]:focus,input[type="color"]:active,select:focus,select:active,textarea:focus,textarea:active,.field:focus,.field:active {
  background-color: #f7f8fa;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5;
}
select {
  -webkit-appearance: none;
  background-image: url(library/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size:9px;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,input,select,textarea {
  margin: 0;
}
button,input {
  line-height: normal;
}
button,select {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select{
  padding: 3%;
  line-height: 1.2;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 0.95em;
  padding: 8px 20px;
  background: #666666;
  color: #fff;
  border: 0;
  border-radius: 5px;
}
button[disabled],html input[disabled] {
  cursor: default;
}
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.field {
    width: 92%;
    max-width: 92%;
}
}





.resta-text {
  font-size: 14px;
  text-align: justify;
}
.resta-text2 {
  font-size: 0.7em;
}
.fa-4 {
  font-size: 4em !important;
}
.fa-5 {
  font-size: 5em !important;
}
.mt0 {
  margin-top: 0px;
}
.mt20 {
  margin-top: 20px;
}
.mb0 {
  margin-bottom: 0px;
}
.width20 {
  width: 20%;
}
.width70 {
  width: 70%;
}
.feebox {
  background-color:#f7f7f5;
  padding: 15px;
  overflow: hidden;
}
.borderbox {
  background-color: #fff;
  padding: 1em 2em;
  border: 1px solid black;
  overflow: hidden;
}
.title-r {
    font-size: 280%;
    font-weight: 600;
    text-align: center;
}
.h2-lh {
	line-height: 1.3em;
}
/*----------テキストライン-------------*/
h2.lines-on-sides {
  display: table;
  text-align: center;
  white-space: nowrap;
}

h2.lines-on-sides:after, h2.lines-on-sides:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}

h2.lines-on-sides:after {
  border-left: 1em solid transparent;
}

h2.lines-on-sides:before {
  border-right: 1em solid transparent;
}
/*----------テキストライン-------------*/

/*----------ボックスオンテキスト-------------*/
.caption_box{
  position: relative;

  margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid black;
}

.caption_box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 1.5em;
  padding: 0 1em;
  margin: 0;
  background-color: #fff;
  transform: translateY(-50%) translateX(1em);
}
/*----------ボックスオンテキスト-------------*/
h1.container {
  display: none;
}

ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.flow_list {
    border: 5px solid #ccc;
    border-radius: 10px;
    position: relative;
}
ul.flow_list li::after{bottom: -40px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}
.padding-box15 {
 padding:15px;
}
.padding-box30 {
 padding:30px;
}
/*----------ボタン-------------*/
.button01 {
  display: inline-block;
  width: 300px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
}
.button01::before,
.button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button01,
.button01::before,
.button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button01 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  overflow: hidden;
}
.button01:hover {
  color: #fff;
}
.button01::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button01:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/**************************************************************
【フッター共通設定】
**************************************************************/
.footer-logo img {
  height: 60px;
}
.small-box {
	padding: 10px 0px 20px 0px;
}
.footer p {
	margin: 0 0 5px;
}
.footer-contact-join {
	float: right;
	margin-top: 17px;
  margin-right: 80px;
}
.menu-footer-menu1-container {
	line-height: 120%;
	margin-left: 15px;
}
footer a{
	color: #000000;
}
.menu-footer-menu1-container a,.menu-footer-menu2-container a,.menu-footer-menu3-container a{
	color: #434a54;
}
.menu-footer-menu1-container ul li a{
	background: url("../images/circle-arrow-b.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu1-container ul li ul.sub-menu a{
	background: url("../images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.menu-footer-menu2-container ul li a{
	background: url("../images/circle-arrow-b.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu2-container ul li ul.sub-menu a{
	background: url("../images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.menu-footer-menu3-container ul li a{
	background: url("../images/circle-arrow-b.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu3-container ul li ul.sub-menu a{
	background: url("../images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.footer-contact-number {
	background: url("../images/footer-phone.png");
	background-position: left;
	background-repeat: no-repeat;
	font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 5px 15px 50px;
	margin-top: 0px;
	margin-bottom: -15px;
}
.footer-contact-comment {
	float: left;
	font-size: 12px;
	line-height: 15px;
	margin-left: 70px;
	margin-top: -10px;
}

/**************************************************************
【商品ページ】
**************************************************************/
.product1 {
  color: #333;
}
.product1 td {
  padding-right: 5px;
  float: left;
}
.product-title {
  font-weight: bold;
  color: #333;
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #5d479a;
  border-bottom: solid 3px #d7d7d7;
}
.img-box {
  border: 1px solid #cecece;
  overflow: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px !important;
}
.border_b_dotted {
    border-bottom: 1px dotted #999;
}
.border_solid_left {
    border-left: 7px solid #CCC;
}
.img-under {
  padding-left: 5px;
  padding-right: 5px;
}
.pointbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5d479a;
}
.pointbox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #5d479a;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*h4 { padding-top: 8px; text-shadow: 0 1px #ffffff; padding-bottom: 5px; color:#5e489a; position: relative; clear:both; font-size:18px;margin:10px 0px 30px 0px; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; }*/
.btn_988 {
	background: #5e489a;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
	padding: 4px 10px 3px 10px;
	font-size: 12px;
	text-decoration: none;
}
.btn_988 a:hover{
	background: #634F9E;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
	padding: 4px 10px 3px 10px;
	font-size: 12px;
}
.btn-purple {
	background-color: #594396;
	border-color: #594396;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 10px 30px;
  text-decoration: none;
}
.cart {
	display: none;
}
.woocommerce ul.products li.product .button {
	display: none !important;
}
.woocommerce ul.products li.product h3 {
	text-shadow: none !important; box-shadow:  none !important; margin:0px !important; padding:10px 0px 10px; background-color: #FFF !important;border-left:  none !important; text-align:center; display: table-cell; font-size: 18px; position: inherit !important;
}
.woocommerce ul.products li.product div{ display: grid;}
li.product table.none tr td {
  display: inline-block;
}
.woocommerce ul.products li.product p.none{ display:none !important;}
.woocommerce ul.products li.product .price {
	display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li span.amount{
	display: none;
}
#powerd{display:none}
#tab-additional_information {
	display: block !important;
}
#tab-reviews {
	display: block !important;
}
ul.product-categories li.cat-item{
	font-weight: bold;
	font-size: 85%;
}
p.info_P2 {
	color: #06C;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding-bottom: 10px !important;
	background: url("../../images/arrow.png") no-repeat scroll left center transparent;
	background-size:15px 15px;
	padding-left: 30px !important;
	padding-top: 13px !important;
}
img.w210 {
  border: 1px solid #dddddd;
	width:250px;
	height:auto;
}
img.w280 {
	width:280px;
  border: 1px solid #dddddd;
	height:auto;
}
.box {
  float: left;
  width: 100%
}
.entry-summary table.none tr td{
	border: none;
	display: inline-block;
}
body.woocommerce #nav-container{
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.right-line {
	color: #5f51a2;
	display: flex;
	align-items: center;
}
.right-line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #5f51a2;
	display: block;
}
.right-line:before {
	margin-right: .4em;
}
.right-line:after {
	margin-left: .6em;
}




.circle {
  color: #fff;
  background-color: #5f52a2;
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  padding-top: 14px;
  font-size: 12px;
}



.shop-title {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: .75em 1em;
  background-color: #5d479a;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.shop-title::before,
.shop-title::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.shop-title::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #312454;
}
.shop-title::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #312454;
}



.double {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 0.15em .5em .5em 2em;
}
.double::before,
.double::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.double::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(95, 80, 162, 0.5);
}
.double::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(176, 160, 239, 0.5);
}

.double-under {
  font-weight: bold;
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}
.double-under::before,
.double-under::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.double-under::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(95, 80, 162, 0.5);
}
.double-under::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(176, 160, 239, 0.5);
}

.maincolor {
    color: #5d479a !important;
}



.mainFoot {
    display: block;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}


.br-max { 
 border-radius: 50%; 
}


.moredetail01 {
  background-color: #f0f1ff;
}
.moredetail02 {
  background-color: #fdfdfd;
}
.moredetail03 {
  background-color: #594396;
}
.p50 {
  padding: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.bkc01 {
  background-color: #F2F0FE;
}
.button-k {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button-k::before,
.button-k::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button-k,
.button-k::before,
.button-k::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button-k {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #594396;
  color: #594396;
  line-height: 50px;
  overflow: hidden;
}
.button-k:hover {
  color: #fff;
}
.button-k::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button-k:hover::after {
  background: #594396;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.col-sm-3 .button-k, .col-sm-4 .button-k {
  width: 90%;
}
.title-k {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #594396;
}

.center-line {
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    width: 20%;
}
/**************************************************************
【採用ページcss】
**************************************************************/

@media (min-width: 768px) {
.outer-k{
  display: table;
}
.inner-k{
  display: table-cell;
  vertical-align: middle;
}
}

@media only screen and (min-width: 1166px){
  .box-a {
    margin-right: -100px;
    padding-top: 7em;
  }
  .box-b {
    margin-left: -100px;
    padding-top: 7em;
  }
}







/**************************************************************
業務ボックス--時間
**************************************************************/
.ribbon{
	font-weight:bold;
	font-family:'Helvetica', 'sans-serif';
	position:relative;
	display:block;
	overflow:visible;
}
.ribbon:before,
.ribbon:after{
	display:block;
	position:absolute;
	left:-10px;
    font-size: 1.3em
}
.ribbon:before{
	content:"";
	border:6px solid transparent;
	border-top-color:#36275f;
	border-right-color:#36275f;
	top:43px;
}
.ribbon:after{
	background:#594396;
	color:#fff;
	padding:0 48px;
	height:35px;
	line-height:35px;
	top:8px;
	z-index:10;
}
.ribbon01:after{
	content:"店舗一覧";	
}
.ribbon02:after{
	content:"岸佛光堂が選ばれる理由";	
}
.ribbon03:after{
	content:"会社概要";	
}
.ribbon04:after{
	content:"代表ご挨拶";	
}
.ribbon05:after{
	content:"お仏壇の品質表示";	
}
.ribbon06:after{
	content:"よくあるご質問";	
}
.ribbon07:after{
	content:"スタッフ紹介";	
}

.part_line {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0 8px;
    text-decoration: none;
    color: #594396;
    transition: .4s;
}
.part_line:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background:#594396;
   transition: .2s;
}
.part_line:after{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:0;
   left: 0;
   border-radius: 3px;
   background:#594396;
   transition: .2s;
}
.part_line:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}
.part_line:hover:after {
    top: 3px;
}


.caption {
    background-color: #fff;
    color: #594396;
    font-size: 1.9em;
    font-weight: bold;
    margin-top: -22px;
    padding-left: 15px;
    /* width: 40%; */
    padding-right: 15px;
}
.caption-box {
    background-color: #fff;
    width: fit-content;
}
.b-left {
  border-left: solid 1px;
}
.b-right {
  border-right: solid 1px;
}





/**************************************************************
【headerの設定】
**************************************************************/
.logo img {
  height: 60px;
}
#slider {
  margin-top: -30px;
}
.header-wrapper {
	background-image: none;
	height: 145px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header .header-inner {
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-inner h1 {
	display: none;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0px !important;
	margin-left: 20px;
	margin-top: 0px !important;
	width: 380px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-inner .logo a{
	color: #666666;
	display: block;
}
.header-inner .tel-number{
	float: right;
	/*width: 400px;*/
	text-align: right;
}
.header-top h1 {
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}
.head-contact-txt {
	font-size: 12px;
	letter-spacing: 0px;
	margin-top: 10px;
}
.head-contact-number {
	background: url("../images/phone.png");
	font-family:"Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 0px 15px 50px;
	margin-top: 0px;
	margin-bottom: -20px;
}
.head-contact-comment {
	font-size: 12px;
	line-height: 15px;
	margin-right: 5px;
}
.header-inner .tel-number{
  display: none;
}
header {
  background-color: #ffffff;
	height: 130px;
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header .header-inner{ 
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-inner .logo{
	float: left;
	display: block;
}
.header-inner .contact-join {
	float: right;
	margin-top: 0px;
	padding-left: 30px;
  width: 240px;
  display: none;
}
#toggle {
	display: none;
}
#gnav-wrap {
}
.gnav-mobile-wrap .logo {
	display: none;
}
.global-nav { height:30px; margin:0 auto; z-index:9999; }
.global-nav ul { margin:0; position:relative; float:right;}
.global-nav li a { font-size:14px; font-weight:normal; text-align:center; text-decoration:none; margin:0; display:block; height:30px; line-height:30px; }
.global-nav ul li.menu-item a:hover {
	opacity: 1;
} 
.global-nav ul li ul.sub-menu{
	display: none;
    position: absolute;
    top: 23px;
    border-top: 1px solid #eeeeee;
    z-index: 9999;
}
.global-nav ul li:hover ul.sub-menu {
  display: block;
	float: left;
  width: 250px;
}
.global-nav ul li ul.sub-menu li,.global-nav ul li ul.sub-menu li ul.sub-menu li{
    float: none;
	font-size: 12px;
}
.global-nav ul li ul.sub-menu li:first-child,.global-nav ul li ul.sub-menu li ul.sub-menu li:first-child{

}
.global-nav ul li ul.sub-menu li a,.global-nav ul li ul.sub-menu li ul.sub-menu li a {
  border-bottom: 1px solid #e8e8e8;
	border-right: none;
  border-top: none;
  padding: 0px 15px 0px 15px;
  background-color: #FFF;
  color: #666;
  background-image: none;
	text-align: left;
	line-height: 35px;
	height: 35px;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 5px !important;
}

/**************************************************************
【header-smallerの設定】
**************************************************************/
header.smaller {
	display: block;
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 10000;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller  .header-inner{ 
	padding-top: 5px !important;
  -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller  #gnav-wrap .gnav-wrap-inner {
	margin-top: 0px;
	 -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/**************************************************************
【global-navの設定】
**************************************************************/
#gnav-wrap a,
#gnav-wrap {
    text-decoration: none;
}
#gnav-wrap .gnav-wrap-inner {
	margin-top: 10px;
    position: relative;
}
#gnav-wrap .logo {
    float: left;
    font-size: 36px;
}
#pc-menu{
}
#pc-menu li{
	border-right: 1px solid #e8e8e8;
	display: block;
	float: left;
	padding: 0px 10px;
}
#pc-menu li ul.sub-menu li{
	border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
	float: left;
	padding: 0px 0px;
	width: 250px;
}
#pc-menu li:first-child{
	border-left: 1px solid #e8e8e8;
}
#pc-menu li.current{
	background-color: #d8e9f6;
}
#pc-menu li a{
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/**************************************************************
ボタン設定
**************************************************************/
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px; text-decoration:none;}
.btn:hover,.btn-darkblue:hover{
	background-color: #03a9f4;
	color: #FFFFFF !important;
}
.btn-white {
	background-color: #ffffff;
	color: #666666;
}
.btn-darkblue {
	background-color: #0071bc;
	border-color: #0071bc;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 6px 12px;
  text-decoration: none;
}
.btn-black {
	background-color: #000000;
	border-color: #000000;
}
.btn-f5 {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.btn-f5 a {
	color: #1e377d;
}
.b-radius-no {
	border-radius: 0px;
}
.btn-white:hover{
	color: #666666;
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
}
.btn-darkblue:hover{
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
}
.btn-content:hover{
	cursor: pointer;
	/*filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;*/
	text-decoration: none;
    background-color: #03a9f4;
	color: #FFFFFF !important;
}
.btn-content {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #1E377D;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF !important;
}
.btn-block{display:block;width:100%;}
/****************************************************************
【矢印設定】
*****************************************************************/
.circle-arrow{
    background: url("../images/circle-arrow.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	padding: 1px 0px 0px 22px;
}
.bx-viewport ul li {
	width: 100% !important;
}