@charset "UTF-8";


/*===============================================================
	
	section_overview
	
===============================================================*/
.section_overview {
	background:#0d013a;
}
.thiscontents .section_overview .txt_area .title {
	font-size: 38px;
}
.section_wrp .section_overview .photo_area .credit {
	font-size: 10px;
	line-height: 1.4;
	color: #eee;
}
/* タブレット以下 */
@media screen and (max-width: 960px) {
.thiscontents .section_overview .txt_area .title {
	font-size: 22px;
}
}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.thiscontents .section_overview .txt_area .title {
	font-size: 20px;
}
}	/* for SP max-width: 736px */


/*===============================================================
	
	section_hoge
	
===============================================================*/

/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {

}	/* for SP max-width: 736px */


/*===============================================================
	
	section_pickup
	
===============================================================*/
.section_pickup {
	background:#fff;
}
.pickup_headline .title {
	color:#000;
}
.pickup_headline .title:after {
	border-top: 8px solid #000;
}
.thiscontents .pickup_grid_content .grid {
	border-bottom: 0;
}
/*	moji color */
.pickup_content .item .title {
}
.pickup_content .item .subtitle {
	color:#c00;
}
.pickup_content .item .discription {
}
/* タブレット以下 */
@media screen and (max-width: 960px) {

}	/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.section_pickup .section_inner {
}
}	/* for SP max-width: 736px */


/*===============================================================
	2016/08/24
	デモ用の記載
===============================================================*/
.demo {
	background:#222;
	padding:50px 0;
	color:#fff;
	text-align:center;
}
.demo .inner {
	width:940px;
	margin:0 auto;
	text-align:left;
}
.demo h3 {
	font-size:40px;
	line-height:40px;
	background:#222;
}
.demo h4 {
	color:#fff;
	font-size:25px;
	line-height:26px;
	margin-top:40px;
	padding-top:40px;
	border-top:solid 1px rgba(255,255,255,0.3);
	cursor:pointer;
}
.demo h4 + * {
	margin-top:10px;
}
.demo p {
	font-size:14px;
	line-height:25px;
	margin-top:20px;
}
.demo .demo_discription {
	font-size:18px;
	font-weight:bold;
}
.demo span {
	font-weight:bold;
	margin-right:20px;
}

.demo .demo_btn {
	margin-right:10px;
	margin-top:20px;
	float:left;
}
.demo .demo_btn a {
	display:block;
	width:100px;
	text-align:center;
	border:solid 1px #ccc;
	background:#ccc;
	font-size:14px;
	line-height:25px;
	color:#222;
	text-decoration:none;
}
.demo .demo_btn a:hover {
	border:solid 1px #fff;
	color:#fff;
	background:none;
	text-decoration:none;
}

.demo .history p {
	border-top:dotted 1px rgba(255,255,255,0.2);
	padding-top:20px;
}
.demo .demo_txthide {
	display:none;
}


/* タブレット以下 */
@media screen and (max-width: 960px) {
.demo .inner {
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
}	/* for tablet max-width: 960px */



