/*
Theme Name: awesome 2.02
Author: SHINKO MUSIC ENTERTAINMENT CO.,LTD.
Author URI: https://www.awesomemagazin.com
Description: awesome
Version: 2.02

*/


@charset "UTF-8";

html{
	scroll-behavior: smooth;
  }

body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	/* font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
	color:#666;
}

.container{
	padding: 40px;
}
.subtitle{
	text-align:center;
	padding-bottom: 8px;
}
.text-center{
	align-content: center;
}

/* font /////////////////　共通　// */

.fs10{
	font-size: 10px;
	color:#666;
}
.fs10w{
	font-size: 10px;
	color:#fff;
}
.fs11{
	font-size: 11px;
	color:#666;
}
.fs11b{
	font-size: 11px;
	font-weight: bold;
	color:#666;
}
.fs11w{
	font-size: 11px;
	color:#fff;
}
.fs12{
	font-size: 12px;
	color:#666;
}
.fs13{
	font-size: 13px;
	color:#666;
}
.fs14{
	font-size: 14px;
	color:#666;
}
.fs14b{
	font-size: 14px;
	font-weight: bold;
	color:#666;
}
.fs15b{
	font-size: 15px;
	font-weight: bold;
	color:#666;
}
.fs16{
	font-size: 16px;
	color:#666;
}
.fs30{
	font-size: 30px;
	font-weight: bold;
	color:#888;
}

/* margin /////////////////　共通　// */

.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb50{
	margin-bottom: 50px;
}

/* header ///////////////////////////////////////////　共通　// */

.jumbotron{
	background:url(images/awesome_background.jpg) center no-repeat;
	background-size: cover;
	height: 527px;
	margin: 0;
	padding: 0;
	/* border-top:10px solid #e4007f; */
	border-bottom:10px solid #e4007f;
	/* border-bottom:10px solid hsl(346, 90%, 80%); */
	position: relative;
}

.jumbotron::after{
	content: '';
	background-color: rgba(0,0,0,.5);
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
	animation: gradient 8s ease infinite;
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.header_10th{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(5px 5px 5px #aaa);
	position: relative;
	z-index: 1;
}

/* カルーセル /////////////////////////////////////////// */
.swiper-containersss{
	/* border-bottom:10px solid #e4007f; */
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 18px; /* ボタンの幅 */
	/* height: 86px; ボタンの高さ */
	height: 50px; /* ボタンの高さ */
	margin-top: -43px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 前ページボタンのスタイル */

/* キラキラ /////////////////////////////////////////// */


/* 背景設定 /////////////////////////////////////////// */

.movie {
	background: #f9f7f6;
	padding-bottom:40px;
}
.magazine {
	background: #fff;
	border-top:10px solid #e4007f;
}

.magazine-pic {
	border: solid 1px #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}

.picup{
	background: #faedef;
	border-top:10px solid #e4007f;
	padding-bottom:40px;
}

.browsing {
	background: #fff;
	padding-bottom:40px;
}

.btn{
	width: 95%;
	margin-top: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:13px;
}

/* nav ///////////////////////////////////////////　共通　// */

.navbar{
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	font-weight: bold;
	border-bottom:10px solid #e4007f;
}

/* more ///////////////////////////////////////////　共通　// */

.more {
	display:block;
	width:150px;
	height:40px;
	border:1px solid #000;
	text-align:center;
	line-height:40px;
	position:relative;
	margin:auto;
	box-sizing:border-box;
	background:-webkit-repeating-linear-gradient(135deg,#000,#000 1px,#fff 1px,#fff 3px);
	background:repeating-linear-gradient(-45deg,#000,#000 1px,#fff 1px,#fff 3px)
}

.more span {
	width:150px;
	height:40px;
	position:absolute;
	background:#fff;
	left:-3px;
	top:-3px;
	border:1px solid #000;
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
} 

.more:hover span {left:-1px;top:-1px;} 
.container.more_botton{
padding-bottom:50px;
background-color:  #f00;
}

/* 10th movie /////////////////////////////////////////// */

.moveback {
	display:block;
	border:1px solid rgb(255, 187, 216);
	text-align:center;
	line-height:40px;
	position:relative;
	margin:auto;
	box-sizing:border-box;
	background:-webkit-repeating-linear-gradient(135deg,#ffd2d2,#ffd2d2 1px,#fff 1px,#fff 4px);
	background:repeating-linear-gradient(-45deg,#ffd2d2,#ffd2d2 1px,#fff 1px,#fff 4px)
}

/* pickup /////////////////////////////////////////// */


.news {
	position: relative;
	background: #fff;
	margin-bottom:16px;
	border:1px solid #ccc;
	padding:0;
}

/* .news a {
	display: block; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  } */

/* .news a:hover{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
	transition: all  0.8s ease;
	opacity: 0.1;
	background-color: #f1a8b9;
} */

.news ul{
	list-style: none;
	padding-left: 0px;
}

/* .news a {
	text-decoration: none;
} */

/* body.home .news:hover {
    opacity: 0.8;
} */

.news_pics{
	margin:0;
	padding:0;
	display:block;
	border-right:1px solid #ccc;
	text-align:center;
	position:relative;
	/* margin:auto; */
	box-sizing:border-box;
	background: #eee;
}

.news_pics_mini{
	margin:0;
	padding:0;
	display:block;
	border-right:1px solid #ccc;
	/* text-align:center; */
	/* position:relative; */
	/* margin:auto; */
	/* box-sizing:border-box; */
}
.picup_feature{
	margin-right:8px;
	padding:8px;
	display:block;
	border:1px solid #ccc;
	/* text-align:center; */
	position:relative;
	margin:auto;
	/* box-sizing:border-box; */
	background-color: #fff;
}



/* tab  ///////////////// */

.cp_card {
	position: relative;
}
/* pink(news) */
.cp_ribbon10 {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #db027b;
	/* background: #00afdd; */
	text-align:center;
}

.cp_ribbon10 a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #f1a8b9;
	border-right: 4px solid #f1a8b9;
}

/* pink(news) */
.cp_ribbon10_news {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #db027b;
	/* background: #00afdd; */
	text-align:center;
}

.cp_ribbon10_news a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_news::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #f1a8b9;
	border-right: 4px solid #f1a8b9;
}

/* blue(interview) */
.cp_ribbon10_interview {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -8px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/* background: #db027b; */
	background: #00afdd;
	text-align:center;
}

.cp_ribbon10_interview a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_interview::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #a0ecff;
	border-right: 4px solid #a0ecff;
}

/* green(release) */
.cp_ribbon10_release {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/* background: #db027b; */
	background: #c7dd00;
	text-align:center;
}

.cp_ribbon10_release a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_release::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #edff4f;
	border-right: 4px solid #edff4f;
}

/* orange(pick up) */
.cp_ribbon10_pickup {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/* background: #db027b; */
	background: #ff962d;
	text-align:center;
}

.cp_ribbon10_pickup a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_pickup::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #ffb060;
	border-right: 4px solid #ffb060;
}

/* purple(movie) */
.cp_ribbon10_movie {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #4348A8;
	text-align:center;
}

.cp_ribbon10_movie a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_movie::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #7F77E3;
	border-right: 4px solid #7F77E3;
}

/* Yellow(culture) */
.cp_ribbon10_culture {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/* background: #F5EB33; */
	background: #F2D600;
	text-align:center;
}

.cp_ribbon10_culture a {
	color: #fff;
	font-size:12px;
	/* font-weight: 300; */
}

.cp_ribbon10_culture::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #B3BA6E;
	border-right: 4px solid #B3BA6E;
}

/* Red(rensai) */
.cp_ribbon10_rensai {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #a51931;
	text-align:center;
}

.cp_ribbon10_rensai a {
	color: #fff;
	font-size:12px;
}

.cp_ribbon10_rensai::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #5b0d1a;
	border-right: 4px solid #5b0d1a;
}

/* Red(thaibl) */
.cp_ribbon10_thaibl {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #a51931;
	text-align:center;
}

.cp_ribbon10_thaibl a {
	color: #fff;
	font-size:12px;
}

.cp_ribbon10_thaibl::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #5b0d1a;
	border-right: 4px solid #5b0d1a;
}

/* Green(music) */
.cp_ribbon10_music {
	position: absolute;
	width: 75px;
	top: -11px;
	left: -9px;
	padding: 9px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #19a543;
	text-align:center;
}

.cp_ribbon10_music a {
	color: #fff;
	font-size:12px;
}

.cp_ribbon10_music::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 4px solid transparent;
	border-top: 4px solid #00751d;
	border-right: 4px solid #00751d;
}


/* twitter  ///////////////// */

.twitter{
		height: 700px; 
	/* border: medium solid #000; */
}

.twitter_icon {
	position: relative;
	z-index: 2;
    width: 58px;
	height: 58px;
	margin: 0 auto;
    text-align: center;
	background-color:#00ACEE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.twitter_timeline{
	position: absolute;
	z-index: 1;
	top: 50px;
	text-align:center;
}

.twitter_icon_img{
	width: 30px;
}

.twitter_bunner{
	/* margin-top: 10px; */
	/* position: static !important; */
	/* display: block; */
}

/* ページネーション /////////////////////////////////////////// */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #f1a8b9;
	background-color: #fff;
	color: #666;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #f1a8b9;
    background-color: #f1a8b9;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}

/* チラ見せ /////////////////////////////////////////// */

/* .carousel-indicators {
	background-color: #db027b;
} */

.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 6px;
    margin: 6px; 
    background-color: #fe67ba;
}

.carousel-indicators .active {
    width: 40px;
    height: 6px;
    margin: 6px;
    background-color: #db027b;
}

/***** カルーセルスマホ対応 *****/
.carousel-item .img-fluid {
	width:100%;
	height:auto;
		border:solid 1px #ccc;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}

  .carousel-item {
	height: auto;
	margin-bottom: 15px;
  }
  
  .carousel-item a {
	display: block;
	width:100%;
  }
  
  .carousel-item .show-image {
	display: block;
	width:100%;
  }

  .logo{
	  /* margin-bottom: 15px; */
	  width: 90%;
  }

  .mag{
	  padding:10px;
	  border: solid #666;
	  background: #f2f2f2;
	  margin-bottom: 15px;
  }

/* ボタン /////////////////////////////////////////　共通　// */

.btn {
	position: relative;
	height: 30px;
}

.btn a {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* ピンクボタン ///////////////// */

/* ベース色 f1a8b9　*/
/* 薄い　色 f1a8b9　*/

/* ボタンの色カスタマイズ */
/* 通常のボタン色 */
.btn-pink,.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #db027b;
  border-color: #f1a8b9;
  border-radius: 20px;
}

/* focusされた時の枠線の色 */
.btn-pink:focus, .btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-pink:hover {
  color: #fff;
  background-color: #f1a8b9;
  border-color: #f1a8b9;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #db027b;
  border-color: #db027b;
}

/* ブルーボタン  ///////////////// */

.btn-blue,.btn-blue.disabled, .btn-blue:disabled {
	color: #fff;
	background-color: #00afdd;
	border-color: #00afdd;
  }
  
  /* focusされた時の枠線の色 */
  .btn-blue:focus, .btn-blue.focus,
  .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(200, 123, 255, 0.5);
  }
  
  /* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
  .btn-blue:hover {
	color: #fff;
	background-color: #53d1ff;
	border-color: #53d1ff;
  }
  
  /* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #00afdd;
	border-color: #00afdd;
  }

  
/* footer ///////////////////////////////////////////　共通　// */
.footer {
	/* background-color: #444; */
	border-top:8px solid #e4007f;
	/* border-top:50px solid #e4007f; */
	background: #faedef;
	display: flex;
	flex-flow: column; */
	min-height: 10vh;
	align-items: center;
	justify-content: center;
	font-size:12px;
	color:#777;
	text-align: center;
	}
	

/* TOP へ戻る ///////////////////////////////////////////　共通　// */
#page_top{
	width: 50px;
	height: 45px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #e68493; /*ボタンの色*/
	opacity: 0.6;
	margin-right: 13px;
	z-index: 1;
}

#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 45px;
	text-decoration: none;
	margin-right: 12px;
}

#page_top a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f062'; /*アイコン*/
	font-size: 25px;
	color: #fff; /*アイコンの色*/
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	margin-right: 12px;
}
	  
/* fadein ///////////////////////////////////////////　共通　// */

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 45px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


/* Link ///////////////////////////////////////////　共通　// */

.magazine a {
	color: #fff;
	text-decoration:none ; 
    font-weight:bold;
  }

.browsing a {
	color: #fff;
	text-decoration:none ; 
    font-weight:bold;
  }

a.more,a.more:link, a.more:visited, a.more:hover, a.more:active {
	color: #666;
	text-decoration: none; 
	font-weight:bold;
  }

/* ウィジェット */
.widget {
	 
}

.widget a {
	color: #f1a8b9;
	font-size: 14px;	
}

.widget ul {
	padding-left: 15px;
	padding-bottom: 8px;
}

.widget ul li {
	border-bottom: dotted 2px #aaa;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget ul.children li {
	/* border-bottom: dotted 2px #faedef; */
	border-bottom: initial;
	list-style: none;
	padding-top: 5px;
	padding-bottom: initial;
	margin-bottom: initial;
}

/* .widget h3{
	border: / 1px #666;
	color:#fff;
	font-size: 15px;
	font-weight:bold;
	background-color:#f1a8b9;
	padding:8px;
} */

.widget h3{
	/* position: relative; */
	background: #f1a8b9;
	box-shadow: 0px 0px 0px 5px #f1a8b9;
	border: dashed 2px #fff;
	padding: 8px 10px;
	color: #fff;
	width: 100%;
	font-size: 15px;
	font-weight:bold;
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 5px;
}

/* .widget h3:after{
	position: absolute;
      content: '';
      left: -7px;
      top: -7px;
      border-width: 0 0 15px 15px;
      border-style: solid;
      border-color: #fff #fff #f1a8b9;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
} */



.news .date-single {
	/* col#db027b27b; */
	color:#f1a8b9;
	font-size:13px;
	font-weight: bold;
	padding-left: 60px;
}
.news .title-single {
	display: block;
	/* color:#f1a8b9; */
		color:#db027b;
	font-size:30px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_404{
	text-align:center;
	margin: 5px 0px 50px 0px;
} 

.embed-responsive_movie{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
}
.embed-responsive_movie iframe,
.embed-responsive_movie img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
/*body内の文字は折り返しさせる*/
body {
	word-wrap:break-word;
	}
	
/*preタグを使った場合も折り返しさせる*/
	pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	}
	
/*記事内のことはとりあえずみんな折り返しさせる*/
	.entry-content pre {
	overflow:scroll;
	word-wrap:normal;
	}

.feature{
	border:3px dotted #000;
	border-radius: 10px;
	background-color: white;
}

/* news feature */
/* .news_mini{ */
	/* padding-top: 5px; */
	/* color:#888; */
	/* background: #fff; */
	/* width: 100%; */
	/* margin-top: 10px; */
/* }  */
.news_content_mini ul{
	padding: 0px;
	color:#888;
	/* border:1px solid rgb(41, 170, 99); */
	width: 100%;
	padding-top: 8px;
} 

.news_sub{
	width:100%;
	margin-top: 12px;
	margin-bottom: 4px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { 
	display: block !important;}
.sp { 
	display: none !important;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される*/ 
@media only screen and (max-width: 750px) {
	.pc { 
		display: none !important;}
	.sp { 
		display: block !important;}
	.news_sub{
		margin-top: 8px;
		margin-bottom: 8px;
			width:90%;
	}
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される
@media only screen and (max-width: 750px) {
    .pc2 { 
		display: none !important; 
		border: #ff0000;}
    .sp2 { 
		display: block !important; 
		border: #ff00ff;}
}*/ 



@media (max-width: 575.98px) {



	.container{
		padding: 40px 15px;
	}
	.news .date {
		/* color:#db027b; */
		color:#f1a8b9;
		font-size:13px;
		font-weight: bold;
	}
	.news .title {
		/* color:#f1a8b9; */
		color:#db027b;
		font-size:18px;
		font-weight: bold;
	}

	.news a {
		display: block;
		/* color:#f1a8b9; */
	}

	.news .comment {
		color:#ccc;
		font-size:16px;
		/* font-weight: bold; */
		overflow: auto;
	}

	.news_content{
		padding-top: 5px;
		color:#888;
		/* border:1px solid #f00; */
	} 




	.news_content a {
		color:#f1a8b9;
	}
	.news p {
		font-size:15px;
		line-height: 1.4;
		margin-bottom: 0;
		color:#888;
	}
	.header_10th img{
		height: 350px;
	   }
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.container{
		padding: 40px 15px;
	}
	.news .date {
		/* color:#db027b; */
		color:#f1a8b9;
		font-size:13px;
		font-weight: bold;
	}
	.news .title {
		/* color:#f1a8b9; */
		color:#db027b;
		font-size:18px;
		font-weight: bold;
	}
	.news a {
		display: block;
		/* color:#f1a8b9; */
	}
	.news .comment {
		color:#ccc;
		font-size:16px;
		/* font-weight: bold; */
		overflow: auto;
	}
	.news_content{
		padding-top: 5px;
	} 
	.news_content a {
		color:#f1a8b9;
	}
	.news p {
		font-size:15px;
		line-height: 1.4;
		margin-bottom: 0;
		color:#888;
	}
	.header_10th img{
		height: 350px;
	   }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.news .date {
		/* color:#db027b; */
		color:#f1a8b9;
		font-size:13px;
		font-weight: bold;
	}
	.news .title {
		/* color:#f1a8b9; */
		color:#db027b;
		font-size:16px;
		font-weight: bold;
	}
	.news a {
		display: block;
		/* color:#f1a8b9; */
	}
	.news .comment {
		color:#ccc;
		font-size:16px;
		/* font-weight: bold; */
		overflow: auto;
	}
	.news_content{
		padding-top: 5px;
	} 
	.news_content a {
		color:#f1a8b9;
	}
	.news p {
		font-size:12px;
		line-height: 1.2;
		margin-bottom: 0;
		color:#888;
	}
	.header_10th img{
		height: 400px;
	   }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.news .date {
		/* color:#db027b; */
		color:#f1a8b9;
		font-size:13px;
		font-weight: bold;
	}
	.news .title {
		/* color:#f1a8b9; */
		color:#db027b;
		font-size:16px;
		font-weight: bold;
	}
	.news a {
		display: block;
		/* color:#f1a8b9; */
	}
	.news .comment {
		color:#ccc;
		font-size:16px;
		/* font-weight: bold; */
		overflow: auto;
	}
	.news_content{
		padding-top: 5px;
	} 
	.news_content a {
		color:#f1a8b9;
	}
	.news p {
		font-size:15px;
		line-height: 1.4;
		margin-bottom: 0;
		color:#888;
	}
	.header_10th img{
		height: 400px;
	   }
}

@media (min-width: 1200px) {
	.news .date {
		/* color:#db027b; */
		color:#f1a8b9;
		font-size:13px;
		font-weight: bold;
	}
	.news .title {
		/* color:#f1a8b9; */
		color:#db027b;
		font-size:16px;
		font-weight: bold;
	}
	.news a {
		display: block;
		/* color:#f1a8b9; */
	}

	.news .comment {
		color:#ccc;
		font-size:16px;
		/* font-weight: bold; */
		overflow: auto;
	}
	.news_content{
		padding-top: 5px;
	} 

	.news_content a {
		color:#f1a8b9;
	}
	.news p {
		font-size:15px;
		line-height: 1.6;
		margin-bottom: 0;
		color:#888;
	}
	.header_10th img{
		height: 400px;
	   }
}


