@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400|Quicksand:300,400,500,700');
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:400,500,600,700,800,900|Teko:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800,900&display=swap');

/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}

/* -----------------------------------------
   イメージオーバー
   -----------------------------------------*/

.img_over{
    opacity: 1.0;
    transition: opacity 0.5s;
}
.img_over:hover{
    opacity: 0.8;
    transition: opacity 0.5s;
}
  
/* =============================================================================
   デザイン基本
   ========================================================================== */
   
html{
  min-width: 1100px;
}
   
body{
	/*font-family: "YakuHanJP",'Noto Sans JP', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
}


ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:10px;
}

img {
   vertical-align:bottom
}


/* -----------------------------------------
   テキスト選択色
   -----------------------------------------*/

::selection {
	background: #C9E9FF;
}
::-moz-selection {
	background: #C9E9FF;
}


/* -----------------------------------------
   区切り指定
   -----------------------------------------*/

.ne span{
  display:inline-block;
}

.ne_enter span{
  display:inline-block !important;
}


/* -----------------------------------------
   文字下げ
   -----------------------------------------*/

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}

.sage1_5{
    padding-left: 1.5em; 
    text-indent: -1.5em; 
}

.sage2{
    padding-left: 2em; 
    text-indent: -2em; 
}

.sage3{
    padding-left: 3em; 
    text-indent: -3em; 
}

.sage4{
    padding-left: 4em; 
    text-indent: -4em; 
}

.sage5{
    padding-left: 5em; 
    text-indent: -5em; 
}
.ev_sage{
    padding-left: 1em; 
    text-indent: -1em;
    margin-bottom: 7px;
}

/* -----------------------------------------
   下空け
   -----------------------------------------*/

.mb07{
  margin-bottom: 7px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb25{
  margin-bottom: 25px;
}

.mb30{
  margin-bottom: 30px;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

.mb80{
  margin-bottom: 80px;
}

/* -----------------------------------------
   上空け
   -----------------------------------------*/

.mt07{
  margin-top: 7px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

.mt20{
  margin-top: 20px;
}

.mt25{
  margin-top: 25px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

/* -----------------------------------------
   左空け
   -----------------------------------------*/

.ml10{
  margin-left: 10px;
}

.ml15{
  margin-left: 15px;
}

.ml20{
  margin-left: 20px;
}

.ml25{
  margin-left: 25px;
}

.ml30{
  margin-left: 30px;
}

.ml35{
  margin-left: 35px;
}

.ml40{
  margin-left: 40px;
}

/* -----------------------------------------
   右空け
   -----------------------------------------*/

.mr10{
  margin-right: 10px;
}

.mr15{
  margin-right: 15px;
}

.mr20{
  margin-right: 20px;
}

.mr25{
  margin-right: 25px;
}

.mr30{
  margin-right: 30px;
}

 
/* -----------------------------------------
   ボーダー
   -----------------------------------------*/

.border_gray{
  border: rgba(142,142,142,1.00) 1px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.border_pink{
  border: rgba(254,112,150,1.00) 2px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.border_white{
  border: rgba(255,255,255,1.00) 1px solid;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1{
	font-weight: 900;
	font-size: 200%;
	color: rgba(0,0,0,1.00);
	line-height: 1.4;
}

h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(143,142,142,1.00);
  border-radius: 2px;
}

h3{
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
  border-bottom: rgba(63,113,184,1.00) 2px solid;
  background-image:url("../images/tmp/bg_h03.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size:20px;
  padding: 0 10px 0 30px;
  font-size: 130%;
}

h4{
  border-left: rgba(130,194,234,1.00) 10px solid;
  font-size: 100%;
  font-weight: 600;
  padding: 0 10px 0 10px;
  margin-bottom: 7px;
}

h4.pink{
  border-left: rgba(232,120,239,1.00) 10px solid;
}

h5{
}

h6{
}


.bg_yellow{
	background-color: rgba(255,241,0,1.00);
	padding: 5px 20px;
}

/* -----------------------------------------
   フォントサイズ
   -----------------------------------------*/

.fsize50{
	font-size:50%;
}

.fsize60{
	font-size:60%;
}

.fsize70{
	font-size:70%;
}

.fsize80{
	font-size:80%;
}

.fsize90{
	font-size:90%;
}

.fsize100{
	font-size:100%;
}

.fsize110{
	font-size:110%;
}

.fsize120{
	font-size:120%;
}

.fsize130{
	font-size:130%;
}

.fsize140{
	font-size:140%;
}


/* -----------------------------------------
   フォントウェイト
   -----------------------------------------*/

.fwt400{
	font-weight: 400;
}

.fwt600{
	font-weight: 600;
}

.fwt900{
	font-weight: 900;
}

/* -----------------------------------------
   フォントカラー
   -----------------------------------------*/

.txt_red1{
	color:#C6002F;
}

.txt_red2{
	color:#CC5F7D;
}

.txt_pink1{
	color:#F30;
}

.txt_pink2{
	color:#E50065;
}

.txt_pink3{
	color:rgba(255,133,172,1.00);
}

.txt_pink4{
	color:rgba(244,204,207,1.00);
}

.txt_blue1{
	color: rgba(48,113,185,1.00);
}

.txt_blue2{
	color:rgba(0,121,255,1.00);
}

.txt_green1{
	color:#396;
}

.txt_green2{
	color:#00A6A3;
}

.txt_green3{
	color:#7FBF39;
}

.txt_gray1{
	color:#999;
}

.txt_Purple1{
	color:rgba(122,84,223,1.00);
}

.txt_Purple2{
	color:rgba(221,109,254,1.00);
}

.txt_orange1{
	color:#F60;
}

.txt_yellow{
	color:rgba(255,241,0,1.00);
}

.txt_brown{
  color: rgba(223,174,91,1.00);
}

/* -----------------------------------------
   リンク設定
   -----------------------------------------*/

a.link{
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	border-bottom: rgba(0,0,0,1.00) 1px dashed;
	font-weight: 600;
}

a.link:hover{
	color: rgba(255,255,255,1.00);
	background-color: rgba(63,111,183,1.00);
	border-bottom: none;
}

/* -----------------------------------------
   イメージサイズ
   -----------------------------------------*/

.img_100 img{
  width: 100%;
  height: auto;
}

.img_70 img{
  width: 70%;
  height: auto;
}

/* -----------------------------------------
   イメージリンク
   -----------------------------------------*/

.img_link{

}

.img_link img:hover{
	opacity: 0.8;
}

/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: block;
}

.style_mobile{
  display: none;
}

#mobileHeader{
	display:none;
}


/* =============================================================================
   Flex 
   ========================================================================== */

.flex_wrapper{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}


/* -- BOXの横幅 --*/

.flex_box_18{
  width: 18%;
}
.flex_box_20{
  width: 20%;
}


.flex_box_28{
  width: 28%;
}

.flex_box_30{
  width: 30%;
}


.flex_box_38{
  width: 38%;
}
.flex_box_40{
  width: 40%;
}


.flex_box_58{
  width: 58%;
}
.flex_box_60{
  width: 60%;
}


.flex_box_68{
  width: 68%;
}
.flex_box_70{
  width: 70%;
}


.flex_box_78{
  width: 80%;
}
.flex_box_78{
  width: 80%;
}






.fb08{
  position: relative;
  overflow: hidden;
  width: 8%;
}
.fb10{
  position: relative;
  overflow: hidden;
  width: 10%;
}
.fb18{
  position: relative;
  overflow: hidden;
  width: 18%;
}
.fb20{
  position: relative;
  overflow: hidden;
  width: 20%;
}
.fb23{
  position: relative;
  overflow: hidden;
  width: 23%;
}
.fb24{
  position: relative;
  overflow: hidden;
  width: 24%;
}
.fb25{
  position: relative;
  overflow: hidden;
  width: 25%;
}
.fb28{
  position: relative;
  overflow: hidden;
  width: 28%;
}
.fb30{
  position: relative;
  overflow: hidden;
  width: 30%;
}
.fb33{
  position: relative;
  overflow: hidden;
  width: 33.3333%;
}
.fb32{
  position: relative;
  overflow: hidden;
  width: 32%;
}
.fb38{
  position: relative;
  overflow: hidden;
  width: 38%;
}
.fb40{
  position: relative;
  overflow: hidden;
  width: 40%;
}

.fb45{
  position: relative;
  overflow: hidden;
  width: 45%;
}

.fb48{
  position: relative;
  overflow: hidden;
  width: 48%;
}
.fb49{
  position: relative;
  overflow: hidden;
  width: 49%;
}
.fb50{
  position: relative;
  overflow: hidden;
  width: 50%;
}
.fb55{
  position: relative;
  overflow: hidden;
  width: 55%;
}
.fb58{
  position: relative;
  overflow: hidden;
  width: 58%;
}
.fb60{
  position: relative;
  overflow: hidden;
  width: 60%;
}
.fb68{
  position: relative;
  overflow: hidden;
  width: 68%;
}
.fb70{
  position: relative;
  overflow: hidden;
  width: 70%;
}
.fb78{
  position: relative;
  overflow: hidden;
  width: 78%;
}
.fb80{
  position: relative;
  overflow: hidden;
  width: 80%;
}
.fb100{
  position: relative;
  overflow: hidden;
  width: 100%;
}


/* =============================================================================
   ページャー 
   ========================================================================== */

.page {
}

.page-elm {
	overflow:hidden;
}

.pager {
	clear:both;
	margin:30px 0;
	text-align:center;
}

.pager span {
	margin:5px;
	padding:5px 8px;
	color:#000;
	background:rgba(191,227,249,1.00);
}

.pager span:hover {
	cursor:pointer;
	background:rgba(130,194,234,1.00);
}

.pager span.current {
	color:#fff;
	background:rgba(63,111,183,1.00);
}
.pager span.current:hover {
	cursor:default;
}

.pager span.invalid {
	display:none;
}
.pager span.invalid:hover {
	cursor:default;
}

.pager span.ellipsis {
	color:#000;
	background:none;
	border:none;
}
.pager span.ellipsis:hover {
	cursor:default;
}

.pager span.first,
.pager span.last,
.pager span.prev,
.pager span.next {
	background:rgba(130,194,234,1.00);
	color:rgba(0,0,0,1.00);
}

.pager span.first:hover,
.pager span.last:hover,
.pager span.prev:hover,
.pager span.next:hover {
	color:#fff;
	background:rgba(64,114,185,1.00);
}

.pageNum {
	margin:30px 0;
	text-align:center;
}


/* ----------------------------*/


.pageFilter{
  width: 100%;
  margin: auto;
}

.pageFilter li{
  float: left;
	padding-bottom:10px;
  padding: 10px 15px 10px 15px;
  margin-right: 10px;
  border: rgba(223,174,91,1.00) 1px solid;
  background-color: rgba(255,255,255,1.00);
  border-radius: 10px;
}

	.pageFilter a{
		color:rgba(0,0,0,1.00) !important;
		text-decoration:none;
	}

	.pageFilter .selected a{
    color:rgba(255,255,255,1.00) !important;
	  font-weight:900;
	}
  
	.pageFilter .selected {

    background-color: rgba(237,152,176,1.00);
	}
	
	.pageFilter a.visited{
		color:rgba(0,0,0,1.00);
		text-decoration:none;
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }





/* ==========================================================================
   記事フィルター
   ========================================================================== */

.filter_wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.filter_wrapper a{
  display: block;
}

.filter_wrapper .list{
  display: block;
  float: left;
  margin-right: 15px;
  line-height: 1.8;
  font-weight: 400;
  padding: 3px 10px 3px 10px;
  background-color: rgba(255,255,255,1.00);
  border: rgba(155,155,155,1.00) 1px solid;
}

.filter_wrapper .list a{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}
.filter_wrapper .list a:visited{
  color: rgba(124,124,122,1.00);
  text-decoration: none;
}



.selected .bg{
  background-image: url(../images/news_tmp/b_kirakira.png);
}

 .copy{
   width: 100%;
   margin: auto;
	 font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
   font-weight: 600;
   font-size: 80%;
	 padding-bottom: 50px;
   color: rgba(255,255,255,1.00);
   text-align: center;
 }



#share{
	width: 120px;
	margin:30px auto 10px auto;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {


/* ==========================================================================
   デザイン基本
   ========================================================================== */

html,body{
	min-width:100%;
	max-width:100%;
}


img{
	width:100%;
	height:auto;
}


/* -----------------------------------------
   インデックス
   -----------------------------------------*/

h1{
	font-weight: 900;
	font-size: 140%;
}

h2{
	font-size: 110%;
}

h3{
}

h4{
}

h5{
}

h6{
}



/* -----------------------------------------
   ＰＣ・スマホ表示切り替え
   -----------------------------------------*/

.style_pc{
  display: none;
}

.style_mobile{
  display: block;
}

#mobileHeader{
	display:block;
  position: fixed;
  top: 0;
  right: 0;
	width:100%;

  z-index: 97;
}


/* =============================================================================
   メイン枠
   ========================================================================== */

.wrap{
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: auto;
}



/* =============================================================================
   Flex 
   ========================================================================== */

.flex_wrapper{
  position: relative;
  overflow: hidden;
  display: block;
}


/* -- BOXの横幅 --*/

.flex_box_18{
  width: 100%;
}
.flex_box_20{
  width: 100%;
}


.flex_box_28{
  width: 100%;
}

.flex_box_30{
  width: 100%;
}


.flex_box_38{
  width: 100%;
}
.flex_box_40{
  width: 100%;
}


.flex_box_58{
  width: 100%;
}
.flex_box_60{
  width: 100%;
}


.flex_box_68{
  width: 100%;
}
.flex_box_70{
  width: 100%;
}


.flex_box_78{
  width: 100%;
}
.flex_box_78{
  width: 100%;
}



.fb08{
  width: 100%;
}
.fb10{
  width: 100%;
}
.fb18{
  width: 100%;
}
.fb20{
  width: 100%;
}
.fb23{
  width: 100%;
}
.fb24{
  width: 100%;
}
.fb25{
  width: 100%;
}
.fb28{
  width: 100%;
}
.fb30{
  width: 100%;
}
.fb33{
  width: 100%;
}
.fb32{
  width: 100%;
}
.fb38{
  width: 100%;
}
.fb40{
  width: 100%;
}
.fb45{
  width: 100%;
}
.fb48{
  width: 100%;
}
.fb49{
  width: 100%;
}
.fb50{
  width: 100%;
}
.fb55{
  width: 100%;
}
.fb58{
  width: 100%;
}
.fb60{
  width: 100%;
}
.fb68{
  width: 100%;
}
.fb70{
  width: 100%;
}
.fb78{
  width: 100%;
}
.fb80{
  width: 100%;
}
.fb100{
  width: 100%;
}


/* =============================================================================
   ＴＯＰ
   ========================================================================== */

.visual_sp{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.visual_sp img{
  width: 100%;
  height:auto;
  
}
.ne_enter span{
  display:inline-block !important;
}

#share{
width: 30%;
	margin:50px auto 30px auto;
}

}