/*■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　
		ブロックエディタ用
■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■　■ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/****************************************************************************************************************************
  共通
****************************************************************************************************************************/
.all_conts{
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/****************************************************************************************************************************
  h2
****************************************************************************************************************************/
.data_titles.h2box{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.data_titles.h2box h2{
  display: block;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

.data_titles.h2box h2 span{
  display: inline-block;
  text-align: left;
}

/* align-left */
.data_titles.h2box.align-left h2{
  text-align: left;
}

/* align-center */
.data_titles.h2box.align-center h2{
  text-align: center;
}

/* align-right */
.data_titles.h2box.align-right h2{
  text-align: right;
}

/*---------------------------------------------------
上下線
---------------------------------------------------*/
.data_titles.h2box.border-top-bottom{
  border-top: solid 2px #333;
  border-bottom: solid 1px #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*---------------------------------------------------
左線
---------------------------------------------------*/
.data_titles.h2box.border-left{
}

.data_titles.h2box.border-left h2{
}

.data_titles.h2box.border-left h2 span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.data_titles.h2box.border-left h2 span:before{
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background-color: #fffb00;
  position: absolute;
  top:0;
  left: 0;
  right:auto;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 640px){
  .data_titles.h2box h2{
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1.3em;
  }
}


/****************************************************************************************************************************
  小見出し（h3）
****************************************************************************************************************************/
.data_titles.h3box{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.data_titles.h3box h3{
  display: block;
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

.data_titles.h3box h3 span{
  display: inline-block;
  text-align: left;
}

/* align-left */
.data_titles.h3box.align-left h3{
  text-align: left;
}

/* align-center */
.data_titles.h3box.align-center h3{
  text-align: center;
}

/* align-right */
.data_titles.h3box.align-right h3{
  text-align: right;
}

/*---------------------------------------------------
左線
---------------------------------------------------*/
.data_titles.h3box.border-left{
}

.data_titles.h3box.border-left h3{
}

.data_titles.h3box.border-left h3 span{
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.data_titles.h3box.border-left h3 span:before{
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  background-color: #fffb00;
  position: absolute;
  top:0;
  left: 0;
  right:auto;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/*---------------------------------------------------
背景線
---------------------------------------------------*/
.data_titles.h3box.bg_line{
  position: relative;
}

.data_titles.h3box.bg_line:before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
  z-index: 1;
}

.data_titles.h3box.bg_line h3 span{
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding-right: 20px;
}

/* align-left */
.data_titles.h3box.align-left h3 span{
  padding-right: 20px;
}

/* align-center */
.data_titles.h3box.align-center h3 span{
  padding-left: 20px;
  padding-right: 20px;
}

/* align-right */
.data_titles.h3box.align-right h3 span{
  padding-left: 20px;
}

@media screen and (max-width: 640px){
  .data_titles.h3box h3{
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
}


/****************************************************************************************************************************
  テキストエリア
****************************************************************************************************************************/
.data_text{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 0.12em;
}

.data_text a{
  text-decoration: underline;
}

.data_text .tag_bk{
	color: #333;
	text-decoration: none;
}

.data_text a .tag_bk{
	color: #333;
	text-decoration: none!important;
  display: inline-block;
}

.data_text img{
  display: block;
  max-width: 100%;
  height: auto!important;
	margin-left: auto;
	margin-right: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.data_text iframe{
  max-width: 100%!important;
}



/*----------------------------------------
  2カラムの場合
----------------------------------------*/
.data_text.textflat2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data_text.textflat2 .leftArea{
  margin-right: 4%;
}

.data_text.textflat2 .rightArea{
  flex: 1;
}



@media screen and (min-width: 919px){
  .data_text a:hover{
    -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
  }
}

@media screen and (max-width: 640px){
  .data_text.textflat2{
    display: block;
  }
  .data_text.textflat2 .leftArea{
    width: 100%!important;
    margin-right: 0;
  }
  .data_text.textflat2 .rightArea{
    width: 100%!important;
  }
  .data_text.textflat2 .rightArea.add_space{
    margin-top: 15px;
  }
}



/****************************************************************************************************************************
  ボタンエリア
****************************************************************************************************************************/
.data_btn{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-align: center;
}

.data_btn a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  min-width: 200px;
  overflow: hidden;
  text-decoration: none;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.data_btn p{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  min-width: 200px;
  overflow: hidden;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 角丸の場合 */
.data_btn.type2 a{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.data_btn.type2 p{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* color */
.data_btn.color1 a{
  background-color: #f7f7f7;
  color: #666;
}
.data_btn.color1 p{
  background-color: #f7f7f7;
  color: #666;
}

.data_btn.color2 a{
  background-color: #ff0073;
  color: #fff;
}
.data_btn.color2 p{
  background-color: #ff0073;
  color: #fff;
}

.data_btn.color3 a{
  background-color: #2196f3;
  color: #fff;
}
.data_btn.color3 p{
  background-color: #2196f3;
  color: #fff;
}

/* align */
.data_btn.align-left{
  text-align: left;
}

.data_btn.align-center{
}

.data_btn.align-right{
  text-align: right;
}


@media screen and (min-width: 919px){
  .data_btn a:hover{
    -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
  }
}




/****************************************************************************************************************************
  画像レイアウト
****************************************************************************************************************************/
.block_item{
}

.block_item ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_item li{
	list-style-type: none;
}

.block_item li .li_in{
	width: 100%;
}

.block_item li .li_in .imgArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.block_item li .li_in .imgArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block_item li .li_in .imgArea img{
	display: block;
	width: 100%;
	object-fit: cover;
}

.block_item li .li_in .textArea{
	margin-top: 5px;
  color: #333;
	letter-spacing: 0.15em;
  line-height: 1.7em;
}

.block_item li .li_in .textArea a{
	display: block;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.block_item li .li_in .textArea p{
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.block_item li .li_in .textArea .new_icon{
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*--------------------------------------
  block_2item
--------------------------------------*/
.block_item.block_2item li{
  width: 49%;
  margin-right: 2%;
  margin-top: 30px;
}

.block_item.block_2item li:nth-child(2n+2){
  margin-right: 0%;
}

.block_item.block_2item li:nth-child(1){
	margin-top: 0px;
}
.block_item.block_2item li:nth-child(2){
	margin-top: 0px;
}

.block_item.block_2item li .li_in .imgArea{
	height: 320px;
}

/*--------------------------------------
  block_4item
--------------------------------------*/
.block_item.block_4item li{
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
}

.block_item.block_4item li:nth-child(4n+4){
  margin-right: 0%;
}

.block_item.block_4item li:nth-child(1){
	margin-top: 0px;
}
.block_item.block_4item li:nth-child(2){
	margin-top: 0px;
}
.block_item.block_4item li:nth-child(3){
	margin-top: 0px;
}
.block_item.block_4item li:nth-child(4){
	margin-top: 0px;
}

.block_item.block_4item li .li_in .imgArea{
	height: 230px;
}



@media screen and (min-width: 919px){
  .block_item li .li_in:hover{
    -webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
  }
}

@media screen and (max-width: 920px){
  .block_item.block_4item li{
    width: 49%;
    margin-right: 2%;
    margin-top: 30px;
  }
  .block_item.block_4item li:nth-child(4n+4){
    margin-right: 0;
  }
  .block_item.block_4item li:nth-child(2n+2){
    margin-right: 0;
  }
  .block_item.block_4item li:nth-child(3){
    margin-top: 30px;
  }
  .block_item.block_4item li:nth-child(4){
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px){
  .block_item li .li_in .textArea a{
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .block_item li .li_in .textArea .new_icon{
    font-size: 11px;
    line-height: 1.3em;
  }
  .block_item.block_2item li{
    margin-top: 20px;
  }
  .block_item.block_2item li .li_in .imgArea{
    height: 220px;
  }
  .block_item.block_4item li{
    margin-top: 20px;
  }
  .block_item.block_4item li:nth-child(3){
    margin-top: 20px;
  }
  .block_item.block_4item li:nth-child(4){
    margin-top: 20px;
  }
  .block_item.block_4item li .li_in .imgArea{
    height: 220px;
  }
}
@media screen and (max-width: 500px){
  .block_item.block_2item li .li_in .imgArea{
    height: 180px;
  }
  .block_item.block_4item li .li_in .imgArea{
    height: 180px;
  }
}
@media screen and (max-width: 450px){
  .block_item.block_2item li .li_in .imgArea{
    height: 160px;
  }
  .block_item.block_4item li .li_in .imgArea{
    height: 160px;
  }
}
@media screen and (max-width: 400px){
  .block_item.block_2item li .li_in .imgArea{
    height: 130px;
  }
  .block_item.block_4item li .li_in .imgArea{
    height: 130px;
  }
}
@media screen and (max-width: 350px){
  .block_item.block_2item li .li_in .imgArea{
    height: 110px;
  }
  .block_item.block_4item li .li_in .imgArea{
    height: 110px;
  }
}






/****************************************************************************************************************************
  画像+テキストレイアウト
****************************************************************************************************************************/
.block_item.block_2imgtext li .li_in .imgArea{
}

.block_item.block_2imgtext li .li_in .imgArea .in_img{
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block_item.block_2imgtext li .li_in .textArea{
  font-weight: normal;
  ont-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 15px;
}

.block_item.block_2imgtext li .li_in .textArea a{
  display: inline-block;
  color: #00a0e9;
  text-decoration: underline;
  font-weight: normal;
}





/****************************************************************************************************************************
  空白
****************************************************************************************************************************/
.block_space1{
  display: block;
  width: 100%;
  height: 35px;
  position: relative;
}

.block_space2{
  display: block;
  width: 100%;
  height: 15px;
  position: relative;
}

@media screen and (max-width: 640px){
  .block_space1{
    height: 20px;
  }
  .block_space2{
    height: 10px;
  }
}








/****************************************************************************************************************************

****************************************************************************************************************************/
