@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	margin: 0 auto 20px;
	max-width: 1800px;
	overflow: hidden;
}

.mainVisual .foo {
	min-width: 1080px;
	position: relative;
}

.mainVisual .mainImg div.textBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 2.2em;
    background: url(../../img/pc/index/gradation.png) repeat-x center bottom;
    background-size: 100% 124px;
    line-height: 1.4;
    word-break: break-all;
    min-height: 124px;
}
.mainVisual .mainImg div.textBoxInside {
    position: absolute;
    left: 20px;
    right: 10px;
    bottom: 10px;
}

#owl .owl-item p img {
    display: inline;
    width: 13px;
    vertical-align: bottom;
    margin-bottom: 8px;
    margin-top: 15px;
}

.mainVisual .mainImg p.bgTxt{
	margin-bottom: 10px;
	padding: 0 5px;
	display: inline-block;
	font-size: 14px;
	background-color: #A9B9C3;
}

.mainVisual .mainImg span.btmTxt {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	font-size: 0.5em;
	background: none;
	word-wrap: break-word;
}

.arrow {
	position: relative;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 100px;
	width: 40px;
	z-index: 10;
	/*margin-top: -19px;*/
	top: -50%!important;
	text-indent: -9999px;
	cursor: pointer;
}

.owl-prev {
	left: 0px;
	background: url(../../img/pc/index/prev.png) no-repeat;
	background-position: center;
	background-size:22px 38px;
}

.owl-next {
	right: 0px;
	background: url(../../img/pc/index/next.png) no-repeat;
	background-position: center;
	background-size:22px 38px;
}

.mainVisual .mainImg .itemImg {
	display: none;
}

.mainVisual .owl-dots {
	text-align: center;
	margin-top: 10px;
}

.mainVisual .owl-dots .owl-dot {
	margin: 0 5px;
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #DDDEDE;
	border-radius: 15px;
	behavior: url(../../js/pc/pie.htc);
}

.mainVisual .owl-dots .owl-dot.active {
	background-color: #3A4C57;
	border: 1px solid #3A4C57;
}

.mainVisual .owl-dots span {
	display: none;
}

.mainVisual .iconList {
	margin: 0 auto;
	width: 96px;
}

.mainVisual .iconList li {
	padding: 0 8px;
	float: left;
}

.mainVisual .iconList li a {
	width: 6px;
	height: 6px;
	display: block;
	background-color: #FFF;
	border: 1px solid #DDDEDE;
	border-radius: 15px;
}

.mainVisual .iconList li a:hover,
.mainVisual .iconList .active a {
	background-color: #3A4C57;
	border: 1px solid #3A4C57;
}

#conts .newsTtl {
	margin-bottom: 10px;
	position: relative;
	/*color: #a9b9c3;*/
    color: #3e5360;
    font-weight: normal;
	line-height: 1;
  	font-family: 'Lato-BoldItalic';
}

#conts .newsTtl a {
	padding-right: 13px;
	position: absolute;
	right: 0;
	top: 6px;
	color: #3e5360;
	font-size: 0.75em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: url(../../img/pc/common/icon06.gif) no-repeat right top;
	background-size:7px 11px;
    font-weight: normal;
}

#conts .newsList {
	margin-bottom: 30px;
	padding: 2px 10px;
	border: 1px solid #C4D1D7;
}

#conts .newsList li {
	clear: both !important;
        display: inline-block;
        padding: 8px 3px;
        width: 100%;
	border-top: 1px dotted #C4D1D7;
}

#conts .newsList li:first-child {
	border-top: none;
}

#conts .newsList li a {
	color: #337095;
        display: inline-block;
        float: left;
        font-size: 1.4em;
        width: 86.5%;
}

#conts .title {
	margin-bottom: 20px;
	padding: 5px 0 4px;
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	background-color: #A9B9C3;
}

#conts .borBox {
	margin-bottom: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #3D5360;
	border-top: 2px solid #3D5360;
}

#conts .slideBox {
	margin: 0 auto 20px;
	width: 610px;
}

.slideBox .owl-prev, .slideBox .owl-next {
    top: 50%;
}

#main .comList li {
	height: 220px;
}

#conts .comList li.heightLine-1 {
	height: auto;
}

#conts .comTxtDl {
	margin-bottom: 30px;
}
.owl-carousel .owl-item.active img, .owl-carousel .owl-item.cloned img {
    transform-style: flat!important;
    -moz-transform-style: flat!important;
    -webkit-transform-style: flat!important;
}
