@charset "UTF-8";

/* -----
	reset
--------*/
html {
  font-size: 62.5%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Osaka','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
	min-width: 320px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
	vertical-align:bottom;
} 
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,th {
	font-size: 100%;
	line-height: 1.4;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

a {
	color: #203ba4;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}
/*a:hover img,
a:focus img,
a:active img {
	opacity: .8;
}*/


caption {
	font-weight: normal;
	text-align: left;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

b,
strong {
	font-weight: bold;
	font-weight: 700;
}
body,
button,
input,
select,
textarea {
	color: #000000;
  font-size: 1.4rem;
	line-height:1.75;
}
img{
	display: block;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

/* *************************************************************************************** */

/************************************
	共通スタイル
************************************/

.fs-l,
big {
	font-size: 1.6rem;
}
.fs-ll {
	font-size: 2.4rem;
}
.caption,
.fs-s,
small {
		font-size: 1.2rem;
}
.note {
	font-size: 85%;
	color: #616060;
}
.tx-en {
		font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

/* clearfix */
.clearfix {
  display: inline-block;
  /* Hides from IE-mac \*/
  *zoom: 1;
  display: block;
  /* End hide from IE-mac */
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.inline-block {
  display: inline-block;
}
#is-hoverflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	min-width: 320px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

#container{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden;
}
/* page_top */
.page_top a{
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: rgba(176,176,176,.5);
	position: relative;
	text-indent: -9999em;
	display: block;
}
.page_top a:before {
	content: "";
  width: 50%;
  height: 50%;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10%;
  margin-left: -25%;
}
.page_top{
	width: 10.9%;
	position: fixed;
	bottom: 8%;
	right: 0;
	display: none;
	z-index:9999;
}
.page_top.float{
	width: 10.9%;
	position: fixed;
	bottom: 7%;
	right: 0;
}
.open_close{
	clear: both;
	font-size: 1.4rem;
		margin: 10px auto 30px;
	padding: 0 30px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.open_close:after {
	content: "〉";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  margin-top: 1.5em;
  margin-left: -.5em;
}
.post-archive .open_close {
	margin-top: 30px;
}
#infscr-loading img,
.navigation a{
	display: none !important;
}
@media screen and (min-width: 640px){
	.page_top{
		width: 70px;
		position: fixed;
		bottom: 8%;
		right: 0;
		z-index: 100;
	}
	.page_top.float{
		width: 10.9%;
		position: fixed;
		bottom: 7%;
		right: 0;
	}
	.open_close{
		font-size: 1.8rem;
	}
}

/************************************
	header
************************************/
header{
	background: #ffffff;
	width: 100%;
	-moz-transition: height 0.3s;
	-o-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
    position: relative;
    z-index:10000;
}
header.fixed {
	position: fixed;
	top: 0;
	opacity: .9;
}
header a{
	text-decoration: none;
}
header a:hover{
	opacity: 0.5;
	transition: opacity 0.2s;
}
header .logo-saison{
	max-width: 1000px;
		margin: 0;
		display: block;
		overflow: hidden;
	padding: 2.5% 5% 2.5%;
}
header .logo-saison img{
		width: 26%;
margin: 0;
	max-width: 240px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .nav-scroll-area {
	border-top: 2px solid #e1dddd;
	display: block;
	height: 0;
	padding-top: 15.5%;
}
.body-sp header .nav-scroll-area {
	padding-top: 15.5%;
}
.home header .nav-scroll-area {
	border-top: 2px solid #e1dddd;
	display: block;
	height: 0;
	padding-top: 15.5%;
}
header .nav-scroll {
	position: absolute;
	width: 100%;
	bottom: 0;
}
header .nav-scroll .catLst {
	background: none;
}
header .ttl-site {
	border-bottom: 2px solid #e1dddd;
	padding: 2% 0 2%;
}
header .ttl-site h1{
	width: 40%;
	margin: 0 auto;
	padding-bottom: 1.3%;
	display: block;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .fixed .ttl-site h1{
	width: 30%;
	width: 108px;
	padding-bottom: 0;
}
header .ttl-site h1 img{
width: 100%;
margin: 0 auto;
	max-width: 330px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .ttl-site p{
  width: 100%;
  display: block;
  overflow: hidden;
    margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	text-align: center;
  padding: 0 9% 0 8%;
}
header .ttl-site p img{
	max-width: 625px;
	max-height: 20px;
	margin: 0 auto;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .nav-scroll.fixed .ttl-site h1 img{
	/*max-width: 235px;*/
	height: 18px;
	width: auto;
}
header .nav-scroll.fixed {
	width: 100%;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	bottom: auto;
  z-index:10000;
	min-width: 320px;
}
header .nav-scroll.fixed .ttl-site {
	padding: 4.2% 0 3%;
	padding: 8px 0 6px;
}
header .nav-scroll.fixed .ttl-site p {
	height: 0;
}
header .btn-menu {
	display: block;
	color: #000000;
	position: absolute;
	right: 3%;
	font-size: 1rem;
	z-index: 100;
	cursor: pointer;
	margin-top: 3%;
	width: 8.5%;
	text-align: center;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
	header #navi-global  .btn-menu {
		margin-top: -13%;
		}
  header .nav-scroll.fixed  .btn-menu {
    width: 40px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin: -1% -4% 0;
  }
	header .btn-menu:before {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		content: "";
		background: #86888a;
		width: 100%;
		height: 3px;
		display: inline-block;
		position: absolute;
		left: 0 ;
		margin-top: 30%;
	}
	header .btn-menu .ic-menu {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		width: 100%;
		height: 0;
		padding-top: 70%;
		display: block;
		position: relative;
		vertical-align: middle;
	}
	header .btn-menu .ic-menu:before,
	header .btn-menu .ic-menu:after {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		content: "";
		background: #86888a;
		width: 100%;
		height: 3px;
		display: inline-block;
		position: absolute;
		left: 0 ;
	}
	header .btn-menu .ic-menu:before {
		top: 0 ;
	}
	header .btn-menu .ic-menu:after {
		top: calc( 100% - 3px ) ;
	}
	header .btn-menu#btn-close:before {
		background: transparent;
	}
	header .btn-menu#btn-close .ic-menu:before,
	header .btn-menu#btn-close .ic-menu:after {
		top: calc( 50% - 2px ) ;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .btn-menu#btn-close .ic-menu:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}

header #navi-global {
	background:#f7f6f6;
	text-align: center;
	font-size: 1.2rem;
}
header #navi-global > ul {
	max-width: 956px;
	margin: auto;
	position: relative;
	z-index: 5;
}
header #navi-global a {
	display: block;
	color: #000000;
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
}
header #navi-global > ul > li > a {
	border-right: 1px solid #cbd4e5;
	font-weight: bold;
	display: block;
	margin: 12px 0 10px;
	padding: .5em 0;
}
header #navi-global > ul > li:first-child > a {
	border-left: 1px solid #cbd4e5;
}
header #navi-global > ul ul {
	background: #eaeaea;
	text-align: left;
	border-top: 1px solid #ffffff;
}
header #navi-global > ul ul li {
	border-top: 1px solid #ffffff;
}
header #navi-global > ul ul li .block {
	display: block;
	padding: 6px 14px;
	position: relative;
}
header #navi-global > ul ul li span.icon,
header #navi-global > ul ul li span.text {
	display: table-cell;
	vertical-align: middle;
	padding:0 20px;
}
header #navi-global > ul ul li span.text {
	line-height: 1.4;
}
header #navi-global > ul ul li span.icon {
	width: 76px;
	height: 49px;
	font-size: 1rem;
	text-align: center;
	padding:0px;
	line-height: 1;
}
header #navi-global > ul ul li span.icon img {
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 640px){
	header .nav-scroll {
		position: relative;
	}
	header .nav-scroll-area {
		height: 215px;
		margin-top: 7px;
		padding: 0 !important;
	}
	.home header .nav-scroll-area {
		height: 115px;
	}
	header.fixed .ttl-site {
		padding: 5px 0;
	}
	header .logo-saison{
		width: 100%;
		padding: 18px 2.2%;
		min-height: 65px;
		margin: 0 auto;
	}
  header .logo-saison img{
		width: 32%;
  }
	header .ttl-site {
		padding: 19px 0 14px;
	}
	header .nav-scroll.fixed .ttl-site {
		padding: 11px 0 8px;
	}
	header .ttl-site h1 {
	  width: 51%;
		padding: 0 0 2px;
	}
  header .ttl-site p{
    padding: 0;
  }
	header .fixed .ttl-site h1{
		width: auto;
	}
	header .nav-scroll.fixed .ttl-site h1 img{
		max-width: 238px;
		height: auto;
	}
	header .btn-menu {
		display: none;
	}
	header #navi-global > ul > li {
		width: 25%;
		float: left;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
	}
	header #navi-global > ul ul {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: absolute;
		display: none !important;
		top: 100%;
	}
	header.fixed #navi-global > ul > li a {
		margin: 5px 0;
		padding: .3em 0;
	}
	header #navi-global > ul > li:hover {
		background: #eaeaea;
	}
	header #navi-global > ul > li:hover ul {
		display: block !important;
	}
	header #navi-global > ul > li:hover > a {
		opacity: 1;
		color: #203ba4;
	}
	.lock #is-hoverflow {
		display: none !important;
	}
}

@media screen and (max-width: 639px) {
	header #navi-global {
		right:-100%;
		top: 0;
		float: none;
		position: fixed;
		background: #d6d4d4;
		width: 90%;
		height: 100%;
		overflow-y: scroll;
		z-index: 150;
		margin: 0;
		padding-top: 24%;
		-webkit-transition: 0.5s ease-out;
			 -moz-transition: 0.5s ease-out;
				-ms-transition: 0.5s ease-out;
				 -o-transition: 0.5s ease-out;
						transition: 0.5s ease-out;
	}
	header #navi-global > ul{
		background: #ffffff;
		min-height: 100%;
	}
	header #navi-global > ul ul {
		display: none;
	}
	header #navi-global > ul li.sp ul {
		display: block;
    border: none;
    background: none;
	}
	header #navi-global > ul li {
		text-align: left;
		position: relative;
		border-top: none !important;
    padding: 0;
		border-bottom: solid 2px #d6d4d4;
	}
	header #navi-global > ul > li > a {
		display: table-cell;
		width: 750px;
		height: 52px;
		vertical-align: middle;
		color: #2b39a2;
		font-weight: bold;
		padding: 0 34px;
		border: none !important;
	}
	header #navi-global > ul ul li .block {
    padding: 6px 3% 6px 3%;
	}
	header #navi-global > ul ul li span.icon {
    width: 65px;
    height: 42px;
	}
	header #navi-global > ul ul li span.text {
		padding:0 0 0 10px;
	}
	header #navi-global > ul > li > a:before {
		content: "";
		width: .8em;
		height: .8em;
		border: 0px;
		border-top: solid 2px #2b39a2;
		border-right: solid 2px #2b39a2;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
    left: 12px;
		top: 20px;
		-webkit-transition: 0.5s ease-out;
			 -moz-transition: 0.5s ease-out;
				-ms-transition: 0.5s ease-out;
				 -o-transition: 0.5s ease-out;
						transition: 0.5s ease-out;
	}
	header #navi-global > ul > li > a.sp-nav-switch:before {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -.2em;
		margin-left: .2em;
	}
	header #navi-global > ul > li > a.sp-nav-switch.switch-open:before {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: .2em;
	}
  header .nav-scroll-area .btn-menu {
    top: 0;
  }
	header #navi-global > ul li.catLst {
		display: block;
    border-bottom: none;
	}
	header #navi-global > ul li.catLst li {
		display: block;
	}
	header #navi-global > ul li.catLst li a {
    display: table-cell;
    width: 750px;
    height: 52px;
    vertical-align: middle;
    padding: 0 34px;
	}
	header #navi-global > ul li.catLst li a:before {
		content: "";
		width: .8em;
		height: .8em;
		border: 0px;
		border-top: solid 2px #2b39a2;
		border-right: solid 2px #2b39a2;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
    left: 12px;
		top: 20px;
		/*right: 5%;*/
		-webkit-transition: 0.5s ease-out;
			 -moz-transition: 0.5s ease-out;
				-ms-transition: 0.5s ease-out;
				 -o-transition: 0.5s ease-out;
						transition: 0.5s ease-out;
	}
	header #navi-global > ul li.catLst li a:hover {
    opacity: .7;
	}
  header #navi-global > ul li.catLst ul li span.icon,
  header #navi-global > ul li.catLst ul li span.text {
    width: auto;
    height: auto;
    display: block;
    padding:0;
    font-size: inherit;
  }
  header #navi-global > ul li.catLst ul li span.text {
    opacity: inherit;
  }
  header #navi-global > ul li.catLst ul li span.icon {
    font-size: 130%;
    text-align: left;
    padding:0px;
    line-height: 1;
  }
  header #navi-global > ul ul li span.icon img {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    overflow: hidden;
  }
	header #navi-global .cat-ttl {
    background: #86888a;
		color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 6px 15px;
    display: block;
	}
	header #navi-global .cat-ttl:before {
    color: #ffffff;
	}
	.lock {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.lock body {
		width: 100vw;
		overflow-y: scroll;
	}
	.lock header .nav-scroll.fixed {
		overflow-y: scroll;
    z-index: 1;
	}
  .lock #is-hoverflow {
    z-index: 1;
  }
	.lock header #navi-global{
		right:0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
}

/************************************
	breadcrumbs
************************************/
.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	margin-top: 0px;
	width: 100%;
	max-width: 1000px;
	white-space: nowrap;
	overflow-y: hidden;
	margin: 15px auto;
		padding: 0 5%;
}
	.body-pc .breadcrumbs::-webkit-scrollbar{
		height: 10px;
	}
	.body-pc .breadcrumbs::-webkit-scrollbar-track{
		background: #fff;
		border: none;
		border-radius: 10px;
		box-shadow: inset 0 0 2px #e1dddd; 
	}
	.body-pc .breadcrumbs::-webkit-scrollbar-thumb{
		background: #e1dddd;
		border-radius: 10px;
		box-shadow: none;
	}
.breadcrumbs ul {
	white-space: nowrap;
	line-height:0;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.breadcrumbs li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
	color: #666;
	float: none;
	padding: 0 5px 0 0;
	height: 30px;
	line-height: 30px;
	color: inherit;
	text-decoration: none;
	vertical-align: text-bottom;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
.breadcrumbs li span {
	display: none;
}
	.breadcrumbs li:before {
		content: "＞";
		padding: 0 5px 0 0;
	}
	.breadcrumbs li:first-child:before {
		display: none;
	}
	.breadcrumbs li:last-child {
		padding-right: 0;
	}
.breadcrumbs li a {
	text-decoration: none;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 640px){
	.breadcrumbs{
		max-width: 1000px;
		margin: 15px auto;
		text-align: left;
		padding: 0;
	}
	.breadcrumbs li span {
		display: inline;
	}
}


/************************************
	catLst
************************************/
#category {
	clear: both;
	max-width: 1000px;
	height: 91px;
	margin: 0 auto 45px;
	display: block;
}
#category.fixed {
	height: 91px;
}
#category.fixed .catLst {
	position: fixed;
	top: 30px;
  z-index:10000;
}
.catLst {
	width: 100%;
	background: rgba(255,255,255,1);
	left: 0;
		position: relative;
	padding: 7px 0 0;
}
	.home .catLst {
		display: none;
	}
	.home #category .catLst {
		display: block;
	}
	.cat-ttl {
		width: 100%;
		max-width: 1000px;
		font-size: 1.2rem;
		margin: 0 5% 5px;
	}
	.cat-ttl:before {
		content: "■";
		color: #c9c7c7;
		margin-right: .5em;
	}
	.cat-inner {
		width: 100%;
		max-width: 1000px;
		margin: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		transform: translateZ(0);
	}

	.body-pc .cat-inner::-webkit-scrollbar{
		height: 10px;
	}
	.body-pc .cat-inner::-webkit-scrollbar-track{
		background: #fff;
		border: none;
		border-radius: 10px;
		box-shadow: inset 0 0 2px #e1dddd; 
	}
	.body-pc .cat-inner::-webkit-scrollbar-thumb{
		background: #e1dddd;
		border-radius: 10px;
		box-shadow: none;
	}

.catLst .ws-arrow {
	height: 54px;
	width: 1.5em;
  position: absolute;
	font-size: 30px;
	color: #86888a;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
	background: rgba(255,255,255,.8);
	box-shadow: 0 -20px 30px rgba(255,255,255,.5);
	-webkit-box-shadow:0 -20px 20px rgba(255,255,255,.5);
	line-height: 56px;
	text-align: center;
	z-index: 1;
}

.catLst .ws-arrow-left {
  left: -.5em;
}
.catLst .ws-arrow-left:before {
	content: "〈";
}
.catLst .ws-arrow-right {
  right: -.5em;
}
.catLst .ws-arrow-right:before {
	content: "〉";
}
.catLst .ws-arrow.is-hidden {
  opacity: 0;
}
@-webkit-keyframes kf-arrow-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes kf-arrow-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes kf-arrow-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes kf-arrow-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}




	.catLst ul {
		/*min-width: 840px;*/
	}
	.body-sp .catLst ul,
	.body-tablet .catLst ul {
		padding-bottom: 10px;
	}
	.catLst li {
/*		float: left;
		width: 16.66%;*/
		display: table-cell;
		min-width: 140px;
		border-top: 6px solid transparent;
		border-right: 1px solid #d7d5d5;
		text-align: center;
		position: relative;
	}
	.catLst li:first-of-type {
		border-left: 1px solid #d7d5d5;
	}
	.catLst li a {
		color: #747373;
		text-decoration: none;
		height: 48px;
		display: block;
		position: relative;
	}
	.catLst li a .icon {
		font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
		font-weight: bold;
	}
	.catLst li a .icon {
		height: 23px;
		display: block;
		padding-top: 5px;
		line-height: 1;
	}
	.catLst li a .icon:before {
		display: inline-block;
		vertical-align: text-bottom;
		margin-right: .5rem;
	}
	.catLst li.cat-card a .icon:before {
		content: url(images/ic_card01.svg);
		width: 16px;}
	.catLst li.cat-knowledge a .icon:before {
		content: url(images/ic_know01.svg);	
		width: 18px;}
	.catLst li.cat-dictionary a .icon:before {
		content: url(images/ic_dictionary01.svg);	
		width: 14px;}
	.catLst li.cat-travel a .icon:before {
		content: url(images/ic_travel01.svg);	
		width: 15px;}
	.catLst li.cat-lifestyle a .icon:before {
		content: url(images/ic_life01.svg);	
		width: 17px;}
	.catLst li.cat-bussinesscard a .icon:before {
		content: url(images/ic_bussiness01.svg);	
		width: 20px;}

	.catLst li.cat-card a .icon {
		color: #5cdacf;}
	.catLst li.cat-knowledge a .icon {
		color: #9e98d3;}
	.catLst li.cat-dictionary a .icon {
		color: #eea4a4;}
	.catLst li.cat-travel a .icon {
		color: #75c3ee;}
	.catLst li.cat-lifestyle a .icon {
		color: #fc9ee9;}
	.catLst li.cat-bussinesscard a .icon {
		color: #d3b14b;}
	.catLst li a .text {
		width: 300px;
		height: 2.5em;
		font-size: 1rem;
		line-height: 1.1;
		opacity: 0;
		display: table-cell;
		vertical-align: middle;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.catLst li a:hover {
		opacity: 1;
	}
	.body-sp .catLst li a .text,
	.body-tablet .catLst li a .text,
	.catLst li a:hover .text {
		opacity: 1;
	}
	.page-category-Card .cat-card {
		border-top-color: #e7f9f8;}
	.page-category-Knowledge .cat-knowledge {
		border-top-color: #f1f0f8;}
	.page-category-Dictionary .cat-dictionary {
		border-top-color: #fceded;}
	.page-category-Travel .cat-travel {
		border-top-color: #d5edfa;}
	.page-category-Lifestyle .cat-lifestyle {
		border-top-color: #fee2f8;}
	.page-category-Bussinesscard .cat-bussinesscard {
		border-top-color: #f5edd5;}
@media screen and (min-width: 750px){
	.catLst .ws-arrow {
		display: none;
	}
	.catLst li {
		border-top-width: 7px;
	}
}
@media screen and (min-width: 640px){
	.cat-ttl {
		margin: 0 auto 5px;
	}
	.catLst .ws-arrow {
		height: 70px;
		line-height: 70px;
	}
	.catLst li {
		border-top-width: 8px;
	}
	.catLst li a {
		height: 62px;
	}
	.catLst li a .icon {
		height: 36px;
		padding-top: 14px;
		margin: 0;
	}
	
	.catLst li a .icon:before {
		margin-right: .5em;
	}
	.catLst li.cat-card a .icon:before {
		width: 22px;}
	.catLst li.cat-knowledge a .icon:before {
		width: 21px;}
	.catLst li.cat-dictionary a .icon:before {
		width: 17px;}
	.catLst li.cat-travel a .icon:before {
		width: 19px;}
	.catLst li.cat-lifestyle a .icon:before {
		width: 21px;}
	.catLst li.cat-bussinesscard a .icon:before {
		width: 25px;}
	.catLst li a .text {
		font-size: 1.1rem;
	}
	#category.fixed .catLst {
		top: 63px;
	}
}
/************************************
	sidebar
************************************/
#sidebar {
}
#sidebar .sec-archive {
	margin-bottom: 25px;
}
#sidebar .sec-archive h1 {
    padding: 12px 0 22px;
}
#sidebar .sec-archive .sec-inner .archive-list {
	margin: 0 12px;
}
#sidebar .sec-archive .sec-inner .archive-list a {
	padding: 9px 0;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt {
	vertical-align: middle;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-img {
	width: 130px;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt {
	padding-left: 15px;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt time {
     color: #7b7a7a;
    font-size: 1.2rem;
	margin-bottom: 5px;
		position: relative;
	}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt time:before{
	content: "";
	background: #69758e;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	display: inline-block;
	margin-right: .5em;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt time:after {
	content: "";
	width: .35em;
	height: .35em;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: .45em;
	margin-top: -.2em;
}
#sidebar .sec-archive .sec-inner .archive-list .entry-list-txt p {
	display: none;
}
#sidebar #ranking_article.sec-archive .sec-inner .archive-list .entry-list-txt h2 {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}
#sidebar #pickup_article.sec-archive .sec-inner .archive-list .entry-list-txt h2 {
	margin: 0;
}
#sidebar #pickup_article.sec-archive .sec-inner .archive-list:first-of-type .entry-list-txt {
	padding-left: 0;
}
#sidebar #pickup_article.sec-archive .sec-inner .archive-list:first-of-type .entry-list-img, #sidebar #pickup_article.sec-archive .sec-inner .archive-list:first-of-type .entry-list-txt {
	display: block;
}
#sidebar #pickup_article.sec-archive .sec-inner .archive-list:first-of-type .entry-list-img {
	max-width: inherit;
	width: 100%;
	margin-bottom: 5px;
}
#sidebar #pickup_article.sec-archive .sec-inner .archive-list:first-of-type .entry-list-img img {
	max-width: inherit;
}
@media screen and (min-width: 835px){
	#sidebar {
		/*position: absolute;*/
		float: right;
		display: inline-block;
		vertical-align: top;
		width: 300px;
		width: 30%;
		right: 0;
	}
	#sidebar .sec-archive .sec-inner .archive-list .entry-list-img {
		max-width: 105px;
		width: 41.2%;
	}
	#sidebar .sec-archive .sec-inner .archive-list .entry-list-img img {
		width: 100%;
		max-width: 105px;
	}
}
@media screen and (max-width: 639px){
	#sidebar .sec-archive {
		margin-bottom: 10px;
	}
	.home #sidebar .sec-archive {
		margin-bottom: 0;
	}
	#sidebar .sec-archive .sec-inner .archive-list .entry-list-img {
		width: 90px;
	}
}
/************************************
	footer
************************************/
footer{
	clear: both;
	padding: 3.1% 0;
	text-align: center;
	font-size:1.2rem;
	line-height: 1.1;
}
footer a:hover{
	opacity: 0.5;
	transition: opacity 0.2s;
}
	.home footer{
		padding-top: 0;
	}
@media screen and (max-width: 639px){
	footer{
		padding: 30px 0 0;
		text-align: center;
	}
	footer #navi-footer {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	footer #navi-footer .link-top {
		border-bottom: 2px solid #eeeeee;
	}
	footer #navi-footer .link-top,
	footer #navi-footer .navi-menu {
		padding: 15px 0;
	}
	footer #navi-footer .link-top li,
	footer #navi-footer .navi-menu li{
		border-bottom: 2px solid #ffffff;
	}
	footer #navi-footer .link-top a,
	footer #navi-footer .navi-menu a{
		display: block;
		background: #eeeeee;
		color: #000000;
		text-decoration: none;
		padding: 1em;
	}
	footer #navi-footer .link-top a .icon,
	footer #navi-footer .navi-menu a .icon{
		content: "";
		background: #86888a;
		border-radius: 50%;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		display: inline-block;
		margin-right: .5em;
		position: relative;
	}
	footer #navi-footer .link-top a .icon:after,
	footer #navi-footer .navi-menu a .icon:after {
		content: "";
		width: 5px;
		height: 5px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -2px;
		margin-left: -3px;
	}
	footer #navi-footer2{
		border-top: 1px solid #000000;
		padding: 5% 0 3%;
		font-size: 1rem;
	}
	footer #navi-footer2 span{
		width: 25%;
		max-width: 80%;
		margin: 0 5% 3%;
		display: block;
	}
}
@media screen and (min-width: 640px){
	footer{
		padding: 30px 0 0;
		text-align: right;
	}
	footer #navi-footer {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px 20px;
	}
	footer #navi-footer .link-top {
		float: left;
	}
	footer #navi-footer .link-top a{
		position: relative;
	}
	footer #navi-footer .link-top .icon{
		content: "";
		background: #69758e;
		border-radius: 50%;
		width: 1em;
		height: 1em;
		vertical-align: middle;
		display: inline-block;
		margin-right: .5em;
	}
	footer #navi-footer .link-top .icon:after {
		content: "";
		width: .35em;
		height: .35em;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: .3em;
		margin-top: -.1em;
	}
	footer #navi-footer .navi-menu {
		float: right;
		border-right: 1px solid #aaaaaa;
	}
	footer #navi-footer .navi-menu li {
		display: inline-block;
		border-left: 1px solid #aaaaaa;
	}
	footer #navi-footer .navi-menu li a {
		padding: 0 .5em;
	}
	footer #navi-footer2{
		border-top: 1px solid #c9caca;
		padding: 30px 100px;
	}
	footer #navi-footer2 span{
		display: block;
		position: absolute;
	}
}


/************************************
	main
************************************/
#main {
	position: relative;
}
.home #main,
.post-archive #main {
	max-width: 1000px;
	margin: auto;
	display: block;
}

#contents_area{
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 835px){
	.home #main > .sec-archive {
		width: 68%;
		max-width: 680px;
		margin-left: 0;
	}
	.home #contents_area,
	.post-archive #contents_area {
		width: 68%;
		max-width: 680px;
		display: inline-block;
		vertical-align: top;
	}
}

/* post-label */
.post-label {
	color: #ffffff;
	background: #87898b;
	margin-left: -3px;
	padding: 3px 0 3px 36px;
	line-height: 1.4;
	position: relative;
}
.post-label:before {
	content: "";
	width: 7%;
	height: 100%;
	display: inline-block;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 28px;
}
.post-label.cat-card:before {
	background-color: #5bdacf;
}
.post-label.cat-knowledge:before {
	background-color: #9e98d4;
}
.post-label.cat-dictionary:before {
	background-color: #eea3a7;
}
.post-label.cat-travel:before {
	background-color: #76c3ef;
}
.post-label.cat-lifestyle:before {
	background-color: #f99be5;
}
.post-label.cat-bussinesscard:before {
	background-color: #ddc275;
}
.post-column3 .post-label {
	font-size: 1rem;
	padding-left: 12%;
}
.post-column3 .post-label:before {
	width: 10%;
	max-width: 22px;
}
@media screen and (max-width: 639px){
	.post-label {
		font-size: 1.2rem;
	}
	.post-column3 .post-label {
		padding-top: 2px;
		padding-bottom: 1px;
	}
}

#contents_area .post {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
}
#contents_area .post {
-webkit-animation-fill-mode: both;
-ms-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-ms-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-transform: scale(0,0);
}
 100% {
opacity: 1;
-webkit-transform: scale(1,1);
}
}
@keyframes fadeInUp {
 0% {
opacity: 0;
-webkit-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
}
 100% {
opacity: 1;
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}
}
#contents_area .post a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#contents_area .post a:hover{
	opacity: 0.5;
	transition: opacity 0.2s;
}
#contents_area .post .social {
	margin: 10px 10px 0;
	padding: 0;
}
#contents_area .post-column1{
	background: #ffffff;
	margin: 0 5% 10px;
	border: 1px solid #d1d1d1;
}
#contents_area .post-column1 a{
	padding: 25px 30px;
	padding: 3.5% 4.5%;
}
#contents_area .post-column1 .post-ttl {
	float: right;
	width: 413px;
	width: 67%;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px;
}
#contents_area .post-column1 .post-img {
	float: left;
	width: 190px;
	width: 30.7%;
	margin-right: 15px;
	margin-right: 2.3%;
}
#contents_area .post-column1 time {
	width: 67%;
	color: #84c1bc;
	font-size: 1.2rem;
	float: right;
	width: 413px;
	width: 67%;
  margin-bottom: 1.5em;
}
#contents_area .post-column1 .social {
	clear: both;
	float: right;
	width: 413px;
	width: 67%;
	margin: -18px 0 0;
}

#contents_area .post-column3{
	width: 48%;
	float: left;
	background: #ffffff;
	margin: 0 1% 5%;
	padding: 16px 0 10px;
}
#contents_area .post-column3 .post-label {
	margin-right: 10px;
	margin-left: -1px;
}
#contents_area .post-column3 .post-ttl {
	height: 6em;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
		line-height: 1.4;
		padding: 0 10px;
}
#contents_area .post-column3 .post-img {
	margin: 0 10px;
	overflow: hidden;
	padding-top: 66%;
	position: relative;
}
#contents_area .post-column3 .post-img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
    width: auto;
/*	min-width: 100%;
	min-height: 100%;*/
}
@media screen and (min-width: 655px){
	#contents_area .post-column1{
		margin: 0 0 10px;
	}
	#contents_area .post-column1 .post-ttl {
		font-size: 1.8rem;
	}
	#contents_area .post-column3{
		width: 31.33%;
		float: left;
		margin: 0 1% 30px;
		padding: 16px 0 5px;
	}
	#contents_area .post-column3 .post-ttl {
		height: 7em;
	}
	#contents_area .post-column3 .post-img img {
		height: 127px;
/*		height: 127px;
		overflow: hidden;*/
	}
}
@media screen and (min-width: 655px) and (max-width: 835px){
	#contents_area .post-column1{
		margin: 0 2% 10px;
	}
}
@media screen and (max-width: 655px){
	#contents_area .post-column1 .post-img {
		width: 40.7%;
	}
	#contents_area .post-column1 .post-ttl,
	#contents_area .post-column1 time,
	#contents_area .post-column1 .social {
		width: 57%;
	}
}
@media screen and (min-width: 866px) and (max-width: 960px){
	#contents_area .post-column3 .post-label span {
		transform: scale(0.9,0.9);
		display: block;
		margin: 0 -6%;
	}
}
@media screen and (min-width: 656px) and (max-width: 865px){
	#contents_area .post-column3 .post-label span {
		transform: scale(0.85,0.85);
		display: block;
		margin: 0 -10%;
	}
}
@media screen and (min-width: 321px) and (max-width: 655px){
	#contents_area .post-column3 .post-label span {
		transform: scale(0.9,0.9);
		display: block;
		margin: 0 -6%;
	}
}
@media screen and (min-width: 381px) and (max-width: 430px){
	#contents_area .post-column3 .post-label span {
		transform: scale(0.8,0.8);
		display: block;
		margin: 0 -15%;
	}
}
@media screen and (max-width: 380px){
	#contents_area .post-column3 .post-label span {
		transform: scale(0.7,0.7);
		display: block;
		margin: 0 -22%;
	}
}
#contents_area .post-column3 .post-txt {
	
}
#contents_area .post-column3 .social {
	text-align: right;
}
#contents_area .post .social > div {
	display: inline-block;
	max-width: 20px;
	width: 8%;
}

/* post-archive */
.post-archive {
}
.post-archive .h1 {
	font-size: 2.4rem;
	text-align: center;
	margin: 25px 5% 20px;
}
.post-archive .lead {
	text-align: left;
	font-size: 1.6rem;
	margin: 0 5% 40px;
}
.sec-article {
	max-width: 1000px;
	font-size: 1.6rem;
	margin: auto;
}
.sec-article .sec-social{
  float: right;
    background: none;
    margin: 1em 3% 30px 0;
    padding: 0;
}
.sec-article .sec-social .social-inner > div {
    max-width: 33px;
}
.sec-article hgroup .post-info {
  display: table-cell;
  font-size: 88%;
  height: 52px;
	margin: 0;
  padding: 1em 0 0 15px;
  vertical-align: middle;
  line-height: 1.4;
}
.sec-article .h1 {
  clear: both;
	font-size: 2rem;
	margin: 30px 3%;
}
.sec-article .h2 {
	font-size: 150%;
	border-bottom: 1px solid #8e94ac;
	margin: 3em 0 1em;
}
.sec-article .article-img {
	margin: 0 5% 30px;
}
.sec-article .article-lead {
	margin: 0 5% 30px;
}
.sec-article .article-txt {
	margin: 0 5% 30px;
}
@media screen and (min-width: 640px){
	.sec-article hgroup time {
		margin: 1em 0 0;
	}
	.post-archive .h1 {
		font-size: 4.2rem;
		margin: 25px 2% 20px;
	}
	.post-archive .lead {
	text-align: center;
		margin: 0 2% 40px;
	}
	.sec-article {
		font-size: 1.6rem;
	}
  .sec-article .sec-social{
    margin: 1em 10px 30px 0;
  }
  .sec-article hgroup .post-info {
    padding-left: 0;
  }
  .sec-article hgroup .post-info .pc {
    display: initial;
  }
	.sec-article .h1 {
		font-size: 4.2rem;
		margin: 30px 0;
	}
	.sec-article .article-lead {
		margin: 0 10px 50px;
	}
	.sec-article .article-img {
		margin: 0 75px 50px;
	}
	.sec-article .article-lead {
		margin: 0 10px 50px;
	}
	.sec-article .article-txt {
		margin: 0 10px 50px;
	}
}
@media screen and (max-width: 639px){
	.sec-article > .reco-card {
		margin: 0 5% 10px;
	}
}


.sec-social {
	clear: both;
	padding: 23px 0 9px;
	text-align: center;
}
.sec-social .social-inner {
	max-width: 1000px;
	margin: 0;
}
.sec-social .social-inner > div {
	display: inline-block;
	max-width: 50px;
	margin: 0 3px;
	vertical-align: top;
}
@media screen and (min-width: 640px){
	.sec-social {
		background: #f7f5f6;
		margin: 75px 0;
		padding: 13px 0;
	text-align: left;
	}
	.sec-social .social-inner {
		max-width: 1000px;
		margin: auto;
	}
	.sec-social .social-inner > div {
		display: inline-block;
		max-width: 32px;
		margin: 0 0 0 10px;
	}
}

.sec-index {
	clear: both;
	background: #eeeeee;
	padding: 10px 90px 60px;
	margin: 0 auto 40px;
}
.sec-index .sec-inner {
	background: #ffffff;
	padding: 30px 30px 30px;
}
.sec-index h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 25px 0 35px;
	letter-spacing: .1em;
}
.sec-index h2 .tx-en {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	letter-spacing:normal
}
.sec-index ul {
  overflow: hidden;
}
.sec-index li {
	font-weight: bold;
	color: #777777;
	padding: 0 0 1em 1em;
	text-indent: -1em;
}
.sec-index li:before {
	content: "・";
}
.sec-index li a {
	color: #4d82d2;
}
.sec-index .btn-more {
	display: block;
  border: 1px solid #c0c0c0;
	color: #000000;
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	padding: 9px 5px;
  position: relative;
}
.sec-index .btn-more:before {
  content: "もっと見る";
}
.sec-index .btn-more:after {
  content: "";
  width: .6em;
  height: .6em;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: -.4em;
		margin-left: 1em;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.5s ease-out;
     -moz-transition: 0.5s ease-out;
      -ms-transition: 0.5s ease-out;
       -o-transition: 0.5s ease-out;
          transition: 0.5s ease-out;
}
.sec-index .btn-more.btn-more-open:before {
  content: "閉じる";
}
.sec-index .btn-more.btn-more-open:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
  margin-top: -.2em;
}
@media screen and (max-width: 639px){
	.sec-index {
		margin-top: 50px;
		padding: 10px 5% 10%;
	}
	.sec-index .sec-inner {
		padding: 15px 10px 15px;
	}
	.sec-index h2 {
		font-size: 1.6rem;
		padding: 15px 0 25px;
	}
	.sec-index h2 .tx-en {
		font-size: 3rem;
	}
	.sec-index li {
		font-size: 1.4rem;
	}
}
.sec-content {
	clear: both;
	margin: 0 10px 70px;
}
.sec-content > h2 {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #8f94ae;
	margin: 2em 0 .8em;
	padding-bottom: .3em;
}
.sec-content > h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 1em 0 1em;
}
.sec-content .content-img {
	margin: 0 185px 15px;
}
.sec-content .content-lead {
	margin: 0 10px 35px;
}
.sec-content .content-txt {
	margin: 0 0 2.5em;
}
.sec-content .content-txt u {
  text-decoration: none;
  background: -webkit-linear-gradient(rgba(249,244,184,0) 50%, rgba(249,244,184,1) 50%, rgba(249,244,184,1) 90%,rgba(249,244,184,0) 90%);
  background: linear-gradient(rgba(249,244,184,0) 50%, rgba(249,244,184,1) 50%, rgba(249,244,184,1) 90%,rgba(249,244,184,0) 90%);
}
.sec-content .content-txt table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
}
.sec-content .content-txt table th,
.sec-content .content-txt table td {
	border: 1px solid #cfcece;
	padding: 1em 1em;
	vertical-align: top;
}
.sec-content .content-txt table th {
	vertical-align: middle;
	background: #eeeeee;
}
.sec-content .content-txt .sec-archive {
	margin-top: 6em;
}
.sec-content .sec-related,
.sec-content .sec-card {
  border: 3px solid #e0dfdf;
  background: #ffffff;
	margin: 43px 15px;
  padding-top: 17px;
}
.sec-content .sec-related h3,
.sec-content .sec-card h3 {
  min-width: 6.5em;
  background: #f9f8d6 url(images/ic_related01.png) 0 0;
  background-size: 6px auto;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 -20px .5em;
  padding: 3px .5em 1px 39px;
}
.sec-content .sec-related.sec-reference h3 {
  background-color: #e9fbf7;
  background-image: url(images/ic_related02.png);
}
.sec-content .sec-related .sec-inner ul.archive-list {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: .5em;
}
.sec-content .sec-related .sec-inner ul.archive-list li {
  background: url(images/ic_check01.png) 0 .3em no-repeat;
  background-size: 17px auto;
  padding: 0 0 .2em 28px;
}
.sec-content .sec-related .sec-inner .archive-list .entry-list-img,
.sec-content .sec-card .sec-inner .archive-list .entry-list-img {
    width: 185px;
}
.sec-content .sec-related .sec-inner .archive-list .entry-list-txt,
.sec-content .sec-card .sec-inner .archive-list .entry-list-txt h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.sec-content .sec-related .sec-inner .archive-list .entry-list-txt,
.sec-content .sec-card .sec-inner .archive-list .entry-list-txt {
  width: 720px;
}
.sec-content .sec-card .sec-inner .archive-list .entry-list-txt {
  padding-bottom: 35px;
}
.sec-content .sec-card .sec-inner .archive-list .btn-detail {
  float: right;
	display: block;
	background: #707070;
	color: #ffffff;
	font-size: 1.4rem;
	width: 100%;
  max-width: 190px;
	text-align: center;
	padding: 3px 5px;
  margin-top: -30px;
}
@media screen and (max-width: 639px){
	.sec-content {
		margin: 0 5% 30px;
	}
	.sec-content > h2 {
		font-size: 2.2rem;
	}
	.sec-content > h3 {
		font-size: 1.7rem;
	}
	.sec-content .content-txt {
		margin: 0 0 2.5em;
	}
	.sec-content .sec-archive {
		margin-top: 3em;
	}
	.sec-content .content-img {
		margin: 0 10% 30px;
	}
	.sec-content .content-txt table {
		font-size: 1.4rem;
	}
	.sec-content .content-txt table th,
	.sec-content .content-txt table td {
		padding: .5em .5em;
	}
  .sec-content .sec-related,
  .sec-content .sec-card {
    border-width: 2px;
    margin: 7px 10px;
    padding: 12px 0 5px;
  }
  .sec-content .sec-related h3,
  .sec-content .sec-card h3 {
    background-size: 4px auto;
    font-size: 1.5rem;
    margin: 0 -10px;
    padding: 3px .5em 1px 20px;
  }
  .sec-content .sec-related .sec-inner ul.archive-list,
  .sec-content .sec-related .sec-inner .archive-list .entry-list-txt,
  .sec-content .sec-card .sec-inner .archive-list .entry-list-txt h4 {
    font-size: 1.3rem;
  }
  .sec-content .sec-related .sec-inner ul.archive-list li {
    background-position: 0 .3em;
    background-size: 12px auto;
    padding: 0 0 .2em 17px;
  }
  .sec-content .sec-related .sec-inner .archive-list .entry-list-img {
    width: 130px;
  }
  .sec-content .sec-card .sec-inner .archive-list .entry-list-img {
    max-width: 130px;
    width: 47%;
  }
  .sec-content .sec-related .sec-inner .archive-list .entry-list-txt,
  .sec-content .sec-card .sec-inner .archive-list .entry-list-txt {
      padding-left: 15px;
    width: auto;
  }
  .sec-content .sec-card .sec-inner .archive-list .entry-list-txt {
    font-size: 1.1rem;
    padding-bottom: 25px;
  }
  .sec-content .sec-card .sec-inner .archive-list .btn-detail {
    max-width: 120px;
    width: 48%;
    font-size: 1.0rem;
    margin-top: -23px;
  }
}
@media screen and (max-width: 475px){
  .sec-content .sec-related .sec-inner .archive-list .entry-list-img {
    max-width: 100px;
    width: 30%;
  }
}

.sec-archive {
	clear: both;
	max-width: 1000px;
	background: #eeeeee;
	padding: 10px;
	margin: 0 auto 40px;
}
.sec-archive h1 {
	font-size: 1.8rem;
	padding: 20px 0 30px;
	text-align: center;
}
.sec-archive .sec-inner {
	background: #ffffff;
}
.sec-archive .sec-inner .archive-link {
	clear: both;
	text-align: right;
	padding: 0 2.5% 1em;
}
.sec-archive .sec-inner .archive-list a,
.sec-archive .sec-inner .archive-list02 a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 12px 0;
}
.sec-archive .sec-inner .archive-list a:hover,
.sec-archive .sec-inner .archive-list02 a:hover{
	opacity: 0.5;
	transition: opacity 0.2s;
}
.sec-archive .sec-inner .archive-list {
	border-top: 1px solid #d1d1d1;
	margin: 0 20px;
}
.sec-archive .sec-inner .archive-list:first-of-type {
	border-top: none;
}
.sec-archive .sec-inner .archive-list .entry-list-img,
.sec-archive .sec-inner .archive-list .entry-list-txt {
	display: table-cell;
	vertical-align: top;
}
.sec-archive .sec-inner .archive-list .entry-list-img {
	width: 135px;
}
.sec-archive .sec-inner .archive-list .entry-list-txt {
	font-size: 1.2rem;
	padding-left: 30px;
}
.sec-archive .sec-inner .archive-list .entry-list-txt h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.sec-archive .sec-inner .archive-list02 {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 1.2% 13px;
}
.sec-archive .sec-inner .archive-list02 h2 {
	font-size: 1.4rem;
	font-weight: bold;
	display: table-cell;
	width: 300px;
	height: 5em;
	vertical-align: middle;
}
.sec-archive .sec-inner .archive-list02 .archive-img {
	margin: auto;
}
.sec-archive .sec-inner .archive-list02 .archive-txt {
	font-size: 1.2rem;
	height: 11em;
	margin: 10px 0 0;
}
.sec-archive .sec-inner .archive-list02 .btn-detail {
	display: block;
	background: #707070;
	color: #ffffff;
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	padding: 9px 5px;
}
.sec-archive .sec-inner span[class^="icon-no-"] {
	font-size: 10px;
	font-weight: bold;
	border-radius: 50%;
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3;
	color: #ffffff;
	position: absolute;
	text-align: center;
	margin: 2px;
}
.sec-archive .sec-inner .icon-no-1 {
	background-color: #122689;
}
.sec-archive .sec-inner .icon-no-2 {
	background-color: #786bc5;
}
.sec-archive .sec-inner .icon-no-3 {
	background-color: #276db4;
}
.sec-archive .sec-inner .icon-no-4 {
	background-color: #679fcf;
}
.sec-archive .sec-inner .icon-no-5 {
	background-color: #92a4b2;
}
@media screen and (max-width: 639px){
	.sec-archive {
		padding: 10px 5% 37px;
		margin-bottom: 10px;
	}
	.sec-archive .sec-inner .archive-list02 {
		width: 47%;
	}
	.sec-archive .sec-inner .archive-list02 h2 {
		font-size: 1.1rem;
	}
	.sec-archive .sec-inner .archive-list02 .archive-txt {
		font-size: 1.0rem;
	}
	.sec-archive .sec-inner .archive-list02 .btn-detail {
		font-size: 1.1rem;
	}
	.post-page .sec-archive#related_article .sec-inner .archive-list .entry-list-img,
	.post-page .sec-archive#ranking_article .sec-inner .archive-list .entry-list-img {
		width: 90px;
	}
	.post-page .sec-archive#related_article .sec-inner .archive-list .entry-list-txt,
	.post-page .sec-archive#ranking_article .sec-inner .archive-list .entry-list-txt {
    padding-left: 15px;
	}
}
.home #post_entry {
	padding-top: 30px;
}
.reco-card {
	text-align: center;
}
.reco-card h1 {
	font-weight: bold;
	padding: 10px 0 20px;
}
.reco-card h2 {
	font-weight: normal;
}
.home .reco-card .sec-inner .archive-list02 {
	width: 30%;
}
/*.home .reco-card h2,
.home .sec-archive .sec-inner .archive-list02 h2,
.home .sec-archive .sec-inner .archive-list02 .archive-txt {
	font-size: 1.0rem;
}
.home .reco-card .archive-list02 .btn-detail {
	font-size: 1.2rem;
	padding: 6px 5px;
}*/
.home .reco-card .archive-list02 .btn-detail {
	padding: 6px 5px;
}
@media screen and (min-width: 640px){
	.reco-card h1 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 639px){
	.sec-archive .sec-inner .archive-list02 h2 {
    height: 6em;
	}
	.sec-archive .sec-inner .archive-list02 .btn-detail {
			font-size: 1.0rem;
	}
}
.btn-top {
	clear: both;
	text-align: center;
	display: table;
	margin: 0 auto 50px;
	position: relative;
}
.btn-top a {
	font-size: 1.6rem;
	width: 432px;
	height: 86px;
	background: #b0afaf;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 35px;
}
.btn-top a .icon {
	content: "";
  width: 24px;
  height: 24px;
  border: 0px;
  border-bottom: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -12px;
}
.btn-top a:hover{
	opacity: 0.5;
	transition: opacity 0.2s;
}
.home .btn-top {
	display: none;
}
@media screen and (max-width: 639px){
	.btn-top {
		display: block;
		margin: 0 auto 25px;
	}
	.btn-top a {
	font-size: 1.4rem;
		width: 750px;
		height: 60px;
	}
	.btn-top a .icon {
		left: 15px;
	}
}

.pc{
	display: none;
}
.sp{
	display: inherit;
}
@media screen and (min-width: 640px){
	.pc{
		display:inherit;
	}
	.sp{
		display: none !important;
	}
}
@media screen and (max-width: 639px){
  .pc{
    display: none !important;
  }
}
