
@charset "UTF-8";

/*------- fonts -------*/

/* 游ゴシック */
.yu_gothic{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/* 游ゴシック ボールド */
.yu_gothic_b{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

/* M+1 */
.wf-mplus1p,
h3, h4{
  font-family: 'M PLUS 1p', sans-serif;
}

/*------- common -------*/
html {
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
body > section{
  overflow: hidden;
}

#headerLogo{
position: absolute;
top: 20px;
left: 20px;
z-index: 1000;
max-width: 180px;
width: 180px;
}

.container{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents_header{
  display: block;
}
h3{
  font-size: 70px;
  position: relative;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
h4{
  font-weight: bold;
}
.icon_signal{
  position: absolute;
  bottom: calc(100% - 10px);
  left: calc(100% - 10px);
  width: 66px;
  height: 66px;
  overflow: hidden;
}
.icon_signal i{
  border-radius: 50%;
  border: 11px solid #F39800;
  position: absolute;
  top: 100%;
  right: 100%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.ons .icon_signal i{
  opacity: 1;
}
.icon_signal i:nth-child(1){
  width: 52px;
  height: 52px;
}
.icon_signal i:nth-child(2){
  width: 92px;
  height: 92px;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.icon_signal i:nth-child(3){
  width: 132px;
  height: 132px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

img{
  display: block;
  width: 100%;
  height: auto;
}
a,
a:visited,
a:active{
  text-decoration: none;
  color: #000;
  outline: none;
}

@media all and (max-width: 1024px) {
  h3{
    font-size: 70px;
  }
}

@media all and (max-width: 896px) {
  h3{
    font-size: 48px;
  }
  .icon_signal{
    width: 33px;
    height: 33px;
    bottom: calc(100% - 5px);
    left: calc(100% - 5px);
  }
  .icon_signal i{
    border-width: 5px;
  }
  .icon_signal i:nth-child(1){
    width: 26px;
    height: 26px;
  }
  .icon_signal i:nth-child(2){
    width: 46px;
    height: 46px;
  }
  .icon_signal i:nth-child(3){
    width: 66px;
    height: 66px;
  }
}

@media all and (max-width: 480px) {
  h3{
    font-size: 30px;
  }
}

/*------- responsive -------*/

/* PC（.pc） */
@media all and (min-width: 1025px) {
  .tablet:not(.pc), .sp:not(.pc), .sp-land:not(.pc), .sp-port:not(.pc){
    display: none !important;
  }
}

/* タブレット縦（.tablet） */
@media all and (max-width: 1024px) and (min-width: 897px) {
  .pc:not(.tablet), .sp:not(.tablet), .sp-land:not(.tablet), .sp-port:not(.tablet){
    display: none !important;
  }
}

/* スマホ横（.sp .sp-land） */
@media all and (max-width: 896px) and (min-width: 481px) {
  .pc:not(.sp):not(.sp-land), .tablet:not(.sp):not(.sp-land), .sp-port:not(.sp):not(.sp-land){
    display: none !important;
  }
}

/* スマホ縦（.sp .sp-port） */
@media all and (max-width: 480px) {
  .pc:not(.sp):not(.sp-port), .tablet:not(.sp):not(.sp-port), .sp-land:not(.sp):not(.sp-port){
    display: none !important;
  }
}









/*------- mv -------*/
#mv{
  position: relative;
}
#mv::after{
  content: "";
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/ssp/service/platcast/images/wave.png") repeat-x center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
#mv .slider{
  color: #fff;
  position: relative;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: opacity 1s cubic-bezier(0, 0, 0, 1);
  transition: opacity 1s cubic-bezier(0, 0, 0, 1);
}
#mv .slider.slick-initialized{
  opacity: 1;
}
#mv .slider .slide{
  height: 0;
  padding-bottom: 18.23%;
  position: relative;
}
#mv .slider .slide::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mv .slider .slide1::before{
  background-image: url("/ssp/service/platcast/images/mv_slide1_bg.jpg");
}
#mv .slider .slide2::before{
  background-image: url("/ssp/service/platcast/images/mv_slide2_bg.jpg");
}
#mv .slider .slide3::before{
  background-image: url("/ssp/service/platcast/images/mv_slide3_bg.jpg");
}
#mv .slider .slide.slick-active::before{
  animation: zoom 6.2s linear 0s 1 normal both;
}
@keyframes zoom{
  0%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100%{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
  #mv .slider .slide.slick-active::before{
    animation: none;
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  #mv .slider .slide.slick-active::before{
    animation: none;
  }
}
#mv .slider .slide.slick-active .slide_contents{
  animation: fadeIn 1s cubic-bezier(0, 0, 0, 1) .3s 1 normal both;
}
@keyframes fadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1;}
}
#mv .slider .slide > div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#mv .slider .slick-dots{
  bottom: 95px;
}
#mv .slider .slick-dots li{
  margin: 0 1px;
}
#mv .slider .slick-dots li button:before{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  content: "";
}
#mv .slider .slick-dots li.slick-active button:before{
  background-color: #F39800;
}

#mv .slider + .loading{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../lib/slick/ajax-loader.gif") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
#mv .slider + .loading span{
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
}
#mv .slider.slick-initialized + .loading{
  display: none;
}


@media all and (max-width: 896px) {
  #mv{
  }
  #mv .slider .slide{
    padding-bottom: 41.8%;
  }
  #mv .slider .slide1::before{
    background-image: url("/ssp/service/platcast/images/mv_slide1_bg_sp.jpg");
  }
  #mv .slider .slide2::before{
    background-image: url("/ssp/service/platcast/images/mv_slide2_bg_sp.jpg");
  }
  #mv .slider .slide3::before{
    background-image: url("/ssp/service/platcast/images/mv_slide3_bg_sp.jpg");
  }
  #mv::after{
    height: 15px;
  }

  #mv .slider .slick-dots{
    bottom: 20px;
  }
  #mv .slider .slick-dots li{
    margin: 0;
    width: 16px;
    height: 16px;
  }
  #mv .slider .slick-dots li button{
    width: 16px;
    height: 16px;
  }
  #mv .slider .slick-dots li button:before{
    /* width: 5px;
    height: 5px; */
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    content: "";
  }
}












/*------- about -------*/
#about{
  padding: 230px 0 150px;
  position: relative;
}
#about .content{
  display: flex;
}
#about .content .text_box{
  width: 54%;
  flex-shrink: 0;
}
#about .content .text_box h3{
  white-space: nowrap;
  letter-spacing: -1px;
}
#about .content .text_box h3 .spacer{
  display: inline-block;
  width: 5px;
}
#about .content .text_box h3 small{
  font-size: 60%;
  margin-left: 5px;
  letter-spacing: 0;
}
#about .content .text_box h3 .icon_signal{
  left: auto;
  bottom: calc(100% - 6px);
  right: 65px;
  transform: scale(1.18);
}
#about .content .text_box p{
  font-size: 20px;
  line-height: 1.65;
  margin-top: 50px;
  padding-right: 11%;
}

#about .content .text_box .tw_item_02 { /* 20200221追加 */
    margin: 15px auto 0;
}
#about .content .text_box .tw_icon_txt_02 { /* 20200221追加 */
    display: -webkit-flex;
    display: flex;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 50px;
    width: 100%;
}

#about .content .text_box .tw_icon_txt_02 { /* 20200221追加 */
    display: -webkit-flex;
    display: flex;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 50px;
    width: 100%;
}
#about .content .text_box .tw_icon_txt_02 .tw_icon_02 { /* 20200221追加 */
    width: 100px;
    padding: 0 15px 0 0;
}

#about .content .text_box .tw_icon_txt_02 .tw_icon_02 a { /* 20200221追加 */
    text-decoration: none;
}



#about .content > .img_box{
  width: 46%;
  flex-shrink: 0;
}
#about .content .img_box .img{
  padding-bottom: 86%;
  background: url("/ssp/service/platcast/images/about_img01_200114.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
}
#about .content .img_box small.note{
  font-size: 16px;
  display: block;
  text-align: right;
  margin-top: 15px;
}

#about .icon_box{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#about .icon_box li{
  width: 260px;
  height: 260px;
  border: 10px solid #F39800;
  border-radius: 50%;
  position: relative;
}
#about .icon_box li .pict{
  position: absolute;
}
#about .icon_box li:nth-child(1) .pict{
  width: 240px;
  top: -60px;
  left: -40px;
}
#about .icon_box li:nth-child(2) .pict{
  width: 240px;
  top: 40px;
  left: -30px;
}
#about .icon_box li:nth-child(3) .pict{
  width: 140px;
  top: 0;
  left: 50px;
}
#about .icon_box li p{
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: calc(100% + 30px);
  left: 5px;
  width: 100%;
  text-align: center;
}
#about .icon_box li p small{
  font-size: 28px;
  position: absolute;
  left: -70px;
  top: -25px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}




@media all and (max-width: 1024px) {
  #about .content .text_box h3 .icon_signal{
    right: 60px;
  }
}



@media all and (max-width: 896px) {
  #about{
    padding: 75px 0;
  }
  #about .content .text_box h3 .icon_signal {
    bottom: calc(100% - 6px);
    right: 60px;
  }
  #about .content .text_box{
    width: 100%;
  }
  #about .content .text_box p{
    font-size: 13px;
    padding-right: 0;
    margin-top: 20px;
  }
  #about .content .text_box .tw_item_02_sp { /* 20200221追加 */
    max-width: 410px;
    margin: 15px auto 0;
  }
  #about .content .img_box{
    max-width: 300px;
    margin: 30px auto 0;
  }
  #about .content .img_box .img{
    padding-bottom: 67%;
  }
  #about .content .img_box small.note{
    font-size: 10px;
    margin-top: 10px;
  }
  #about .icon_box{
    display: block;
    max-width: 410px;
    margin: 60px auto 0;
  }
  #about .icon_box li{
    width: 165px;
    height: 165px;
    border-width: 5px;
    margin: 0 auto 0 14px;
  }
  #about .icon_box li:nth-child(n+2){
    margin-top: -10px;
  }
  #about .icon_box li:nth-child(1) .pict{
    width: 150px;
    top: -30px;
    left: -20px;
  }
  #about .icon_box li:nth-child(2){
    margin: 0 0 0 auto;
  }
  #about .icon_box li:nth-child(2) .pict{
    width: 150px;
    top: 20px;
    left: -15px;
  }
  #about .icon_box li:nth-child(3) .pict{
    width: 87px;
    top: 0;
    left: 33px;
  }
  #about .icon_box li p{
    font-size: 30px;
    letter-spacing: -1px;
    top: 60px;
    left: calc(100% + 20px);
    width: auto;
    white-space: nowrap;
  }
  #about .icon_box li p small{
    font-size: 21px;
  }
  #about .icon_box li:nth-child(1) p small{
    left: -5px;
    top: -35px;
  }
  #about .icon_box li:nth-child(2) p{
    left: auto;
    right: calc(100% + 20px);
  }
  #about .icon_box li:nth-child(2) p small{
    left: -13px;
    top: -30px;
  }
  #about .icon_box li:nth-child(3) p small{
    left: -10px;
    top: -30px;
  }
}


@media all and (max-width: 480px) {
  #about .content .text_box h3 .icon_signal{
    right: 26px;
  }
}


@media all and (max-width: 350px) {
  #about .icon_box{
    margin-top: 50px;
  }
  #about .icon_box li{
    margin-left: 0;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  #about .icon_box li:nth-child(n+2){
    margin-top: -15px;
  }
  #about .icon_box li p{
    left: calc(100% + 17px);
  }
  #about .icon_box li:nth-child(2) p{
    right: calc(100% + 5px);
  }
}











/*------- ex -------*/
#ex{
  display: flex;
  flex-direction: column;
}
#ex::before,
#ex::after,
#ex .wrapper{
  width: 100%;
  flex-shrink: 0;
}
#ex::before,
#ex::after{
  content: "";
  display: block;
  height: 310px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#ex::before{
  background-image: url("/ssp/service/platcast/images/ex_bg_top.png");
  background-position: center bottom;
  margin-bottom: -1px;
}
#ex::after{
  background-image: url("/ssp/service/platcast/images/ex_bg_bottom.png");
  background-position: center top;
  margin-top: -1px;
}
#ex .wrapper{
  background-color: #F39800;
}
#ex h3 small{
  font-size: 24px;
  font-weight: normal;
  white-space: nowrap;
  margin-bottom: 10px;
}
#ex h3 .icon_signal{
  -webkit-transform: scale(1.58);
  -ms-transform: scale(1.58);
  transform: scale(1.58);
  left: auto;
  right: 80px;
  bottom: calc(100% + 10px);
}
#ex h3 .icon_signal i{
  border-color: #fff;
}
#ex .scene_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ex .scene_list li{
  width: 46%;
  margin-top: 55px;
}
#ex .scene_list li h4{
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
}
#ex .scene_list li .img{
  margin-bottom: 10px;
}
#ex .scene_list li p{
  font-size: 24px;
  font-weight: bold;
}
#ex .scene_list li p .highlight{
  display: inline-block;
  background-color: #fff;
  margin-top: 15px;
  padding: 5px;
}


@media all and (max-width: 1024px) {
  #ex::before,
  #ex::after{
    height: 250px;
  }
  #ex h3 small{
    font-size: 20px;
  }
  #ex h3 .icon_signal{
    right: 50px;
  }
}



@media all and (max-width: 896px) {
  #ex::before,
  #ex::after{
    height: 120px;
  }
  #ex .wrapper{
    padding: 40px 0 60px;
  }
  #ex h3 small{
    font-size: 12px;
  }
  #ex h3 .icon_signal{
    right: auto;
    left: calc(100% + -10px);
    bottom: calc(100% + -3px);
    transform: scale(1);
  }
  #ex .scene_list li{
    margin-top: 25px;
  }
  #ex .scene_list li h4{
    font-size: 17px;
    margin-bottom: 5px;
  }
  #ex .scene_list li .img{
    margin-bottom: 4px;
  }
  #ex .scene_list li p{
    font-size: 13px;
  }
  #ex .scene_list li p .highlight {
    margin-top: 5px;
    padding: 3px 5px;
  }
}


@media all and (max-width: 480px) {
  #ex::before,
  #ex::after{
    height: 60px;
  }
  #ex h3{
    line-height: 1.1;
  }
  #ex .scene_list li p{
    font-size: 10px;
  }
}


@media all and (max-width: 350px) {
  #ex h3{
    font-size: 26px;
  }
  #ex .scene_list li p{
    font-size: 10px;
  }
}







/*------- news -------*/
#news{
  padding: 90px 0 50px;
}
#news .contents_header{
  text-align: center;
}
#news .contents_header small{
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}
#news .news_list li{
  padding: 40px 50px 50px 185px;
  position: relative;
}
#news .news_list li p{
  font-size: 18px;
  line-height: 1.5;
}
#news .news_list li .body{
  margin-top: 10px;
}
#news .news_list li .body p:nth-child(n+2){
  margin-top: 10px;
}
#news .news_list li:nth-child(n+2){
  border-top: 1px solid #000;
}
#news .news_list li::before{
  content: "";
  width: 110px;
  height: 110px;
  background: url("/ssp/service/platcast/images/news_icon.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 45px;
}
/* 20201119追記 */
 .btn_box .btn,
.btn_box .btn{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #F39800;
  padding: 20px 43px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
max-width: 374px;
margin: 50px auto;
display: block;
}
.btn_box {
    text-align: center;
}


@media all and (max-width: 896px) {
  #news{
    padding: 45px 0 60px;
  }
  #news .contents_header small {
    font-size: 10px;
    margin-top: 7px;
  }
  #news .news_list li{
    padding: 20px 0 25px 70px;
  }
  #news .news_list li p{
    font-size: 13px;
  }
  #news .news_list li .body{
    margin-top: 5px;
  }
  #news .news_list li .body p:nth-child(n+2){
    margin-top: 5px;
  }
  #news .news_list li::before{
    width: 55px;
    height: 55px;
    top: 20px;
    left: 0;
  }
}








/*------- service -------*/
#service{
  display: flex;
  flex-direction: column;
  padding-bottom: 91px;
}
#service::before,
#service::after,
#service .wrapper{
  width: 100%;
  flex-shrink: 0;
}
#service::before,
#service::after{
  content: "";
  display: block;
  height: 310px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
#service::before{
  background-image: url("/ssp/service/platcast/images/service_bg_top.png");
  background-position: center bottom;
  margin-bottom: -1px;
}
#service::after{
  background-image: url("/ssp/service/platcast/images/service_bg_bottom.png");
  background-position: center top;
  margin-top: -1px;
}
#service .wrapper{
  background-color: #F39800;
}
#service h3 .icon_signal i{
  border-color: #fff;
}
#service .contents_header{
  text-align: center;
  margin-bottom: 60px;
}
#service .container > p{
  font-size: 18px;
  line-height: 1.6;
}
#service .container > p:nth-child(n+2){
  margin-top: 20px;
}
#service .container > p.note{
  position: relative;
  padding-left: 18px;
}
#service .container > p small{
  font-size: 14px;
  vertical-align: top;
}
#service .container > p small.ast{
  font-size: 10px;
}
#service .container > p.note::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
#service .container > .img{
  margin: 80px 0 100px;
}
#service .kit{
  width: 100%;
  background-color: #fff;
  padding: 40px 50px 40px 40px;
}
#service .kit.max2{
  border-left: 20px solid #009fe8;
}
#service .kit.max4{
  border-left: 20px solid #F0466E;
  margin-top: 90px;
}
#service .kit.max0{
  border-left: 20px solid #339933;
  margin-top: 90px;
}
#service .kit dt{
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 20px;
display: flex;
align-items: center;
}
#service .kit.max2 dt{
  border-bottom: 2px dashed #009fe8;
}
#service .kit.max4 dt{
  border-bottom: 2px dashed #F0466E;
}
#service .kit.max0 dt{
  border-bottom: 2px dashed #339933;
}
#service .kit dt b{
  font-size: 40px;
  display: inline-block;
  margin-right: 25px;
  font-weight: bold;
  vertical-align: middle;
}
#service .kit dd p,
#service .kit dd ul li{
  font-size: 24px;
}
#service .kit dd p.price{
font-weight: bold;
margin-bottom: 1em;
font-family: 'M PLUS 1p', sans-serif;
}
#service .kit dd ul{
  display: flex;
  flex-wrap: wrap;
}
#service .kit dd ul li{
  margin-top: 15px;
  width: 33.3%;
}
#service .kit dd ul li.col2{
  width: 66.6%;
}
#service .kit dd ul li::before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 2px;
  display: inline-block;
}
#service .kit.max2 dd ul li::before{
  background-color: #009fe8;
}
#service .kit.max4 dd ul li::before{
  background-color: #F0466E;
}
#service .kit.max0 dd ul li::before{
  background-color: #339933;
}
#service .option{
  padding: 85px 70px 35px;
  margin-top: 155px;
  margin-bottom: -400px;
  position: relative;
  background: repeating-linear-gradient(
    -30deg,
    rgba(255,255,255,.7),
    rgba(255,255,255,.7) 2px,
    rgba(255,255,255,0) 2px,
    rgba(255,255,255,0) 6px
  );
  background-color: #F9CB80;
}
#service .option .plate{
  font-size: 40px;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  left: 70px;
  top: -30px;
  padding: 10px 20px 6px;
  letter-spacing: 4px;
}
#service .option .plate span{
  font-size: 24px;
}
#service .option .plate::after{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #000;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
}
#service .option .option_list{
  display: flex;
  flex-wrap: wrap;
}
#service .option .option_list li{
  width: 50%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
#service .option .option_list li .icon{
  width: 120px;
  flex-shrink: 0;
  margin-right: 20px;
}
#service .option .option_list li p{
  font-weight: bold;
  font-size: 28px;
}
#service .option .option_list li p small{
  font-size: .5em;
}

@media all and (max-width: 1024px) {
  #ex::before,
  #ex::after{
    height: 250px;
  }
}


@media all and (max-width: 896px) {
  #service{
    padding-bottom: 151px;
  }
  #service::before,
  #service::after{
    height: 120px;
  }
  #service .wrapper{
    padding-top: 45px;
  }
  #service .contents_header{
    margin-bottom: 30px;
  }
  #service .container > p{
    font-size: 13px;
  }
  #service .container > p.note::before,
  #service .container > p small{
    font-size: 11px;
  }
  #service .container > p.note{
    padding-left: 13px;
  }
  #service .container > .img{
    margin: 20px 0 35px;
  }
  #service .kit{
    padding: 20px 30px 15px 20px;
  }
  #service .kit.max2,
  #service .kit.max4
  #service .kit.max0{
    border-width: 10px;
  }
  #service .kit.max4,
  #service .kit.max0{
    margin-top: 45px;
  }
  #service .kit dt{
    font-size: 12px;
    margin-bottom: 10px;
    border-width: 1px;
    display: block;
  }
  #service .kit dt b{
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  #service .kit dd p,
  #service .kit dd ul li{
    font-size: 12px;
  }
  #service .kit dd ul li{
    width: 50%;
    margin-top: 10px;
  }
  #service .kit dd ul li.col2{
    width: 100%;
  }
  #service .kit dd ul li::before{
    width: 10px;
    height: 10px;
  }
  #service .option{
    padding: 42px 4.5% 18px;
    margin-top: 60px;
    margin-bottom: -270px;
    background: repeating-linear-gradient(
      -30deg,
      rgba(255,255,255,.7),
      rgba(255,255,255,.7) 1px,
      rgba(255,255,255,0) 1px,
      rgba(255,255,255,0) 3px
    );
    background-color: #ffe880;
  }
  #service .option .plate{
    font-size: 20px;
    left: 10px;
    top: -15px;
    padding: 5px 10px;
    letter-spacing: 0;
  }
  #service .option .plate span{
    font-size: 14px;
    display: block;
  }
  #service .option .plate::after{
    border-bottom-width: 15px;
    border-right-width: 10px;
  }
  #service .option .option_list li{
    margin-bottom: 20px;
  }
  #service .option .option_list li .icon {
    width: 60px;
    margin-right: 8px;
  }
  #service .option .option_list li p{
    font-size: 11px;
  }
}


@media all and (max-width: 480px) {
  #ex::before,
  #ex::after{
    height: 60px;
  }
}









/*------- contact -------*/
#contact{
  padding: 120px 0 150px;
}
#contact .contents_header,
#TemplateDL .contents_header{
  text-align: center;
  margin-bottom: 80px;
}
#contact p{
  font-size: 20px;
  line-height: 1.6;
}
#contact .btn_box{
  text-align: center;
  margin-top: 70px;
}
#contact .btn_box .btn,
#TemplateDL .btn_box .btn{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #F39800;
  padding: 20px 43px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
max-width: 374px;
margin: 0 auto;
display: block;
}
#contact .btn_box .btn:nth-of-type(2){
	margin-top: 2em;
}
#contact .btn_box .btn:hover,
#TemplateDL .btn_box .btn:hover{
  opacity: .7;
}



/*------- TemplateDL -------*/
#TemplateDL{
margin-bottom: 250px;
overflow: initial;
}
#TemplateDL h3 br{
display: none;
}
#TemplateDL h3 span.note{
font-size: 40px;
display: block;
text-align: center;
}
#TemplateDL .container > p {
    font-size: 18px;
    line-height: 1.6;
}
#TemplateDL .img{
margin: 50px 0;
}


@media all and (max-width: 896px) {
  #contact{
    padding: 90px 0 85px;
  }
  #contact .contents_header,
#TemplateDL .contents_header{
    margin-bottom: 40px;
  }
  #contact .contents_header h3{
    font-size: 27px;
  }
  #contact p{
    font-size: 13px;
  }
  #contact .btn_box{
    margin-top: 40px;
  }
  #contact .btn_box .btn{
    font-size: 25px;
    display: block;
    max-width: 345px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
  }
  #contact .btn_box .btn:nth-of-type(2){
	margin-top: 1.5em;
  }

#TemplateDL {
    margin-bottom: 100px;
}
#TemplateDL h3 span.note{
font-size: 16px;
}
#TemplateDL h3 br{
display: inline-block;
}
#TemplateDL .img {
    margin: 40px 0;
}
#TemplateDL .btn_box .btn{
padding: 20px;
text-align: center;
}
#TemplateDL .container > p {
    font-size: 13px;
}
}

@media all and (max-width: 480px) {
  #contact .btn_box .btn{
    font-size: 22px;
  }
}

@media all and (max-width: 350px) {
  #contact .contents_header h3{
    font-size: 24px;
  }
  #contact .btn_box .btn{
    font-size: 20px;
  }
}













/*------- footer -------*/
footer{
  padding: 110px 0 60px;
  background-color: #000;
}
footer .logo{
  width: 250px;
  margin: 0 auto;
}
footer small{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
}



@media all and (max-width: 896px) {
  footer{
    padding: 20px 0 15px;
  }
  footer .logo{
    width: 100px;
  }
  footer small{
    font-size: 8px;
    margin-top: 10px;
  }

#headerLogo{
top: 3%;
left: 3%;
max-width: 150px;
width: 150px;
}
}

@media all and (max-width: 480px) {
#headerLogo{
max-width: 120px !important;
width: 120px !important;
}

}

/* 20200130追記 */
.movieBox {
    margin: 35px auto 0;
    max-width: 1000px;
}
.movieBox video {
    max-width: 100%;
}



/* 20200221追記 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.movieBox_all {display:none}

.movieBox_ie video {
    max-width: 100%;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.movieBox_ie {display:none}


.tw_platcast .tw_icon_txt .tw_icon {
    width: 25px;
    padding: 0 5px 0 0;
}
.tw_platcast .tw_icon_txt .tw_icon {
    width: 25px;
    padding: 0 5px 0 0;
}


.tw_platcast {
    width: 30%;
    padding: 10px 0 0 10px;
}
.video_platcast {
    width: 70%;
    vertical-align: top;
}

.tw_platcast .tw_icon_txt {
    display: -webkit-flex;
    display: flex;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 15px;
    width: 100%;
}
.tw_platcast .tw_icon_txt .tw_icon {
    width: 25px;
    padding: 0 5px 0 0;
}


}



/* スマホ縦 */
@media (max-width: 896px){
.movieBox_sp{ 
    max-width: 100%;
	}
.movieBox_sp video {
    width: 100%;
    max-width: 100%;
}

.movieBox_sp .video_platcast {
    width: 100%;
    max-width: 100%;
    display: block;
}
.movieBox_sp .tw_platcast {
    display: block;
    width: 100%;
    padding: 20px 50px 0;
}

.movieBox_sp .tw_item {
    width: 295px;
    margin:  0 auto;
}

}


/* 20200203追記 */
.newsDetail #news{
font-size: 18px;
line-height: 1.6;
padding: 245px 0 300px;
position: relative;
}

.newsDetail #news .news_list{

}
.newsDetail #news .news_list li{
border-bottom: 1px solid #000;
border-top: 3px solid #000;
padding: 55px 50px;
}
.newsDetail #news .news_list li:before{
display: none;
}
.newsDetail #news .date{
padding: 10px 25px 7px 25px;
font-weight: bold;
background:#000;
color:#fff;
display: inline-block;
margin-top: 20px;
}

.newsDetail .clmBoxPhotoLeft200{
display: flex;
margin-top: 50px;

align-items: center;
}
.newsDetail .clmBoxPhotoLeft200 .photoBox{
width: 200px;
text-align: center;
padding-right: 20px;
min-width: 200px;
}


.newsDetail h4{
font-size: 24px;
color:#F39800;
border-bottom:#F39800 solid 2px;
padding-bottom: 20px;
margin: 50px 0 30px;
}

.newsDetail .mT20{
margin-top: 20px;
}

.newsDetail .photoBoxCenter{
margin-top: 20px;
}
.newsDetail .photoBoxCenter img{
max-width: 676px;
margin: 0 auto;
}

.newsDetail .clmBoxPhotoRight{
display: flex;
flex-direction: row-reverse;
align-items: center;
}
.newsDetail .clmBoxPhotoRight .photoBox{
width: 300px;
text-align: center;
padding-left: 20px;
min-width: 300px;
}

.newsDetail .btn_box{
text-align: center;
margin-top: 70px;
}
.newsDetail .btn_box a{
font-size: 24px;
font-weight: bold;
color:#fff;
background-color:#F39800;
padding: 20px 43px;
transition: opacity .3s;
max-width: 374px;
margin: 0 auto;
display: block;
}
.newsDetail .btn_box a:hover{
opacity: .7;
}

.newsDetail #news:before,
.newsDetail #news:after{
content: "";
display: block;
height: 310px;
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;

left: 0;
width:100%;
}

.newsDetail #news:before{
background-image: url("/ssp/service/platcast/images/ex_bg_bottom.png");
background-position: center top;
margin-top: -1px;
top: 0;
}
.newsDetail #news:after{
    background-image: url("/ssp/service/platcast/images/service_bg_top.png");
    background-position: center bottom;
    margin-bottom: -1px;
bottom: 0;
}
.newsDetail #news .news_list li p{
  font-size: 28px;
}

#headerBack{
position: absolute;
top: 20px;
right: 20px;
z-index: 1000;
font-family: 'M PLUS 1p', sans-serif;
}
#headerBack a{
color: #fff;
font-weight: bold;
}

@media all and (max-width: 896px) {
.newsDetail #news{
font-size: 13px;
}
.newsDetail #news:before,
.newsDetail #news:after{
height: 80px;
}
.newsDetail #news {
    padding: 90px 0;
}
.newsDetail #news .news_list li {
    padding: 20px 0;
}
.newsDetail #news .news_list li p{
  font-size: 15px;
}

.newsDetail .clmBoxPhotoLeft200 {
    flex-direction: column;
margin-top: 20px;
}
.newsDetail .clmBoxPhotoLeft200 .photoBox{
padding-right: 0;
}
.newsDetail h4 {
    font-size: 18px;
    padding-bottom: 15px;
    margin: 35px 0 25px;
}
.newsDetail .clmBoxPhotoRight {
    flex-direction: column;
}
.newsDetail .clmBoxPhotoRight .photoBox{
padding-left: 0;
}
.newsDetail .btn_box {
    margin-top: 40px;
}
.newsDetail .btn_box a {
    font-size: 18px;
}

.newsDetail #headerLogo{
top: 15px;
left: 15px;
}
#headerBack{
top: 10px;
right: 15px;
}
#headerBack a {
    background: #f39800;
    display: block;
    padding: 3px;
}

}




/* 20201118追記 */
.newsArchive #news{
font-size: 18px;
line-height: 1.6;
padding: 245px 0 300px;
position: relative;
}
.newsArchive #news:before{
background-image: url("/ssp/service/platcast/images/ex_bg_bottom.png");
background-position: center top;
margin-top: -1px;
top: 0;
}
.newsArchive #news:after{
    background-image: url("/ssp/service/platcast/images/service_bg_top.png");
    background-position: center bottom;
    margin-bottom: -1px;
bottom: 0;
}
.newsArchive #news:before,
.newsArchive #news:after{
content: "";
display: block;
height: 310px;
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
width:100%;
}
.newsArchive #headerBack{
position: absolute;
top: 20px;
right: 20px;
z-index: 1000;
font-family: 'M PLUS 1p', sans-serif;
}
.newsArchive #headerBack a{
color: #fff;
font-weight: bold;
}
.newsArchive #news .date{
padding: 10px 25px 7px 25px;
font-weight: bold;
background:#000;
color:#fff;
display: inline-block;
margin-top: 20px;
}
.month{
border-top: 3px solid #000;
}




/* 20201225追記 */
.platcast_audio-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #FFF;/*文字色*/
    background: linear-gradient(-135deg, #f9cb80 0%, #f9cb80 8%, #f39800 8%, #f39800 100%);
    border-radius: 20px;/*角の丸み*/
  text-align: center;
}

.platcast_audio-box p {
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.platcast_audio-box audio{
    padding: 15px 20px;
    margin: 0 auto;

}



.FlowYoutube{
margin: 70px auto 0;
max-width: 800px;
}
.FlowYoutube iframe{
height:33em;
}
@media (max-width: 1000px){
.FlowYoutube{
max-width: 80vw;
}
.FlowYoutube iframe{
height:46vw;
}
}

@media (max-width: 896px){
.FlowYoutube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
max-width: none;
}
.FlowYoutube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

.use-block {
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	margin:0 auto;
	padding:30px 0;
	width:100%;
	max-width:1200px;
}

.use-block p{
	margin:0 0 40px 0;
	padding:0;
}

.use-block img{
	margin:0 0 20px 0;
	padding:0;
}

.use-block div.left {
	display:block;
	width:60%;
	margin:0 auto 0 0;
	padding:0;
}


.use-block div.right {
	display:block;
	width:35%;
	margin:0 0 0 auto;
	padding:0;
}

.use-block div.right span {
	font-size:120%;
}


.use-block2 {
	display:flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content:space-between;
	margin:0 auto;
	padding:30px 0;
	width:100%;
	max-width:1200px;
}

.use-block2 p{
	margin:0 0 40px 0;
	padding:0;
}

.use-block2 img{
	margin:0 0 20px 0;
	padding:0;
}

.use-block2 div.left2 {
	display:block;
	width:60%;
	margin:0 0 0 auto;
	padding:0;
}

.use-block2 div.right2 {
	display:block;
	width:35%;
	margin:0 auto 0 0;
	padding:0;
}

.use-block div.right2 span {
	font-size:120%;
}


@media all and (max-width: 768px) {
  .use-block {
  	display:block;
  	margin:0 auto 20px;
  	padding:0;
  	width:100%;
  	max-width:1200px;
  }

  .use-block p{
  	margin:0 0 20px 0;
  	padding:0;
  }

  .use-block img{
  	margin:0 0 10px 0;
  	padding:0;
  }

  .use-block div.left {
  	display:block;
  	width:100%;
  	margin:0 auto 0 0;
	padding:0;
  }
  .use-block div.right {
  	display:block;
	width:100%;
	margin:0 0 0 auto;
	padding:0;
  }
  .use-block2 {
  	display:block;
  	margin:0 auto 20px;
  	padding:0;
  	width:100%;
  	max-width:1200px;
  }

  .use-block2 p{
  	margin:0 0 20px 0;
  	padding:0;
  }

  .use-block2 img{
  	margin:0 0 10px 0;
  	padding:0;
  }

  .use-block2 div.left2 {
  	display:block;
  	width:100%;
  	margin:0 auto 0 0;
	padding:0;
  }
  .use-block2 div.right2 {
  	display:block;
	width:100%;
	margin:0 0 0 auto;
	padding:0;
  }
}

.equipment-block {
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	margin:0 auto;
	padding:30px 0;
	width:100%;
	max-width:910px;
}


.equipment-block img{
	margin:0 auto;
	padding:0;
	width:50%;
}

@media all and (max-width: 768px) {
  .equipment-block {
	display:block;
	margin:0 auto;
	padding:30px 0;
	width:100%;
  }


  .equipment-block img{
	margin:0 auto;
	padding:0;
	width:100%;
  }

}

.bg01 {
	width: 100% ;
	background:#d9f2d0;
	margin:50px auto 0;
	padding:20px 0;
}

.bg01 h4 {
	max-width:900px;
	margin:20px auto;
	padding:0;
}
.about-block {
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	margin:0 auto;
	padding:30px 0 0;
	width:100%;
	max-width:900px;
}

.about-block p{
	margin:0 0 40px 0;
	padding:0;
}

.about-block img{
	margin:0 0 20px 0;
	padding:0;
}

.about-block div.left {
	display:block;
	width:60%;
	margin:0 auto 0 0;
	padding:0;
}

.about-block div.right {
	display:block;
	width:30%;
	margin:0 0 0 auto;
	padding:0;
}

@media all and (max-width: 768px) {

 .bg01 h4 {
	max-width:90%;
	margin:20px auto;
	padding:0;
 }

  .about-block {
  	display:block;
  	margin:0 auto;
  	padding:0;
  	width:90%;
  }

  .about-block p{
  	margin:0 0 20px 0;
  	padding:0;
  }

  .about-block img{
  	margin:0 0 20px 0;
  	padding:0;
  }

  .about-block div.left {
  	display:block;
  	width:100%;
  	margin:0 auto 0 0;
	padding:0;
  }
  .about-block div.right {
  	display:block;
	width:100%;
	margin:0 0 0 auto;
	padding:0;
  }
}

.commentator-area{
	display:block;
	margin:0 auto;
	padding:30px;
	width:100%;
	max-width:1200px;
	border:solid #aaaaaa 1px;
}

.commentator-block {
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	margin:20px auto;
	padding:0;
	width:100%;
}

.commentator-block div {
	display:block;
	width:32%;
	margin:0 auto;
	padding:0;
}

.commentator-block div img {
	margin-bottom:15px;
}

.commentator-block div span {
	font-size:120%;
}

@media all and (max-width: 768px) {
.commentator-block {
  	display:block;
  	margin:0 auto;
  	padding:0;
  	width:90%;
}

.commentator-block div {
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}

.commentator-block div img {
	margin-top:20px;
	margin-bottom:5px;
}

}

.mB20 {
	margin-bottom:20px;
}



