@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@charset "utf-8";
/* reset
==================================*/
  html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	}
	body,form,fieldset {
		margin: 0;
		padding:0;
	  -webkit-text-size-adjust: none;
	}
	fieldset {
		border:none;
	}
	blockquote,li,dt,dd {
		margin:0;
		padding:0;
	}
	li {
		list-style:none;
	}
	input,textarea {
		font-size:1em;
	}
	img {
		margin:0px;
		padding:0px;
		border: 0px;
		vertical-align:bottom;
	}
	table {
	  border-collapse:collapse;
	}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* font
==================================*/

html {
	color:#000;
	background-color:#fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size:16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-feature-settings : "palt";
}
a{text-decoration: none;}
a:hover{opacity: .75;}
/*==========================================
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {}
img{display: block;margin:auto; text-align: center;padding:0; width: 100%;}
/*==========================================
/* common
==================================*/
.container{margin:auto; text-align: center; display: block;}
.box{width: 100%;max-width: 960px;margin:auto;text-align: center;display: block;}
.all-center{margin:auto;text-align: center;}
.bgk_grey{ background-color: #eff4ff; }
/*==========================================
/* header
==================================*/
.header{ margin:2.2% auto auto; text-align: center; display: block;width: 100%;}
.header .title{ font-size: 2.0em; padding:20px 0; display: block;position: relative; color: #005bac; font-weight: bold; margin:-70px 0 0 0;}
.header h1{display: block;width: 100%;margin:1% auto 3.6% auto;color: #005bac;font-weight: bold;font-size: 3.58em;line-height: 1;letter-spacing: 0;}
.header h1.logo{}
.header .header_smart{ width: 800px;display: block; margin:auto; text-align: right; position: relative; display: table;}
.header .header_smart img{width: 137px;text-align: right;margin: 20px 0 0 0;display: table; float: right;}
/*==========================================
/* box_count
==================================*/
.box_count{display: block;margin:auto auto 5% auto;}
.box_count .vote{display: table;width: 210px;margin:auto auto 1.5% auto;text-align: center;}
.box_count img{ max-width: 158px; margin:0;  text-align: left;}
.box_count h3{font-weight: bolder;font-size: 24px;margin-bottom: 20px;}
.box_count ul{display: table;width: 100%;max-width: 610px;margin:auto;text-align: center;}
.box_count ul li{display: inline-table;width: 46.000%;margin:auto 1.5%;text-align: center;max-width: 283px;max-height: 102px;background-color: #fff;line-height: 1;}
.box_count ul li h4{font-size: 16px; font-weight: bolder; padding:14px 0 5px 0; line-height: 1;}
.box_count ul li.frm_color{border:2px solid #005bac;border-radius: 5px;}
.box_count ul li.frm_color h4{ color: #005bac; border-radius: 8px 8px 0 0; }
.counter{color: #005bac;font-size: 56px;margin:auto;padding-bottom: 5px;font-weight: normal;font-family: Noto Sans Japanese, "Noto Sans Japanese", NotoSansCJKjp, "NotoSansCJKjp", notosansjapanese, "notosansjapanese", "Noto Sans", "Noto Sans CJK JP", sans-serif;}
.counter span{font-size: 50%;padding-bottom: 5px;vertical-align: middle;}
.counter em{ font-style: normal; }
/*==========================================
/* box_voice
==================================*/
.box_voice{padding: 60px 0 0 0; display: table; width: 100%;}
.box_voice h2{ font-size: 24px; font-weight: bold; }
.box_voice .voice_scroll{background-color: #fff;width: 920px;padding:20px;border-radius: 5px;box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.1);margin:20px auto 26px auto;text-align: left;font-size: 14px;overflow-y: scroll;max-height: 1600px;}
.box_voice .voice_scroll .item{margin:20px auto;}
.box_voice .voice_scroll .box_content {background-color: #fff;border-style: solid;border-width: 1px;border-color: rgba(0,0,0,0.75); border-radius: 3px;width: 770px;display:inline-table;padding:20px;}
.box_voice .voice_scroll .voice_left{display: table;width: 100%;margin:auto;background-image: url(../images/person_1.png);background-repeat: no-repeat;background-size: 60px;background-position: right bottom;}
.box_voice .voice_scroll .voice_left .vc_icon{
  background-image: url(../images/vc_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left center;
  width: 18px;
  height: 13px;
  display:inline-table;
  z-index: 2;
  position: relative;
  margin-left: 1px;
  vertical-align: bottom;
  margin-bottom: 20px;
}
.box_voice .voice_scroll .voice_right{
  display: table;
  width: 100%;
  margin:auto;
  background-image: url(../images/person_1.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left bottom;
}
.box_voice .voice_scroll .voice_right .vc_icon{
  background-image: url(../images/vc_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left center;
  width: 18px;
  height: 13px;
  display:inline-table;
  z-index: 2;
  position: relative;
  margin-right: -1px;
  vertical-align: bottom;
  margin-bottom: 20px;
  margin-left: 68px;
  transform: rotate(-180deg);
}

h2{font-size: 36px;font-family: "游ゴシック Medium", "Yu Gothic Medium";font-weight: normal;margin:auto auto 3% auto;letter-spacing: 2px;}
h3{color: #005bac;font-size: 34px;display: block;font-weight: bold;margin:60px auto 20px auto;letter-spacing: 2px;}
.box_text{margin-bottom: 30px;}
.box_text li{color: #005bac;font-size: 40px;display: block;font-weight: bolder;letter-spacing: 2px;font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}
.box_text li br{ display: none; }
.arrow {border: solid black;border-width: 0 3px 3px 0;display: inline-block;padding: 10px;margin-top: -10px;margin-left: 10px;}
.right {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.btn_twitter{
  background-color: #808080;
  margin:auto auto 35px auto;
  max-width: 500px;
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 1;
  padding:30px 0;
  font-weight: bold;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn_twitter a .arrow{border-color: #fff;}
.btn_apply a{
  background-color: #fff;
  margin:auto auto 35px auto;
  max-width: 260px;
  color: #313131;
  display: block;
  font-size: 32px;
  line-height: 1;
  padding:15px 0;
  border:2px solid #313131;
  font-weight: 550;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn_post{
  background-color: #808080;
  margin:auto auto 35px auto;
  max-width: 590px;
  color: #fff;
  display: block;
  font-size: 40px;
  line-height: 1;
  padding:30px 0;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 550;
}
.btn_post a .arrow{border-color: #fff;}
.btn_agree a{margin:100px auto 160px auto;width: auto;color: #005bac;display: table;font-size: 32px;line-height: 1;padding:0 0 3px 0;font-weight: bold;border-bottom:3px solid #005bac;font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.btn_agree a .arrow{border-color: #005bac;}
pre{
    font-size: 13.6666px;
    text-align: left;
    word-break: break-all;
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
    color: #111;
    font-weight: normal;
    font-family: Noto Sans Japanese, "Noto Sans Japanese", NotoSansCJKjp, "NotoSansCJKjp", notosansjapanese, "notosansjapanese", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  }

.box_content{}
.box_content h3{font-size:2.4em;font-weight: bold;color: #005bac;}
.box_content .text_note{font-size: 2.0em;margin-bottom: 4%;}
.box_content h4{font-size: 2.3em;font-weight: normal;margin-bottom: 2.2%;}
.box_content h5{font-size: 2.0em;font-weight: bold;margin-bottom: 2.2%;color: #005bac;}
.box_sns{display: block;margin:-5% auto 10% auto;text-align: center;width: 100%;}
.box_sns ul{display: table; margin:auto; text-align: center;}
.box_sns li{display: inline-table; margin:auto 10px; vertical-align: middle; line-height: 1;}
.box_sns li:nth-child(3){display: none;}
.box_sns li a{ color: #fff; font-size: 25px; width: 298px; display: block; padding:15px 0;box-shadow:0px 3px 3px 0px rgba(0,0,0,0.2); }
.box_sns .btn_fb a{background-color: #1877f2;}
.box_sns .btn_tw a{ background-color: #1da1f2; }
.box_sns .btn_ln a{ background-color: #00b900; }
.box_sns svg{ margin-right: 10px; font-size: 120%;}
.box_sns em{ border-radius: 50%; background-color: red;}
.box_sns em i{ display: block; }

@media (max-width:767px) {
  .header{margin:auto 3%; width: auto;}
  .header .title{padding-bottom: 5px; font-size: 100%; margin:auto;}
  .header .title span.w_change{display: block; font-size: 130%;}
  .header h1.logo{ max-width: 80%; padding:25px 0 0 0; }
  .header .header_smart{width: 92%;}
  .header .header_smart img{width: 28%;position: relative;text-align: right;margin: 8% auto auto auto;float: none;}
  .header h1 {display: block;width: 90%;margin: 1% auto 4.6% auto;color: #005bac;font-weight: bold;font-size: 180%;line-height: 1.2;letter-spacing: 0;}
  h2{font-size: 82%;margin:auto auto 3% auto;letter-spacing: 2px;}
  h3{font-size: 110%;margin:7% auto 3% auto;letter-spacing: 1px;}
  h3 br{display: block;}
  pre{font-size: 80%;}
  .box_text{margin-bottom: 20px;}
  .box_text li{font-size: 120%;letter-spacing: 0;margin-bottom: 3%;}
  .box_text li span{font-size: 128%;display: block;}
  .box_text li br{display: block;}
  
  .arrow {border: solid black;border-width: 0 2px 2px 0;display: inline-block;padding: 5px;margin-left: 1.6%;line-height: 1;}
  .btn_twitter a{width: 60%;font-size: 120%;font-weight: bold;padding:5% 0;margin-bottom: 6%;}
  .btn_apply a{width: 40%;font-size: 100%;padding:2% 0;border:1px solid #000;margin-bottom: 6%;}
  .btn_post a{width: 86%;font-size: 120%;font-weight: bold;padding:5% 0;margin-bottom: 6%;}
  .btn_agree a{width: 66%;display: table;font-size: 105%;font-weight: bold;margin:15% auto 20% auto;border-width: 1px;}

  .box_count{padding-bottom: 10px; padding-top: 20px;}
  .box_count h3{font-size: 30px;}
  .box_count ul{display: table;width: 100%;margin-bottom: 10px;}
  .box_count ul li h4{font-size: 80%; padding:4% 0 0 0; font-weight: normal;}
  .box_count ul li{display: block;max-width: 60%;width: 60%;margin:auto auto 10px auto;text-align: center;}
  .box_count ul li.frm_color{padding:4px 0;}
  .counter{font-size:5.6666vh;}
  .counter span{font-size: 3.1111vh;  vertical-align: 2px;}
  .box_count .vote {display: table;width: 42%;margin: auto auto 1.5% auto;text-align: center;}
  .box_count img {width: 70%;margin: 0;text-align: left;}

  .box_voice{width: 100%;padding-top: 2em;}
  .box_voice .voice_scroll{width: 90%; margin:0.8em auto 1.2em auto; padding:20px 10px 30px 10px; max-height: 1150px;}
  .box_voice h2{ font-size: 1.3em; }
  .box_voice .voice_scroll .box_content {width: 82%; font-size: 90%; padding:10px;}
  .box_voice .voice_scroll .box_content pre{}
  .box_voice .voice_scroll .voice_left,.box_voice .voice_scroll .voice_right{ background-size: 12%; }
  .box_voice .voice_scroll .voice_left .vc_icon{ background-size: 100%; width: 5%; }
  .box_voice .voice_scroll .voice_right .vc_icon{ background-size: 100%; width: 5%; margin-left: 13%;}

  .box_content{ width: 90%; margin:auto;}
  .box_content h3{font-weight: bold; font-size: 135%;}
  .box_content h3 br{display: block;}
  .box_content h4{ font-size: 100%; margin:8% auto 6% auto;}
  .box_content h5{font-size: 100%; margin:12% auto 5% auto;}
  .box_content .text_note{font-size: 82%;line-height: 1.8;}
  .box_sns{margin:-8% auto 14% auto;}
  .box_sns ul{display: table;width: 96%;}
  .box_sns li{ display: inline-table; margin:auto 1%; width: 31%;padding:0;vertical-align: middle; }
  .box_sns li:nth-child(3){display: inline-table; }
  .box_sns li a{width: 100%; font-size: 100%; display: block; padding:10px 0;}
  .box_sns svg{font-size: 180%; margin-right: 5%; vertical-align: middle;}
}

.main_pc{display: block;max-width: 779px;width: 90%;margin:auto auto 5% auto;}
.main_sp{display: none;}
br.sp{display: none;}
br.pc{display: block;}
@media (max-width:767px) {
  .main_pc{display: none;}
  .main_sp{display: block;width: 100%;}
  br.sp{display: block;}
  br.pc{display: none;}
}



/*==========================================
/* modal
==================================*/


[data-ml-modal] {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  z-index:999;
  width:0;
  height:0;
  opacity:0;
}
[data-ml-modal]:target {
  width:auto;
  height:auto;
  opacity:1;
  -webkit-transition:  opacity 1s ease;
  transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  cursor:pointer;
  background-color:#000;
  background-color:rgba(0, 0, 0, 0.7);
  z-index:1;
  -webkit-transition:  opacity 1s ease;
  transition: opacity 1s ease;
}
[data-ml-modal] .modal-dialog {
  box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  position:relative;
  width: 100%;
  max-width:920px;
  max-height:70%;
  margin:10% auto;
  overflow-x:hidden;
  overflow-y:auto;
  z-index:2;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.modal-dialog-lg {max-width:920px !important;}


[data-ml-modal] .modal-content {background:#fff; padding:30px 50px; text-align: left;}
[data-ml-modal] .modal-content p{border:1px solid #000; font-weight: bold;padding:5px 30px;display: table;margin:30px auto 30px auto; font-size: 30px;}
[data-ml-modal] .modal-content pre{
  font-size: 20px;
  word-break: break-all;
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

[data-ml-modal] .modal-close {
  position: absolute;
    top: 0;
    right: 0;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    background-color:#000;
    background-color:rgba(0, 0, 0, 0.7);
}
[data-ml-modal] .modal-close:hover{opacity: 1;}

@media (max-width:767px) {
  [data-ml-modal] .modal-dialog {margin:20% auto;max-height:80%;}
  [data-ml-modal] .modal-content {background:#fff; padding:30px; text-align: left; margin:auto 5%;}
  [data-ml-modal] .modal-content p{font-size: 120%; margin-top: 10px;}
  [data-ml-modal] .modal-content pre{ font-size: 90%; }
}






/*==========================================
/* episode_box
==================================*/
.episode_wrap{
  background-color: #eff4ff;
  padding:4% 0 5% 0;
  margin:auto;
  display: block;
}
.page{
  background-color: #fff;
  width: 920px;padding:20px 0;margin:20px auto 40px auto;text-align: left;font-size: 14px;
  border-radius: 5px;
  display: block;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    margin: 20px auto 26px auto;
}
.episode_box{
  padding:20px;
  overflow-y: scroll;max-height: 1450px;
}
.episode_wrap h2{ font-size: 35px; font-weight: bold; margin:0 auto 1.5% auto; line-height: 1.3; padding:0; display: block; }
.episode_wrap h2{ font-size: 380%;font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif; }
.episode_wrap h2 span{ display: block;font-size: 53%; }
.episode_wrap h3{ font-size: 180%;  color: #000;}
.episode_box .item{
  display: table;
  width: 100%;
  margin:20px auto;
  background-image: url(../images/person_1.png);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: right bottom;
}

.episode_box .item .box{
  border: 1px solid;
  border-color: rgba(0,0,0,0.75);
  border-radius: 3px;
  display: flex;
  background-color: #fff;
  width: 90%;
  float: left;
}

.episode_box .item .episode_icon{
  background-image: url(../images/vc_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 100% 90%;
  display: table;
  z-index: 2;
  margin-left: 0px;
  float: right;
  width: 100%;
  position: relative;
  right: -18px;
}
.episode_box .item .episode_icon pre{
  padding:20px;
  margin-left: -18px;
  margin-right: 18px;
  word-break: break-all;
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
  color: #111;
  font-weight: normal;
  font-family: Noto Sans Japanese, "Noto Sans Japanese", NotoSansCJKjp, "NotoSansCJKjp", notosansjapanese, "notosansjapanese", "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

.episode_box .item:nth-child(2n+2){
  background-position: left bottom;
}
.episode_box .item:nth-child(2n+2) .box{
  float: right;
}
.episode_box .item:nth-child(2n+2) .episode_icon{
  background-image: url(../images/vc_arrow_left.png);
  background-position: 0 90%;
  float: left;
  margin: auto auto auto -36px;
}
.episode_box .item:nth-child(2n+2) .episode_icon pre{
    margin-left: 36px;
    width: 96%;
    padding: 20px 0;
}


.episode_link{ margin:3.0em auto 2.0em auto; display: table; text-align: center; }
.episode_link a{ color: #111; border-bottom: 2px solid #111; display: block; font-size: 30px;}
.episode_link .arrow{ padding:8px; }


@media (max-width:767px) {
  .page{
    width: 90%;
    padding:20px 15px;margin:10px auto 20px auto;text-align: left;font-size: 14px;
    border-radius: 5px;
    display: block;
  }

  .episode_wrap h2{
    font-size: 250%;
  }

  .episode_wrap{padding-bottom: 2%; padding-top: 10%;}
  .episode_box{
    padding:20px;
    overflow-y: scroll;
    max-height: 1150px;
  }

  .episode_box{width: 100%; margin:auto; padding:0; max-height: 1150px;}
  .episode_box .item{background-size: 12%;}
  .episode_box .item .box{width: 82%;}
  .episode_box .item .episode_icon pre{
    width: 95%;
    padding:10px 0% 10px 0%;
    margin-left: -5%;
  }
  .episode_box .item:nth-child(2n+2) .episode_icon pre{
    width: 95%;
    padding:10px 0% 10px 3%;
    margin-left: 8%;
  }
  .episode_box .item .episode_icon{
    margin-left: -1px;
    right: -19px;
  }
  .episode_box .item .episode_icon pre{
    font-size: 70%;

  }
  .episode_box .item:nth-child(2n+2) .episode_icon{
    margin-left: -37px;
  }

  .episode_link{ margin:2.0em auto 3.0em auto; display: table; text-align: center; width: 90%; }
  .episode_link a{ color: #111; border-bottom: 1px solid #111; display: block; font-size: 105%; width: 100%;}
  .episode_link .arrow{ padding:4px; display: inline-table; }

}


/*==========================================
/* pagination_box
==================================*/
.pagination_box{
  margin:auto;
  text-align: center;
  display: block;
}
.pagination { margin:auto !important; padding:0; height:2.5em; text-align: center !important; display: block;width: 100%; }
.pagination a { text-decoration:none;  color:#005bac; }
.pagination a, .pagination span { font-weight:bold; display:inline-table; margin:0 5px 0 0; padding:.3em .5em; }
.pagination .current { background:#005bac; color:#fff;  }
.pagination .current.prev, .pagination .current.next { color:#999; background: transparent; }
/*==========================================
/* page_top
==================================*/

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999999999;
}
#page_top a {
    background-color: #005bac;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    margin:auto;
    border-radius:20px;
    font-size: 18px;
    line-height: 1.4;
}
#page_top a:hover {
    text-decoration: none;
}
#page_top .fas{
  display: block;
  font-size: 80px;
  margin:0 auto;
  padding:0;
  line-height: .5;
}
@media (max-width:767px) {
  #page_top a{font-size: 80%; border-radius: 10px; padding:5px 10px;}
  #page_top .fas{font-size: 300%;}
}

/*==========================================
/* episode_wrap_spc
==================================*/
.episode_wrap_spc{
  display: block;
  margin:auto auto 12vh auto;
  text-align: center;
}
.episode_wrap_spc h2{ color: #be8b3d; font-weight: bold; font-size: 380%; margin:auto auto 1.5% auto;font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif; }
.episode_wrap_spc h2 span{ display: block;font-size: 53%; }
.episode_wrap_spc h3{ font-size: 180%;  color: #000;}
.episode_wrap .cus-box{color: #000 !important;}

.episode_spc_frm{
  background-image: url(../images/episode_wrap_spc.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  width: 96%;
  max-width: 920px;
  margin:auto;
  text-align: center;
}
.episode_spc_frm_bottom{
  background-image: url(../images/episode_wrap_spc.png);
  background-position: top center,bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  padding: 60px 0 0 0;
  display: table;
  width: 100%;
}
.cus-box{
  color: #be8b3d;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 2%;
  display: block;
}
.box-transform{
    transform: rotate(-180deg);
    display: block;
    width: 100%;
    margin:auto;
    padding-top: 60px;

}
.content-box{
  display: table;
  max-width: 800px;
  width: 80%;
  background-color: #fff;
  border-radius: 3px;
  border:1px solid #333;
  margin:auto;
  padding:20px;
  text-align: left;

}
.episode_spc_frm .img{ width: 50px;margin:10px auto auto; display: block;}

.trang-box{
  background-image: url(../images/vc_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top center;
  display: table;
  z-index: 2;
  display: block;
  height: 18px;
  transform: rotate(90deg);
  margin:-1px 0 0 0;
}

.sp_br{ display: none; }

@media (max-width:767px) {
  .sp_br{ display: block; }
  .episode_wrap_spc h3{font-size: 160%;}
  .episode_wrap_spc h2{
    font-size: 250%;
  }
  .episode_wrap_spc{
    display: block;
    width: 90%;
  }
  .episode_spc_frm{
    background-image: url(../images/episode_wrap_spc_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: table;
    width: 100%;
    margin:auto;
    text-align: center;
  }
  .episode_spc_frm_bottom{
    background-image: url(../images/episode_wrap_spc_sp.jpg);
    background-position: top center,bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    padding: 60px 0 0 0;
    display: table;
    width: 100%;
  }
  .trang-box{
    margin:-1.516111px 0 0 0;
  }
}






