@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(parts.css);
@import url(service.css);
@import url(service02.css);
@import url(modal.css);
/*----------------------------------------------------
	Font  noto sans / noto serif
----------------------------------------------------*/
@font-face {
  font-family: "my-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"); }
.sans {
  font-family: "my-sans"; }

@font-face {
  font-family: "my-serif";
  src: url("../fonts/NotoSerifCJKjp-Light.eot?") format("eot"), url("../fonts/NotoSerifCJKjp-Light.woff") format("woff"); }
.serif {
  font-family: "my-serif"; }

/*----------------------------------------------------
	icon font
----------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?k3uh0c");
  src: url("../fonts/icomoon.eot?k3uh0c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k3uh0c") format("truetype"), url("../fonts/icomoon.woff?k3uh0c") format("woff"), url("../fonts/icomoon.svg?k3uh0c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 

/*  add by ocn 20190919   
width: 20px;
height: 20px;
  */
}

/* add by ocn 20190919  */
.pagination h2.screen-reader-text { display: none; }


.icon-tel-icon:before {
  content: "\e903"; }

.icon-right-icon02:before {
  content: "\e902"; }

.icon-right-icon:before {
  content: "\e900"; }

.right-icon {
  position: relative; }
  .right-icon:after {
    font-family: 'icomoon' !important;
    content: "\e900";
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px; }

/*----------------------------------------------------
	リセットcss
----------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box; }

a, p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1.4em; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  width: 100%; }

/* img  */
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: none;
  vertical-align: bottom; }

iframe {
  vertical-align: bottom; }

/* base */
html {
  font-family: 'Noto Sans Japanese', sans-serif;
  overflow-x: hidden;
  background-color: #ffffff; }
/* add by 20250411 bgcolor */
body {
  width: 1000px;
  background-color: #fff;
  margin: 2px auto 0;
  color: #555;
  font-size: 14px; }
/* add by 20250411 border-delete margin */
a {
  color: inherit; }

@media screen and (max-width: 767px) {
  body {
    /*mywidthが100%になるタイミングとセット*/
    width: auto;
    margin-top: 112px;
    padding-top: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: none; }
    body.home {
      padding-top: 0; } }
/*  width 管理  */
.mywidth {
  width: 960px;
  margin: auto; }

@media screen and (max-width: 767px) {
  .mywidth {
    width: 100%;
    margin: auto;
    padding: 0 10px; } }
/*  header  */
#header {
  width: 1000px;
  min-height: 113px;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #e3f6fd;
  z-index: 100;
  margin: 0 auto;
  border-left: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e; }

.head-content .logo-wrap {
  max-width: 168px; }
  .head-content .logo-wrap img {
    width: 100%; }
.head-content .contact-wrap {
  max-width: 785px; }
  .head-content .contact-wrap .tel {
    max-width: 171px;
    display: block; }
    .head-content .contact-wrap .tel img {
      width: 100%; }
  .head-content .contact-wrap .tel02 {
    max-width: 185px;
    display: block;
    margin-left: 22px; }
    .head-content .contact-wrap .tel02 img {
      width: 100%; }
  .head-content .contact-wrap .btn01, .head-content .contact-wrap .btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 147px;
    max-width: 147px;
    height: 50px;
    color: #fff;
    box-shadow: 2px 2px 2px 0px #ccc;
    margin-left: 10px;
    font-weight: bold;
    position: relative;
    font-size: 12px; }
  .head-content .contact-wrap .btn01:after, .head-content .contact-wrap .btn02:after {
    content: "\e902";
    font-family: "icomoon";
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 8px;
    color: #fff;
    font-size: 11px; }
  .head-content .contact-wrap .btn01 {
    background: #f39800; }
  .head-content .contact-wrap .btn02 {
    background: #e3007f; }
  .head-content .contact-wrap .btn-area {
    max-width: 207px;
    margin-left: 16px; }
  .head-content .contact-wrap .btn03 {
    max-width: 207px; }
    .head-content .contact-wrap .btn03 img {
      width: 100%; }

  .googleSearchBox {
    margin-bottom: 9px;
  }
  .googleSearchBox form {
    display: flex;
  }
  .googleSearchBox .txtGoogleSearch {
    width: 120px;
    margin-right: 6px;
    padding: 3px 9px 3px 9px !important;
    color: #707070;
    font-size: 11px;
    font-weight: 500;
    font-family: inherit;
    border: 1px solid #D3D3D3 !important;
    background: #fff !important;
  }
  .googleSearchBox .btnGoogleSearch {
    padding: 3px 8px;
    width: 40px;
    height: 23px;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    border-radius: 0;
    border: 1px solid #D3D3D3;
    background-color: #0096FF;
  }

  .googleSearchBox .googleSearchCaption {
    margin-top: 5px;
    color: #707070;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
  }

  #googleSearchResults {
      display: none;
  }

  .head-content .contact-wrap .translate {
    display: flex; }
    .head-content .contact-wrap .translate #flags {
      width: auto;
      padding: 6px 5px 0 0; }
    .head-content .contact-wrap .translate .goog-te-combo {
      font-size: 8pt;
      margin: 4px 0 1px; }

/*  IE css ハック  */
/*  end  */
@media screen and (max-width: 767px) {
  #header {
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 70px;
    padding: 0;
    z-index: 1000;
    border: 0; }

  .head-content {
    padding: 15px 10px; }
    .head-content .logo-wrap {
      max-width: 163px;
      margin-left: 0px; }

  .sp-contact-wrap {
    min-height: 30px; }
    .sp-contact-wrap .kanyu-btn {
      max-width: 130px; }
    .sp-contact-wrap .translate {
      display: flex; }
      .sp-contact-wrap .translate #flags {
        width: auto;
        padding: 6px 5px 0 0; }
      .sp-contact-wrap .translate .goog-te-combo {
        font-size: 8pt;
        margin: 4px 0 1px; } }
/*----------------------------------------
sp-top-btn-wrap
----------------------------------------*/
.sp-top-btn-wrap {
  margin: 0;
  padding: 10px 0 5px; }
  .sp-top-btn-wrap .btn-wrap {
    margin-bottom: 20px; }
    .sp-top-btn-wrap .btn-wrap a {
      position: relative;
      width: 48%;
      padding: 8px 0;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      box-shadow: 2px 2px 0px 1px #a0a0a0;
      text-align: center;
      border-radius: 5px; }
      .sp-top-btn-wrap .btn-wrap a.simulation {
          width: 100%;
          padding: 19px 0;
      }
      .sp-top-btn-wrap .btn-wrap a span {
        color: #fff;
        font-size: 13px;
        display: block;
        font-weight: normal; }
  .sp-top-btn-wrap .text {
    font-size: 16px; }
  .sp-top-btn-wrap .btn-wrap a.pink:before {
    		/*	content:"";
        	display:inline-block;
        	width:39px;
        	height:49px;
        	background:url(/images/sp-btn-icon02.png) no-repeat;
        	background-size:cover;
        	position:absolute;
        	right:15px;
        	top:-41px;*/ }
  .sp-top-btn-wrap .tel-wrap .tel-icon {
    margin-left: 10px; }
    .sp-top-btn-wrap .tel-wrap .tel-icon a i {
      width: 80px;
      height: 80px;
      color: #fff;
      font-size: 76px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 2px 2px 0px 1px #a0a0a0;
      border-radius: 8px; }
    .sp-top-btn-wrap .tel-wrap .tel-icon .text {
      font-size: 13px;
      margin-top: 5px; }

/*  nirai-navi-wrap  */
.nirai-navi-wrap {
  padding: 10px;
  margin-top: 10px; }
  .nirai-navi-wrap .inner-wrap {
    border: 1px solid #fff;
    padding: 20px 5px;
    border-radius: 8px; }
  .nirai-navi-wrap a {
    width: 280px;
    margin: 0 auto 20px;
    display: block; }
  .nirai-navi-wrap .text {
    font-size: 15px;
    line-height: 2.4em;
    font-weight: normal; }

/*----------------------------------------
ナビゲーションPC(ヘッダー)
----------------------------------------*/
#head-navi-pc {
  position: fixed;
  top: 113px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  margin: 0 auto;
  border-left: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  width: 1000px;
  background-color: #fff; }
  #head-navi-pc > .ul-wrap > ul {
    text-align: center;
    display: flex;
    width: 100%; }
    #head-navi-pc > .ul-wrap > ul > li {
      position: relative; }
      #head-navi-pc > .ul-wrap > ul > li > a {
        text-decoration: none;
        display: flex;
        position: relative;
        height: 70px;
        padding: 0 4px 4px;
        align-content: flex-end; }
        #head-navi-pc > .ul-wrap > ul > li > a:hover {
          opacity: 0.5; }
      #head-navi-pc > .ul-wrap > ul > li.current-menu-item > a:hover {
        opacity: 1; }
  #head-navi-pc > .ul-wrap.pc-only > ul > li {
    width: calc(1 / 7 * 100%);
    flex-basis: 142px; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li > a {
      flex-wrap: wrap;
      justify-content: center; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li::before, #head-navi-pc > .ul-wrap.pc-only > ul > li::after {
      content: "";
      display: block;
      width: 1px;
      height: 58px;
      background-color: #e3f6fd;
      position: absolute;
      top: 9px;
      z-index: 1; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li::before {
      left: 0; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li::after {
      right: 0; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:first-child::before {
      display: none; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(7)::before {
      display: none; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:last-child::after {
      display: none; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li .text-wrap {
      margin-top: auto; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li .page-text {
      margin-top: auto;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.25; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li .eng-text {
      font-size: 9px;
      font-weight: bold;
      line-height: 1;
      margin-top: 3px; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li a {
      background-image: url("/images/arrow_thin01.svg");
      background-repeat: no-repeat;
      background-position: right 7px center;
      background-size: 7px 13px; }
      #head-navi-pc > .ul-wrap.pc-only > ul > li a > * {
        width: 100%; }
      #head-navi-pc > .ul-wrap.pc-only > ul > li a::after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        margin: 5px 0 0; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(1) a {
      color: #f01414; }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(1) a::after {
        background: #f01414; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(2) a {
      color: #0096FF;
      background-image: url("/images/arrow_thin-blue.svg"); }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(2) a::after {
        background: #0096FF; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(3) a {
      color: #ff00cc;
      background-image: url("/images/arrow_thin02.svg"); }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(3) a::after {
        background: #ff00cc; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(4) {
      flex-grow: 1;
      /* これだけ幅広で */ }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(4) a {
        color: #00cccc;
        background-image: url("/images/arrow_thin03.svg"); }
        #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(4) a::after {
          background: #00cccc; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(5) a {
      color: #00cf66;
      background-image: url("/images/arrow_thin04.svg"); }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(5) a::after {
        background: #41af87; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(6) a {
      color: #0000cc;
      background-image: url("/images/arrow_thin05.svg"); }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(6) a::after {
        background: #0000cc; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(7) a {
      background-color: #ff8200; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(8) a {
      background-color: #fa3250; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(7) a, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(8) a {
      color: #fff;
      background-image: url("/images/arrow_white.svg"); }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(7) a::after, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(8) a::after {
        background: #fff; }
    #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(7) .page-text, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(8) .page-text {
      font-size: 13px; }
      #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(2) .eng-text, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(3) .eng-text, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(4) .eng-text, #head-navi-pc > .ul-wrap.pc-only > ul > li:nth-child(5) .eng-text {
        margin-top: 14px; }

/*  end  */
@media screen and (max-width: 767px) {
  #head-navi-pc {
    position: static;
    border-left: none;
    border-right: none;
    width: auto;
    padding: 0; }
    #head-navi-pc > .ul-wrap > ul {
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      padding: 0 0 13px; }
      #head-navi-pc > .ul-wrap > ul > li {
        width: 100%;
        border-top: 1px solid #737373;
        border-right: 1px solid #737373;
        border-left: 1px solid #737373;
        background: #fff; }
        #head-navi-pc > .ul-wrap > ul > li span {
          font-size: 13px; }
        #head-navi-pc > .ul-wrap > ul > li:first-child {
          border-left: 1px solid #737373;
          color: #f01414; }
          #head-navi-pc > .ul-wrap > ul > li:first-child a {
            color: #f01414; }
        #head-navi-pc > .ul-wrap > ul > li:nth-child(2) a {
          color: #0096FF; }
          #head-navi-pc > .ul-wrap > ul > li:nth-child(2) a::after {
            background-image: url("/images/arrow_thin-blue.svg"); }
        #head-navi-pc > .ul-wrap > ul > li:nth-child(3) a {
          color: #ff00cc; }
          #head-navi-pc > .ul-wrap > ul > li:nth-child(3) a::after {
            background-image: url("/images/arrow_thin02.svg"); }
        #head-navi-pc > .ul-wrap > ul > li:nth-child(4) a {
          color: #00cccc; }
          #head-navi-pc > .ul-wrap > ul > li:nth-child(4) a::after {
            background-image: url("/images/arrow_thin03.svg"); }
        #head-navi-pc > .ul-wrap > ul > li:nth-child(5) {
          width: 50%;
          border-top: 1px solid #737373;
          border-right: 1px solid #737373;
          border-left: 1px solid #737373;
          border-bottom: 1px solid #737373; }
          #head-navi-pc > .ul-wrap > ul > li:nth-child(5) a {
            color: #41af87; }
            #head-navi-pc > .ul-wrap > ul > li:nth-child(5) a::after {
              background-image: url("/images/arrow_thin04.svg"); }
        #head-navi-pc > .ul-wrap > ul > li:nth-child(6) {
          width: 50%;
          border-top: 1px solid #737373;
          border-right: 1px solid #737373;
          border-left: 0;
          border-bottom: 1px solid #737373; }
          #head-navi-pc > .ul-wrap > ul > li:nth-child(6) a {
            color: #0000cc; }
            #head-navi-pc > .ul-wrap > ul > li:nth-child(6) a::after {
              background-image: url("/images/arrow_thin05.svg"); }
        #head-navi-pc > .ul-wrap > ul > li > a {
          font-size: 20px;
          font-weight: bold;
          align-items: center;
          height: auto;
          padding: 10px 5px;
          height: 100%; }
          #head-navi-pc > .ul-wrap > ul > li > a::after {
            margin-left: auto;
            content: "";
            display: block;
            background-image: url("/images/arrow_thin01.svg");
            background-size: 100%;
            width: 7px;
            height: 13px;
            flex-shrink: 0; }
          #head-navi-pc > .ul-wrap > ul > li > a > * {
            margin-right: 5px;
            flex-grow: 1; }
          #head-navi-pc > .ul-wrap > ul > li > a span {
            font-size: 13px;
            line-height: 1.4;
            display: block; } }
/*----------------------------------------
ナビゲーションSP(ヘッダー)
----------------------------------------*/
#head-navi-sp {
  display: none; }

@media screen and (max-width: 767px) {
  #head-navi-sp {
    background: #fff; }
    #head-navi-sp ul {
      padding-top: 10px;
      padding-right: 5px; }
      #head-navi-sp ul > li {
        list-style: none; }
        #head-navi-sp ul > li > a {
          font-size: 15px;
          display: block;
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 10px;
          border-top: 1px dotted;
          position: relative; }
          #head-navi-sp ul > li > a:after {
            content: "\e902";
            font-family: "icomoon";
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0;
            right: 5px;
            font-size: 14px;
            color: #666; }
          #head-navi-sp ul > li > a:hover {
            opacity: 0.5; }

  /*--  SPハンバーガーメニュー --*/
  .menu-ani-button-wrap {
    width: 35px;
    margin-left: 8px;
    position: relative; }
    .menu-ani-button-wrap .menu-text {
      white-space: nowrap;
      font-size: 10px;
      position: absolute;
      left: -2px;
      top: 28px; }

  .menu-ani-button {
    cursor: pointer;
    position: absolute;
    top: 3px;
    width: 35px;
    /*---線の長さ---*/
    height: 25px;
    /*---線の太さ長さによって調整---*/ }

  .bar {
    height: 3px;
    /*---線の太さ---*/
    border-radius: 3px;
    width: 100%;
    background-color: #595757;
    transition: all .25s;
    position: absolute;
    left: 0;
    top: 10px; }
    .bar:before, .bar:after {
      height: 3px;
      /*---線の太さ---*/
      border-radius: 3px;
      width: 100%;
      background-color: #595757;
      transition: all .25s;
      position: absolute; }
    .bar:before {
      content: "";
      left: 0;
      top: -10px; }
    .bar:after {
      content: "";
      left: 0;
      top: 10px; }

  .menu-animated .bar {
    background-color: transparent;
    transition: all .25s; }
    .menu-animated .bar:before {
      transition: all .25s;
      content: "";
      transform: rotate(45deg);
      top: 0px; }
    .menu-animated .bar:after {
      transition: all .25s;
      content: "";
      transform: rotate(-45deg);
      top: 0px; } }
/*----------------------------------------
加入者ポータル切り替えボタン
----------------------------------------*/
#subscribe-nav {
  background: #fff;
  padding: 20px 0 0;
  border-bottom: 1px solid #6e6e6e; }
  #subscribe-nav ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    #subscribe-nav ul li {
      width: 472px; }
      #subscribe-nav ul li:first-child {
        margin-right: 16px; }
      #subscribe-nav ul li a {
        text-decoration: none;
        font-size: 22px;
        border-top: 1px solid #6e6e6e;
        border-left: 1px solid #6e6e6e;
        border-right: 1px solid #6e6e6e;
        border-radius: 5px 5px 0 0;
        display: block;
        color: #6e6e6e;
        font-weight: bold;
        position: relative;
        padding: 8px 0 5px; }
        #subscribe-nav ul li a span {
          font-size: 15px;
          display: block;
          color: #6e6e6e;
          font-weight: normal;
          line-height: 1.7; }
        #subscribe-nav ul li a:hover {
          opacity: 0.8; }
      #subscribe-nav ul li.subscribe01 a:after, #subscribe-nav ul li.subscribe02 a:after {
        font-family: 'icomoon' !important;
        content: "\e900";
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        right: 10px;
        top: 0px;
        color: #6e6e6e;
        font-size: 15px; }
  #subscribe-nav .current-menu-item {
    border-top: 1px solid #0096ff;
    border-left: 1px solid #0096ff;
    border-right: 1px solid #0096ff;
    color: #fff;
    background: #0096ff; }
  #subscribe-nav ul li .current-menu-item span {
    color: #fff; }
  #subscribe-nav ul li.subscribe01 .current-menu-item:after, #subscribe-nav ul li.subscribe02 .current-menu-item:after {
    color: #0096ff; }

@media screen and (max-width: 767px) {
  #subscribe-nav {
    background: #fff;
    padding: 20px 0 0;
    border-bottom: 0; }
    #subscribe-nav ul {
      text-align: center;
      display: block;
      width: 100%; }
      #subscribe-nav ul li {
        width: auto; }
        #subscribe-nav ul li:first-child {
          margin-right: 0; }
        #subscribe-nav ul li a {
          text-decoration: none;
          font-size: 22px;
          border-top: 1px solid #0096ff;
          border-left: 1px solid #0096ff;
          border-right: 1px solid #0096ff;
          border-bottom: 1px solid #0096ff;
          border-radius: 0;
          display: block;
          color: #0096ff;
          font-weight: bold;
          position: relative;
          padding: 8px 0 5px; }
          #subscribe-nav ul li a span {
            font-size: 15px;
            display: block;
            color: #0096ff;
            font-weight: normal;
            line-height: 1.7; }
          #subscribe-nav ul li a:hover {
            opacity: 0.8; }
        #subscribe-nav ul li.subscribe01 a:after, #subscribe-nav ul li.subscribe02 a:after {
          font-family: 'icomoon' !important;
          color: #0096ff; }
    #subscribe-nav .current-menu-item {
      border-top: 1px solid #0096ff;
      border-left: 1px solid #0096ff;
      border-right: 1px solid #0096ff;
      color: #fff;
      background: #0096ff; }
    #subscribe-nav ul li .current-menu-item span {
      color: #fff; }
    #subscribe-nav ul li.subscribe01 .current-menu-item:after, #subscribe-nav ul li.subscribe02 .current-menu-item:after {
      color: #0096ff; } }
/*----------------------------------------
common-content
----------------------------------------*/
.common-content {
  	/*margin-top:4px;
    min-height:224px;*/ }
  .common-content .mywidth {
    padding: 20px 25px; }
  .common-content .img-wrap {
    max-width: 330px;
    min-width: 330px;
    margin-right: 20px; }
  .common-content .text-wrap .title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    position: relative; }
    .common-content .text-wrap .title.icon:before {
      content: "";
      width: 50px;
      height: 50px;
      display: inline-block;
      position: relative;
      top: 15px;
      margin-right: 12px; }
    .common-content .text-wrap .title.icon.tv:before {
      background: url(/images/tv-icon02.png) no-repeat;
      background-size: contain; }
    .common-content .text-wrap .title.icon.net:before {
      background: url(/images/net-icon.png) no-repeat;
      background-size: contain; }
    .common-content .text-wrap .title.icon.tel:before {
      background: url(/images/tel-icon.png) no-repeat;
      background-size: contain; }
    .common-content .text-wrap .title.icon.denki:before {
      background: url(/images/denki-icon.png) no-repeat;
      background-size: contain; }
    .common-content .text-wrap .title.set, .common-content .text-wrap .title.set-plan {
      margin-bottom: 0; }
  .common-content .text-wrap .text {
    font-size: 20px;
    color: #fff;
    line-height: 2em; }

@media screen and (max-width: 767px) {
  .common-content {
    margin-top: 30px;
    min-height: auto; }
    .common-content .mywidth {
      padding: 15px 10px; }
    .common-content .img-wrap {
      max-width: 300px;
      min-width: 300px;
      margin: auto; }
    .common-content .text-wrap .title {
      font-size: 22px;
      text-align: center; }
    .common-content .text-wrap .text {
      font-size: 14px; } }
/*----------------------------------------
メインビジュアル
----------------------------------------*/
.main-v .mywidth {
  padding: 19px 19px;
  width: auto; }
.main-v .bunner-wrap {
  width: 225px; }
  .main-v .bunner-wrap a {
    min-height: 0%; }
  .main-v .bunner-wrap .faq-btn {
    width: 226px; }

@media screen and (max-width: 767px) {
  .main-v .mywidth {
    padding: 0px; } }
/*----------------------------------------
 top-btn-wrap
----------------------------------------*/
.top-btn-wrap {
  padding: 20px 30px;
  background: #fff1dc;
  border-radius: 5px;
  margin: 20px auto 0; }
  .top-btn-wrap .text {
    font-size: 12px;
    margin-bottom: 10px; }
  .top-btn-wrap .btn01 {
    position: relative;
    width: 425px;
    height: 60px;
    background: #ff8200;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 0px 1px #718493;
    border-radius: 5px;
    font-weight: bold; }
    .top-btn-wrap .btn01 p {
      color: #fff;
      font-size: 20px; }
    .top-btn-wrap .btn01 span {
      color: #fff;
      font-size: 15px;
      font-weight: normal;
      display: block;
      line-height: 1.1; }
    .top-btn-wrap .btn01:after {
      content: "\e900";
      font-family: "icomoon";
      display: flex;
      align-items: center;
      height: 100%;
      position: absolute;
      top: 0;
      right: 10px;
      color: #fff;
      font-size: 14px; }

@media screen and (max-width: 767px) {
  .top-btn-wrap {
    padding: 0px 10px;
    margin-top: 20px;
    background: #fff; }
    .top-btn-wrap .text {
      font-size: 14px;
      margin-bottom: 5px; }
    .top-btn-wrap .btn01 {
      width: 100%;
      margin-bottom: 10px;
      height: 55px;
      font-size: 18px; } }
/*----------------------------------------
 メインコンテンツラップ
----------------------------------------*/
.home #main-wrap {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 0px; }

#main-wrap {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 100px; }

@media screen and (max-width: 767px) {
  #main-wrap {
    margin-bottom: 40px; } }
/*----------------------------------------
 information
----------------------------------------*/
#topcontents {
  border: 1px solid #fa3250;
  border-radius: 5px;
  margin: 20px auto 0; }
  #topcontents h2 {
    border-bottom: 1px solid #fa3250;
    padding: 5px 25px;
    font-size: 19px;
    color: #fa3250; }
    #topcontents h2 span {
      font-size: 14px;
      color: #fa3250; }

#topinfo-ul {
  padding: 0 25px 20px; }
  #topinfo-ul li {
    font-size: 16px;
    border-bottom: dotted 1px #cacaca;
    padding: 5px 0; }
    #topinfo-ul li a {
      font-size: 16px;
      font-weight: 500;
      position: relative;
      padding: 0 0 0 30px; }
    #topinfo-ul li span {
      width: 44px;
      margin: 0 0 0 10px;
      display: inline-block; }
      #topinfo-ul li span img {
        width: 100%; }
    #topinfo-ul li a::before {
      box-sizing: border-box;
      display: inline-block;
      width: 12px;
      height: 12px;
      text-align: center;
      line-height: 12px;
      border-radius: 50%;
      border: solid 2px #fa3250;
      position: absolute;
      top: 4px;
      bottom: 0;
      left: 9px;
      margin: auto;
      content: "";
      vertical-align: middle; }

@media screen and (max-width: 767px) {
  #topcontents.mywidth {
    border: 0;
    border-radius: 0;
    margin: 20px auto 0;
    padding: 0; }
  #topcontents h2 {
    border-bottom: 0;
    padding: 5px 25px;
    font-size: 19px;
    color: #fa3250;
    background: #ffe0e5;
    text-align: center; }
    #topcontents h2 span {
      font-size: 14px;
      color: #fa3250;
      display: block;
      line-height: 1.4; }

  #topinfo-ul {
    padding: 0 10px 20px; }
    #topinfo-ul li {
      font-size: 16px;
      border-bottom: dotted 1px #cacaca;
      padding: 10px 0 10px 30px;
      position: relative; }
      #topinfo-ul li a {
        padding: 0; }
      #topinfo-ul li span {
        width: 40px;
        margin: -7px 0 0;
        display: inline-block; }
        #topinfo-ul li span img {
          width: 100%; }
      #topinfo-ul li::before {
        box-sizing: border-box;
        display: inline-block;
        width: 13px;
        height: 13px;
        text-align: center;
        line-height: 13px;
        border-radius: 0;
        border: 0;
        position: absolute;
        bottom: inherit;
        top: 16px;
        left: 7px;
        margin: auto;
        content: "";
        vertical-align: middle;
        background: url("/images/pink-icon.png") no-repeat;
        background-size: 13px; }
      #topinfo-ul li a::before {
        display: none; } }
/*----------------------------------------
 tv-point-wrap  -- top page
----------------------------------------*/
.tv-point-wrap {
  width: 960px;
  margin: 0 auto 30px;
  padding: 20px 30px 10px 40px;
  background: #ffd9f8; }
  .tv-point-wrap .tv-point-title {
    font-size: 26px;
    color: #ff00cc;
    text-align: center;
    margin: 0 0 20px; }
  .tv-point-wrap .tv-point {
    margin: 0 auto;
    display: flex; }
    .tv-point-wrap .tv-point .point-item {
      display: flex;
      justify-content: space-around; }
      .tv-point-wrap .tv-point .point-item:not(:first-child) {
        margin-left: 47px; }
      .tv-point-wrap .tv-point .point-item dt {
        width: 83px;
        padding: 10px 0 0;
        margin-right: 25px; }
        .tv-point-wrap .tv-point .point-item dt img {
          width: 100%; }
      .tv-point-wrap .tv-point .point-item dd {
        font-size: 17px;
        font-weight: 500;
        line-height: 1.8; }

/*----------------------------------------
 TV-content
----------------------------------------*/
.bg-tv-color {
  background-color: #ff00cc; }

.tv-color {
  color: #ff00cc; }

.tv-content01 .mywidth {
  padding: 30px 29px 30px 39px; }
.tv-content01 .img-wrap {
  width: 350px; }
.tv-content01 .text-wrap {
  width: 506px; }
  .tv-content01 .text-wrap .flex .box {
    width: 115px; }
    .tv-content01 .text-wrap .flex .box .content-text05 {
      white-space: nowrap;
      margin-top: 5px; }

.bg-tel-color {
  background-color: #00cf66; }

.tel-color {
  color: #00cf66; }

.tv-content02 {
  border-bottom: 1px solid #6e6e6e; }
  .tv-content02 .mywidth {
    padding: 20px 82px 30px 101px; }
  .tv-content02 .img-wrap {
    width: 240px; }

@media screen and (max-width: 767px) {
  .tv-content01 .mywidth {
    padding: 0 10px 20px;
    width: auto; }
  .tv-content01 .text-wrap {
    width: auto; }
  .tv-content01 .img-wrap {
    margin: 20px auto 10px;
    width: auto;
    min-height: 0%; }
    .tv-content01 .img-wrap img {
      max-width: 350px;
      width: 100%;
      display: block;
      margin: 0 auto; }
  .tv-content01 .text-wrap .flex .box {
    width: 50%;
    text-align: center;
    margin-bottom: 10px; }
    .tv-content01 .text-wrap .flex .box img {
      width: 106px; }
    .tv-content01 .text-wrap .flex .box .content-text05 {
      transform: scale(1);
      font-size: 12px; } }
/*  .tv-content02  */
@media screen and (max-width: 767px) {
  .tv-content02 .mywidth {
    padding: 0 10px 30px; }
  .tv-content02 .text-wrap {
    margin: auto;
    width: auto; }
  .tv-content02 .img-wrap {
    width: auto;
    margin: 0 auto 10px;
    min-height: 0%; }
    .tv-content02 .img-wrap img {
      max-width: 240px;
      width: 100%;
      display: block;
      margin: 0 auto; } }
/*  .tv-content03  */
.v-content03 .mywidth {
  padding: 0 30px; }
.v-content03 .sub-back {
  padding: 15px 30px 30px; }
.v-content03 .flex .box {
  width: 240px;
  display: flex;
  align-items: flex-start; }
  .v-content03 .flex .box img {
    width: 83px;
    min-width: 83px;
    margin-right: 30px; }
  .v-content03 .flex .box .content-text03 {
    line-height: 2em;
    margin-top: 10px; }

@media screen and (max-width: 767px) {
  .v-content03 .mywidth {
    padding: 0 10px 0px; }
  .v-content03 .sub-back {
    padding: 10px 10px 30px; }
  .v-content03 .flex .box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .v-content03 .flex .box img {
      width: 83px;
      margin-right: 15px; }
    .v-content03 .flex .box:nth-child(2) img {
      width: 83px;
      margin-right: 0;
      margin-left: 15px; }
    .v-content03 .flex .box .content-text03 {
      line-height: 1.6em;
      font-size: 15px; } }
/* .net-content01  */
.bg-net-color {
  background-color: #00cccc; }

.net-color {
  color: #00cccc; }

.net-content01 .mywidth {
  margin: 0 0 0 0;
  padding: 20px 0 30px 90px; }
.net-content01 .sentence-wrap {
  display: flex; }
.net-content01 .text-wrap {
  flex-grow: 1; }
.net-content01 .img-wrap {
  width: 240px;
  margin-right: 30px; }

@media screen and (max-width: 767px) {
  .net-content01 .mywidth {
    padding: 15px 10px 30px;
    width: auto; }
  .net-content01 .sentence-wrap {
    display: block; }
  .net-content01 .text-wrap {
    width: auto; }
  .net-content01 .img-wrap {
    margin: auto;
    min-height: 0%; }
    .net-content01 .img-wrap img {
      max-width: 240px;
      width: 100%;
      display: block;
      margin: 0 auto; } }
/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/
.acd-wrap {
  border: 1px solid; }

.acd-btn {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  padding: 13px;
  color: #222222 !important;
  font-family: "my-serif"; }
  .acd-btn.pink.back {
    background: #ffe5ef; }
  .acd-btn.pink:after {
    color: #f63b82 !important; }
  .acd-btn.blue.back {
    background: #0096ff; }
  .acd-btn.blue:after {
    color: #0096ff !important; }
  .acd-btn.close-icon {
    border-bottom: 1px solid; }
    .acd-btn.close-icon:after {
      content: "\f107";
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      right: 20px;
      display: flex;
      align-items: center;
      height: 100%;
      transform: rotate(180deg); }
  .acd-btn:after {
    transform: rotate(360deg);
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 28px;
    transition: 0.3s; }

/* pink  */
/* blue  */
.acd-content {
  display: none; }

@media screen and (max-width: 767px) {
  .acd-btn {
    font-size: 20px;
    padding: 20px 13px; }
    .acd-btn.close-icon:after, .acd-btn:after {
      font-size: 20px;
      right: 10px; } }
/*----------------------------------------
 tab コンテンツ
----------------------------------------*/
.tab-content .content-ul li {
  border-bottom: 1px dotted #d7dbda; }
  .tab-content .content-ul li a {
    font-size: 16px;
    display: block;
    padding: 15px 10px; }
    .tab-content .content-ul li a .date {
      font-weight: normal;
      font-size: 16px;
      width: 195px;
      display: inline-block;
      position: relative; }
      .tab-content .content-ul li a .date:after {
        content: "\e900";
        font-family: "icomoon";
        font-size: 15px;
        color: #5b3c82;
        position: absolute;
        top: 1px;
        right: 14px; }

@media screen and (max-width: 767px) {
  .tab-content .content-ul li a {
    font-size: 14px;
    padding: 10px 0px 10px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .tab-content .content-ul li a .date {
      font-size: 12px;
      width: 155px;
      display: block; }
      .tab-content .content-ul li a .date:after {
        left: -24px;
        top: 10px; } }
/*----------------------------------------
 foot-bunner-wrap
----------------------------------------*/
.foot-bunner-wrap {
  margin: 20px auto; }
  .foot-bunner-wrap li {
    width: 313px; }

/*----------------------------------------
 foot-slide-wrap
----------------------------------------*/
.foot-slide-wrap {
  background: #e1e1e1;
  padding: 20px;
  position: relative; }
  .foot-slide-wrap .foot-slide-banner {
    display: flex;
    align-items: center;
    padding: 0 40px; }
    .foot-slide-wrap .foot-slide-banner .slide-item {
      width: 285px;
      margin: 0 7px; }
    .foot-slide-wrap .foot-slide-banner .slide-item img {
      margin: 0 auto;
    }
  .foot-slide-wrap .foot-slide-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 17px;
    height: 70px;
    margin-top: -35px;
    background: url(../images/slide-prev.png) no-repeat center center / cover;
  }
  .foot-slide-wrap .foot-slide-next {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 17px;
    height: 70px;
    margin-top: -35px;
    background: url(../images/slide-next.png) no-repeat center center / cover;
  }

/*----------------------------------------
 foot-btn-wrap
----------------------------------------*/
.foot-btn-wrap {
  padding: 20px 0 0; }
  .foot-btn-wrap .btn-item {
    width: 312px; }
    .foot-btn-wrap .btn-item a {
      background: #fa3250;
      border-radius: 5px;
      color: #fff;
      font-size: 18px;
      display: block;
      text-align: center;
      padding: 5px 0;
      position: relative; }
      .foot-btn-wrap .btn-item a span {
        color: #fff;
        font-size: 15px;
        display: block;
        line-height: 1.4; }
      .foot-btn-wrap .btn-item a::before {
        box-sizing: border-box;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 8px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3px;
        margin: auto;
        content: "";
        vertical-align: middle; }

/*----------------------------------------
 pagetop-btn
----------------------------------------*/
.pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100; }
  .pagetop-btn a {
    position: relative;
    display: block;
    border: 1px solid #e2007e;
    background: #fff;
    text-align: center;
    font-size: 14px;
    padding: 7px 7px 7px 20px;
    border-radius: 8px; }
    .pagetop-btn a:hover {
      background: #f5f5f5; }
    .pagetop-btn a:after {
      content: "\f106";
      font-family: "FontAwesome";
      font-size: 18px;
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      left: 5px;
      height: 100%;
      color: #b2b2b2; }
    .pagetop-btn a:before {
      content: "";
      display: inline-block;
      width: 62px;
      height: 78px;
      background: url(/images/pagetop-icon.png) no-repeat;
      background-size: cover;
      position: absolute;
      left: 24px;
      top: -80px; }

@media screen and (max-width: 767px) {
  .pagetop-btn {
    position: fixed;
    bottom: 41px;
    right: 10px; }
    .pagetop-btn a:hover {
      background: #fff; } }
/*----------------------------------------
 footer
----------------------------------------*/
#footer {
  width: 100%; }
  #footer .mywidth {
    padding: 0 4px 95px;
    margin: 20px auto 0; }

.foot-content-wrap {
  background: #dee7ec;
  padding: 10px; }

.foot-content-wrap .box {
  width: 300px;
  background: #fff; }
  .foot-content-wrap .box .inner-wrap {
    background: #fff;
    padding: 15px 13px 15px;
    min-height: 130px; }
    .foot-content-wrap .box .inner-wrap .title {
      font-size: 12px;
      padding-left: 3px;
      font-weight: normal;
      margin-bottom: 5px;
      color: #5d5d5d;
      pointer-events: none;
      font-weight: bold; }
      .foot-content-wrap .box .inner-wrap .title.second-title {
        margin-top: 15px; }
    .foot-content-wrap .box .inner-wrap ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .foot-content-wrap .box .inner-wrap ul li {
        margin-bottom: 2px; }
        .foot-content-wrap .box .inner-wrap ul li:nth-child(odd) {
          width: 56%; }
        .foot-content-wrap .box .inner-wrap ul li:nth-child(even) {
          width: 44%; }
        .foot-content-wrap .box .inner-wrap ul li a {
          font-size: 10px;
          transition: 0.3s; }
          .foot-content-wrap .box .inner-wrap ul li a:hover {
            opacity: 0.7; }
          .foot-content-wrap .box .inner-wrap ul li a:before {
            content: "\e902";
            font-family: "icomoon";
            font-size: 11px;
            position: relative;
            top: 1px; }
  .foot-content-wrap .box .foot-btn-wrap {
    padding: 7px 0 0;
    background: #dee7ec; }
    .foot-content-wrap .box .foot-btn-wrap.first-btn {
      margin: 69px 0 0; }
    .foot-content-wrap .box .foot-btn-wrap a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 146px;
      height: 50px;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: relative;
      font-size: 12px; }
      .foot-content-wrap .box .foot-btn-wrap a:after {
        content: "\e902";
        font-family: "icomoon";
        display: flex;
        align-items: center;
        height: 100%;
        position: absolute;
        right: 7px;
        top: 0;
        font-size: 10px;
        color: #fff; }
.copy {
  text-align: center;
  font-size: 10px; }

.footerFlowBox {
    position: fixed;
    z-index: 2;
    bottom: 15px;
    right: calc((100% - 960px) / 2);
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.btnApplyLink {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9.5px 15px;
    border-radius: 8px;
    background-color: #FA3250;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
}
.btnApplyLink::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    display: block;
    width: 9px;
    height: 16px;
    background: url("../images/arrow_thin-white.svg") no-repeat center center / contain;
}
.btnApplyLink:hover {
    background-color: #fa5a72;
}

.btnApplyLink .txt {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.btnApplyLink .txt.eng {
    margin: 3px 0 0 0;
    font-size: 14px;
}

.btnApplyTel {
    display: none;
}

@media screen and (max-width: 1000px) {
    .footerFlowBox {
        right: 20px;
    }
}


@media screen and (max-width: 767px) {
  #footer .mywidth {
    padding: 0px; }

  .foot-content-wrap {
    display: block !important;
    background: #fff;
    padding: 0; }
    .foot-content-wrap .box {
      width: 100%;
      background: #fff; }
      .foot-content-wrap .box .inner-wrap {
        background: #fff;
        padding: 0;
        min-height: auto; }
        .foot-content-wrap .box .inner-wrap.inner-wrap-corporate {
          border-bottom: 1px solid #8E8E8E; }
        .foot-content-wrap .box .inner-wrap .title {
          display: block;
          padding: 15px;
          position: relative;
          font-size: 14px;
          border-top: 1px solid #8E8E8E;
          background: #fff;
          margin: 0;
          pointer-events: all; }
          .foot-content-wrap .box .inner-wrap .title.second-title {
            margin-top: 0; }
          .foot-content-wrap .box .inner-wrap .title:after {
            content: "\f107";
            font-family: "FontAwesome";
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 22px; }
          .foot-content-wrap .box .inner-wrap .title.active:after {
            content: "\f106";
            font-family: "FontAwesome";
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 22px; }
        .foot-content-wrap .box .inner-wrap ul {
          display: none;
          flex-wrap: wrap;
          border-top: 1px solid #8E8E8E; }
          .foot-content-wrap .box .inner-wrap ul li {
            margin-bottom: 0px;
            background: #f7f7f7;
            border-bottom: 1px dotted #ddd; }
            .foot-content-wrap .box .inner-wrap ul li:last-child {
              border-bottom: none; }
            .foot-content-wrap .box .inner-wrap ul li:nth-child(odd), .foot-content-wrap .box .inner-wrap ul li:nth-child(even) {
              width: 100%; }
            .foot-content-wrap .box .inner-wrap ul li a {
              font-size: 14px;
              padding: 12px 15px 12px 26px;
              display: block;
              position: relative; }
              .foot-content-wrap .box .inner-wrap ul li a:hover {
                opacity: 1; }
              .foot-content-wrap .box .inner-wrap ul li a:before {
                content: "\f105";
                font-family: "FontAwesome";
                display: flex;
                align-items: center;
                height: 100%;
                position: absolute;
                top: 0;
                right: 13px;
                font-size: 18px;
                color: #999; }

  .copy {
    padding: 20px 0 111px;
    border-top: 1px solid #737373; }

  .footerFlowBox {
      justify-content: space-between;
      bottom: 5px;
      right: calc((100% - ((358 / 375) * 100vw)) / 2);
      max-width: calc((358 / 375) * 100vw);
  }
  
  .btnApplyLink {
      align-content: center;
      width: calc(100% - 64px);
      height: 56px;
      padding: 5px 5px;
  }
  .btnApplyLink::after {
      right: 8px;
  }
  .btnApplyLink .txt {
      width: 100%;
      font-size: 18px;
      text-align: center;
  }
  .btnApplyLink .txt.eng {
      margin: 5px 0 0;
  }

  .btnApplyTel {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 8px;
      background-color: #FA3250;
      box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
  }
  .btnApplyTel img {
      width: 36px;
      height: 36px;
  }
  .btnApplyTel:hover {
      background-color: #fa5a72;
  }

  #glt-translate-trigger {
      bottom: 66px !important;
      left: calc((9 / 375) * 100vw) !important;
  }
}

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

  .btnApplyLink .txt {
      font-size: calc((18 / 375) * 100vw);
  }
  .btnApplyLink .txt.eng {
      margin: calc((5 / 375) * 100vw) 0 0;
      font-size: calc((16 / 375) * 100vw);
  }
  .btnApplyLink::after {
      right: calc((8 / 375) * 100vw);
      width: calc((9 / 375) * 100vw);
      height: calc((16 / 375) * 100vw);
  }

}


/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot-navi-pc {
  width: 530px;
  margin: 20px auto; }
  #foot-navi-pc > ul {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
    #foot-navi-pc > ul > li {
      margin-bottom: 5px; }
      #foot-navi-pc > ul > li > a {
        font-size: 10px;
        margin: 0 10px; }
        #foot-navi-pc > ul > li > a:before {
          content: "\e902";
          font-family: "icomoon";
          font-size: 11px;
          position: relative;
          top: 1px; }
  #foot-navi-pc > .ul-wrap > ul > li > a:hover {
    opacity: 0.5; }

@media screen and (max-width: 767px) {
  #foot-navi-pc {
    width: auto;
    margin: 0 auto; }
    #foot-navi-pc > ul {
      display: block;
      text-align: left;
      width: 100%; }
      #foot-navi-pc > ul > li {
        margin-bottom: 0px;
        border-bottom: 1px solid #8E8E8E; }
        #foot-navi-pc > ul > li > a {
          font-size: 14px;
          padding: 15px;
          display: block;
          position: relative;
          margin: 0; }
          #foot-navi-pc > ul > li > a:before {
            content: "\f105";
            font-family: "FontAwesome";
            display: flex;
            align-items: center;
            height: 100%;
            position: absolute;
            top: 0;
            right: 13px;
            font-size: 22px; }
    #foot-navi-pc > .ul-wrap > ul > li > a:hover {
      opacity: 1; } }
/*----------------------------------------
ナビゲーションSP(フッター)
----------------------------------------*/
#foot-navi-sp > .ul-wrap > ul > li {
  border-bottom: 1px solid #8E8E8E;
  background: #fff; }
  #foot-navi-sp > .ul-wrap > ul > li > a {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 14px; }
    #foot-navi-sp > .ul-wrap > ul > li > a:after {
      content: "\f105";
      font-family: "FontAwesome";
      display: flex;
      align-items: center;
      height: 100%;
      position: absolute;
      top: 0;
      right: 10px;
      font-size: 22px; }
  #foot-navi-sp > .ul-wrap > ul > li:first-child {
    border-top: 1px solid #8E8E8E; }
  #foot-navi-sp > .ul-wrap > ul > li > a:hover {
    opacity: 0.5; }

/*	汎用ボタン  */
.link-btn01 {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }
  .link-btn01:after {
    content: "\e900";
    font-family: "icomoon";
    padding: 0 0 0 10px;
    font-size: 13px; }

.sp-link-btn01 {
  display: none; }

.link-btn02 {
  font-size: 22px;
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 25px 0;
  box-shadow: 2px 2px 0px 1px #a0a0a0; }
  .link-btn02.white {
    color: #fff !important; }
  .link-btn02.yellow {
    color: #000; }
    .link-btn02.yellow:after {
      color: #fff !important; }

@media screen and (max-width: 767px) {
  .home .tv-content01 .link-btn01, .home .tv-content02 .link-btn01, .home .net-content01 .link-btn01 {
    display: none; }
  .home .link-btn01.show {
    display: flex !important; }

  .link-btn01:after {
    font-size: 11px;
    position: relative;
    top: 1px; }

  .sp-link-btn01 {
    border: 1px solid #a0a0a0;
    box-shadow: 2px 2px 0px 1px #a0a0a0;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    margin-top: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 500; }
    .sp-link-btn01:after {
      content: "\e900";
      font-family: "icomoon";
      position: absolute;
      right: 10px;
      top: 0;
      display: flex;
      align-items: center;
      height: 100%;
      color: #ff00cc;
      font-size: 16px; }

  .net-content01 .sp-link-btn01:after {
    color: #00cccc; }

  .tv-content02 .sp-link-btn01:after {
    color: #00cf66; }

  .link-btn02 {
    font-size: 18px;
    padding: 20px 30px;
    box-shadow: 2px 2px 0px 1px #a0a0a0; } }
/* tab  */
.tab-box {
  padding: 20px 10px; }
  .tab-box .tab-hidden {
    display: none; }
  .tab-box .link-btn01 {
    color: #5b3c82; }

.tab-head {
  border-bottom: 1px solid #5b3c82; }
  .tab-head li {
    color: #5b3c82;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    width: 33%;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    background: #5b3c82;
    background: #5b3c82;
    color: #fff; }
    .tab-head li.current {
      background: #fff;
      color: #5b3c82;
      border-color: #5b3c82; }
    .tab-head li::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #fff;
      position: absolute;
      bottom: 0;
      left: 0; }

.tab-box .none-content {
  font-size: 18px;
  text-align: center;
  padding: 40px 0; }

@media screen and (max-width: 767px) {
  .tab-box {
    padding: 20px 0; }

  .tab-head li {
    font-size: 13px;
    padding: 10px 0px; }
    .tab-head li.current:after {
      content: "";
      display: inline-block;
      width: 80px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1; }

  .tab-box .none-content {
    font-size: 16px;
    text-align: center;
    padding: 30px 0; } }
/*	ページャー  */
.pagination {
  display: flex;
  overflow: hidden;
  margin: 30px auto 0;
  justify-content: center; }
  .pagination li {
    display: inline-block;
    padding: 0 5px; }
  .pagination ul .page-numbers {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
    display: block;
    font-size: 14px; }
  .pagination .page-numbers:hover {
    opacity: 0.6; }
  .pagination .current {
    background: #abaaaa !important;
    color: #fff; }

@media screen and (max-width: 767px) {
  .pagination li {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 10px; }
  .pagination ul .page-numbers {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
    display: block;
    font-size: 13px; } }
/*----------------------------------------------------
	info インフォ
----------------------------------------------------*/
.info #main-wrap {
  margin-bottom: 50px; }

.info-kv {
  margin: 0 0 20px; }

.info-lead .lead-title {
  margin-bottom: 20px; }
.info-lead .lead-text02 {
  font-size: 21px;
  line-height: 1.75;
  text-align: center;
  margin-top: 20px; }

.info-logo-group {
  margin-top: 30px; }

.info-area {
  padding: 0 19px;
  margin-top: 40px; }
  .info-area + .info-area {
    margin-top: 50px; }
  .info-area .link-title {
    border-radius: 4px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 19px 45px 18px; }
    .info-area .link-title:hover {
      opacity: .7; }
    .info-area .link-title .title-text {
      display: flex;
      align-items: center;
      position: relative; }
    .info-area .link-title .main-text {
      font-size: 26px;
      text-align: center;
      flex-grow: 1;
      max-width: 812px; }
    .info-area .link-title .sub-text {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      height: 100%;
      font-size: 15px; }
    .info-area .link-title.to-plan {
      background-color: #29abe2; }
    .info-area .link-title.to-apply {
      background-color: #fa3250; }
  .info-area > .link-title + * {
    margin-top: 40px; }
  .info-area .intro-wrap {
    padding: 0 24px; }
    .info-area .intro-wrap > .intro-block:not(:first-child) {
      margin-top: 70px; }
  .info-area .intro-block {
    display: flex; }
    .info-area .intro-block .program-monitor {
      width: 420px;
      flex-shrink: 0; }
      .info-area .intro-block .program-monitor a {
        display: block; }
        .info-area .intro-block .program-monitor a:hover {
          opacity: .7; }
      .info-area .intro-block .program-monitor .bg-monitor {
        background: url("/images/info0801/bg_tv_frame.png") no-repeat left top;
        background-size: cover;
        padding: 13px 12px 12px; }
    .info-area .intro-block .program-text-area {
      margin-left: 45px;
      padding: 10px 0 0;
      display: flex;
      flex-direction: column;
      width: 447px; }
    .info-area .intro-block .program-name {
      font-size: 43px;
      margin-bottom: 6px; }
    .info-area .intro-block .program-day {
      font-size: 23px;
      font-weight: 500;
      margin-bottom: 10px; }
    .info-area .intro-block .program-text {
      font-size: 21px;
      line-height: 1.75;
      margin-bottom: 20px; }
    .info-area .intro-block .program-detail {
      display: flex;
      align-items: center;
      margin-top: auto; }
    .info-area .intro-block .program-label {
      border: 1px solid #505050;
      border-radius: 3px;
      font-size: 13px;
      padding: 5px;
      margin-right: 1em;
      line-height: 1; }
    .info-area .intro-block .program-link {
      font-size: 16px; }
      .info-area .intro-block .program-link:hover {
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  .info #main-wrap {
    margin-bottom: 40px; }

  .info-kv {
    margin: 0 0 10px; }

  .info-lead .lead-title {
    margin-bottom: 10px; }
  .info-lead .lead-text02 {
    text-align: left;
    padding: 0 10px;
    font-size: 18px;
    margin-top: 15px; }

  .info-logo-group {
    margin-top: 20px; }

  .info-area {
    padding: 0 10px;
    margin-top: 30px; }
    .info-area + .info-area {
      margin-top: 40px; }
    .info-area .link-title {
      padding: 10px 10px 9px; }
      .info-area .link-title:hover {
        opacity: 1; }
      .info-area .link-title .title-text {
        display: block; }
      .info-area .link-title .main-text {
        font-size: 20px;
        text-align: center;
        flex-grow: 1;
        max-width: 812px; }
      .info-area .link-title .sub-text {
        position: static;
        display: block;
        height: auto;
        font-size: 13px; }
    .info-area > .link-title + * {
      margin-top: 30px; }
    .info-area .intro-wrap {
      padding: 0; }
      .info-area .intro-wrap > .intro-block:not(:first-child) {
        margin-top: 50px; }
    .info-area .intro-block {
      display: block; }
      .info-area .intro-block .program-monitor {
        width: auto; }
        .info-area .intro-block .program-monitor a {
          display: block; }
        .info-area .intro-block .program-monitor .bg-monitor {
          padding: calc(11 / 414 * 100vw) calc(10 / 414 * 100vw) calc(10 / 414 * 100vw); }
      .info-area .intro-block .program-text-area {
        margin-left: 0;
        padding: 10px 0 0;
        width: 100%; }
      .info-area .intro-block .program-name {
        font-size: 19px;
        margin-bottom: 6px; }
      .info-area .intro-block .program-day {
        font-size: 16px;
        margin-bottom: 6px; }
      .info-area .intro-block .program-text {
        font-size: 14px;
        margin-bottom: 10px; }
      .info-area .intro-block .program-detail {
        display: flex;
        align-items: center;
        margin-top: auto; }
      .info-area .intro-block .program-label {
        font-size: 12px;
        margin-right: 1em; }
      .info-area .intro-block .program-link {
        font-size: 14px; } }

/*----------------------------------------------------
	twitter
----------------------------------------------------*/
.twitterBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 940px;
    margin: 0 auto;
    padding: 0 25px 25px;
    border: 1px solid #1D9BF0;
    border-radius: 8px;
}
.twitterTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 50px);
    margin: 0 -25px 25px;
    padding: 10.5px 9px;
    color: #1D9BF0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #1D9BF0;
}
.twitterTitle::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 32px;
    margin-right: 15px;
    background: url("../images/icon_twitter.svg") no-repeat center center / contain;
}
.twitterWrap {
    overflow-y: scroll;
    width: calc((100% - 25px) * .6);
    max-height: 570px;
    border-left: 1px solid rgba(15, 70, 100, .12);
    border-right: 1px solid rgba(15, 70, 100, .12);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .twitterBlock {
        display: block;
        width: calc(100vw - 20px);
        padding: 0;
        margin: 0 auto;
    }
    .twitterTitle {
        width: 100%;
        margin: 0;
        padding: 7.5px 5px;
        font-size: 20px;
        line-height: 1.2;
    }
    .twitterTitle::before {
        margin-right: 10px;
    }
    .twitterWrap {
        overflow: hidden;
        overflow-y: scroll;
        width: 100%;
        max-height: 448px;
        padding: 10px;
    }
    .twitterWrap iframe {
        width: calc(100vw - 31px) !important;
        /*border-left: none;
        border-right: none;*/
    }
}


/*----------------------------------------------------
	基本汎用クラス
----------------------------------------------------*/
/* wrapp */
.content-box {
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  .content-box {
    padding: 30px 0px; } }
/* title */
.content-title01 {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 0 0 39px; }

.basic-list li {
  font-size: 16px; }

.arrow-list li {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 15px; }
  .arrow-list li a {
    font-size: 16px; }
  .arrow-list li:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #b2b2b2; }

/* icon 別css  */
.content-title01.icon:before {
  content: "";
  width: 221px;
  height: 50px;
  display: inline-block;
  margin-right: 35px; }
.content-title01.icon.tv:before {
  background: url(/images/tv-icon02.png) no-repeat;
  background-size: contain; }
.content-title01.icon.net:before {
  background: url(/images/net-icon.png) no-repeat;
  background-size: contain; }
.content-title01.icon.tel:before {
  background: url(/images/tel-icon.png) no-repeat;
  background-size: contain; }

.content-title02 {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  font-family: "my-serif";
  font-weight: normal;
  border-top: 5px solid; }

.common-title-wrap {
  margin-bottom: 50px;
  padding: 15px 0; }
  .common-title-wrap .content-title03 {
    margin-bottom: 0; }

.bottom-arrow {
  position: relative; }
  .bottom-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 17px solid;
    border-right: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent; }

.content-title03 {
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }

.content-title04 {
  font-size: 24px;
  padding: 20px 0;
  text-align: left;
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .content-title01 {
    font-size: 18px;
    height: auto;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 1.4em; }
    .content-title01.icon {
      display: flex;
      justify-content: center;
      font-size: 22px;
      height: auto;
      padding: 17px 0 17px 0;
      text-align: left;
      line-height: 1.7em; }
    .content-title01 .big {
      font-size: 22px;
      font-family: "my-serif"; }
    .content-title01.icon.tv:before {
      background: url(/images/tv-icon02-sp.png) no-repeat;
      background-size: contain; }
    .content-title01.icon.net:before {
      background: url(/images/net-icon-sp.png) no-repeat;
      background-size: contain; }
    .content-title01.icon.tel:before {
      background: url(/images/tel-icon-sp.png) no-repeat;
      background-size: contain; }
    .content-title01.icon:before {
      content: "";
      width: calc(85 / 414 * 100vw);
      height: calc(85 / 414 * 100vw);
      max-width: 85px;
      max-height: 85px;
      display: inline-block;
      margin: 0 15px 0 0; }
    .content-title01.mascot01:after {
      display: none; }

  .content-title02 {
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    font-family: "my-serif";
    font-weight: normal;
    border-top: 5px solid; }

  .common-title-wrap {
    margin-bottom: 30px; }

  .content-title03 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 5px; }

  .content-title04 {
    font-size: 20px;
    padding: 10px 0; } }
/*----------------------------------------
自主放送番組
----------------------------------------*/
.menmber-head-title {
  font-size: 28px;
  color: #d71518;
  flex: auto;
  margin: 0px 80px 7px 0px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3; }
  .menmber-head-title span {
    font-size: 15px; }

@media screen and (max-width: 767px) {
  .menmber-head-title {
    font-size: 20px;
    padding: 4px 0 4px;
    flex: auto;
    margin: 0 4%; }
    .menmber-head-title span {
      font-size: 12px; } }
.broadcast-wrap {
  border: 1px solid;
  color: #5b3c82;
  padding: 20px 0;
  width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .broadcast-wrap .slide-wrap {
    width: 854px;
    margin: 0 auto; }
  .broadcast-wrap .channel-item:hover {
    opacity: 0.7;
    transition: 0.3s; }
  .broadcast-wrap .channel-item a {
    width: 270px;
    border: 1px solid #231815;
    background-color: #fff;
    display: block;
    padding: 14px;
    margin: 0 7px; }
  .broadcast-wrap .channel-item .channel-img img {
    width: 100%; }
  .broadcast-wrap .channel-item .channel-title {
    font-size: 17px;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #231815; }
  .broadcast-wrap .channel-item .channel-btn {
    margin-top: 1em;
    text-align: right; }
  .broadcast-wrap .slick-prev,
  .broadcast-wrap .slick-next {
    width: 24px;
    height: 37px;
    top: 66%; }
    .broadcast-wrap .slick-prev::before,
    .broadcast-wrap .slick-next::before {
      content: "";
      display: block;
      width: 24px;
      height: 37px;
      background: url("/images/arrow_gray.png") no-repeat center center;
      background-size: 100%; }
  .broadcast-wrap .slick-prev {
    left: -31px; }
    .broadcast-wrap .slick-prev::before {
      transform: rotateY(180deg); }
  .broadcast-wrap .slick-next {
    right: -31px; }
  .broadcast-wrap > .link-btn01 {
    margin-left: 1em;
    margin-right: 1em; }
    .broadcast-wrap > .link-btn01:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .broadcast-wrap {
    padding: 20px 10px;
    width: 95%; }
    .broadcast-wrap .slide-wrap {
      width: 100%; }
    .broadcast-wrap .channel-item a {
      width: auto;
      padding: 14px; }
    .broadcast-wrap .channel-item .channel-title {
      font-size: 17px;
      height: 70px; } }
/*----------------------------------------
加入者ページ
----------------------------------------*/
.member #main-wrap {
  margin-bottom: 50px; }

.member-content {
  width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .member-content .content-title03 {
    font-size: 29px;
    font-weight: 500; }
  .member-content .ico-text {
    font-size: 24px;
    margin-right: .2em; }
    .member-content .ico-text span {
      display: block; }
    .member-content .ico-text .font-s {
      font-size: 21px; }
  .member-content + .sp-white-back .top-btn-wrap {
    margin-top: 40px; }

.bottom-arrow-title {
  position: relative;
  padding: 0 .5em .5em;
  color: #fff;
  margin-bottom: 30px; }
  .bottom-arrow-title:after, .bottom-arrow-title:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  .bottom-arrow-title:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #fff; }
  .bottom-arrow-title:before {
    border-color: rgba(91, 60, 130, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    margin-top: 1px; }

.member-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .member-btn-wrap .member-btn {
    width: 460px;
    border: 1px solid;
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 10px; }
    .member-btn-wrap .member-btn:nth-child(n + 3) {
      margin-top: 14px; }
    .member-btn-wrap .member-btn::after {
      content: "";
      display: block;
      width: 14px;
      height: 23px;
      margin-left: auto;
      flex-shrink: 0; }

.member-support .content-title03 {
  color: #5b3c82; }
.member-support .bottom-arrow-title {
  border-bottom: 1px solid #5b3c82; }
  .member-support .bottom-arrow-title:before {
    border-top-color: #5b3c82; }
.member-support .member-btn-wrap .member-btn {
  border-color: #5b3c82; }
  .member-support .member-btn-wrap .member-btn::before {
    content: "";
    display: block;
    width: 53px;
    margin-right: 15px;
    flex-shrink: 0; }
  .member-support .member-btn-wrap .member-btn::after {
    background: url("/images/arrow_purple.png") no-repeat left center;
    background-size: 100%; }
.member-support .member-btn-wrap .btn-technical::before {
  height: 48px;
  background: url("/images/member-icon01.png") no-repeat left center;
  background-size: 48px 100%; }
.member-support .member-btn-wrap .btn-procedure::before {
  height: 52px;
  background: url("/images/member-icon02.png") no-repeat left center;
  background-size: 54px 100%; }
.member-support .member-btn-wrap .btn-mailvirus::before {
  height: 50px;
  background: url("/images/member-icon03.png") no-repeat left center;
  background-size: 49px 100%; }
.member-support .member-btn-wrap .btn-faq::before {
  height: 52px;
  background: url("/images/member-icon04.png") no-repeat center center;
  background-size: 44px 100%; }
.member-support .member-btn-wrap .btn-telfee::before {
  height: 56px;
  background: url("/images/member-icon05.png") no-repeat left center;
  background-size: 53px 100%; }
.member-support .member-btn-wrap .btn-account::before {
  height: 65px;
  background: url("/images/member-icon06.png") no-repeat center center;
  background-size: 50px 100%; }

.member-tel-btn {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500; }
  .member-tel-btn * {
    line-height: 1; }
  .member-tel-btn .tel-btn {
    display: block;
    border: 1px solid #5b3c82;
    width: 300px;
    text-align: center; }
  .member-tel-btn .heading {
    border-bottom: 1px solid #5b3c82;
    padding: 1em 1em .9em; }
  .member-tel-btn .body {
    padding: 0 1em 1em; }
  .member-tel-btn .tel-number {
    font-size: 35px;
    color: #5b3c82;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .member-tel-btn .large {
    font-size: 40px; }

.member-nirai .content-title03 {
  color: #f01414; }
.member-nirai .bottom-arrow-title {
  border-bottom: 1px solid #f01414; }
  .member-nirai .bottom-arrow-title:before {
    border-top-color: #f01414; }

.member-nirai-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .member-nirai-btn-wrap > * {
    width: 460px; }
    .member-nirai-btn-wrap > *:nth-child(n + 3) {
      margin-top: 25px; }
  .member-nirai-btn-wrap .box {
    font-size: 15px; }
  .member-nirai-btn-wrap .nirai-btn {
    border: 1px solid #f01414;
    color: #f01414;
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 34px; }
    .member-nirai-btn-wrap .nirai-btn::after {
      content: "";
      display: block;
      width: 14px;
      height: 23px;
      margin-left: auto;
      background: url("/images/arrow_red.png") no-repeat left center;
      background-size: 100%; }
    .member-nirai-btn-wrap .nirai-btn + * {
      margin-top: 1em; }
    .member-nirai-btn-wrap .nirai-btn .en-text {
      font-size: 18px;
      margin: -3px 0 0; }
  .member-nirai-btn-wrap .btn-niraiportal {
    padding: 0 10px 0 10px; }
    .member-nirai-btn-wrap .btn-niraiportal::before {
      content: "";
      display: block;
      width: 53px;
      margin-right: 15px;
      flex-shrink: 0;
      height: 42px;
      background: url("/images/niraiportal-icon.png") no-repeat center center;
      background-size: 50px 100%; }
  .member-nirai-btn-wrap .btn-niraimail {
    padding: 0 10px 0 10px; }
    .member-nirai-btn-wrap .btn-niraimail::before {
      content: "";
      display: block;
      width: 53px;
      margin-right: 15px;
      flex-shrink: 0;
      height: 54px;
      background: url("/images/niraimail-icon.png") no-repeat center center;
      background-size: 50px 100%; }
  .member-nirai-btn-wrap .middle-dot-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.666; }
    .member-nirai-btn-wrap .middle-dot-list > li {
      display: flex;
      margin-right: 1.3em; }
      .member-nirai-btn-wrap .middle-dot-list > li::before {
        content: "・"; }

@media screen and (max-width: 767px) {
  .member #main-wrap {
    margin-bottom: 40px; }

  .member-content {
    width: auto;
    padding: 0 10px; }
    .member-content .content-title03 {
      font-size: 22px; }
    .member-content .ico-text {
      font-size: 19px; }
      .member-content .ico-text .font-s {
        font-size: 17px; }

  .bottom-arrow-title {
    margin-bottom: 30px; }

  .member-btn-wrap .member-btn {
    width: 100%;
    min-height: 0%;
    display: flex;
    align-items: center; }
    .member-btn-wrap .member-btn:nth-child(n + 3) {
      margin-top: 14px; }
    .member-btn-wrap .member-btn:not(:first-child) {
      margin-top: 14px; }
    .member-btn-wrap .member-btn::after {
      width: 9px;
      height: 15px; }

  .member-support .member-btn-wrap .member-btn::before {
    width: 43px;
    margin-right: 10px; }
  .member-support .member-btn-wrap .btn-technical::before {
    height: 38px;
    background-size: 38px 100%; }
  .member-support .member-btn-wrap .btn-procedure::before {
    height: 43px;
    background-size: 44px 100%; }
  .member-support .member-btn-wrap .btn-mailvirus::before {
    height: 40px;
    background-size: 39px 100%; }
  .member-support .member-btn-wrap .btn-faq::before {
    height: 40px;
    background-size: 34px 100%; }
  .member-support .member-btn-wrap .btn-telfee::before {
    height: 41px;
    background-size: 43px 100%; }
  .member-support .member-btn-wrap .btn-account::before {
    height: 52px;
    background-size: 40px 100%; }

  .member-tel-btn {
    display: block; }
    .member-tel-btn .tel-btn {
      width: 100%; }
      .member-tel-btn .tel-btn:not(:first-child) {
        margin-top: 14px; }
    .member-tel-btn .heading {
      border-bottom: 1px solid #5b3c82;
      padding: 1em 1em .9em; }
    .member-tel-btn .body {
      padding: 0 1em 1em; }
    .member-tel-btn .tel-number {
      font-size: 29px;
      min-height: 50px; }
    .member-tel-btn .large {
      font-size: 32px; }

  .member-nirai-btn-wrap {
    display: block; }
    .member-nirai-btn-wrap > * {
      width: 100%; }
      .member-nirai-btn-wrap > *:nth-child(n + 3) {
        margin-top: 25px; }
      .member-nirai-btn-wrap > *:not(:first-child) {
        margin-top: 25px; }
    .member-nirai-btn-wrap .nirai-btn {
      min-height: 0%;
      padding: 10px; }
      .member-nirai-btn-wrap .nirai-btn::after {
        width: 9px;
        height: 15px; }
      .member-nirai-btn-wrap .nirai-btn + * {
        margin-top: 1em; }
      .member-nirai-btn-wrap .nirai-btn .en-text {
        font-size: 14px;
        margin: -3px 0 0; }
    .member-nirai-btn-wrap .btn-niraiportal::before {
      width: 50px;
      margin-right: 10px;
      height: 40px; }
    .member-nirai-btn-wrap .btn-niraimail::before {
      width: 50px;
      margin-right: 10px;
      height: 51px; }
    .member-nirai-btn-wrap .middle-dot-list {
      display: flex;
      flex-wrap: wrap;
      line-height: 1.666; }
      .member-nirai-btn-wrap .middle-dot-list > li {
        display: flex;
        margin-right: 1.3em; }
        .member-nirai-btn-wrap .middle-dot-list > li::before {
          content: "・"; } }
/* text */
.content-text01 {
  font-size: 18px; }

.content-text02 {
  font-size: 16px; }

.content-text03 {
  font-size: 14px; }

.content-text04 {
  font-size: 12px; }

.content-text05 {
  font-size: 10px; }

@media screen and (max-width: 767px) {
  .sp-content-text01 {
    font-size: 18px; }

  .sp-content-text02 {
    font-size: 16px; }

  .sp-content-text03 {
    font-size: 14px; }

  .sp-content-text04 {
    font-size: 12px; }

  .sp-content-text05 {
    font-size: 10px; } }
/* dl */
.content-dl dt {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 2em;
  font-weight: bold; }
.content-dl dd {
  font-size: 17px;
  line-height: 2em;
  font-weight: 500; }

@media screen and (max-width: 767px) {
  .content-dl {
    padding: 0px; }
    .content-dl dt {
      font-size: 16px;
      margin-bottom: 5px;
      text-align: center; }
    .content-dl dd {
      font-size: 15px;
      line-height: 1.6em; } }
/* table */
.content-table {
  border: 1px solid #cccccc;
  table-layout: fixed; }
  .content-table th, .content-table td {
    border: 1px solid #cccccc;
    padding: 10px 0px;
    text-align: center;
    color: #231815;
    font-weight: normal; }
  .content-table th .big, .content-table td .big {
    font-size: 24px; }

@media screen and (max-width: 767px) {
  .content-table th .big, .content-table td .big {
    font-size: 14px; } }
/* box-shadow */
.b-shadow {
  box-shadow: 0px 0px 3px 2px #d6d7d7;
  -moz-box-shadow: 0px 0px 3px 2px #d6d7d7;
  -webkit-box-shadow: 0px 0px 3px 2px #d6d7d7; }

/* text-shadow */
.t-shadow {
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px; }

.t-shadow02 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* indent */
.indent {
  margin-left: 1em;
  text-indent: -1em; }

.indent03 {
  padding: 0 0 0 3em;
  text-indent: -3em; }

/* color */
.main-color {
  /*--メイン文字カラー--*/
  color: #dee7ec; }

.main-back {
  /*--メイン背景カラー--*/
  background: #e3f6fd; }

.sub-back {
  background: #fffadc; }

@media screen and (max-width: 767px) {
  .sp-white-back {
    background: #fff; } }
.white, .current.white {
  color: #fff; }

.white.border, .current.white {
  border-color: #fff; }

.white.back {
  background: #fff; }

.orange, .current.orange {
  color: #ff8200; }

.orange.border, .current.orange {
  border-color: #ff8200; }

.orange.back {
  background: #ff8200; }

.orange02, .current.orange02 {
  color: #f9ab15; }

.orange02.border, .current.orange02 {
  border-color: #f9ab15; }

.orange02.back {
  background: #f9ab15; }

.purple, .current.purple {
  color: #6f598d; }

.purple.border, .current.purple {
  border-color: #6f598d; }

.purple.back {
  background: #6f598d; }

.green, .current.green {
  color: #63ce80; }

.green.border, .current.green {
  border-color: #63ce80; }

.green.back {
  background: #63ce80; }

.green02, .current.green02 {
  color: #5dbb99; }

.green02.border, .current.green02 {
  border-color: #5dbb99; }

.green02.back {
  background: #5dbb99; }

.pink, .current.pink {
  color: #ff3250; }

.pink.border, .current.pink {
  border-color: #ff3250; }

.pink.back {
  background: #ff3250; }

.pink02, .current.pink02 {
  color: #e2007e; }

.pink02.border, .current.pink02 {
  border-color: #e2007e; }

.pink02.back {
  background: #e2007e; }

.blue, .current.blue {
  color: #0096ff; }

.blue.border, .current.blue {
  border-color: #0096ff; }

.blue.back {
  background: #0096ff; }

/* add by ocn 20191112 */
.blue03.back {
  background: #000080; }

.blue02, .current.blue02 {
  color: #6fc8d5; }

.blue02.border, .current.blue02 {
  border-color: #6fc8d5; }

.blue02.back {
  background: #6fc8d5; }

.yellow, .current.yellow {
  color: #ffcc3c; }

.yellow.border, .current.yellow {
  border-color: #ffcc3c; }

.yellow.back {
  background: #ffcc3c; }

.yellow02, .current.yellow02 {
  color: #fad700; }

.yellow02.border, .current.yellow02 {
  border-color: #fad700; }

.yellow02.back {
  background: #fad700; }

.black, .current.black {
  color: #222222; }

.black.border, .current.black {
  border-color: #222222; }

.black.back {
  background: #222222; }

.gray, .current.gray {
  color: #6f6f6f; }

.gray.border, .current.gray {
  border-color: #6f6f6f; }

.gray.back {
  background: #6f6f6f; }

.moss-green, .current.moss-green {
  color: #59898d; }

.moss-green.border, .current.moss-green {
  border-color: #59898d; }

.moss-green.back {
  background: #59898d; }

.light-gray, .current.light-gray {
  color: #f2f2f2; }

.light-gray.border, .current.light-gray {
  border-color: #f2f2f2; }

.light-gray.back {
  background: #f2f2f2; }

.dark-blue, .current.dark-blue {
  color: #47606d; }

.dark-blue.border, .current.dark-blue {
  border-color: #47606d; }

.dark-blue.back {
  background: #47606d; }

.ocn-red, .current.ocn-red {
  color: #f01414; }

.ocn-red.border, .current.ocn-red {
  border-color: #f01414; }

.ocn-red.back {
  background: #f01414; }

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
.opa:hover {
  opacity: 0.7;
  transition: 0.3s; }

.sp-link {
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .sp-link {
    pointer-events: auto; } }
/*----------------------------------------
ポジション汎用
----------------------------------------*/
.relative {
  position: relative; }

/*----------------------------------------
ディスプレイ汎用
----------------------------------------*/
.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*----------------------------------------
フロート汎用
----------------------------------------*/
.fl {
  float: left !important; }

.fr {
  float: right !important; }

.cf {
  overflow: hidden; }
  .cf:after {
    clear: both; }

/*----------------------------------------
バーティカルアライン汎用
----------------------------------------*/
.va-t {
  vertical-align: top !important; }

.va-m {
  vertical-align: middle !important; }

.va-b {
  vertical-align: bottom !important; }

.va-base {
  vertical-align: baseline !important; }

/*----------------------------------------
幅汎用
----------------------------------------*/
.w30 {
  width: 30px; }

.w50 {
  width: 50px; }

/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5 {
  width: 5%; }

.par10 {
  width: 10%; }

.par15 {
  width: 15%; }

.par20 {
  width: 20%; }

.par25 {
  width: 25%; }

.par30 {
  width: 30%; }

.par33 {
  width: 33%; }

.par35 {
  width: 35%; }

.par40 {
  width: 40%; }

.par45 {
  width: 45%; }

.par50 {
  width: 50%; }

.par55 {
  width: 55%; }

.par60 {
  width: 60%; }

.par65 {
  width: 65%; }

.par70 {
  width: 70%; }

.par75 {
  width: 75%; }

.par80 {
  width: 80%; }

.par85 {
  width: 85%; }

.par90 {
  width: 90%; }

.par95 {
  width: 95%; }

.par100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .sp-par100 {
    width: 100%; } }
/*----------------------------------------
マージン汎用
----------------------------------------*/
.ma {
  margin: auto; }

.mt2 {
  margin-top: 2px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0px; }

  .sp-mt10 {
    margin-top: 10px; }

  .sp-mt20 {
    margin-top: 20px; }

  .sp-mt30 {
    margin-top: 30px; } }
/*----------------------------------------
パディング汎用
----------------------------------------*/
.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

/*----------------------------------------
フォントウェイト汎用
----------------------------------------*/
.tx-bold {
  font-weight: bold; }

.tx-normal {
  font-weight: normal; }

/*----------------------------------------
テキストアライン汎用
----------------------------------------*/
.tx-center {
  text-align: center !important; }

.tx-left {
  text-align: left !important; }

.tx-right {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .sp-tx-center {
    text-align: center !important; }

  .sp-tx-left {
    text-align: left !important; }

  .sp-tx-right {
    text-align: right !important; } }
/*----------------------------------------
スマホ出しわけ
----------------------------------------*/
.sp-only {
  display: none !important; }

.pc-only {
  display: block; }
  .pc-only.flex {
    display: flex; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }

  .sp-only {
    display: block !important; }
    .sp-only.flex {
      display: flex !important; } }
/*=============
flex-box汎用 
=============*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.row {
  flex-direction: row; }

.row-r {
  flex-direction: row-reverse; }

.column {
  flex-direction: column; }

.column-r {
  flex-direction: column-reverse; }

/*===コンテンツの折返し===*/
.wrap {
  flex-wrap: wrap; }

.wrap-r {
  flex-wrap: wrap-reverse; }

.no-wrap {
  flex-wrap: nowrap; }

/*===コンテンツの水平方向揃え ===*/
.flex-left {
  justify-content: flex-start; }

.flex-right {
  justify-content: flex-end; }

.flex-center {
  justify-content: center; }

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

.flex-space-a {
  justify-content: space-around; }

/*===コンテンツの垂直方向揃え ===*/
.flex-top {
  align-items: flex-start; }

.flex-middle {
  align-items: center; }

.flex-bottom {
  align-items: flex-end; }

/* 順番 */
.no1 {
  order: 1; }

.no2 {
  order: 2; }

.no3 {
  order: 3; }

.no4 {
  order: 4; }

.no5 {
  order: 5; }

.no6 {
  order: 6; }

.no7 {
  order: 7; }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

  .sp-row {
    flex-direction: row; }

  .sp-row-r {
    flex-direction: row-reverse; }

  .sp-column {
    flex-direction: column; }

  .sp-column-r {
    flex-direction: column-reverse; }

  /*===コンテンツの折返し===*/
  .sp-wrap {
    flex-wrap: wrap; }

  .sp-wrap-r {
    flex-wrap: wrap-reverse; }

  .sp-no-wrap {
    flex-wrap: nowrap; }

  /*===コンテンツの水平方向揃え ===*/
  .sp-flex-left {
    justify-content: flex-start; }

  .sp-flex-right {
    justify-content: flex-end; }

  .sp-flex-center {
    justify-content: center; }

  .sp-flex-space-b {
    justify-content: space-between; }

  .sp-flex-space-a {
    justify-content: space-around; }

  /*===コンテンツの垂直方向揃え ===*/
  .sp-flex-top {
    align-items: flex-start; }

  .sp-flex-middle {
    align-items: center; }

  .sp-flex-bottom {
    align-items: flex-end; }

  /* 順番 */
  .sp-no1 {
    order: 1; }

  .sp-no2 {
    order: 2; }

  .sp-no3 {
    order: 3; }

  .sp-no4 {
    order: 4; }

  .sp-no5 {
    order: 5; }

  .sp-no6 {
    order: 6; }

  .sp-no7 {
    order: 7; } }
/*-- sp end --*/
/*-- flex end--*/
