.reg-img {
  margin: 0 auto!important;
}
.modal {
  padding-right: 0px !important;
}
.modal-open {
  padding-right: 0px !important;
}

span.ex {
  display: inline-block;
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
}

.body-wrap{
  width:100%;
  overflow-x:hidden!important;
}

.origin-ttl{
  font-weight:bold;
  color: #707070;
  padding-bottom: 8px;
  border-bottom: solid 4px #707070;
}
@media screen and (max-width:767px) {
  .origin-ttl{
    font-size: 1.6rem;
  }
}

text,p,span {word-break: break-all;}

.header{
  position: relative;
}
.bg-base{
  background-color: #5f3e15;
}
.bg-black{
  background-color: #1a1a1a;
}
.bg-darkred{
  background:linear-gradient(90deg,#c1272d,#ed1c24 30%,#ed1c24 70%,#c1272d);
}
.text-l-red {
  color: #ed1c24!important;
}
.bg-l-red {
  background-color: #ed1c24!important;
}
.btn-l-red {
  color: #fff;
  background-color: #ed1c24!important;
}
.btn-l-red:hover {
  color: #fff;
  background-color: #c1272d!important;
  border-color: #c1272d!important;
}




.bg-skyperfectv {
  background-color: #00A0E9;
}
.text-skyperfectv {
  color: #00A0E9;
}
.bg-ntvnews {
  background-color: #e60012!important;
}
.btn-ntvnews {
  color: #fff;
  background-color: #e60012!important;
}
.btn-ntvnews:hover {
  color: #fff;
  background-color: #b60012!important;
  border-color: #b60012!important;
}
.text-ntvnews {
  color: #e60012!important;
}
.border-ntvnews {
  border-bottom: 2px solid!important;
  border-color: #e60012!important;
}
.bg-proyakyuset {
  background-color: #02429a!important;
}
.btn-proyakyuset {
  color: #fff;
  background-color: #02429a!important;
}
.btn-proyakyuset:hover {
  color: #fff;
  background-color: #023172!important;
  border-color: #023172!important;
}
.text-proyakyuset {
  color: #02429a!important;
}
.border-proyakyuset {
  border-bottom: 2px solid!important;
  border-color: #02429a!important;
}
.ttl-box {
  background-color: #5f3e15;
  color:#ed1c24;
  font-weight:bold;
  font-size:120%;
  background:url(https://www.marines.co.jp/special/campaign/watch2022/img/ttl-bg.jpg) center no-repeat;
  background-size:100% auto;
}

.bg-even{
  background-color: #eee;
}
.bg-point{
  background-color: #a0a0a0;
}

.bg-stripe{
  background-color: #fff;
  background-image:repeating-linear-gradient(-90deg,#eee, #eee 1px,transparent 0, transparent 20px);
}
.bg-stripe-even{
  background-color: #eee;
  background-image:repeating-linear-gradient(-90deg,#ddd, #ddd 1px,transparent 0, transparent 20px);
}
.bg-dot{
  border-color: #333 #ccc #eee #666;
  border-style: solid;
  border-width: 2px;
  background-color: #333;
  background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px), -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
  background-size: 2px 2px;
}
.box-border{
  border-color: #eee #666 #333 #ccc;
  border-style: solid;
  border-width: 2px;
}
.bg-gold{
  background:linear-gradient(90deg,#e0c979,#fff 30%,#fff 70%,#e0c979);
}
.text-darkgold {
  color: #5f3e15!important;
}
.text-gold{
  font-weight: bold;
  color: #fceea5;
  background: -webkit-linear-gradient(90deg,#fbb03b,#fcee21 30%,#fceea5 50%,#fcee21 70%,#fbb03b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-darkgold{
  background:linear-gradient(90deg,#5f3e15,#e0c979,#5f3e15);
}
.btn-darkgold {
  color: #fff;
  background:linear-gradient(90deg,#5f3e15,#e0c979,#5f3e15);
  border:linear-gradient(90deg,#5f3e15,#e0c979,#5f3e15)!important;
}
.btn-darkgold:hover {
  color: #fff;
  background:linear-gradient(90deg,#3d280d,#ac902e,#3d280d);
  border:linear-gradient(90deg,#3d280d,#ac902e,#3d280d)!important;
}

.bg-silver{
  background:linear-gradient(90deg,#666,#ccc 30%,#ccc 70%,#666);
}
.bg-gray{
  background:#666;
}
.bg-l-gray{
  background: #ccc;
}

.font-xxxxl{
  font-size:300%;
}
.font-xxxl{
  font-size:250%;
}

.font-xxl{
  font-size:200%;
}

.font-xl{
  font-size:175%;
}

.font-l{
  font-size:150%;
}
.font-s{
  font-size:90%;
}
@media screen and (min-width:992px) {
  .plan-box{
    font-size:120%;
  }
  .plan-ttl{
    font-size:120%;
  }
}
.plan-ttl-s{
  font-size:150%;
}
@media screen and (max-width:767px) {
  .plan-ttl-s{
    font-size:120%;
  }
}

.pulldown[aria-expanded="false"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2.5px 7.5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.pulldown[aria-expanded="true"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
}

.q-and-a {
  list-style: none;
  padding-left:1em;
  text-indent:-1em;
}
.q-and-a span.ex {
  text-indent:0;
}

.q-part {
  padding-bottom:1em;
  font-weight:bold;
}

.q-part:before {
  content:"Q."
}
.a-part:before {
  content:"A."
}
.b-part:before {
  content:"■ "
}
.c-part:before {
  content:"・"
}


/* 2022 */
body, select, input, textarea {
  font-size: 14px;
  font: 1.4rem Helvetica,Arial,Tahoma,sans-serif;
  font-family: "メイリオ","meyrio",sans-serif;
  line-height: 1.7;
  color: #333;
  -webkit-text-size-adjust: none;
}
body {
  font-size: initial;
  font: initial;
  line-height: initial;
  font:Helvetica,Arial,Tahoma,sans-serif;
  font-family: "メイリオ","meyrio",sans-serif;
}
/*
body {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
*/

.bg-m-black {
  background:#000000;
}
.bg-m-gray {
  background:#7d7d7d;
}
.bg-m-white {
  background:#FFFFFF;
}

.bg-m-zozo {
  background-color: #000000;
  background:url(../img/main-visual.jpg) center no-repeat;
  background-size:100% auto;
}



.text-m-gray {
  color:#7d7d7d;
}
.arrow-main-ttl {
  position:relative;
  background-color: #fff;
  color: #000;
  font-size: .72rem;
  font-weight: bold;
  height: 1.6em;
  line-height: 1.44em;
  mix-blend-mode: screen;
}
.arrow-main-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:1.6em;
  top:0;
  right: 0;
  border-top: .8em solid #000;
  border-right: .8em solid #000;
  border-left: .8em solid  transparent;
  border-bottom:.8em solid #000;
}
.arrow-menu-ttl .anker{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow-menu-ttl:hover {
  color: #fff;
  background-color: #7d7d7d;
}

.arrow-point-ttl {
  position:relative;
  color: #000;
  background-color: #fff;
  text-align: right;
  font-size: .48rem;
  font-weight: bold;
  height: 8em;
  line-height: 2em;
  padding-top: 1rem!important;
  padding-right: 1.5rem!important;
}
.arrow-point-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:8em;
  top:0;
  right: -4em;
  border-top:4em solid #000;
  border-right:4em solid #000;
  border-left:4em solid  transparent;
  border-bottom:4em solid #000;
}
@media screen and (max-width:374px) {
  .arrow-point-ttl {
    font-size: .36rem;
    font-weight: bold;
    height: 8em;
    line-height: 2em;
    padding-top: .8rem!important;
    padding-right: 1.2rem!important;
  }
}
@media screen and (min-width:768px) {
  .arrow-point-ttl {
    font-size: .8rem;
    font-weight: bold;
    height: 5em;
    line-height: 1.25em;
    padding-top: 1.6rem!important;
    padding-right: 2.5rem!important;
    }
  .arrow-point-ttl:before{
    height:5em;
  right: -2.5em;
  border-top:2.5em solid #000;
  border-right:2.5em solid #000;
  border-left:2.5em solid  transparent;
  border-bottom:2.5em solid #000;
}
}
@media screen and (min-width:992px) {
  .arrow-point-ttl {
    font-size: 1rem;
    font-weight: bold;
    height: 6em;
    line-height: 2em;
    padding-top: 2rem!important;
    padding-right: 3rem!important;
    }
  .arrow-point-ttl:before{
    height:6em;
    right: -3em;
    border-top:3em solid #000;
    border-right:3em solid #000;
    border-left:3em solid  transparent;
    border-bottom:3em solid #000;
}
}

.arrow-nav-ttl {
  position:relative;
  color: #000;
  background-color: #fff;
  font-size: .72rem;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.4em;
}
.arrow-nav-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2.4em;
  top:0;
  right: 0;
  border-top:1.2em solid #000;
  border-right:1.2em solid #000;
  border-left:1.2em solid  transparent;
  border-bottom:1.2em solid #000;
}
.arrow-nav-ttl:hover {
  color: #fff;
  background-color: #7d7d7d;
}

.arrow-nav-ttl .anker{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow-nav-ttl a{
  color: #000;
  text-decoration: none;
}
.arrow-nav-ttl a:hover{
  color: #FFF;
  text-decoration: none;
}

.arrow-term-ttl {
  position:relative;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.4em;
}
/*
.arrow-term-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2.4em;
  top:0;
  right: 0;
  border-top:1.2em solid #fff;
  border-right:1.2em solid #fff;
  border-left:1.2em solid  transparent;
  border-bottom:1.2em solid #fff;
}
*/
.arrow-term-pre-ttl {
  position:relative;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.4em;
}
/*
.arrow-term-pre-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2.4em;
  top:0;
  right: 0;
  border-top:1.2em solid #fff;
  border-right:1.2em solid #fff;
  border-left:1.2em solid  transparent;
  border-bottom:1.2em solid #fff;
}
*/
.arrow-sub-ttl {
  position:relative;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.4em;
}
/*
.arrow-sub-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2.4em;
  top:0;
  right: 0;
  border-top: 1.2em solid #fff;
  border-right: 1.2em solid #fff;
  border-left: 1.2em solid  transparent;
  border-bottom:1.2em solid #fff;
}
*/
.arrow-yutai-ttl {
  position:relative;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 2.4em;
  line-height: 2.4em;
}
/*
.arrow-yutai-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2.4em;
  top:0;
  right: 0;
  border-top: 1.2em solid #fff;
  border-right: 1.2em solid #fff;
  border-left: 1.2em solid  transparent;
  border-bottom:1.2em solid #fff;
}
*/
@media screen and (max-width:767px) {
  .arrow-yutai-ttl {
    height: 3.6em;
    line-height: 1.2em;
    padding-top: .4rem;
    overflow: hidden;
  }
  /*
  .arrow-yutai-ttl:before{
    height:3.6em;
    top:0;
    right: -.9em;
    border-top: 1.8em solid #fff;
    border-right: 1.8em solid #fff;
    border-left: 1.8em solid  transparent;
    border-bottom:1.8em solid #fff;
  }
  */
}
.arrow-ntvnews-ttl {
  position:relative;
  background-color: #e60012;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  height: 2em;
  line-height: 2em;
}
/*
.arrow-ntvnews-ttl:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height:2em;
  top:0;
  right: 0;
  border-top: 1em solid #fff;
  border-right: 1em solid #fff;
  border-left: 1em solid  transparent;
  border-bottom: 1em solid #fff;
}
*/
@media screen and (max-width:991px) {
  .arrow-nav-ttl {
    font-size: .64rem;
  }
  .arrow-sub-ttl {
    font-size: .8rem;
  }
  .arrow-yutai-ttl {
    font-size: .8rem;
  }
  .arrow-term-ttl {
    font-size: .72rem;
  }
  .arrow-term-pre-ttl {
    font-size: .72rem;
  }
  .arrow-ntvnews-ttl {
    font-size: .72rem;
  }
  .sub-txt {
    font-size: .8rem;
  }
  .term-txt {
    font-size: .72rem;
  }
}
@media screen and (max-width:374px) {
  .arrow-nav-ttl {
    font-size: .56rem;
  }
  .anker {
    display: block;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
    transform-origin: left center;
    white-space: nowrap;
  }
  .arrow-sub-ttl {
    font-size: .72rem;
  }
  .arrow-yutai-ttl {
    font-size: .6rem;
  }
  .arrow-ntvnews-ttl {
    font-size: .56rem;
  }
  .sub-txt {
    font-size: .72rem;
  }
  .term-txt {
    font-size: .56rem;
  }
  .plan-txt {
    font-size: 90%;
  }
}

@media screen and (max-width:575px) {
  .container{
    max-width: 95%;
  }
}
.btn-skyperfectv {
  color: #fff;
  background-color: #00A0E9!important;
}
.btn-skyperfectv:hover {
  color: #fff;
  background-color: #1f8bc4!important;
  border-color: #1f8bc4!important;
}
.lh-1 {
  line-height: 1rem;
}
.pulldown[aria-expanded="false"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2.5px 7.5px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.pulldown[aria-expanded="true"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-135deg);
}

@media screen and (min-width:768px) {
  .term-dotted-a,.term-dotted-b,.term-dotted-c {
    border-right:2px dotted #7d7d7d;
    padding-right: 2px;
  }
  .term-dotted-d {
    border-left:2px dotted #7d7d7d;
    margin-left: -2px;
  }
}
@media screen and (max-width:767px) {
  .term-dotted-a {
    border-right: 2px dotted #7d7d7d;
    border-bottom: 2px dotted #7d7d7d;
    padding-right: 0;
  }
  .term-dotted-b {
    border-left: 2px dotted #7d7d7d;
    border-bottom: 2px dotted #7d7d7d;
    padding-right: 0;
    margin-left: -2px;
  }
  .term-dotted-c {
    border-right: 2px dotted #7d7d7d;
    border-bottom: none;
    padding-right: 0;
  }
  .term-dotted-d {
    border-left: 2px dotted #7d7d7d;
    border-bottom: none;
    margin-left: -2px;
    padding-right: 0;
  }
}
.lines {
  border-top: 2px solid #fff;
  border-bottom: 2px  solid #fff;
}
.lines-v {
  width: 2px;
  height:1.6rem;
  background-color: #7d7d7d;
}
.top-txt {
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
}
.pr-arrow {
  color: #000;
  font-size: .6rem;
line-height: 1.2rem;
  font-weight: bold;
padding-right: .4rem!important;
position: absolute;
top: 0;
right: 0;
text-decoration: none;
}
.arrow-main-box a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: right;
  color: #000;
  text-decoration: none;
}
.arrow-main-box a:hover{
  color: #7d7d7d;
  text-decoration: none;
}

@media screen and (min-width:375px) {
  .lines-v {
    height:1rem;
  }
  .top-txt {
    font-size: 1rem;
  }
  .arrow-main-ttl {
    font-size: .8rem;
  }
  .pr-arrow {
    font-size: .72rem;
    line-height: 1.44rem;
  padding-right: 1.44rem!important;
  }
  .plan-txt {
    font-size: 100%;
  }
}
@media screen and (min-width:576px) {
  .lines-v {
    height:1rem;
  }
  .top-txt {
    font-size: 1.2rem;
  }
  .arrow-main-ttl {
    font-size: 1rem;
  }
  .pr-arrow {
    font-size: 1rem;
    line-height: 1.6rem;
  padding-right: 2rem!important;
  }
  .plan-txt {
    font-size: 120%;
  }
}
@media screen and (min-width:768px) {
  .lines-v {
    height:2rem;
  }
  .top-txt {
    font-size: 1.4rem;
  }
  .arrow-main-ttl {
    font-size: 1.2rem;
  }
  .pr-arrow {
    font-size: 1.2rem;
    line-height: 2rem;
  padding-right: 2.4rem!important;
  }
  .plan-txt {
    font-size: 100%;
  }
}
@media screen and (min-width:992px) {
  .lines-v {
    height:2.2rem;
  }
  .top-txt {
    font-size: 1.6rem;
  }
  .arrow-main-ttl {
    font-size: 1.4rem;
  }
  .pr-arrow {
    font-size: 1.4rem;
    line-height: 2.4rem;
  padding-right: 2.8rem!important;
  }
}
@media screen and (min-width:1200px) {
  .lines-v {
    height:2.4rem;
  }
  .top-txt {
    font-size: 2rem;
  }
  .arrow-main-ttl {
    font-size: 1.6rem;
  }
  .pr-arrow {
    font-size: 1.6rem;
    line-height: 2.8rem;
  padding-right: 3.2rem!important;
  }
}
