body{
}

.row{
	width:1280px;
	margin:auto;
	text-align:center;
}

.row2 {
	width:1000px;
	margin:auto;
}


.logo img{
	width:300px;
	margin-left: 175px;
	padding: 27px 0px 17px;
}
header .row{
	text-align:left;
}

#kv{
	background: url(../images/top.png) center top;
	height: 353px;
}
h1 img{
	padding-top:54px;
  margin-left: 22%;
}
#info{
	background: #EEF3F7;
    box-shadow: 5px 8px 12px -4px #ccc inset;
}
#info_inner{
    box-shadow: 5px -3px 12px -4px #ccc inset;
}
h2{
	font-size: 35px;
	padding-top: 50px;
	color: #0058a0;
	font-weight: bold;
	margin-bottom: 22px;
}
#info{
	color: #0058a0;
	font-weight: bold;
}
#comic_list{
    padding-top: 60px;
    padding-bottom: 30px;
}

/* 新レイアウトの為追加  */
.dis_inline_block {
  display: inline-block !important;
}

.top_box {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 90px;
  max-width: 1000px;
  margin: 0 auto;
}

.top_box figure {
	position: absolute;
	left: -80px;
    top: -32px;
    z-index: 0;
}

.top_box ul {
	background: #FFF;
	border: 1px solid #d7d6d6;
	padding: 30px 20px 20px 50px;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}

.top_box ul li {
	color: #003c9f;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
  text-align: left;
}

.top_box ul li::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 29px;/*画像の幅*/
	height: 25px;/*画像の高さ*/
	background-image: url(../images/icon.png);
	background-size: contain;
	vertical-align: middle;
    position: absolute;
    left: -35px;
}

.top_box ul li:first-child {
	margin-top: 0;
}

.ml45 {
  margin-left: 45px;
}

.top_box .ml45 {
  color: #333333;
  text-align: left;
  font-size: 22px;
  margin-top: 25px;
}

.top_box .shadow {
  box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

#info_head {
  background: #FFF;
}

.taC {
  text-align: center !important;
}

#comic_list {
  background: #FFF;
}

.row_wrapper {
  background: #EEF3F7;
  padding-top: 25px;
}

.banner_detail_text strong {
  color: #444444;
}

/* ガクガク防止 */
#wrap {
  overflow: hidden;
}
/* ガクガク防止 */

.flex_start {
  justify-content: flex-start !important;
}

.banner_area .flex_start div:first-child {
  margin-right: 15px;
}

h2 {
  padding-left: 20px;
  padding-right: 20px;
}

.tb {
  display: none;
}

/* 新レイアウトの為追加　ここまで  */

.flex{
	flex-wrap: wrap;
	justify-content: space-between;
}

.comic_item{
	background: #FFF;
	box-shadow: 0px 0px 5px 0px #eee;
	position: relative;
	padding: 23px;
	border-radius: 3px;
	margin-bottom: 40px;
/* 追加 */
  box-sizing: border-box !important;
  width: 49% !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* 追加 */
}



.comic_item h3{
	background: #0058a0;
	color: #FFF;
	text-align: left;
	padding: 10px 30px;
	font-size: 20px;
	min-width: 360px;
	position: absolute;
	top: 40px;
	left: 10px;
}
.comic_detail{
	text-align: left;
    color: #0058a0;
    font-size: 19px;
    padding: 20px;
    font-weight: bold;
	 width: 570px;  
   /* 追加 */
   width: auto !important;
   /* 追加 */
  }

.comic_link{
	text-align:right;
  /* 追加 */
  margin: auto 0 0 0;
/* 追加 */
}
.comic_link span,
.comic_link a{
	background: #0058a0;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px 10px;
	border-radius: 13px;
	font-size: 20px;
	font-weight: bold;
}
.comic_item{
	position:relative;
	padding-bottom: 85px;
}
.comic_item .comic_link span{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.ar{
	vertical-align: middle;
	padding-left:10px;
}
#banner{
	background: #FFF;
}
.banner_area{
	padding-top: 60px;
	padding-bottom: 60px;
}
.banner_detail_text{
	text-align:left;
	color: #888888;
	font-weight: bold;
	margin-top: 40px;
}
#banner li{
	list-style-position: inside;
}

footer {
  background-color: #ddd;
  text-align: center;
  padding-bottom: 40px;
	font-size: 17px;
}
footer ul.bnr {
  border-bottom: 1px solid #adadad;
  letter-spacing: -0.4em;
  padding: 20px 0 0;
}
.icon_txt{
  width: 540px;
}
.icon_txt h4{
  padding-left: 10px;
  padding-right: 10px;
}
.icon_list{
  margin-bottom:20px;
}
/* 20210407　追加 */
@media screen and (max-width: 1440px) {
#banner {
  padding: 0 20px;
}

}

@media screen and (max-width: 1280px) {
  .row {
    max-width: 1280px;
    width: auto;
  }

}

@media screen and (max-width: 1200px) {
  .banner_area .flex_start div {
    width: 45%;
  }

  .banner_area .flex_start div img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
.tb {
  display: block;
}

.row2 {
  max-width: 1000px;
  width: auto;
}

img {
  max-width: 100%;
}

.comic_item h3 {
  min-width: auto;
}

.logo img {
  margin-left: 40px;
}

h1 img {
  margin-left: 11%;
}

}

@media screen and (max-width: 950px) {
  .w_54 {
    position: relative;
    z-index: 20;
  }

  .w_54 p {
    background: #FFF;
    padding: 10px;
    margin: 0;
  }

  .top_box .ml45 {
    margin-top: 0;
  }

}

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

  .top_box figure {
    position: relative;
    left: 0;
    top: 0;
  }

  .top_box {
    justify-content: center;
  }

  .banner_area .flex {
    display: block;
  }

  .banner_area .flex_start div {
    margin: 0 !important;
    width: 100%;
  }

  .banner_area .flex_start div:first-child {
    margin-bottom: 20px !important;
  }

}

@media screen and (max-width: 640px) {
  .banner_area .flex_start div:first-child {
    margin-bottom: 0px !important;
  }

  #comic_list h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #comic_list {
    padding: 0 !important;/* 青背景の為  */
  }

  .row_wrapper {
    padding: 5vw;
  }

  .comic_item {
    width: 100% !important;
  }

  .comic_item h3 {
    padding: 10px;
  }

  .top_box .w_54 li,
  .top_box .w_54 p {
    font-size: 16px !important;
  }
  .icon_list div{
     width: 100%;
	 text-align:center;
  }
  .ep10 .col_50per,
  .ep7 .col_50per{
     background : #f9f8ed;
	 margin: 30px 30px 0;
	 max-width: 100%;
	 padding: 20px 0;
  }
  .ep9 .flex,
  .ep8 .flex{
    display: block;
  }
  .ep9 .flex div,
  .ep8 .flex div{
	text-align: center;
  }
  .ep9 .col_50per,
  .ep8 .col_50per{
	 max-width: 100%;

  }
}

/* 20210407　追加　ここまで */



@media screen and (max-width: 559px) {
  footer ul.bnr {
    padding: 0;
  }
}
footer ul.bnr li {
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
}
footer ul.bnr li img {
  width: 220px;
  height: auto;
}
footer .txt-code {
  letter-spacing: 1px;
  padding-top: 30px;
}
footer ul.link {
  margin: 30px 40px 0;
  letter-spacing: -0.4em;
}
footer ul.link li {
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  margin: 5px 0;
}
footer ul.link li a {
  color: #777;
  display: block;
}
footer ul.link li a:visited,
footer ul.link li a:active,
footer ul.link li a:hover {
  color: #777;
}
footer ul.link li a.m-icon-link_blank {
  position: relative;
  padding-right: 21px;
}
footer ul.link li a.m-icon-link_blank:before {
  position: absolute;
  right: 0;
  top: 0;
  color: #0058a0;
  font-size: 15px;
}
footer ul.link li + li {
  border-left: 1px solid #777;
  padding-left: 10px;
  margin-left: 10px;
}
footer .copy {
  width: 206px;
  height: 30px;
  margin: 30px auto 0;
  background: url("https://www.netbk.co.jp/contents/assets/img/logo_footer.svg");
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: 206px auto;
  -moz-background-size: 206px auto;
  background-size: 206px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer-simple {
  background-color: #5f5f5f;
  text-align: center;
  padding: 15px 20px;
  position: relative;
}
.footer-simple small {
  display: block;
  color: #c9c9c9;
  letter-spacing: 1px;
}
.footer-print {
  background-color: #fff;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer-print small {
  display: block;
  color: #808080;
  letter-spacing: 1px;
}
@media screen and (max-width: 559px) {
  footer {
    padding: 20px;
  }
  footer .txt-code {
  }
  footer ul.link {
    margin-top: 15px;
  }
  footer ul.link li {
  }
  footer ul.link li a.m-icon-link_blank {
    padding-right: 20px;
  }
  footer ul.link li a.m-icon-link_blank:before {
    font-size: 16px;
  }
  footer .copy {
    width: 180px;
    margin-top: 15px;
    -webkit-background-size: 180px;
    -moz-background-size: 180px;
    background-size: 180px;
  }
  .footer-simple {
    padding: 20px;
  }
}
footer {
  position: relative;
}
.footer-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,88,160,0.8);
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  z-index: 1000;
  text-indent: 100%;
  white-space: nowrap;
}
.footer-pagetop:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: #fff;
  content: "\EA1C";
  position: absolute;
  top: 8px;
  left: 11px;
  display: inline-block;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  width: 18px;
  height: 16px;
  text-indent: 0;
}
.footer-pagetop:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.footer-pagetop.active {
  position: absolute;
  top: -70px;
}
footer .sns {
  width:100%;
  max-width:500px;
  display:flex;
  justify-content:space-between;
  margin:0 auto 10px;
  padding: 35px 0 0;
}
@media screen and (max-width: 559px) {
  footer .sns {
    padding: 20px 0 0;
  }

/* 追加　20210407 */
h1 img {
  margin-left: 0;
}

/* 追加　20210407　ここまで */
}
footer .sns li {
  width:33.333%;
}
footer .sns a {
  display:block;
  text-align:center;
  text-decoration:none;
}
footer .sns p {
  font-size:12px;
  text-align:center;
}
footer .sns img {
  width:40px;
  margin-bottom:5px;
}

.comic_detail br{
	display: none;
}

.comic_list img{
	margin:auto;
}
/** nth-child(2) の数字を記載すると、そのメニューが消えます。**/
/**
#comic_list .flex .comic_item:nth-child(2),
#comic_list .flex .comic_item:nth-child(4),
#comic_list .flex .comic_item:nth-child(5){
	display: none;
}
**/
/**1話と3話だけを公開したい場合に回り込みをなくす記載**/
/**
#comic_list .flex{
	display: block;
	width: 640px;
	margin: auto;
}
**/


.btn_cv{
    visibility: visible;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 100;
    transition: visibility, opacity;
    transition-duration: .15s;
}

.btn_cv.on{
    position: absolute;
    top: -80px;
}

.btn_cv a img{
    transition: opacity .15s ease;
}

.is_pc .btn_cv a:hover img,
.is_sp .btn_cv a.touch img{
    opacity: .7;
}

@media screen and (max-width: 640px) {
 .btn_cv{
     width: 100%;
     visibility: visible;
     opacity: 1;
     position: fixed;
     text-align: center;
     bottom: calc(10 / 750 * 100vw);
     right: 0;
     z-index: 100;
     transition: visibility, opacity;
     transition-duration: .15s;
 }

 .btn_cv.on{
     position: inherit;
     top: auto;
     bottom: auto;
 }

 .btn_cv a img{
     margin: auto;
     width: calc(669 / 750 * 100vw);
     transition: opacity .15s ease;
 }

 .is_pc .btn_cv a:hover img,
 .is_sp .btn_cv a.touch img{
     opacity: .7;
 }
}