@charset "UTF-8";

/*	main-color:			#1f65d9
		thick-color:		#e9422c
		black:					#222
		gray-bg:				#f2f2f2
		gray-txt:				#888
		gray-border:		#ddd
*/

/* ==================================================================

	各種初期化設定
	
================================================================== */

/* ------------------------------------------------------------------
  ELEMENTS
------------------------------------------------------------------ */

html,
body {
	min-width: 960px;
	font-family: 'FOT-ニューセザンヌ Pro M', sans-serif;
	/*font-family: 'Helvetica Neue', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;*/
	-webkit-text-size-adjust: 100%;
}

a {
	color: #1f65d9;
	text-decoration: underline;
}

@media (max-width: 768px) {
	html,
	body {
		min-width: auto;
	}
}

/* ------------------------------------------------------------------
 thumbnail
------------------------------------------------------------------ */

.thumbnail {
	background-size: cover;
	background-position: 50% 50%;
}

.thumbnail > img {
	display: none;
}

.thumbnail.item_img {
	border: 1px solid #ddd;
}

.thumbnail.item_img:after {
	padding-top: 100%;
}


/* ==================================================================

	general style
	
================================================================== */

.lead {
	font-size: 1.28rem;
	font-weight: normal;
}

.note {
	font-size: 1rem;
}

.pc-none {
	display: none !important;
}

img + .description {
	font-size: .85em;
	color: #888;
}

@media (max-width: 768px) {
	.pc-none {
		display: inline-block!important;
	}
	.sp-none {
		display: none !important;
	}
}

/* ------------------------------------------------------------------
  icon font 
------------------------------------------------------------------ */

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?24lxqn');
  src:  url('fonts/icomoon.eot?24lxqn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?24lxqn') format('truetype'),
    url('fonts/icomoon.woff?24lxqn') format('woff'),
    url('fonts/icomoon.svg?24lxqn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after,
*:before, *:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e903";
}
.icon-heart:before {
  content: "\e904";
}
.icon-pin:before {
  content: "\e905";
}
.icon-member:before {
  content: "\e906";
}
.icon-new:before {
  content: "\e907";
}
.icon-star:before {
  content: "\e908";
}
.icon-tag:before {
  content: "\e909";
}
.icon-flag:before {
  content: "\e90a";
}
.icon-top:before {
  content: "\e900";
}
.icon-bottom:before {
  content: "\e901";
}
.icon-right:before {
  content: "\e90b";
}
.icon-left:before {
  content: "\e90c";
}


/* ==================================================================

	wrapper / contents
	
================================================================== */

[class^="gcolumn-large"].size-large > .col {
	width: 65%;
}

.gcolumn-large_right.size-large > .col:first-child,
.gcolumn-large_left.size-large > .col:last-child {
	width: 35%;
}



/* ------------------------------------------------------------------
  contents-header 
------------------------------------------------------------------ */

.contents-header  {
	background-color: #fff;
	z-index: 1;
}

.contents-header.top {
  padding-top: 420px;
}

.contents-header .area-header {
	width: 100%;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	line-height: 1;
	background-color: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	position: relative;
	z-index: 10;
}

.contents-header .area-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

/* header_logo */
.header_logo {
}

.header_logo > a {
	text-decoration: none;
	display: inline-block;
}

.logo_img {
	width: 216px;
	height: auto;
	vertical-align: middle;
}

.logo_txt {
	margin-left: 1em;
	color: #888;
	font-size: 10px;
	vertical-align: middle;
	letter-spacing: .05em;
	display: inline-block;
}

@media (max-width: 768px) {
  .contents-header.top {
    padding-top: 0;
  }
	.contents-header .area-header {
		padding-top: 15px;
		padding-bottom: 15px;
		box-shadow: none;
		border-bottom: 1px solid #ddd;
	}
	.logo_img {
		width: 129.6px;
		height: auto;
		vertical-align: middle;
	}
	.logo_txt {
		display: none;
	}
}

/* ------------------------------------------------------------------
 contents-main 
------------------------------------------------------------------ */

.contents-main {
  padding-top: 80px;
  padding-bottom: 80px;
	z-index: 0;
}

@media (max-width: 768px) {
	.contents-main {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


/* side bar
------------------------------------------------------------------ */

.contents-main .main {
	padding-left: 160px;
	padding-right: 320px;
}

.contents-main .main-left {
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 40px;
	/*z-index: -1;*/
}

.contents-main .main-right {
	width: 260px;
	position: absolute;
	top: 0;
	right: 40px;
}

.contents-main .main-right.fixed,
.contents-main .main-left.fixed {
	position: fixed;
	top: 80px;
}

.contents-main .main-left.fixed {
	left: auto;
}

.contents-main .main-right.fixed {
	right: auto;
}



@media (max-width: 768px) {
	.contents-main .main,
	.contents-main .main-left {
		width: 100%;
		padding: 0;
		position: static;
		top: auto;
		left: auto;
	}
	.contents-main .main-right {
		display: none;
	}
}


/* main-left
------------------------------------------------------------------ */

.main-left .round {
	width: 72px;
	height: 72px;
	font-size: 3em;
}

.main-left .list {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 768px) {
	.main-left .list {
		background: none;
	}
	.main-left .section {
		padding-top: 0;
		padding-bottom: 0;
	}
}


/* main-right
------------------------------------------------------------------ */

.main-right [class^="section"] > a {
	display: inline-block;
}

.main-right [class^="section"] > a + a {
	margin-top: .5em;
}

.main-right .title {
	margin-bottom: 1em;
}

.main-right .title.type-fill > .label {
	border-radius: 4px;
}

.main-right .title + .article_list {
	margin-top: -1rem;
}


/* ------------------------------------------------------------------
  contents-footer 
------------------------------------------------------------------ */

.contents-footer {
	font-size: 12px;
	color: #fff;
	background-color: #222;
}

.contents-footer > .section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contents-footer .list a {
	color: #fff;
	text-decoration: none;
}


@media (max-width: 768px) {
	.contents-footer > .section {
		display: none;
	}
}


/* ------------------------------------------------------------------
  concept 
------------------------------------------------------------------ */

.concept {
	padding-top: 0;
	padding-bottom: 20px;
}

/* ------------------------------------------------------------------
  billboard 
------------------------------------------------------------------ */

.billboard {
	padding: 0;
	font-size: 0;
	/*border-bottom: 1px solid #ddd;*/
	background-size: cover;
	background-position: center;
	background-color: #222;
	overflow: hidden;
	position: relative;
}


.billboard.page {
	max-height: 420px;
	background-color: #f2f2f2;
}

.billboard.page > .thumbnail {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.billboard a {
	width: 100vw;
	max-width: 900px;
	font-size: 1rem;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	display: inline-block !important;
	position: relative;
	float: left;
	opacity: .6;
}

.billboard a:hover,
.billboard .slick-center {
	opacity: 1 !important;
}


.billboard.single:after,
.billboard.page > .thumbnail:after,
.billboard a:after {
	content: '';
	width: 100%;
	padding-top: 35%;
	display: block;
}

.billboard .slick-arrow {
	width: 60px;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .1);
	top: 0;
	cursor: pointer;
	z-index: 10;
}

.billboard .slick-arrow:before {
	font-size: 3rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.billboard .prev-arrow {
	left: 0;
}

.billboard .next-arrow {
	right: 0;
}

.billboard .prev-arrow:before {
	content: "\e90c";
}

.billboard .next-arrow:before {
	content: "\e90b";
}


/* bc_contents */
.billboard.bc_contents {
  max-height: inherit;
  margin-top: 0;
}

.billboard.bc_contents > .col {
  width: 25%;
}

.billboard.bc_contents > :first-child {
  width: 50%;
  border: none;
}

.billboard.bc_contents a {
  max-width: inherit;
  border-left: solid 3px #fff;
  opacity: .9;
}

.billboard.bc_contents a:after {
  height: 420px;
  background-color: rgba(20, 105, 220,0.05);
  padding: 0;
}

/*.billboard.bc_contents > :first-child:after {
  padding-top: 37.5%;
} 

.billboard.bc_contents a:after {
  padding-top: 75%;
} */

.billboard.bc_contents .title {
  width: auto;
  padding: 1em 0;
  line-height: 2;
  font-size: 1.16em;
  position: absolute;
  top: 1em;
  left: 0;
  bottom: auto;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


.billboard.bc_contents .title:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}

.billboard.bc_contents .title > span {
  /*-webkit-text-fill-color: transparent;*/
  position: relative;
  z-index: 1;
}

.billboard.bc_contents .title.knowhow > span {
  background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(20,105,219,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(20,105,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(20,105,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc222222', endColorstr='#001469db',GradientType=0 ); /* IE6-9 */
   background-clip: text;
  -webkit-background-clip: text;
}

.billboard.bc_contents .title.seminar > span {
  background: -moz-linear-gradient(top, rgba(251,220,45,1) 0%, rgba(133,208,184,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(251,220,45,1) 0%, rgba(133,208,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(251,220,45,1) 0%, rgba(133,208,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfbdc2d', endColorstr='#001469db',GradientType=0 ); /* IE6-9 */
   background-clip: text;
  -webkit-background-clip: text;
}

.billboard.bc_contents .title.mantoman > span {
  background: -moz-linear-gradient(top, rgba(183,160,236,1) 0%, rgba(250,208,196,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(183,160,236,1) 0%, rgba(250,208,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(183,160,236,1) 0%, rgba(250,208,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb7a0ec', endColorstr='#001469db',GradientType=0 ); /* IE6-9 */
   background-clip: text;
  -webkit-background-clip: text;
}


.contents-header.top .bc_contents {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.billboard.bc_contents.grade .title > span {
  color: #fff;
  text-shadow:0px 0px 2px rgba(0,0,0,0.25);
  background: none;
  /*-webkit-text-fill-color: inherit;*/
}

.billboard.bc_contents.grade .title.knowhow:after {
  background: -moz-linear-gradient(top, rgba(34,34,34,1) 20%, rgba(20,105,219,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34,34,34,1) 20%, rgba(20,105,219,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34,34,34,1) 20%, rgba(20,105,219,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc222222', endColorstr='#001469db',GradientType=0 ); /* IE6-9 */
}

.billboard.bc_contents.grade .title.seminar:after {
  background: -moz-linear-gradient(top, rgba(133,208,184,1) 20%, rgba(251,220,45,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(133,208,184,1) 20%, rgba(251,220,45,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(133,208,184,1) 20%, rgba(251,220,45,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001469db', endColorstr='#ccfbdc2d',GradientType=0 ); /* IE6-9 */
}

.billboard.bc_contents.grade .title.mantoman:after {
  background: -moz-linear-gradient(top, rgba(183,160,236,1) 20%, rgba(250,208,196,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(183,160,236,1) 20%, rgba(250,208,196,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(183,160,236,1) 20%, rgba(250,208,196,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccb7a0ec', endColorstr='#001469db',GradientType=0 ); /* IE6-9 */
}




.billboard.bc_contents .description {
  width: 100%;
  min-height: 90px;
  margin: 0;
  padding: 1em;
  font-size: 1.16em;
  color: #fff;
  text-align: left;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.billboard.bc_contents .stamp {
  width: 80px;
  height: 80px;
  border: solid 4px #fff;
  border-radius: 50%;
  background-color: #e9422c;
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.25);
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotate(15deg);
  z-index: 3;
}

.billboard.bc_contents .stamp > .label {
  font-family: 'FOT-ニューセザンヌ Pro DB', sans-serif;
  color: #fff;
  font-size: 1.14em;
  line-height: 1.2;
  text-align: center;
  white-space: pre;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}

@media (max-width: 768px) {
	/*.billboard.bc_contents > .col {
    width: 50% !important;
  }
  .billboard.bc_contents > :first-child {
    width: 100% !important;
  }*/
  .billboard.bc_contents a {
    border-top: solid 2px #fff;
    border-left: none;
  }
  .billboard.bc_contents a:after {
    height: auto;
    /*padding-top: 75%;*/
    padding-top: 35%;
  }
  /*.billboard.bc_contents > :first-child:after {
    padding-top: 37.5%;
  }*/
  .billboard.bc_contents .title {
    height: 100%;
    font-size: .85em;
    top: 0;
  }
  .billboard.bc_contents .description {
    height: 100%;
    min-height: inherit;
    padding-left: 3.5em;
    font-size: 1em;
    z-index: 0;
  }
  .billboard.bc_contents .stamp + .description {
    padding-right: 6em;
  }
  .billboard.bc_contents .stamp {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }
  .billboard.bc_contents .stamp:before {
    font-size: .85em;
  }
  .contents-header.top .bc_contents {
    position: static;
  }
  .billboard.bc_contents .stamp > .label {
    font-size: 1em;
  }
}



@media (min-width: 1200px) {
	.billboard.single:after {
		padding-top: 315px;
	}
}

.billboard .title {
	width: 100%;
	margin: 0;
	padding: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
}

.billboard .title.type-fill > .label {
	padding: .25em;
	line-height: 1.5;
	color: #222 !important;
	background-color: #fff;
	display: inline;
}

@media (max-width: 768px) {
	.billboard .title {
		font-size: 1.28rem;
	}
}


/* single
------------------------------------------------------------------ */

.billboard.single {
	font-size: 1rem;
}

.billboard.single:after {
	background-color: rgba(0, 0, 0, .25);
}

.billboard.single .title {
	/*width: auto;
	min-width: 100vh;*/
	max-width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	.billboard.single .title {
		width: 100%;
		min-width: auto;
	}
}


/* ------------------------------------------------------------------
 section block
------------------------------------------------------------------ */

[class^="section-"],
[class*=" section-"] {
	
}

[class^="section-"] + [class^="section-"], 
[class*=" section-"] + [class*=" section-"], 
[class^="section-"] + [class*=" section-"],
[class*=" section-"] + [class^="section-"] {
	margin-top: 40px;
}

.section.size-small > * {
	max-width: 720px;
}

.section [class^="section-"] > .right,
.section [class*=" section-"] > .right {
	position: absolute;
	bottom: .75em;
	right: 40px;
}

@media (max-width: 768px) {
	[class^="section-"] + [class^="section-"], 
	[class*=" section-"] + [class*=" section-"], 
	[class^="section-"] + [class*=" section-"],
	[class*=" section-"] + [class^="section-"] {
		margin-top: 20px;
	}
	.section [class^="section-"] > .right,
	.section [class*=" section-"] > .right {
		right: 15px;
	}
}


/* ------------------------------------------------------------------
  area
------------------------------------------------------------------ */

.contents-main [class*=" area-"].section {
	margin-top: 0;
	/*margin-bottom: 80px;*/
	padding-top: 0;
	/*padding-bottom: 0;*/
	background-color: #f2f2f2;
}

.contents-main [class*=" area-"].section:after {
	content: '';
	width: 100%;
	height: 45%;
	/*height: 70%;*/
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	/*bottom: -40px;*/
	/*z-index: -1;*/
	z-index: 0;
}

.contents-main [class*=" area-"].section .inner > :first-child {
	/*margin-top: -40px;*/
}

@media (max-width: 768px) {
	.contents-main [class*=" area-"].section {
		margin-bottom: 20px;
	}
	.contents-main [class*=" area-"].section:after {
		bottom: -20px;
	}
}

.section.area-page_navigation {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: transparent !important;
}

.section.area-page_navigation:after {
	display: none;
}

/* ==================================================================

	btn
	
================================================================== */

button, .btn {
	color: #fff;
	text-decoration: none !important;
	background-color: #222;
	border-color: #222;
	border-radius: 4px;
}

button > *, .btn > * {
	text-decoration: none !important;
	display: block;
}

.btn + .btn.security-view {
   margin-top: 0;
}

/* ------------------------------------------------------------------
 btn style
------------------------------------------------------------------ */

/* disabled */
.form.disabled,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.form.type-select.disabled > .customSelect{
	color: #888 !important;
	background-color: #eee !important;
	border-color: #ddd !important;
}

.disabled::-webkit-input-placeholder {
	color: #888 !important;
}

/* shadow */
.btn.shadow {
	/*box-shadow: 0px 3px 0px 0px rgba(255, 153, 0, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(255, 153, 0, 1);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(255, 153, 0, 1);
	position: relative;
	top: 0;*/
}

/* ghost */
.btn.ghost {
	color: #222;
	border-color: #222;
	background-color: #fff;
}

/* security */
.btn.security {
	color: #65cfbf;
	border-color: #65cfbf;
	background-color: transparent;
}

/* login */
.btn.login {
	background-color: #1f65d9;
	border-color: #1f65d9;
}

/* primary */
.btn.primary {
	background-color: #e9422c;
	border-color: #e9422c;
}

@media (max-width: 768px) {
	.btn.made-bind > .description {
		display: block;
	}
}


/* ==================================================================

	navigation
	
================================================================== */

/* ------------------------------------------------------------------
 common
------------------------------------------------------------------ */

.area-gnav {
	margin: 0;
	padding: 0;
}

.area-gnav > .list > li {
	margin-bottom: 0;
	display: inline-block;
}

.area-gnav .list .label,
.area-gnav .list .btn {
	margin: 0;
	padding: .5em 1em;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
	position: relative;
	display: block;
}


@media (min-width: 769px) {
	.area-gnav > .list > li > .children {
		margin-left: 0;
		height: 0;
		overflow: hidden;
		display: block;
		position: absolute;
		opacity: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;	
	}

	.area-gnav > .list > li:hover > .children {
		height: auto;
		opacity: 1;
	}
}



/* ------------------------------------------------------------------
 header:pc
------------------------------------------------------------------ */

@media (min-width: 769px) {
	.area-gnav.header .list {
		text-align: right;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.area-gnav.header .list li {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
	}

	.area-gnav.header .list > li > .label  {
		color: #222;
	}
	
	.area-gnav.header .list > li:hover > .label {
		opacity: .5;
	}

	.area-gnav.header .list .label.mylist {
		color: #1f65d9;
	}

	.area-gnav.header .list > :last-child {
		border-right: none;
	}

	.area-gnav.header .btn {
		font-size: 1em;
		margin-left: 1em;
	}

/* parent / children
------------------------------------------------------------------ */

	.area-gnav.header .children {
		min-width: 12rem;
		padding-top: .5rem;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
	}

	.area-gnav.header .parent:hover > .children:before {
		content: '';
		border-style: solid;
		border-width: 1rem;
		border-bottom-color: #222;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-width: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}

	.area-gnav.header .children > li {
		display: block;
	}

	.area-gnav.header .children > :last-child {
		border-bottom: none;
	}

	.area-gnav.header .children .label {
		padding: 1em;
		color: #fff;
		text-align: center;
		background-color: #222;
	}

	.area-gnav.header .children .label:hover {
		background-color: #1f65d9;
		opacity: 1;
	}
}


/* ------------------------------------------------------------------
 category:pc
------------------------------------------------------------------ */

@media (min-width: 769px) {
	
	.area-gnav.category {
		width: 100%;
		background-color: #222;
		position: relative;
	}
	
	.area-gnav.category .list {
		margin: 0;
		text-align: center;
	}
	
	.area-gnav.category .list li {
		padding: .75em 1em;
		font-size: 1.14rem;
		position: static;
	}
	
	.area-gnav.category .list .label {
		padding: .5em 1em;
		color: #fff;
		border: 1px solid transparent;
	}
	
	.area-gnav.category .list > li > .label {
		border: none;
	}
	
	.area-gnav.category .list > li > .children {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		border-radius: 0;
		border: none;
		top: 100%;
		left: 0;
		background-color: #f2f2f2;
		z-index: 10;
	}
	
	.area-gnav.category li:hover > .children {
		height: auto;
    padding: 1rem;
    background-color: #f2f2f2;
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
		opacity: 1;
	}
	
  .area-gnav.category li > .children > li > .label {
    color: #222;
    border-radius: 10em;
    border-color: #222;
  }
  
	.area-gnav.category li > .children > li:hover > .label {
    color: #fff;
		border-radius: 10em;
    background-color: #222;
	}
	
	.area-gnav.category li.search > .round {
		font-size: 1.71em;
	}
	
	.area-gnav.category li.search:hover > .round {
		background-color: #fff;
	}
	
	.area-gnav.category li.search:hover > .round:before {
		color: #222;
	}
	
	
	/* color
	------------------------------------------------------------------ */

	/*.area-gnav.category .cat-01:hover > .label,
	.area-gnav.category .cat-01:hover > .children {
		background-color: #dbad4a;
	}
	.area-gnav.category .cat-02:hover > .label,
	.area-gnav.category .cat-02:hover > .children {
		background-color: #9e8dce;
	}
	.area-gnav.category .cat-03:hover > .label,
	.area-gnav.category .cat-03:hover > .children {
		background-color: #cc8ab9;
	}
	.area-gnav.category .cat-04:hover > .label,
	.area-gnav.category .cat-04:hover > .children {
		background-color: #4aa5ca;
	}
	.area-gnav.category .cat-05:hover > .label,
	.area-gnav.category .cat-05:hover > .children {
		background-color: #45a575;
	}*/
	
	/* search
	------------------------------------------------------------------ */
	
	.area-gnav.category li.search > .children > form {
		padding: .5em 0 !important;
	}
	
	/*.area-gnav.category .search .children .form.type-input {
		font-size: 1.14rem;
	}
	
	.area-gnav.category .children .form:focus {
		padding-left: 4em;
	}
	
	.area-gnav.category .children .form:focus + .round {
		width: 3.71rem;
		height: 3.71rem;
		font-size: 2em;
	}*/
	
	.area-gnav.category .children .round:hover {
		opacity: .5 !important;
	}
	
}

/* search
	------------------------------------------------------------------ */
	
.area-gnav.category .search .children form {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
	position: relative;
}

.area-gnav.category .search .round {
	width: 2.41rem;
	height: 2.41rem;
	min-width: auto !important;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background-color: #222;
	display: inline-block;
}

.area-gnav.category .search > .round {
	border-color: transparent;
	background-color: transparent;
}

.area-gnav.category .search .round {
	font-size: 1.41rem;
}

.area-gnav.category .children .form {
	padding-left: 3rem;
	border-radius: 10em;
}

.area-gnav.category .children .round {
	border-width: 2px;
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
}






@media (max-width: 768px) {
	.area-gnav.category .search {
		position: relative;
	}
	.area-gnav.category .search .children {
		display: block;
	}
	.area-gnav.category .search > .round {
		display: none !important;
	}
	.area-gnav.category .children .form {
		padding-left: 3em;
		min-width: auto;
	}
	.area-gnav.category .children .form:focus {
		padding-top: .5em;
		padding-bottom: .5em;
	}

}


/* ==================================================================

	navigation:sp
	
================================================================== */

/* ------------------------------------------------------------------
 trigger
------------------------------------------------------------------ */

.gnav-trigger {
	margin: 0 !important;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.gnav-trigger:not(.round) {
	width: 40px;
	height: 40px;
	background-color: #fff;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.gnav-trigger:not(.round) > .label {
	width: 75%;
	height: 4px;
	background-color: #222;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gnav-trigger:not(.round) > .label:before,
.gnav-trigger:not(.round) > .label:after {
	content: '';
	width: 100%;
	height: 4px;
	font-size: 0 !important;
	line-height: 0;
	background-color: #222;
	display: block;
	position: absolute;
	left: 0;
}

.gnav-trigger > .label:before {
	top: -10px;
}

.gnav-trigger > .label:after {
	bottom: -10px;
}

.gnav-close {
	cursor: pointer;
}

.gnav-close > .label:before {
	content: '\e90b';
}

/* search */
.gnav-trigger.type-search {
	width: 64px;
	height: 64px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.gnav-trigger.type-search:before {
	content: '記事を\A探す' !important;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
	white-space: pre;
	display: block
}


/* ------------------------------------------------------------------
 area-gnav
------------------------------------------------------------------ */

@media (max-width: 768px) {
	.area-gnav {
		min-width: 240px;
		width: 50%;
		height: 100%;
		padding-top: 0 !important;
		padding-bottom: 15px !important;
		background-color: #222;
		position: fixed !important;
		top: 0;
		right: -125%;
		z-index: 110;
		overflow-y: scroll;
	}
	.area-gnav .list li {
		width: 100%;
		font-size: 14px !important;
		text-align: left;
		border-top: none;
		border-bottom: 1px solid #444;
		display: block;
	}
	.area-gnav .list > li {
		margin-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	.area-gnav .list > li.header {
		padding: 0 1.5em 1em !important;
		border-top: none;
	}
	.area-gnav .list > :first-child {
		text-align: right;
		border: none;
	}
	.area-gnav .list > li > .label {
		color: #fff !important;
		font-size: 1rem;
		border: none !important;
		border-radius: 0 !important;
		background-color: #222 !important;
	}
	.area-gnav .list .label {
		padding: 1em 1.5em !important;
		display: block !important;
	}
	.area-gnav .list > li > .label:after {
		position: absolute;
		top: 50%;
		right: 1.5em;
		transform: translateY(-50%);
		display: inline-block;
	}
	
	.area-gnav .list > li.parent > .label:after {
		content: '\e901';
	}
	.area-gnav .list > li.parent.active > .label:after {
		content: '\e900';
	}
	.area-gnav > .list > li > .children {
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		border-radius: 0 !important;
		display: none;
	}
	.area-gnav .children > li {
		padding: 0 !important;
		border-bottom-color: #ddd;
	}
	.area-gnav .children > :last-child {
		border: none;
	}
	.area-gnav .children .label {
		padding-left: 2.5em;
		color: #222;
		font-size: .85em;
		border-radius: 0 !important;
		border: none !important;
		background-color: #fff;
	}
	.area-gnav .children .label:hover {
		color: #fff;
		background-color: #1f65d9;
		opacity: 1;
	}
	.area-gnav .btn {
		min-width: auto;
		margin-left: 0;
		font-size: 13px;
	}
	.area-gnav .btn + .btn {
		margin-top: .5em !important;
	}
}


/* ==================================================================

	h1 - h5
	
================================================================== */

.title {
	font-family: 'FOT-ニューセザンヌ Pro DB', sans-serif;
}

.title > .label {
	line-height: 1.6;
	letter-spacing: .05em;
}

.title:not(.align-center) {
	text-align: left;
}

.title .sub {
	font-size: 1rem;
	color: #222 !important;
}

/* ------------------------------------------------------------------
 type
------------------------------------------------------------------ */

/* type-line_bottom */
.title.type-line_bottom > .label {
	padding-bottom: .5em;
	border-bottom: 1px solid #222;
}

/* type-line_bottom_center */
.title.type-line_bottom_center {
	text-align: center !important;
}
.title.type-line_bottom_center > .label {
	width: auto;
	padding-bottom: 1em;
	border-bottom: none;
	display: inline-block;
}
.title.type-line_bottom_center > .label:before {
	content: '';
	width: 50%;
	height: 5px;
	border-bottom-width: 5px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.title.type-line_bottom_center > .label:before {
	background: #1f65d9; /* Old browsers */
	background: -moz-linear-gradient(left, #1f65d9 0%, #1f65d9 50%, #e9422c 50%, #e9422c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1f65d9 0%,#1f65d9 50%,#e9422c 50%,#e9422c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1f65d9 0%,#1f65d9 50%,#e9422c 50%,#e9422c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f65d9', endColorstr='#e9422c',GradientType=1 ); /* IE6-9 */
}



.title.type-line_left > .label {
	border-left-color: #1f65d9;
}

.title.type-line_bottom_c > .label {
	border-bottom-color: #1f65d9;
}

.title.type-line_middle > .label {
	background-color: #f2f2f2;
}

/* type-fill */
.title.type-fill > .label {
	color: #222;
	background-color: #ddd;
}

.title.type-fill.login > .label {
	color: #fff;
	background-color: #1f65d9;
}

.title.type-fill.primary > .label {
	color: #fff;
	background-color: #e9422c;
}

.title.type-fill_center > .label {
	background-color: #1f65d9;
}

/* color
------------------------------------------------------------------ */
.cat-default .title.type-fill > .label {
	background-color: #222;
}
/*.cat-01 .title.type-fill > .label {
	background-color: #dbad4a;
}
.cat-02 .title.type-fill > .label {
	background-color: #9e8dce;
}
.cat-03 .title.type-fill > .label {
	background-color: #cc8ab9;
}
.cat-04 .title.type-fill > .label {
	background-color: #4aa5ca;
}
.cat-05 .title.type-fill > .label {
	background-color: #45a575;
}*/



/* type-arrow */
.title.type-arrow {
	min-height: auto !important;
	margin-bottom: 1.25em !important;
	color: #fff;
}

.title.type-arrow > .label {
	margin-bottom: 0;
	background-color: #222;
}

.title.type-arrow:after {
	border-top-color: #222;
}

/* type-ribon */
.title.type-ribon > .label {
	color: #fff;
	background-color: #1f65d9;
}

.title.type-ribon > .label:before,
.title.type-ribon > .label:after {
	border-color: #e9422c;
	top: 5px;
}


/*symbol*/

.title.type-symbol > .label {
	width: auto;
	padding-left: 3em;
	position: relative;
}

.title.type-symbol > .label:before,
.title.type-symbol > .label:after {
	content: '';
	width: 1em;
	height: 1em;
	border-top-width: 3px;
	border-left-width: 3px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-style: solid;
	border-color: #222;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg) translateY(-25%);
}

.title.type-symbol .sub {
	position: absolute;
	left: 50%;
	bottom: -2em;
	transform: translateX(-50%);
}

.title.type-symbol > .label:before {
	border-color: #1f65d9;
}

.title.type-symbol > .label:after {
	border-color: #e9422c;
	left: 1em;
}


/*recommend*/
.title.type-recommend {
  width: 100%;
  max-width: 240px;
  padding: 1em;
  color: #fff;
  text-align: center;
	background-color: #1469dc;
  background-image: url("../_images/stripe.png");
  display: inline-block;
}

@media (min-width: 769px) {
  .recommend > .col {
    width: 80% !important;
  }
  .recommend > :first-child {
    width: 20% !important;
  }
}

.title.type-recommend:before,
.title.type-recommend:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}

.title.type-recommend:before {
  border-left: solid 1px #1469dc;
  border-bottom: solid 1px #1469dc;
  left: -5px;
  bottom: -5px;
}

.title.type-recommend:after {
  border-right: solid 1px #1469dc;
  border-top: solid 1px #1469dc;
  top: -5px;
  right: -5px;
}

.title.type-recommend > .label:before {
  content: '';
  width: 62px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em;
  background-image: url("../_images/icon_pen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

@media (max-width: 768px) {
  .title.type-recommend {
    width: auto;
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
    display: block;
  }
  .title.type-recommend > .label {
    line-height: 1;
    display: inline-block;
  }
  .title.type-recommend > .label:before {
    width: 25px;
    height: 25px;
    margin: 0 1em 0 0;
    vertical-align: middle;
    display: inline-block;
  }
}

/* ------------------------------------------------------------------
 type
------------------------------------------------------------------ */

/* color-main */
.title.color-main {
	color: #1f65d9;
}

/* ==================================================================

	table
	
================================================================== */


.table .btn {
	min-width: auto;
	margin-top: 0;
	padding: 1em;
	font-size: .75rem;
}

.table .btn.ghost {
    padding: .5em 1em;
}

.table .btn.detail {
	display: none;
}

.table th.size-small,
.table td.size-small {
	width: 6em;
}

.table th.size-middle,
.table td.size-middle {
	width: 8em;
}

.table th.size-large,
.table td.size-large {
	width: 17em;
}

.table th.align-left {
	padding-left: 1em;
}

.table.split-third th,
.table.split-third td {
	width: 33%;
}



@media (max-width: 768px) {
	.table:not(.hold) > tbody > tr > th,
	[class*=" table"]:not(.hold) > tbody > tr > th {
		background-color: #ddd;
	}
	.table .btn.detail {
		display: inline-block;
	}
	.table.hold th.pc-none,
	.table.hold td.pc-none {
		display: table-cell !important;
	}
	.table th.size-large,
	.table td.size-large {
		width: 8em;
	}
}

/* ------------------------------------------------------------------
	style
------------------------------------------------------------------ */

/* table-line_right */
.table.type-line_right.space-small {
	border-spacing: 0 1em;
}

.table.type-line_right > tbody > tr > th {
	border-right: 5px solid #ddd;
}

.table.type-line_right th.size-small {
	width: 12em;
}

.size-small .table-line_right th {
	width: auto;
}


@media (max-width: 768px) {
	.table.type-line_right:not(.hold) > tbody > tr > th {
		width: 100%;
		border: none;
	}
	.table:not(.hold) > tbody > tr > th,
	[class*=" table"]:not(.hold) > tbody > tr > th {
		background-color: #f2f2f2;
	}
	.size-small .table-line_right th {
		width: auto;
	}
	.table.type-line_right.hold > tbody > tr > th {
		text-align: right;
		padding-right: 1em;
		padding-left: 0;
	}
	.table.type-line_right.hold > tbody > tr > td {
		padding-left: 1em;
	}
}


/* table-fill */
.table-fill {
	border-collapse: separate;
	border-spacing: 0 0.5em;
}


.table-fill > tbody > tr > th,
.table-fill > tbody > tr > td {
	padding-top: 0;
	padding-bottom: 0;
}

.table-fill > tbody > tr > td {
	padding-left: 1em;
	vertical-align: middle;
}


/* ------------------------------------------------------------------
	table boder
------------------------------------------------------------------ */
.table.type-border {
	border: 1px solid #ddd;
	border-spacing: 0;
}

.table.type-border > tbody > tr > th,
.table.type-border > tbody > tr > td {
	padding: .5em;
	border-top: 1px solid #ccc;
}

.table.type-border > tbody > :first-child > th,
.table.type-border > tbody > :first-child > td {
	border-top: none;
}


/* ------------------------------------------------------------------
	table line_bottom
------------------------------------------------------------------ */
.table.type-line_bottom {
	border-spacing: 0;
}

.table.type-line_bottom > tbody > tr > th,
.table.type-line_bottom > tbody > tr > td {
	padding: .5em;
	border-bottom: 1px solid #ddd;
}


.table:not(.hold) > tbody > tr + tr {
  margin-top: 0 !important;
}


/* ==================================================================

	list
	
================================================================== */


.list.size-large > li {
	font-size: 1.14rem;
}

.list > li > .list {
	margin-top: 1rem;
}


/* ------------------------------------------------------------------
	table
------------------------------------------------------------------ */

.list.type-table > li:before,
.list.type-table > li:after {
    background-color: #f2f2f2;
}

.table .list.type-table > li {
	padding-left: 10em;
	padding-top: 0;
	padding-bottom: 0;
}

.table .list.type-table > li:before,
.table .list.type-table > li:after {
	font-size: 1rem;
}


.list.type-table.size-large > li {
	padding-left: 16em;
}

.list.type-table.size-large  > li:before,
.list.type-table.size-large  > li:after {
	width: 15em;
}


@media (max-width: 768px) {
	.list.type-table > li {
		margin-bottom: 1em;
	}
	.list.type-table:not(.hold) > li:before {
		background-color: #f2f2f2 !important;
	}
}

/* ------------------------------------------------------------------
	tag / caption
------------------------------------------------------------------ */
	
.list.type-tag {
	margin-bottom: -5px;
}

.list.type-tag > li {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	display: inline-block;
}

.list.type-tag > :last-child {
	padding-right: 0;
}

.list.type-tag > li > .label,
.list.type-tag .children,
[class^="caption"] > .label {
	padding: .5em 1em;
	line-height: 1;
	color: #222;
	text-decoration: none;
	border: 1px solid #222;
	border-radius: 10rem;
	display: inline-block;
}

.list.type-tag > li > .label {
	position: relative;
	z-index: 1;
}

.list.type-tag > li .children {
	margin-left: -2rem;
	z-index: 0;
}

.list.type-tag > li .children > li {
	padding: .5em 1em;
	display: inline-block;
}

.list.type-tag > li .children > :first-child {
	padding-left: 3em;
}

.list.type-tag > li .children > :last-child {
	padding-right: 2em;
}

.list.type-tag a {
	display: block;
	cursor: pointer;
}

.list.type-tag a:hover {
	opacity: 1;
}

@media (max-width: 768px) {
	[class^="caption"] > .label {
		font-size: 12px !important;
	}
	.list.type-tag li {
		font-size: 10px;
	}
}

/* caption
------------------------------------------------------------------ */

[class^="caption"].top {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 5;
}


/* color
------------------------------------------------------------------ */

[class^="caption"] > .label {
	font-size: 1rem;
	color: #fff !important;
	background-color: #222;
}

.list.type-tag a.label:hover {
	color: #fff;
}

.list.type-tag [class*=" level-"] > :after {
	padding-left: .25em;
	letter-spacing: -.25em;
	position: relative;
	top: 1px;
	transform: scale(1.5);
}

.list.type-tag .level-row > :after {
	content: "\e908";
}

.list.type-tag .level-middle > :after {
	content: "\e908\e908";
	padding-left: .5em;
	padding-right: .25em;
}

.list.type-tag .level-high > :after {
	content: "\e908\e908\e908";
	padding-left: .5em;
	padding-right: .5em;
}

.caption-new > .label {
	background-color: #ffcc00 !important;
	border-color: #ffcc00 !important;
}

.list.type-tag li.parent > .label {
	color: #fff !important;
}

/*.list.type-tag .cat-01 > .label,
.list.type-tag .cat-01 .children {
	color: #dbad4a;
	border-color: #dbad4a;
}
.list.type-tag .cat-02 > .label,
.list.type-tag .cat-02 .children {
	color: #9e8dce;
	border-color: #9e8dce;
}
.list.type-tag .cat-03 > .label,
.list.type-tag .cat-03 .children {
	color: #cc8ab9;
	border-color: #cc8ab9;
}
.list.type-tag .cat-04 > .label,
.list.type-tag .cat-04 .children {
	color: #4aa5ca;
	border-color: #4aa5ca;
}
.list.type-tag .cat-05 > .label,
.list.type-tag .cat-05 .children {
	color: #45a575;
	border-color: #45a575;
}*/

.list.type-tag li.cat-default > .label:hover,
.list.type-tag li.cat-tag.parent > .label,
.list.type-tag li.cat-tag > .label:hover,
.archive .list.type-tag li.parent > .label {
	background-color: #222;
}

.list.type-tag [class^="cat-0"] > .label {
  color: #1f65d9;
  border-color: #1f65d9; 
}

.list.type-tag [class^="cat-0"] > .label:hover {
  background-color: #1f65d9;
}

.article_list .list.type-tag [class^="cat-"] > .label {
  color: #222;
  border-color: #ddd;
  background-color: #fff !important;
}

/*.archive .list.type-tag li.cat-01.parent > .label,
.list.type-tag li.cat-01 > .label:hover {
	background-color: #dbad4a;
}
.archive .list.type-tag li.cat-02.parent > .label,
.list.type-tag li.cat-02 > .label:hover {
	background-color: #9e8dce;
}
.archive .list.type-tag li.cat-03.parent > .label,
.list.type-tag li.cat-03 > .label:hover {
	background-color: #cc8ab9;
}
.archive .list.type-tag li.cat-04.parent > .label,
.list.type-tag li.cat-04 > .label:hover {
	background-color: #4aa5ca;
}
.archive .list.type-tag li.cat-05.parent > .label,
.list.type-tag li.cat-05 > .label:hover {
	background-color: #45a575;
}*/


/* ------------------------------------------------------------------
	sns
------------------------------------------------------------------ */

.list.type-sns {
	margin-bottom: -.5rem;
}

.list.type-sns > li {
	padding-left: 0;
	padding-right: 1em;
	font-size: .85rem;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.list.type-sns a {
	text-decoration: none;
	display: block;
}

.list.type-sns > li .fb-like {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
	.list.type-sns {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list.type-sns > li {
		padding-left: 1em;
		display: inline-block;
	}
	.list.type-sns > :nth-of-type(1),
	.list.type-sns > :nth-of-type(2) {
		width: 50%;
		margin-bottom: 20px;
	}
	
	.list.type-sns > :first-child:after {
		content: '';
		width: 1px;
		height: 80%;
		background-color: #ddd;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: block;
	}
}


/* ------------------------------------------------------------------
	summary / index
------------------------------------------------------------------ */

.list.type-summary,
.list.type-index {
	padding: 1.5rem 2rem 1rem;
	border: 1px solid #ddd;
	counter-reset: count; 
}

.list.type-summary > li,
.list.type-index > li {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.list.type-summary > li {
	padding: 1rem 0 1rem 3rem;
	font-size: 1.28rem;
	position: relative;
}

.list.type-index > li {
	padding: .5em 0 .5em 1.5em;
}

.list.type-index a {
	text-decoration: none;
	display: block;
}

.list.type-summary > :last-child,
.list.type-index > :last-child {
	border-bottom: none;
}

.list.type-summary > li:before {
	counter-increment: count;
	content: counter(count);
	width: 28px;
	height: 28px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #222;
	position: absolute;
	left: 0;
	display: inline-block;
}

.list.type-index > li:before {
	content: '';
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background-color: #ddd;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 0;
}

/*.list.type-index > li:before {
	counter-increment: count;
	content: counter(count);
	position: absolute;
	left: 0;
}*/

@media (max-width: 768px) {
	.list.type-summary,
	.list.type-index {
		margin-left: -15px;
		margin-right: -15px;
		padding: 1rem 1rem 0;
		border-left: none;
		border-right: none;
	}
	.list.type-summary > li {
		font-size: 1rem;
	}
	.list.type-index > li {
		font-size: .85rem;
	}
}


/* ------------------------------------------------------------------
	tab
------------------------------------------------------------------ */

.list.type-tab {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.list.type-tab > li {
	margin-right: 1px;
	margin-bottom: -1px;
	padding: 0;
	display: inline-block;
}

.list.type-tab > li .label {
	min-width: 5em;
	padding: 1em;
	color: #888;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	display: block;
}

.list.type-tab > li .label:hover,
.list.type-tab > li.active .label {
	color: #fff;
	background-color: #222;
	opacity: 1;
}

@media (max-width: 768px) {
	.list.type-tab {
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}
	.list.type-tab > li {
		font-size: .85rem;
	}
}


/* ------------------------------------------------------------------
	check
------------------------------------------------------------------ */

.list.type-check > li {
	padding-left: 1.5em !important;
}

.list.type-check > li:before {
	content: '';
	width: 1em !important;
	height: 1em !important;
	border: 2px solid #ccc !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	position: absolute;
	top: .2em !important;
	left: 0;
	display: block; 
}


.list.type-check > li:after {
	font-family: 'icomoon';
	content: '\e902';
	position: absolute;
	top: 0;
	left: .2em;
	transform: scale(1.25);
}


/* ------------------------------------------------------------------
	num_kakomi
------------------------------------------------------------------ */

.list.type-num_kakomi {
	counter-reset: count; 
}

.list.type-num_kakomi > li {
	padding-left: 1.5em;
}

.list.type-num_kakomi > li:before {
	counter-increment: count;
	content: '('counter(count)')';
	position: absolute;
	left: 0;
}


/* ------------------------------------------------------------------
	position
------------------------------------------------------------------ */

.list.type-position {
	text-align: left;
	display: block;
}

.list.type-position > li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .85rem;
	display: inline-block;
}

.list.type-position > li a {
	text-decoration: none;
}

.list.type-position > li:before {
	content: "\e90b";
	padding-left: .25em;
	padding-right: .25em;
	vertical-align: top;
}

.list.type-position > :first-child:before {
	content: '';
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 768px) {
	.list.type-position > li {
		font-size: .75rem;
	}
}



/* ==================================================================

	form
	
================================================================== */

form .note {
	color: #c00;
}

.form.type-input,
.form.type-textarea,
.form.type-select > .customSelect,
.form.type-checkbox > .label:before,
.form.type-radio > .label:before {
	border-color: #ddd;
	border-width: 1px;
}

.form.type-pre {
	border-radius: 4px;
}

.form.type-input:focus,
.form.type-textarea:focus,
.form.type-select:hover > .customSelect {
	/*padding: 1em;*/
	/*border-color: rgb(0, 98, 169);*/
}

.form.type-checkbox > :checked + .label:before,
.form.type-radio > :checked + .label:before {
	background-color: #1f65d9;
} 

.form.type-thumbnail {
	margin-top: 1em;
	display: none;
}

.form.type-input, .form.type-textarea,
.form.type-select > .customSelect,
.form.type-checkbox > .label:before {
	border-radius: 4px;
}

[class^="form-"].children {
	display: none;
}

.label-required:before {
	content: '※';
	margin-right: .5em;
	color: #cc0000;
	font-size: 0.75em;
	font-weight: bold;
	display: inline-block
}

.form-group.catalog {
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	display: inline-block;
}

.form-group.catalog > .form.type-checkbox {
	margin: 0;
	display: block;
}

.form-group.catalog > .form.type-checkbox + .form.type-checkbox,
.form-group.catalog > .btn + .btn {
	margin-top: .5em;
}

.form-group.catalog > .btn {
	margin: 0;
}


@media (max-width: 768px) {
	.form.type-thumbnail {
		display: none;
	}
	.form-group {
		margin-left: -.5rem;
		text-align: left;
	}
	.form-group > * {
		margin-left: .5em;
	}
	.form.type-checkbox > .label,
	.form.type-radio > .label {
		padding-left: 1em;
		padding-right: 1em;
		color: #fff;
		text-align: center;
		border-radius: 4px;
		background-color: #ddd;
	}
	.form.type-checkbox > :checked + .label,
	.form.type-radio > :checked + .label {
		background-color: #1f65d9;
	}
	.form.type-checkbox > :checked + .label a,
	.form.type-radio > :checked + .label a {
		color: #fff;
	}
	.form.type-checkbox > .label,
	.form.type-radio > .label {
		padding-left: 1em;
	}
	.form.type-checkbox > .label:before,
	.form.type-radio > .label:before {
		display: none;
	}
}

/* ------------------------------------------------------------------
 cunstom select
------------------------------------------------------------------ */

.customSelect:after {
	content: "\e901";
	color: #222;
	font-size: 1.5em;
	border: none;
	right: .5rem;
}

.form.type-select.disabled > .customSelect:after {
	color: #888;
}





/* ==================================================================

	accordion
	
================================================================== */

.trigger {
	cursor: pointer;
}

.accordion:not(.active) .content {
	display: none;
}



/* ==================================================================

	round
	
================================================================== */

.round {
	width: 52px;
	height: 52px;
	min-width: auto !important;
	padding: 0 !important;
	font-size: 2rem;
	text-align: center !important;
	letter-spacing: 0 !important;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #222;
	display: inline-block !important;
	position: relative;
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.round:hover {
	opacity: 1 !important;
}

.round:before {
	font-family: 'icomoon';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
}

.round.size-large {
	width: 72px;
	height: 72px;
	font-size: 4rem;
}



/* ------------------------------------------------------------------
 style
------------------------------------------------------------------ */

/* search */
.round.type-search:before {
	content: "\e903";
}

/* free|pass member */
.round.type-free:before,
.round.type-pass:before {
	content: "\e906";
}
.round.type-free {
	background-color: #ccc;
}
.round.type-free:before {
	color: #888;
}
.round.type-pass {
	background-color: #1f65d9;
}

/* author */
.round.type-author {
	background-size: cover;
}


/* bookmark */
.round.type-bookmark {
	cursor: pointer;
}
.round.type-bookmark:before {
	content: "\e905";
}
.round.type-bookmark {
	background-color: #ccc;
}
.round.type-bookmark:before {
	color: #888;
}
.round.type-bookmark.active {
	background-color: #e9422c;
	opacity: 1;
}

.round.type-bookmark.active:before,
.round.type-bookmark:hover:before {
	color: #fff;
}

@media (min-width: 769px) {
	.round.type-bookmark:hover {
		background-color: #e9422c;
		opacity: 1;
	}
}


/* ==================================================================

	article
	
================================================================== */

/* ------------------------------------------------------------------
 common
------------------------------------------------------------------ */

.article_list .article > .inner {
	color: #222;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
	cursor: pointer;
}

.article_list .article,
.article_list .article .hover_info {
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.data {
	color: #888;
	line-height: 1;
}

a.author {
	cursor: pointer;
}

.author:before, 
.author:after {
	color: #888;
	text-decoration: none;
}

.author:hover:before, 
.author:hover:after {
	opacity: 1 !important;
}

.date + .author:before {
	content: '- [';
	padding-left: .5em;
	padding-right: .25em;
}

.date + .author:after {
	content: ']';
	padding-left: .25em;
}

.data time > span {
	padding-left: .5em;
	text-decoration: line-through;
}

.data time > span:before {
	content: '\e90c';
	padding-right: .5em;
	vertical-align: middle;
}

@media (max-width: 768px) {
  .data {
    font-size: .85em;
  }
}


/* ------------------------------------------------------------------
 article_list
------------------------------------------------------------------ */

.article_list:not(.type-vertical) {
	text-align: left;
	z-index: 0;
}

.article_list:not(.type-vertical) .article {
	background-color: #f2f2f2;
	position: relative;
	box-shadow:0px 4px 0px 0px rgba(221, 221, 221, 1);
}

.article_list:not(.type-vertical) .article:hover {
	top: 1px;
	box-shadow: 0px 0px 0px 0px rgba(221, 221, 221, 0);
}

.article_list:not(.type-vertical) .article > .inner {
	padding: 1.5em;
}

.article_list:not(.type-vertical) .article > .inner > * {
	margin-top: 1rem;
}

.article_list:not(.type-vertical) .thumbnail {
	margin: -1.5rem -1.5rem 0 !important;
	border: 1px solid #f2f2f2;
}

.article_list:not(.type-vertical) .title {
	min-height: 5em;
	margin-top: 1.5rem !important;
	margin-bottom: 0;
	font-size: 1.14rem;
  text-align: justify;
}

.article_list:not(.type-vertical) .title > .label {
	width: 100%;
}

.article_list:not(.type-vertical) .category {
	min-height: 4rem;
	margin-top: 0 !important;
	position: relative;
}

.article_list:not(.type-vertical) .category > .list {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.article_list .inner .list.type-tag > li,
.article_list:not(.type-vertical) .data {
	font-size: 10px;
	text-align: center;
	z-index: 0;
}

.article_list .inner .list.type-tag > li > .label {
	background-color: transparent;
}


/* hover
------------------------------------------------------------------ */

.article_list:not(.type-vertical) [class*=" type-"].article > .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.article_list:not(.type-vertical) .article > .inner:hover,
.article_list:not(.type-vertical) .article > .hover_info + .inner:hover:before,
.article_list:not(.type-vertical) .article.active > .hover_info + .inner:before {
	opacity: 1;
}

.article_list:not(.type-vertical) .article .hover_info {
	text-align: center;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.article_list:not(.type-vertical) .article:not([class*=" type-"]) .hover_info {
	display: none;
	visibility: hidden;
}

.article_list:not(.type-vertical) .article:hover .hover_info {
	opacity: 1;
}

.article_list:not(.type-vertical) .article .hover_info > .discription {
	width: 20em;
	margin: 0;
  padding-left: 1em;
  padding-right: 1em;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.article_list:not(.type-vertical) .article > .inner:before,
	.article_list:not(.type-vertical) .article .hover_info {
		display: none !important;
	}
}

/* bookmark
------------------------------------------------------------------ */

.article_list .type-bookmark {
	position: absolute;
	top: 1rem;
	right: 1rem;
	opacity: 0;
	z-index: 5;
}

.article_list .article:hover .type-bookmark,
.article_list .article.active .type-bookmark {
	opacity: 1;
}


/* ------------------------------------------------------------------
 related / reccomend
------------------------------------------------------------------ */

.article_list.related.reccomend > :first-child {
	display: none;
}

.article_list.related .inner .category,
.article_list.related .inner .list.type-tag > li,
.article_list.related .inner .data {
	margin: 0;
	display: none;
}


/* ==================================================================

	article:sp / type-vertical
	
================================================================== */

/* ------------------------------------------------------------------
 type-vertical
------------------------------------------------------------------ */

.article_list.type-vertical .article {
	border-bottom: 1px solid #ddd;
}

.article_list.type-vertical > :last-child {
	border-bottom: none;
}

.article_list.type-vertical .article > .inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.article_list.type-vertical .thumbnail:after {
	padding-top: 35%;
}

.article_list.type-vertical .title {
	margin: 0;
	font-size: 1rem;
}

.article_list.type-vertical .thumbnail + .title {
	margin-top: .5em;
	font-size: 1rem;
}

.article_list.type-vertical + p {
	margin-top: 0;
}


/* ------------------------------------------------------------------
 sp
------------------------------------------------------------------ */

@media (max-width: 768px) {
	.article_list:not(.type-vertical):not(.hold) {
		margin-left: -15px !important;
		margin-right: -15px !important;
		margin-bottom: 0 !important;
	}
	.article_list:not(.type-vertical):not(.hold) > .col {
		padding-bottom: 0 !important;
	}
	.article_list:not(.type-vertical):not(.hold) > .col {
		padding-bottom: 0 !important;
	}
	.article_list:not(.type-vertical):not(.hold) .article {
		border-bottom: 1px solid #ddd;
		background-color: #fff;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.article_list:not(.type-vertical):not(.hold) > :first-child > .article {
		border-top: 1px solid #ddd;
	}
	.article_list:not(.type-vertical):not(.hold) .article:hover {
		top: 0;
	}
	.article_list:not(.hold) .article > [class^="caption"] {
		top: 5px;
		left: 5px;
	}
	.article_list:not(.type-vertical):not(.hold) .article > .inner {
		min-height: 9em;
		padding: 1rem 1rem 1rem 11rem;
	}
	.article_list:not(.type-vertical):not(.hold) .thumbnail {
		width: 9em;
		margin: 0 !important;
		position: absolute;
		left: 1rem;
	}
	.article_list:not(.hold) .title {
		font-size: 1rem;
	}
	.article_list:not(.type-vertical):not(.hold) .title {
		margin-top: 0 !important;
		font-size: 1rem;
	}
	.article_list:not(.hold) .category,
	.article_list:not(.hold) .inner .list.type-tag {
		display: none;
	}
	.article_list:not(.type-vertical):not(.hold) .data {
		text-align: right;
	}
	.article_list:not(.hold) .type-bookmark {
		width: 40px;
		height: 40px;
		font-size: 1.28rem;
		opacity: 1;
		top: 2px;
		left: 8rem;
	}
	.article_list:not(.type-vertical):not(.hold) .article .title:before {
		margin-bottom: .5em;
		font-size: 10px;
		color: #1f65d9;
		display: block;
	}
	.article_list:not(.type-vertical):not(.hold) .article.type-pass .title:before {
		content: 'BiND CAMP PASSメンバー記事';
	}
	.article_list:not(.type-vertical):not(.hold) .article.type-free .title:before {
		content: 'BiND CAMPメンバー記事';
	}
	
}


/* ==================================================================

	recommend
	
================================================================== */

.recommend > .col {
  vertical-align: middle;
}

.recommend_list > .col {
  padding-bottom: 0;
}

.recommend_list a {
  color: #333;
  text-decoration: none;
  display: block;
}

.recommend_list.slick-initialized {
  padding: 0 15px;
}

.recommend_list.slick-initialized .col {
  width: calc(100vw - 30px);
  font-size: 1rem;
  display: inline-block;
}

.recommend_list .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1rem;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.recommend_list .slick-arrow:before {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block
}

.recommend_list .slick-arrow.slick-disabled {
  display: none !important;
}

.recommend_list .slick-arrow.next-arrow {
  right: 5px;
}

.recommend_list .slick-arrow.prev-arrow {
  left: 5px;
}

.recommend_list .slick-arrow.next-arrow:before {
  content: "\e90b";
}

.recommend_list .slick-arrow.prev-arrow:before {
  content: "\e90c";
}


@media (max-width: 768px) {
  .recommend_list {
    max-height: 71vw;
    overflow: hidden;
  }
}


/* ==================================================================

	slide
	
================================================================== */

.area-slide {

}


.area-slide .slide {
	width: auto !important;
	max-height: 145px;
	margin-left: 1rem;
	font-size: 0;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	transform: none !important;
}

.area-slide .slide li {
	width: 260px;
	margin-left: 1em;
	font-size: 1rem;
	display: inline-block;
}

.area-slide .slide :first-child {
	margin-left: 0;
}

@media (max-width: 768px) {
	.area-slide .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.area-slide .slide {
		max-height: auto;
	}
}

/* slick
------------------------------------------------------------------ */

.slick-list {
	overflow: hidden;
}

.slide .slick-slide {
	float: none;
	height: auto;
	margin: 0;
}

.slide .slick-slide:hover,
.slide .slick-slide:focus {
	outline: none;
}

.slide .slick-dots {
	margin-top: 1rem;
}

.slide .slick-dots > li {
	width: auto;
	display: inline-block;
}

.slide .slick-dots button {
	width: 1rem;
	height: 1rem;
	min-width: auto;
	padding: 0;
	border-radius: 50%;
	border: none;
	background-color: #888;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
}

.slide .slick-dots .slick-active button,
.slide .slick-dots :hover button {
	background-color: #222;
}


/* ==================================================================

	profile
	
================================================================== */

.area-profile {
	margin-top: 40px !important;
}

.area-profile .title {
	margin-bottom: 0;
}

.area-profile .title.writer > .label {
	width: auto;
	vertical-align: middle;
	display: inline-block;
}

.title .writer-type {
	padding: .25em 1em;
	margin-right: 1em;
	font-size: 1rem;
	line-height: 1;
	font-style: italic;
	border-radius: 10em;
	border: 1px solid #222;
	display: inline-block;
}

.area-profile .round,
.profile_list .round {
	width: 156px;
	height: 156px;
}

@media (max-width: 768px) {
	.area-profile {
		margin-top: 20px !important;
	}
	.area-profile .round,
	.profile_list .round {
		width: 100px;
		height: 100px;
	}
	.area-profile .title {
		margin-bottom: 0;
		text-align: center;
	}
	.area-profile .title.writer > .label {
		width: 100%;
	}
	.title .writer-type {
		margin-right: 0;
		font-size: .85rem;
	}
	.area-profile .description,
	.profile_list .description {
		font-size: .85rem;
	}
}



/* profile_list
------------------------------------------------------------------ */

.profile_list .title .writer-type {
	margin-left: 0;
	margin-bottom: .5em;
	font-size: 1.41rem;
	color: #fff;
	background-color: #222;
}

.profile_list .profile {
	margin-top: 0;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
}

.profile_list .profile .title {
	margin: 0;
}


@media (max-width: 768px) {
	.profile_list .title {
		text-align: center;
	}
	.profile_list .title .writer-type {
		font-size: 1.14rem;
	}
	.profile_list .section-header .title > .label {
		text-align: left;
	}
	.profile_list .profile .title {
		text-align: center;
	}
}


/* ==================================================================

	archive header
	
================================================================== */

.archive {
	text-align: left;
}

.archive + [class^="section-"] {
	margin-top: 60px;
}

.archive .list {
	margin-bottom: 0;
	margin-right: .5rem;
	padding-right: 4rem;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.archive .list:after {
	content: 'の記事';
	font-size: 1.14rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.archive .list li {
	padding-bottom: 0;
	font-size: 1.14rem !important;
}

.archive_current {
	margin-left: 1em;
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 768px) {
	.archive {
		text-align: center;
	}
	.archive + [class^="section-"] {
		margin-top: 30px;
	}
	.archive .list li {
		font-size: 1rem !important;
	}
	.archive_current {
		margin-top: .5em;
		margin-left: 0;
		display: block;
	}
}


/* ==================================================================

	pagenav
	
================================================================== */

.area-pagination {
	width: 50%;
	font-size: 0;
	line-height: 1;
}

.area-pagination .btn {
	width: 12.5%;
	min-width: auto;
	margin: 0;
	font-size: 0;
}

.area-pagination .form.type-select {
	width: 50%;
}

.area-pagination .btn,
.area-pagination .form.type-select > .customSelect {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
	vertical-align: middle;
}

.area-pagination .form.type-select > .customSelect {
	padding-left: 2.5rem !important;
	text-align: center;
	border-radius: 0;
}

.area-pagination .form.type-select > .customSelect  .customSelectInner {
	transform: scale(1.28);
}


.area-pagination .btn.prev {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}

.area-pagination .btn.next {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

.area-pagination .btn:before {
	font-size: 1rem;
	transform: scale(1.41);
}

.area-pagination .btn.prev:before {
	content: "\e90c";
}

.area-pagination .btn.next:before {
	content: "\e90b";
}

@media (max-width: 768px) {
	.area-pagination {
		width: 100%;
	}
	.area-pagination .form.type-select {
		width: 75% !important;
	}
}


/* ==================================================================

	movie_list
	
================================================================== */

.movie_list {
	min-height: 17.5em;
	background-color: #f2f2f2;
	position: relative;
}

.movie_list + .movie_list {
	margin-top: 30px;
}

.movie_list > .inner {
	padding: 1.5rem 1.5rem 1.5rem 29rem;
}
.movie_list .thumbnail {
	width: 25rem;
	margin: 0 !important;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
}

.movie_list .thumbnail:after {
  padding-top: 60%;
	/*padding-top: 56.25%;*/
}

.movie_list .title {
	margin-top: 0 ;
	margin-bottom: 0;
}

.movie_list .table {
	margin-top: 1em;
}

.movie_list .table.type-line_bottom > tbody > :last-child > th,
.movie_list .table.type-line_bottom > tbody > :last-child > td {
	border-bottom: none;
}

@media (max-width: 768px) {
	.movie_list {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
	}
	.movie_list + .movie_list {
		margin-top: 0;
	}
	.movie_list > .inner {
		padding-left: 15px;
	}
	.movie_list .thumbnail {
		width: auto;
		position: static;
	}
	.movie_list .title {
		margin-top: 1rem;
	}
}



/* ==================================================================

	transition
	
================================================================== */

.transition {
	margin-top: 0 !important;
}

.transition + .transition {
	display: none;
}

/* ==================================================================

	modal
	
================================================================== */

.modal_area {
	padding: 15px;
}

.modal_area.size-small {
	max-width: 720px;
}

.modal_close:before {
	content: '×';
	font-size: 1.5rem;
	font-weight: bold;
}

.modal_content {
	/*padding: 20px;
	background-color: #fff;*/
}


.modal_content > *,
.modal_content > form > *,
.modal_content .section > [class^="section-"] + [class^="section-"] {
	margin-top: 1rem;
}

.modal_content .section {
	padding: 0;
}

.modal_content .section > [class^="section-"] {
	padding-left: 0;
	padding-right: 0;
}

.modal_area .title.type-arrow {
	margin-top: 0 !important;
}

@media (max-width: 768px) {
	.modal_content {
		padding: 10px;
	}
}


/* ------------------------------------------------------------------
 style
------------------------------------------------------------------ */

.modal_area.animate {
	max-width: 300px;
	padding: 0;
	opacity: 0;
}

@media (min-width: 768px) {
	.modal_area.animate {
		top: auto;
		left: auto;
		right: 40px;
		bottom: 40px;
		transform: none;
	}
	.modal_area.animate .modal_close:before {
		color: #222;
	}
	.modal_area.animate + .modal_bg {
		display: none;
	}
}


.modal_area.img {
	width: auto;
}

.modal_area.movie {
	width: 100%;
}

.modal_area.img .modal_content {
	line-height: 1;
	font-size: 0;
	background-color: #fff;
}

.modal_area.movie .modal_content:after {
	content: '';
	padding-top: 56.25%;
	display: block;
}

.modal_area.movie .playmovie {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*.modal_area.article_list {
	max-width: 380px;
}*/

.modal_area.bindcloud {
	padding: 10px;
	background-color: #0bc8c0;
}

.modal_area.bindcloud .title {
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.modal_area.bindcloud .modal_close {
	top: -2em;
	right: -10px;
}

.modal_area.bindcloud .cloud_entry {
	width: 100%;
	min-height: 390px;
	margin-top: 0;
  margin-bottom: -.5em;
	border: none;
}


/* ==================================================================

	dsFooter
	
================================================================== */

@media (max-width: 768px) {
	#dsFootNav > li,
	#dsCright {
		text-align: center;
	}
}

