@charset "UTF-8";
/* CSS Document */





/*!------------------------------------*\
    警告
\*!------------------------------------*/

.caution_txt {
  font-size: 12px;
}


.caution_wrapper {
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 3rem
}
.caution_wrapper_inner {
  max-width: 600px;
  margin: auto;
  background: #fff
}

.caution_ttl {
  color: #DB0404;
  font-size: bold;
  font-size: 14px
}
#top_more.more_wrapper {
  margin: 0 auto
}
/*タブレット*/
@media screen and (max-width: 800px) {
  .caution_wrapper {
    padding-left: 5%;
    padding-right: 5%
}
}
@media screen and (max-width: 599px) {
.caution_wrapper {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 2rem
}
}
/*!------------------------------------*\
    バナーエリア
\*!------------------------------------*/


.bnr_wrapper {
  background-color: #F1EBFF;
 padding-top:3rem;
  padding-bottom: 3rem
}

.bnr_container a{
  display: block;
  margin: .3rem auto
}

.bnr_col2 {
  display: flex;
  justify-content: space-between;
}

.bnr_col2 li {
  width: calc((100% - 15px) / 2);
}

.bnr_wrapper_inner {
  max-width:800px;
  margin: auto
}

@media screen and (max-width: 800px) {
  .bnr_wrapper_inner {
    padding-left: 5%;
    padding-right: 5%
}

}

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

  .bnr_wrapper {
 padding-top:0;
  padding-bottom: 1rem
}
  .bnr_container a{
  display: block;
  margin: 0 auto
}
}

/*!------------------------------------*\
    NEWS
\*!------------------------------------*/

.topics_wrapper{
  background-color: #F1EBFF;
  padding-top: 5rem
}

#topics_contents {
  max-width: 700px;
  margin: 0 auto;

}
  #topics h2{
	color: #2B2B2B;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
} 

#topics li{
	list-style-type: none;
	border-bottom: 1px solid #707070;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: flex-start
}



#topics .date{
	display: block;
	padding-left: 10px;
	white-space: nowrap;
	color: #2B2B2B;
	font-size: 14px;
	position: relative;
	width:75px;
	padding-left: 13px

}
#topics .date::before{
	  content: "";
    position: absolute;
    top: 16px;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #2B2B2B;  
}

#topics .text a{
  text-decoration: none!important;
	display: block;
	color: #2B2B2B;
	font-size: 14px;
	margin-left:calc(75px + 50px);
	transition: all 0.3s
}

#topics_nav{
	text-align: center
}

#topics_back a,
#topics_next a
{
	color: #2B2B2B;
	transition: all 0.3s;
  text-decoration: none!important;
}

#topics .text a:hover,
#topics_back a:hover,
#topics_next a:hover{
	color: #A25EF4;
}

/*new 2015/04/15 不要なら消す*/
/*#topics_nav{
	border-top: 1px solid #707070;
	padding:5px 0;
	width:92%;
	margin:auto;
	text-align:center;
}*/

@media screen and (max-width: 767px){
#topics_contents {
  padding-left: 5%;
	padding-right:5%
}
}
@media screen and (max-width: 599px){
  .topics_wrapper{
  padding-top: 3rem
}

#topics li{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
	#topics .date{
	width:auto;
	padding-left: 13px
}


#topics .text a{
	font-size: 14px;
	margin-left:0;
	line-height: 1.6
}
}

/*!------------------------------------*\
    MV
\*!------------------------------------*/

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

.mv_bg{
  background: #fff url("../img/index/slider/img_sp_bg.jpg")no-repeat center;
  background-size: cover;
  height: 400px;
  position: relative;
}

.mv_bg_pict{
  position: absolute;
  top:-10%;
  right:0;
  bottom:0;
  left: 0;
   margin: auto;
}
img.mv_bg_pict{
max-width: 580px;
 width: 100%;
  height: auto
}
	  .mv_bg_pict {
    padding-left: 5%;
    padding-right: 5%
}
}

@media screen and (min-width: 835px) {
	.mv_bg{
		display: none
}
}
/*
@media screen and (max-width: 800px) {
  .mv_bg_pict {
    padding-left: 5%;
    padding-right: 5%
}
}
*/
