@charset "utf-8";

/* ============================================================

[ information ]
概要 : トップページ専用スタイル

============================================================ */
body {
	-webkit-print-color-adjust: exact;
}

/* 共通レイアウトの補正 */
#contentNoSideNavi {
	margin-bottom: 0;
/*	padding-top: 111px;
*/
}
#mainArea,
#contentNoSideNavi {
	width: 100%;
}
#wrap_01 {
	padding-bottom: 0;
}
#wrap_02 {
	padding-top: 0;
}
#footerWrap {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#articleArea {
	z-index: 101;
}

#articleArea {
	background-color: #fff;
}

/* タブレット・スマホ以下 */
@media screen and (max-width: 750px){
	#articleArea {
		position: relative;
		background-repeat: repeat-y;
	}
	#articleArea::before,
	#articleArea::after {
        display: block;
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #f5f5f5;
        left: 10px;
        top: 0;
        z-index: -1;
        display: none;
    }
	#articleArea::after {
	    right: 10px;
	    left: auto;
	}

}

/* スライド用 */


.img-frame{
   position: relative;
   width: 100%;
   height: 560px;
   overflow: hidden;
   margin: 0 auto;
}
@media screen and (max-width: 767px){
 .img-frame{
    width: 100%;
    height: 350px;
 }
}

.img-01, .img-02, .img-03{
   position: absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
}
.img-01{
   background-image: url('/assets/img/top/br_a_bg.jpg');
   animation: slide-animation-01 24s infinite;
}
.img-02{
   background-image: url('/assets/img/top/br_b_bg.jpg');
   animation: slide-animation-02 24s infinite;
}
.img-03{
   background-image: url('/assets/img/top/br_b_bg.jpg');
   animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
   0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
 100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
   0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
 100% {opacity: 0;}
}
@keyframes slide-animation-03 {
   0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
 100% {opacity: 0; transform: scale(1.1);}
}

.msg{
   font-size: 18px;
   color: #fff;
   position: absolute;
   top: 35%;
   left: 50%;
   transform: translate(-50% , -50%);
}
.msg-01{
    text-shadow: 2px 2px 3px #000, -1px -1px 3px #000;
}
.msg-02, .msg-03 {
    color: #373433;
}
.msg-03{
   z-index:1;
}

.img-frame .keyMainText {
  font-size: 210%;
  font-weight: bold;
  letter-spacing: -1px;
}

.img-frame .msg-02 .keyMainText,
.img-frame .msg-03 .keyMainText {
  font-size: 210%;
  font-weight: bold;
  letter-spacing: 1px;
}

.pcOnly {
  display: inline;
}

/* タブレット・スマホ以下 */
@media screen and (max-width: 750px){
  .img-frame .keyMainText {
    font-size: 140%;
  }
  .img-frame .msg-02 .keyMainText,
  .img-frame .msg-03 .keyMainText {
    font-size: 150%;
  }
 .msg {
    font-size: 13px;
    top: 60%;
    left: 50%;
    width: 80%
  }
  .pcOnly {
    display: none;
  }
}

/* News */
#newsAreaNormal {
	padding: 50px 0 0 0;
}

.titleArea {
    max-width: 950px;
    width: 96%;
    margin: 0 auto;
    background: #fff;
}



/* News */
#newsAreaNormal {

}
#newsAreaNormal > .inner {
    background: rgba(0, 0, 0, 0.06);
    margin: 0 20px 20px 20px;
    padding:40px 0;
}

#newsAreaNormal .newslistArea {
    max-width: 950px;
    width: 96%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 30px;
}

.newslistArea > .inner {
    padding: 10px 65px 40px 65px;
    border-top: 2px solid #004ea8;
}
#newsAreaNormal .information {
	margin-top: 20px;
}
.newslistArea h1 {
	text-align: center;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #003b90;
	background: none;
	margin: 35px 0 15px 0;
	padding: 0;
}

.newslistArea .bt_more {
    text-decoration: none;
    display: block;
    margin: 10px auto 0 auto;
    background: #004ea8;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* font-family: 'Roboto', sans-serif; */
    letter-spacing: 0.05em;
}


.newslistArea ul li a:hover,
.newslistArea .bt_more:hover {
    opacity: 0.7;
}

/* ---------------------------------------------------------
■■レスポンシブ用sytle■■ 
    - 2018/06 : 追加
--------------------------------------------------------- */

/* タブレット・スマホ以下 */
@media screen and (max-width: 750px){
    
    body{
        margin-top: 46px;
    }
    #contentNoSideNavi{
        padding: 0;
    }
    .isScriptOn #headerWrap{
        min-width: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105;
    }

	/* Pickup */
	#newsAreaNormal {
		padding: 32px 0 0 0;
	}
	#newsAreaNormal h1 {
		font-size: 27px;
		padding-bottom: 6px;
		margin-bottom: 22px;
	}
	#newsAreaNormal h1::before {
		width: 18px;
		margin-left: -9px;
	}
	
	/* News */
	#newsAreaNormal {

	}
	#newsAreaNormal > .inner {
		margin: 0 5px 20px 5px;
		padding: 30px 0;
	}
	#newsAreaNormal .newslistArea {
		width: auto;
		margin: 0 10px;
		background: #fff;
	}
	#newsAreaNormal .newslistArea > .inner {
		padding: 10px 15px 30px 15px;
		border-top: 2px solid #004ea8;
	}
	#newsAreaNormal .information {
		margin-top: 15px;
	}
	#newsAreaNormal .newslistArea h1 {
		font-size: 17px;
		margin: 15px 0 5px 0;
		padding: 0;
	}

	#newsAreaNormal .newslistArea .bt_more {
		margin: 10px auto 0 auto;
		max-width: 300px;
		width: 96%;
		line-height: 45px;
		font-size: 14px;
	}
	#newsAreaNormal .newslistArea ul li a:hover,
	#newsAreaNormal .newslistArea .bt_more:hover {
		opacity: 1;
	}

}




