@charset "utf-8";
/* as.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV        　　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/as_kv.jpg);
	background-position: 0% center;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* とは？    　　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what_box {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	display: table;
	margin-bottom: 60px;
	background-image: -webkit-linear-gradient(325deg,rgba(179,187,191,1.00) 0%,rgba(248,251,252,1.00) 38.34%,rgba(238,242,244,1.00) 55.44%,rgba(247,250,251,1.00) 74.10%,rgba(169,175,179,1.00) 100%);
	background-image: -moz-linear-gradient(325deg,rgba(179,187,191,1.00) 0%,rgba(248,251,252,1.00) 38.34%,rgba(238,242,244,1.00) 55.44%,rgba(247,250,251,1.00) 74.10%,rgba(169,175,179,1.00) 100%);
	background-image: -o-linear-gradient(325deg,rgba(179,187,191,1.00) 0%,rgba(248,251,252,1.00) 38.34%,rgba(238,242,244,1.00) 55.44%,rgba(247,250,251,1.00) 74.10%,rgba(169,175,179,1.00) 100%);
	background-image: linear-gradient(125deg,rgba(179,187,191,1.00) 0%,rgba(248,251,252,1.00) 38.34%,rgba(238,242,244,1.00) 55.44%,rgba(247,250,251,1.00) 74.10%,rgba(169,175,179,1.00) 100%);
}
#what_logo {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
}
#what_logo img {
	width: 100%;
	height: auto;
}

#what_text {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
}
#what_text h3 {
	color: #1C4C9E;
	font-size: 18px;
	margin-bottom: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ部分　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#as_contents h3 {
	background-color: #1C4C9E;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 1.2em;
	padding-top: 12px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 30px;
}
#as_contents h3 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.as_list {
	margin-bottom: 100px;
}
.as_list .box_fl_left {
	width: 550px;
}
.as_list h4 {
	border-bottom: 3px solid #1C4C9E;
	color: #1C4C9E;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 25px;
}
.as_list h4 span {
	font-size: 16px;
}


.as_list .box_fl_right {
	width: 550px;
}
.as_list .box_fl_right img {
	width: 100%;
	height: auto;
}

/* slick */
.thumb-item {
	margin-bottom: 10px;
	position: relative;
}
.thumb-item li img {
	width: 100%;
	height: auto;
}
.thumb-item-nav {
}
.thumb-item-nav li {

}
.thumb-item-nav li img {
	height: 50px;
	width: auto;
}
.slide_title {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.72);
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(255,255,255,1.00);
}

.slick-prev:before,
.slick-next:before {
	color: #FFFFFF;
	opacity: 1.0;
}

.slick-next {
	right: 0px;
	z-index: 99;
}
.slick-prev {
     left: 0px;
    z-index: 100;
}

.thumb-item-nav .slick-current{
	opacity: 0.3;
}




/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* とは？    　　　　　　　　                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what_box {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	display: inherit;
}
#what_logo {
	display: inherit;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#what_logo img {
	width: 200px;
}

#what_text {
	display: inherit;
	padding-left: 0px;
}
#what_text h3 {
	font-size: 16px;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ部分　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#as_contents h3 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 0px;
}
#as_contents h3 span {
	font-size: 10px;
}
.as_list {
	margin-bottom: 50px;
}
.as_list .box_fl_left {
	width: 100%;
	margin-bottom: 5px;
}
.as_list h4 {
	font-size: 18px;
}
.as_list h4 span {
	font-size: 14px;
}


.as_list .box_fl_right {
	width: 100%;
}
.as_list .box_fl_right img {
	width: 100%;
	height: auto;
}

}
