@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Noto+Sans+JP:wght@400;700&display=swap');
/*------------------------------------------------------------------------------------------------------------------------
	Universal Style
------------------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  background: #fff;
  color: #000;
  font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

html, body, div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, img, table, caption, th, td, form, fieldset, legend, input, textarea, select, pre, code, blockquote, address {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom; }

ul {
  list-style-position: outside;
  list-style-type: none; }

ol {
  margin-left: 2em;
  list-style-position: outside; }

dl dd {
  margin-bottom: 7px; }

table {
  border: medium none;
  border-collapse: collapse; }

th, td {
  font-weight: normal;
  vertical-align: top; }

a:link, a:visited {
  color: #000;
  text-decoration: underline; }

a:hover, a:active {
  color: #000;
  text-decoration: none; }

a:hover img {
  opacity: .7; }

fieldset {
  border: 0; }

legend {
  display: none; }

input {
  vertical-align: middle; }
  input[type="text"], input[type="password"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

select {
  border-radius: 0; }

sup {
  vertical-align: text-top;
  line-height: 1.2; }

sub {
  vertical-align: baseline; }

iframe {
  border: 0; }

::before, ::after {
  display: inherit; }

/* 枠組み */
/*========================================================================================================================
Base Layout
========================================================================================================================*/
.line {
  border-top: 10px solid  #E95047;
  border-bottom: 2px solid #67C6E7; }

#page {
  margin: 0 auto;
  min-width: 320px;
  width: 980px; }
  @media screen and (max-width: 979px) {
    #page {
      width: 100%; } }

#contents {
  padding-bottom: 30px; }

/*------------------------------------------------------------------------------------------------------------------------
main-visual
------------------------------------------------------------------------------------------------------------------------*/
#main-visual {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  min-height: 527px; }
  #main-visual .sec-cont01 {
    position: relative;
    padding-top: 20px; }
  #main-visual #site-id {
    position: relative;
    margin: 10px 0;
    font-size: 1rem; }

#gnav-menu {
  display: none; }

#main-visual .utility {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 10; }
  #main-visual .utility li {
    display: none;
    float: left;
    margin: 0 0 0 5px;
    border: 2px solid #67C6E7;
    border-radius: 2px;
    font-size: 1.2rem; }
    #main-visual .utility li.contact {
      display: block; }
    #main-visual .utility li a {
      display: block;
      padding: 2px 20px;
      color: #03A3CE; }
      #main-visual .utility li a:link, #main-visual .utility li a:visited {
        text-decoration: none; }
      #main-visual .utility li a:hover, #main-visual .utility li a:active {
        text-decoration: underline; }
      #main-visual .utility li a[target="_blank"]::after {
        content: '';
        display: inline-block;
        margin: -2px 0 0 8px;
        width: 10px;
        height: 10px;
        background: url(../images/web/bg/icon-external01.png) left top no-repeat;
        background-size: 10px auto;
        vertical-align: middle; }

#main-visual .renewal {
  position: absolute;
  top: 115px;
  left: 0;
  margin: 0; }

#main-visual .img {
  margin: 0 -20px 0 0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #main-visual .img {
      margin-right: 0 !important; } }

/*------------------------------------------------------------------------------------------------------------------------
global-nav
------------------------------------------------------------------------------------------------------------------------*/
#global-nav {
  margin: 0 0 50px;
  background: #DC4F46; }
  #global-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%; }
  #global-nav ul {
    margin: 0 auto;
    max-width: 980px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
    #global-nav ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin: 0;
      width: 33.33%;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center; }

body.non-member #global-nav ul li {
  width: 25%; }
  body.non-member #global-nav ul li:nth-child(1) {
    width: 19%; }
  body.non-member #global-nav ul li:nth-child(2) {
    width: 31%; }

#global-nav ul li a {
  display: table-cell;
  width: 1000px;
  height: 60px;
  vertical-align: middle; }
  #global-nav ul li a:link, #global-nav ul li a:visited {
    color: #fff;
    text-decoration: none; }
  #global-nav ul li a:hover, #global-nav ul li a:active {
    color: #fff;
    text-decoration: underline; }

#global-nav.fixed + #contents {
  margin-top: 111px; }

/*------------------------------------------------------------------------------------------------------------------------
Contents Area
------------------------------------------------------------------------------------------------------------------------*/
p, ul, ol, dl, table {
  margin-bottom: 20px; }

p, li, dt, dd, caption, th, td {
  font-size: 1.5rem;
  line-height: 1.7; }

input, textarea, select, button {
  font-size: inherit;
  font-family: inherit; }

label, button {
  cursor: pointer; }

.only-sp {
  display: none; }

/* hdg-type01
----------------------------------------*/
.hdg-type01 {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 0 40px;
  background: #fff;
  color: #DC4F46;
  font-size: 3rem;
  text-align: center;
  line-height: 1.3; }
  .hdg-type01::before {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 1px;
    background: #DC4F46; }
  .hdg-type01::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent; }

/* hdg-type02
----------------------------------------*/
.hdg-type02 {
  margin-bottom: 2px;
  color: #03A3CE;
  font-size: 1.7rem; }

/* hdg-type03
----------------------------------------*/
.hdg-type03 {
  margin-bottom: 15px;
  color: #03A3CE;
  font-size: 2.2rem;
  text-align: center; }
  .hdg-type03 .icon {
    margin: -6px 5px 0;
    vertical-align: middle; }

/* hdg-type04
----------------------------------------*/
.hdg-type04 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4; }
  .hdg-type04 span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal; }

/* blk-section01
----------------------------------------*/
.blk-section01 {
  overflow: hidden; }
  .blk-section01 > .img {
    float: left;
    margin-right: 20px; }
  .blk-section01 > .txt {
    overflow: hidden; }

/* list-notation01
----------------------------------------*/
.list-notation01 li {
  position: relative;
  overflow: hidden;
  padding-left: 14px;
  line-height: 1.5; }
  .list-notation01 li::before {
    content: '';
    position: absolute;
    top: .4em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #28517e; }
  .list-notation01 li .mark {
    display: block;
    float: left; }
  .list-notation01 li .txt {
    display: block;
    overflow: hidden; }

/* toggle-btn
----------------------------------------*/
.toggle-btn:hover::before {
  opacity: .7; }

/* about
----------------------------------------*/
#about p {
  font-size: 1.7rem; }

/* apply
----------------------------------------*/
.blk-point {
  position: relative;
  margin-bottom: 20px; }
  .blk-point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 117px;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 100px 65px 0 0;
    border-color: #03A3CE transparent transparent transparent; }
  .blk-point > .hdg {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 100px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer; }
    .blk-point > .hdg .num {
      display: table-cell;
      width: 117px;
      height: 100px;
      background: #03A3CE;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 1; }
    .blk-point > .hdg .txt {
      display: table-cell;
      padding-right: 100px;
      padding-left: 60px;
      width: auto;
      height: 100px;
      background: right center no-repeat;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      vertical-align: middle; }
  .blk-point.type01 > .hdg .txt {
    background-image: url(../images/web/bg/point01.png); }
  .blk-point.type02 > .hdg .txt {
    background-image: url(../images/web/bg/point02.png); }
  .blk-point.type03 > .hdg .txt {
    background-image: url(../images/web/bg/point03.png); }
  .blk-point.type03 > .cont {
    padding: 47px 41px 30px; }
  .blk-point > .hdg::before {
    display: block;
    content: 'OPEN';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -30px;
    padding-top: 10px;
    width: 80px;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
    color: #03A3CE;
    font-size: 1.7rem;
    text-align: center; }
  .blk-point > .hdg::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 55px;
    top: 50%;
    margin-top: 5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #03A3CE;
    border-right: 3px solid #03A3CE;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
  .blk-point > .hdg.open::before {
    content: 'CLOSE'; }
  .blk-point > .hdg.open::after {
    margin-top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .blk-point > .cont {
    padding: 47px 36px 30px;
    border: 1px solid #03A3CE;
    background: #fff; }
  .blk-point .blk-section01 p {
    font-size: 1.6rem; }
  .blk-point .blk-col {
    -js-display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .blk-point .blk-col > .cont {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 6px 20px;
      padding: 22px 22px 2px;
      width: calc(50% - 12px);
      background: #e7ebed; }
      .blk-point .blk-col > .cont .img {
        text-align: center; }
      .blk-point .blk-col > .cont > .txt {
        margin: 0 auto;
        max-width: 345px; }

.toggle-cont {
  display: none; }

/* dl-type01 */
.dl-type01 {
  margin: 10px 0 0; }
  .dl-type01 dt {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.4; }
    .dl-type01 dt::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -75px;
      width: 150px;
      height: 3px;
      background: #03A3CE; }
  .dl-type01 dd {
    display: table-cell;
    margin: 0;
    width: 250px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4; }

/* blk-addid */
.blk-addid {
  position: relative;
  margin-bottom: 20px; }
  .blk-addid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 160px;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 50px 0 50px 35px;
    border-color: transparent transparent transparent #03A3CE; }
  .blk-addid > .hdg {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 100px;
    font-size: 1.8rem;
    cursor: pointer; }
    .blk-addid > .hdg .guide {
      display: table-cell;
      padding-left: 10px;
      width: 150px;
      height: 100px;
      background: #03A3CE;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 1.4; }
    .blk-addid > .hdg .txt {
      display: table-cell;
      padding: 0 150px 0 60px;
      width: auto;
      height: 100px;
      background: #e3f1ff;
      vertical-align: middle; }
    .blk-addid > .hdg::before {
      display: block;
      content: 'OPEN';
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -30px;
      padding-top: 10px;
      width: 80px;
      height: 50px;
      border-radius: 5px;
      background: #fff;
      -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
      color: #03A3CE;
      font-size: 1.7rem;
      text-align: center; }
    .blk-addid > .hdg::after {
      display: inline-block;
      content: "";
      position: absolute;
      right: 65px;
      top: 50%;
      margin-top: 5px;
      width: 8px;
      height: 8px;
      border-top: 3px solid #03A3CE;
      border-right: 3px solid #03A3CE;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .blk-addid > .hdg.open::before {
      content: 'CLOSE'; }
    .blk-addid > .hdg.open::after {
      margin-top: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .blk-addid > .cont {
    padding: 35px 25px 30px;
    border: 2px solid #c3c3c3;
    border-top: none;
    background: #f5f5f5; }

/* txt-info01 */
.txt-info01 {
  position: relative;
  padding-left: 40px;
  color: #03A3CE;
  font-size: 2rem;
  font-weight: bold; }
  .txt-info01::before {
    content: '';
    position: absolute;
    top: .1em;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(../images/web/bg/icon-info.png) left top no-repeat;
    background-size: 32px auto; }

/* blk-conditions */
.blk-conditions {
  margin-bottom: 40px;
  padding: 0 30px 5px;
  border: 3px solid #fd0011;
  background: #fff; }
  .blk-conditions .hdg {
    margin: 0 -30px 25px;
    padding: 3px 10px;
    background: #fd0011;
    color: #fff;
    font-size: 2.2rem;
    text-align: center; }
  .blk-conditions li {
    margin-bottom: 5px;
    font-size: 1.6rem; }

/* blk-same01 */
.blk-same01 {
  margin: 0 auto;
  max-width: 860px; }
  .blk-same01 .hdg {
    margin-bottom: 20px;
    padding: 5px 50px;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: #03A3CE;
    color: #fff;
    font-size: 1.7rem; }

/* link-contact01 */
.link-contact01 {
  display: table;
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 10px;
  background: #03A3CE;
  color: #fff;
  font-size: 1.6rem; }
  .link-contact01::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 60%;
    margin: -4px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle; }
  .link-contact01 span {
    display: table-cell;
    padding: 0 20px;
    height: 45px;
    vertical-align: middle; }
  .link-contact01 .txt01 {
    width: 60%;
    text-align: right; }
  .link-contact01 a {
    color: #fff; }

/* blk-desc */
.blk-desc {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #03A3CE; }
  .blk-desc > .hdg {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 100px;
    color: #000;
    font-size: 2.2rem;
    cursor: pointer; }
    .blk-desc > .hdg .txt {
      display: table-cell;
      padding: 0 150px 0 100px;
      width: auto;
      height: 100px;
      background: #fff;
      vertical-align: middle; }
      .blk-desc > .hdg .txt::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 40px;
        margin-top: -17px;
        width: 35px;
        height: 35px;
        background: left top no-repeat;
        background-size: 35px auto; }
    .blk-desc > .hdg.system .txt::before {
      background-image: url(../images/web/bg/icon-system.png); }
    .blk-desc > .hdg.pay .txt::before {
      background-image: url(../images/web/bg/icon-pay.png); }
    .blk-desc > .hdg.sctl .txt::before {
      background-image: url(../images/web/bg/icon-sctl.png); }
    .blk-desc > .hdg::before {
      display: block;
      content: 'OPEN';
      position: absolute;
      top: 50%;
      right: 30px;
      margin-top: -30px;
      padding-top: 10px;
      width: 80px;
      height: 50px;
      border-radius: 5px;
      background: rgba(3, 163, 206, 0.2);
      -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.35);
      color: #03A3CE;
      font-size: 1.7rem;
      text-align: center; }
    .blk-desc > .hdg::after {
      display: inline-block;
      content: "";
      position: absolute;
      right: 65px;
      top: 50%;
      margin-top: 5px;
      width: 8px;
      height: 8px;
      border-top: 3px solid #03A3CE;
      border-right: 3px solid #03A3CE;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .blk-desc > .hdg.open::before {
      content: 'CLOSE'; }
    .blk-desc > .hdg.open::after {
      margin-top: 10px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .blk-desc > .cont {
    padding: 35px 25px 20px;
    border-top: 1px solid #03A3CE;
    background: #fff; }
  .blk-desc.sctl > .cont {
    padding: 0;
    border: none;
    background: #fff; }

/* txt-type01
----------------------------------------*/
.txt-type01 {
  margin-bottom: 80px; }

/* credit-img01
----------------------------------------*/
.credit-img01 {
  margin-left: 1em; }

/* olist-type01
----------------------------------------*/
.olist-type01 > li {
  position: relative;
  font-weight: bold; }
  .olist-type01 > li + li {
    margin-top: 60px; }
    .olist-type01 > li + li::before {
      display: block;
      content: '';
      position: absolute;
      top: -47px;
      left: 15px;
      width: 25px;
      height: 31px;
      background: url(../images/web/bg/icon-arrow01.png) left top no-repeat;
      background-size: 25px auto; }
  .olist-type01 > li .normal, .olist-type01 > li li {
    font-weight: normal; }

/* list-disc01
----------------------------------------*/
.list-disc01 > li {
  position: relative;
  padding-left: 20px; }
  .list-disc01 > li::before {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #000; }

/* list-disc02
----------------------------------------*/
.list-disc02 > li {
  position: relative;
  padding-left: 16px; }
  .list-disc02 > li::before {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: 0;
    width: 12px;
    height: 12px;
    background: #000; }

/* tbl-type01
----------------------------------------*/
.tbl-type01 {
  width: 100%; }
  .tbl-type01 th, .tbl-type01 td {
    padding: 20px;
    border: 1px solid #cfcfcf;
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle; }
  .tbl-type01 th {
    width: 220px;
    border-bottom-color: #fff;
    background: #ddd;
    font-weight: bold;
    text-align: center; }

/* sec-cont01
----------------------------------------*/
.sec-cont01 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 980px; }
  @media screen and (max-width: 767px) {
    .sec-cont01 {
      padding: 0 0px; } }

#about .sec-cont01 {
  padding: 0 10%; }

/* sec-cont02----------------------------------------*/
.sec-cont02 {
  margin: 0 auto;
  max-width: 980px; }
  @media screen and (max-width: 767px) {
    .sec-cont01 {
      padding: 0 0px; } }




/* section
----------------------------------------*/
.section01 {
  padding-bottom: 50px; }

/* align-type
--------------------------------------*/
.align-type01 {
  text-align: left !important; }

.align-type02 {
  text-align: center !important; }

.align-type03 {
  text-align: right !important; }

/* space
--------------------------------------*/
.space-btm00 {
  margin-bottom: 0 !important; }

.space-btm01 {
  margin-bottom: 5px !important; }

.space-btm02 {
  margin-bottom: 10px !important; }

.space-btm03 {
  margin-bottom: 20px !important; }

.space-btm04 {
  margin-bottom: 30px !important; }

.space-btm05 {
  margin-bottom: 40px !important; }

.space-btm06 {
  margin-bottom: 50px !important; }

/*------------------------------------------------------------------------------------------------------------------------
Footer Area
------------------------------------------------------------------------------------------------------------------------*/
footer {
  padding-bottom: 61px;
  background: #e7ebed; }
  footer .pagetop {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 980px;
    font-size: 1.3rem; }
    footer .pagetop a {
      display: block;
      position: absolute;
      bottom: 0;
      right: 10px;
      padding: 7px 20px 6px;
      border-radius: 5px 5px 0 0;
      background: #03A3CE;
      color: #fff;
      text-decoration: none; }
      footer .pagetop a::before {
        display: inline-block;
        content: '';
        margin-right: 10px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        vertical-align: middle; }
      footer .pagetop a:hover {
        opacity: .7; }

/* footer-info
--------------------------------------*/
.footer-info {
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  width: 980px; }
  .footer-info .copyright {
    display: table-cell;
    height: 98px;
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 1.2; }
  .footer-info .footer-banner {
    display: table-cell;
    width: 200px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; }

/* tracking
--------------------------------------*/
#tracking {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 15px 0;
  width: 100%;
  background: rgba(28, 32, 41, 0.9); }
  #tracking .logo {
    float: left;
    margin: 0 30px 0 0; }
    #tracking .logo img {
      width: 160px; }
  #tracking .btn {
    float: left;
    margin: 0;
    width: 190px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
    #tracking .btn a {
      display: block;
      padding: 3px 5px 1px;
      border-radius: 5px;
      background: #E95047;
      color: #fff;
      text-align: center;
      text-decoration: none; }
      #tracking .btn a:hover {
        opacity: .7; }
  #tracking .utility {
    float: right;
    margin: 5px 0 0; }
    #tracking .utility li {
      float: left;
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.4; }
      #tracking .utility li + li {
        border-left: 1px solid #fff; }
      #tracking .utility li a {
        display: block;
        padding: 0px 15px;
        color: #fff; }
        #tracking .utility li a:link, #tracking .utility li a:visited {
          text-decoration: none; }
        #tracking .utility li a:hover, #tracking .utility li a:active {
          text-decoration: underline; }

/*------------------------------------------------------------------------------------------------------------------------
clearFix
------------------------------------------------------------------------------------------------------------------------*/
#main-visual .utility::after, #global-nav ul::after, .blk-column01::after, .blk-column02::after, .blk-entry02::after, .blk-fix::after, #tracking::after {
  display: block;
  content: '';
  clear: both; }

/* 1010px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1010px) {
  /* footer-info
  --------------------------------------*/
  .footer-info {
    width: calc(100% - 30px); } }

/* 920px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 920px) {
  #main-visual #site-id img {
    width: 460px; } }

/* 767px以下
------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 10px; }
  /*------------------------------------------------------------------------------------------------------------------------
  main-visual
  ------------------------------------------------------------------------------------------------------------------------*/
  #main-visual {
    margin: 0 auto;
    min-height: auto; }
    #main-visual .sec-cont01 {
      position: relative;
      padding-top: 20px; }
    #main-visual #site-id {
      margin: 0 0 20px; }
      #main-visual #site-id img {
        width: 250px; }
  #gnav-menu {
    display: none;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 5000;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #fff url(../images/web/bg/gnav-menu.png) left center no-repeat;
    background-size: 80px auto;
    font-size: 0;
    text-indent: 100%; }
    #gnav-menu a {
      display: block;
      padding: 5px;
      width: 30px;
      height: 30px; }
    #gnav-menu.open {
      background-position: -40px center; }
  #main-visual .utility {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 51px 10px 10px;
    background: #DC4F46; }
    #main-visual .utility.open {
      display: block; }
    #main-visual .utility li {
      display: block;
      float: none;
      margin: 0 0 1px;
      border: 0;
      border-radius: 0;
      background: #fff;
      font-size: 1.4rem; }
      #main-visual .utility li a {
        display: block;
        padding: 10px;
        color: #DC4F46; }
        #main-visual .utility li a:link, #main-visual .utility li a:visited {
          text-decoration: none; }
        #main-visual .utility li a:hover, #main-visual .utility li a:active {
          text-decoration: underline; }
        #main-visual .utility li a[target="_blank"]::after {
          content: '';
          display: inline-block;
          margin: -2px 0 0 8px;
          width: 10px;
          height: 10px;
          background: url(../images/web/bg/icon-external01.png) left top no-repeat;
          background-size: 10px auto;
          vertical-align: middle; }
  #main-visual .renewal {
    position: static;
    margin: 0 -15px 20px;
    width: 100%; }
  #main-visual .img {
    margin: 0 -15px;
    text-align: center; }
  /*------------------------------------------------------------------------------------------------------------------------
  global-nav
  ------------------------------------------------------------------------------------------------------------------------*/
  #global-nav {
    display: none; }
    #global-nav.fixed + #contents {
      margin-top: 0; }
  /*------------------------------------------------------------------------------------------------------------------------
  Contents Area
  ------------------------------------------------------------------------------------------------------------------------*/
  p, ul, ol, dl, table {
    margin-bottom: 20px; }
  p, li, dt, dd, caption, th, td {
    font-size: 1.5rem;
    line-height: 1.7; }
  .only-pc {
    display: none; }
  .only-sp {
    display: block; }
  br.only-sp, span.only-sp, img.only-sp {
    display: inline; }
  /* hdg-type01
  ----------------------------------------*/
  .hdg-type01 {
    margin-bottom: 40px;
    padding: 20px 15px 35px;
    font-size: 2.4rem; }
    .hdg-type01::before {
      bottom: 20px;
      margin-left: -80px;
      width: 160px; }
  /* hdg-type03
  ----------------------------------------*/
  .hdg-type03 {
    font-size: 2rem; }
  /* hdg-type05
  ----------------------------------------*/
  .hdg-type05 {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    border-left: 5px solid #03A3CE;
    font-size: 1.7rem; }
  /* .icon01
  ----------------------------------------*/
  .icon01 {
    margin: 0 5px;
    vertical-align: top; }
  /* blk-section01
  ----------------------------------------*/
  .blk-section01 {
    overflow: hidden; }
    .blk-section01 > .img {
      float: left;
      margin-right: 20px; }
    .blk-section01 > .txt {
      overflow: hidden; }
  /* about
  ----------------------------------------*/
  #about p {
    font-size: 1.5rem; }
  /* apply
  ----------------------------------------*/
  .blk-point {
    position: relative;
    margin-bottom: 20px; }
    .blk-point::before {
      display: none; }
    .blk-point > .hdg {
      display: block;
      position: relative;
      width: auto;
      min-height: 0;
      font-size: 2rem; }
      .blk-point > .hdg .num {
        display: block;
        padding: 0 0 3px;
        width: auto;
        height: auto; }
      .blk-point > .hdg .txt {
        padding: 0 90px 0 15px;
        width: 980px;
        height: 90px;
        background: center center no-repeat;
        background-size: auto 100%;
        color: #fff;
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.4; }
      .blk-point > .hdg::before {
        right: 15px;
        margin-top: -5px;
        padding-top: 10px;
        width: 65px;
        height: 40px;
        font-size: 1.3rem; }
      .blk-point > .hdg::after {
        right: 42px;
        margin-top: 22px; }
      .blk-point > .hdg.open::after {
        margin-top: 27px; }
    .blk-point > .cont {
      padding: 30px 15px 10px; }
    .blk-point.type03 > .cont {
      padding: 30px 9px 10px; }
    .blk-point .blk-section01 p {
      font-size: 1.6rem; }
    .blk-point .blk-col {
      display: block;
      margin: 0; }
      .blk-point .blk-col > .cont {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 20px;
        padding: 15px 9px 1px;
        width: auto; }
        .blk-point .blk-col > .cont > .txt {
          max-width: none; }
 
  /* blk-same01 */
  .blk-same01 .hdg {
    margin-bottom: 20px;
    padding: 5px 15px; }
  /* link-contact01 */
  .link-contact01 {
    font-size: 1.4rem;
    line-height: 1.3; }
    .link-contact01::before {
      left: 55%;
      margin: -4px 0 0 -3px; }
    .link-contact01 span {
      display: table-cell;
      padding: 0 20px;
      height: 60px;
      vertical-align: middle; }
    .link-contact01 .txt01 {
      padding: 0 10px;
      width: 55%;
      text-align: left; }
    .link-contact01 .txt02 {
      padding: 0 10px 0 15px; }
  /* blk-desc */
  .blk-desc {
    position: relative;
    margin-bottom: 20px; }
    .blk-desc > .hdg {
      min-height: 90px;
      font-size: 1.6rem; }
      .blk-desc > .hdg .txt {
        padding: 10px 90px 10px 70px;
        width: auto;
        height: auto;
        vertical-align: middle; }
        .blk-desc > .hdg .txt::before {
          left: 20px; }
      .blk-desc > .hdg::before {
        right: 15px;
        margin-top: -25px;
        padding-top: 10px;
        width: 65px;
        height: 40px;
        font-size: 1.3rem; }
      .blk-desc > .hdg::after {
        right: 42px;
        margin-top: 2px; }
      .blk-desc > .hdg.open::after {
        margin-top: 8px; }
    .blk-desc > .cont {
      padding: 25px 16px 10px; }
  /* txt-type01
  ----------------------------------------*/
  .txt-type01 {
    margin-bottom: 60px; }
  /* section
  ----------------------------------------*/
  .section01 {
    padding-bottom: 30px; }
  /*------------------------------------------------------------------------------------------------------------------------
  Footer Area
  ------------------------------------------------------------------------------------------------------------------------*/
  footer {
    padding-bottom: 70px; }
    footer .pagetop a {
      right: 15px; }
  /* footer-info
  --------------------------------------*/
  .footer-info .copyright {
    height: 100px;
    font-size: 1rem; }
  .footer-info .footer-banner {
    width: 100px;
    padding-left: 5px; }
  /* tracking
  --------------------------------------*/
  #tracking {
    padding: 10px 0; }
    #tracking .sec-cont01 {
      overflow: hidden; }
    #tracking .logo {
      margin: 0 10px 0 0; 
      padding: 0 10px;}
      #tracking .logo img {
        width: 150px;
        vertical-align: middle; }
    #tracking .btn {
      float: none;
      padding: 0 10px;
      overflow: hidden;
      width: auto;
      font-size: 1.3rem; }
      #tracking .btn a {
        padding: 3px 5px 1px; }
    #tracking .utility {
      margin-top: 10px; }
      #tracking .utility li {
        font-size: 1rem; }
        #tracking .utility li a {
          padding: 0 10px; } }

/* applicatio_set */
#applicationWrap .applicatio_set dd p {
  font-size: 1.4rem; }

#applicationWrap .applicatio_set ul li {
  background: #fff;
  border: solid #DC4F46; 
  padding: 50px 20px;
  text-align: center;
  min-height: 100px; }
  #applicationWrap .applicatio_set ul li.free {
    background: none;
    padding: 0; }
    #applicationWrap .applicatio_set ul li.free dl {
      background: #F5F5F5;
      padding: 15px 20px;
      text-align: center; }
      #applicationWrap .applicatio_set ul li.free dl:first-child {
        margin-bottom: 16px; }
  #applicationWrap .applicatio_set ul li img {
    max-width: 70%;
    height: auto;
    width: auto; }
  #applicationWrap .applicatio_set ul li.member dt {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 10px; }
  #applicationWrap .applicatio_set ul li.member p, #applicationWrap .applicatio_set ul li.trial p {
    margin-bottom: 20px; }
  #applicationWrap .applicatio_set ul li .image {
    margin-bottom: 15px; }
  #applicationWrap .applicatio_set ul li .price {
    padding: 13px;
    font-size: 16px;
    line-height: 1.0; }
    #applicationWrap .applicatio_set ul li .price span {
      color: #DC4F46;
      display: block;
      font-weight: 700;
      font-size: 22px; }
  #applicationWrap .applicatio_set ul li.member .price {
    padding: 10px 0 40px; }
  #applicationWrap .applicatio_set ul li.trial .price {
    padding: 23px 0 48px; }
  #applicationWrap .applicatio_set ul li .btn_area a {
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px; }
  #applicationWrap .applicatio_set ul li .plan {
    border: 1px solid #5A5B5B;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold; }
  #applicationWrap .applicatio_set ul li.free .price img {
    height: 28px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle; }

#applicationWrap .table_sty_nores {
  table-layout: fixed; }
  #applicationWrap .table_sty_nores th.member {
    background: rgba(0, 0, 0, 0.9);
    vertical-align: middle; }
  #applicationWrap .table_sty_nores th.trial {
    background: rgba(0, 0, 0, 0.7); }
  #applicationWrap .table_sty_nores tr th {
    background: #999;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #FFF; }
    #applicationWrap .table_sty_nores tr th:first-child {
      background: #DDD;
      color: #444;
      width: 200px;
      text-align: left;
      vertical-align: middle; }
  #applicationWrap .table_sty_nores td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px; }
    #applicationWrap .table_sty_nores td span {
      font-size: 12px;
      display: block; }
  #applicationWrap .table_sty_nores tr:nth-child(2n) {
    background: #F5F5F5; }
  #applicationWrap .table_sty_nores td .btn_sty01 {
    padding: 8px 15px 5px 15px !important;
    text-decoration: none !important;
    font-size: 13px;
    text-align: center;
    display: block; }
  #applicationWrap .table_sty_nores td .plan {
    border: 1px solid #5A5B5B;
    font-size: 16px;
    display: block;
    padding: 6px 0 3px; }

#applicationWrap .btn_area_big {
  margin-top: 30px; }

#applicationWrap .tab_box dt {
  border: 3px solid #005B9A;
  color: #005B9A;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 0 13px;
  margin-bottom: 20px; }

@media screen and (max-width: 414px) {
  #applicationWrap .innerWrap {
    padding: 0; }
  #applicationWrap .applicatio_set ul {
    display: block; }
    #applicationWrap .applicatio_set ul li {
      float: none;
      margin-left: 0;
      min-height: inherit;
      padding: 20px 15px; }
      #applicationWrap .applicatio_set ul li + li {
        margin-top: 15px; }
      #applicationWrap .applicatio_set ul li.free dl {
        padding: 20px 15px; }
      #applicationWrap .applicatio_set ul li.member dt {
        font-size: 20px; }
      #applicationWrap .applicatio_set ul li.trial dt {
        font-size: 20px; }
      #applicationWrap .applicatio_set ul li.trial .price {
        padding: 13px; }
      #applicationWrap .applicatio_set ul li .btn_area a {
        width: 100%;
        font-size: 16px; } }
      @media screen and (max-width: 414px) and (max-width: 767px) {
        #applicationWrap .applicatio_set ul li .btn_area a {
          width: auto; } }

/* applicatio_set */
#applicationWrap2 .applicatio_set dd p {
  font-size: 1.4rem; }

#applicationWrap2 .applicatio_set ul li {
  background: #fdf2f2;
  border: solid #DC4F46; 
  padding: 60px;
  min-height: 400px; }
  #applicationWrap2 .applicatio_set ul li.free {
    background: none;
    padding: 0; }
    #applicationWrap2 .applicatio_set ul li.free dl {
      background: #F5F5F5;
      padding: 15px 20px;
      text-align: center; }
      #applicationWrap2 .applicatio_set ul li.free dl:first-child {
        margin-bottom: 16px; }
  #applicationWrap2 .applicatio_set ul li img {
    max-width: 70%;
    height: auto;
    width: auto; }
  #applicationWrap2 .applicatio_set ul li.member dt {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 10px; }
  #applicationWrap2 .applicatio_set ul li.trial dt {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 10px; }
    #applicationWrap2 .applicatio_set ul li.trial dt span {
      color: #E5021F;
      font-size: 13px;
      background: #FFF;
      border-radius: 5em;
      display: inline-block;
      padding: 2px 10px;
      margin-right: 5px;
      vertical-align: middle; }
  #applicationWrap2 .applicatio_set ul li.free dt {
    background: #999;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 5px; }
  #applicationWrap2 .applicatio_set ul li.member p, #applicationWrap .applicatio_set ul li.trial p {
    margin-bottom: 20px; }
  #applicationWrap2 .applicatio_set ul li.free p {
    margin-bottom: 5px; }
    #applicationWrap2 .applicatio_set ul li.free p span {
      color: #E5021F; }
  #applicationWrap2 .applicatio_set ul li .image {
    margin-bottom: 15px; }
  #applicationWrap2 .applicatio_set ul li .price {
    padding: 13px;
    font-size: 16px;
    line-height: 2.0; }
    #applicationWrap2 .applicatio_set ul li .price span {
      color: #000000;
      font-weight: 700;
      font-size: 16px; }
  #applicationWrap2 .applicatio_set ul li.member .price {
    padding: 10px 0 40px; }
  #applicationWrap2 .applicatio_set ul li.trial .price {
    padding: 23px 0 48px; }
  #applicationWrap2 .applicatio_set ul li .btn_area a {
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px; }
  #applicationWrap2 .applicatio_set ul li .plan {
    border: 1px solid #5A5B5B;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold; }
  #applicationWrap2 .applicatio_set ul li.free .price img {
    height: 28px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle; }

#applicationWrap2 .table_sty_nores {
  table-layout: fixed; }
  #applicationWrap .table_sty_nores th.member {
    background: rgba(0, 0, 0, 0.9);
    vertical-align: middle; }
  #applicationWrap2 .table_sty_nores th.trial {
    background: rgba(0, 0, 0, 0.7); }
  #applicationWrap2 .table_sty_nores tr th {
    background: #999;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #FFF; }
    #applicationWrap2 .table_sty_nores tr th:first-child {
      background: #DDD;
      color: #444;
      width: 200px;
      text-align: left;
      vertical-align: middle; }
  #applicationWrap2 .table_sty_nores td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px; }
    #applicationWrap2 .table_sty_nores td span {
      font-size: 12px;
      display: block; }
  #applicationWrap2 .table_sty_nores tr:nth-child(2n) {
    background: #F5F5F5; }
  #applicationWrap2 .table_sty_nores td .btn_sty01 {
    padding: 8px 15px 5px 15px !important;
    text-decoration: none !important;
    font-size: 13px;
    text-align: center;
    display: block; }
  #applicationWrap2 .table_sty_nores td .plan {
    border: 1px solid #5A5B5B;
    font-size: 16px;
    display: block;
    padding: 6px 0 3px; }

#applicationWrap2 .btn_area_big {
  margin-top: 30px; }

#applicationWrap2 .tab_box dt {
  border: 3px solid #005B9A;
  color: #005B9A;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 0 13px;
  margin-bottom: 20px; }

@media screen and (max-width: 414px) {
  #applicationWrap2 .innerWrap {
    padding: 0; }
  #applicationWrap2 .applicatio_set ul {
    display: block; }
    #applicationWrap2 .applicatio_set ul li {
      float: none;
      margin-left: 0;
      min-height: inherit;
      padding: 20px 15px; }
      #applicationWrap2 .applicatio_set ul li + li {
        margin-top: 15px; }
      #applicationWrap2 .applicatio_set ul li.free dl {
        padding: 20px 15px; }
      #applicationWrap2 .applicatio_set ul li.member dt {
        font-size: 20px; }
      #applicationWrap2 .applicatio_set ul li.trial dt {
        font-size: 20px; }
      #applicationWrap2 .applicatio_set ul li.trial .price {
        padding: 13px; }
      #applicationWrap2 .applicatio_set ul li .btn_area a {
        width: 100%;
        font-size: 16px; } }
      @media screen and (max-width: 414px) and (max-width: 767px) {
        #applicationWrap2 .applicatio_set ul li .btn_area a {
          width: auto; } }
      @media screen and (max-width: 414px) and (max-width: 767px) {
        #applicationWrap .applicatio_set ul li .btn_area a {
          width: auto; } }

/* applicatio_set */
#applicationWrap3 .applicatio_set dd p {
  font-size: 1.4rem; }

#applicationWrap3 .applicatio_set ul li {
  color: #fff;
  background: #fff;
  border: solid #DC4F46; 
  padding: 10px;
  text-align: center;
  margin: 5%;
  min-height: 10px; }
  #applicationWrap3 .applicatio_set ul li.free {
    background: none;
    padding: 0; }
    #applicationWrap3 .applicatio_set ul li.free dl {
      background: #fff;
      padding: 10px 10px;
      text-align: center; }
      #applicationWrap3 .applicatio_set ul li.free dl:first-child {
        margin-bottom: 16px; }
  #applicationWrap3 .applicatio_set ul li img {
    max-width: 70%;
    height: auto;
    width: auto; }
  #applicationWrap3 .applicatio_set ul li.member dt {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    color: #FFF;
    padding: 0px 0;
    font-weight: bold;
    margin-bottom: 10px; }
  #applicationWrap3 .applicatio_set ul li.trial dt {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 10px; }
    #applicationWrap3 .applicatio_set ul li.trial dt span {
      color: #E5021F;
      font-size: 13px;
      background: #FFF;
      border-radius: 5em;
      display: inline-block;
      padding: 2px 10px;
      margin-right: 5px;
      vertical-align: middle; }
  #applicationWrap3 .applicatio_set ul li.free dt {
    background: #999;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 5px; }
  #applicationWrap3 .applicatio_set ul li.member p, #applicationWrap .applicatio_set ul li.trial p {
    margin-bottom: 0px; }
  #applicationWrap3 .applicatio_set ul li.free p {
    margin-bottom: 5px; }
    #applicationWrap3 .applicatio_set ul li.free p span {
      color: #E5021F; }
  #applicationWrap3 .applicatio_set ul li .image {
    margin-bottom: 15px; }
  #applicationWrap3 .applicatio_set ul li .price {
    padding: 13px;
    font-size: 16px;
    line-height: 2.0; }
    #applicationWrap3 .applicatio_set ul li .price span {
      color: #000000;
      font-weight: 700;
      font-size: 16px; }
  #applicationWrap3 .applicatio_set ul li.member .price {
    padding: 10px 0 40px; }
  #applicationWrap3 .applicatio_set ul li.trial .price {
    padding: 23px 0 48px; }
  #applicationWrap3 .applicatio_set ul li .btn_area a {
    display: block;
    font-size: 20px;
    height: 10px;
    line-height: 10px; }
  #applicationWrap3 .applicatio_set ul li .plan {
    border: 1px solid #5A5B5B;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold; }
  #applicationWrap3 .applicatio_set ul li.free .price img {
    height: 28px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle; }

#applicationWrap3 .table_sty_nores {
  table-layout: fixed; }
  #applicationWrap3 .table_sty_nores th.member {
    background: rgba(0, 0, 0, 0.9);
    vertical-align: middle; }
  #applicationWrap3 .table_sty_nores th.trial {
    background: rgba(0, 0, 0, 0.7); }
  #applicationWrap3 .table_sty_nores tr th {
    background: #999;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #FFF; }
    #applicationWrap3 .table_sty_nores tr th:first-child {
      background: #DDD;
      color: #444;
      width: 200px;
      text-align: left;
      vertical-align: middle; }
  #applicationWrap3 .table_sty_nores td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px; }
    #applicationWrap3 .table_sty_nores td span {
      font-size: 12px;
      display: block; }
  #applicationWrap3 .table_sty_nores tr:nth-child(2n) {
    background: #F5F5F5; }
  #applicationWrap3 .table_sty_nores td .btn_sty01 {
    padding: 8px 15px 5px 15px !important;
    text-decoration: none !important;
    font-size: 13px;
    text-align: center;
    display: block; }
  #applicationWrap3 .table_sty_nores td .plan {
    border: 1px solid #5A5B5B;
    font-size: 16px;
    display: block;
    padding: 6px 0 3px; }

#applicationWrap3 .btn_area_big {
  margin-top: 30px; }

#applicationWrap3 .tab_box dt {
  border: 3px solid #005B9A;
  color: #005B9A;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 0 13px;
  margin-bottom: 20px; }

@media screen and (max-width: 414px) {
  #applicationWrap3 .innerWrap {
    padding: 0; }
  #applicationWrap3 .applicatio_set ul {
    display: block; }
    #applicationWrap3 .applicatio_set ul li {
      float: none;
      margin-left: 0;
      min-height: inherit;
      padding: 20px 15px; }
      #applicationWrap3 .applicatio_set ul li + li {
        margin-top: 15px; }
      #applicationWrap3 .applicatio_set ul li.free dl {
        padding: 20px 15px; }
      #applicationWrap3 .applicatio_set ul li.member dt {
        font-size: 20px; }
      #applicationWrap3 .applicatio_set ul li.trial dt {
        font-size: 20px; }
      #applicationWrap3 .applicatio_set ul li.trial .price {
        padding: 13px; }
      #applicationWrap3 .applicatio_set ul li .btn_area a {
        width: 100%;
        font-size: 16px; } }
      @media screen and (max-width: 414px) and (max-width: 767px) {
        #applicationWrap2 .applicatio_set ul li .btn_area a {
          width: auto; } }

/* --414px END-- */
/* table_sty_nores */
@media screen and (max-width: 414px) {
  #applicationWrap .tab_box {
    margin: 0 10px; }
    #applicationWrap .tab_box dt {
      font-size: 20px;
      line-height: 1.4;
      padding: 10px 0; }
  .scl_table {
    overflow: auto; }
  #applicationWrap .table_sty_nores {
    width: 640px; }
    #applicationWrap .table_sty_nores tr th:first-child {
      width: 170px; }
    #applicationWrap .table_sty_nores th {
      vertical-align: middle; }
      #applicationWrap .table_sty_nores th.member, #applicationWrap .table_sty_nores th.trial {
        width: 130px; } }
.example {
  text-align: center;
}

/* --414px END-- */
/* 標準 */
.btn_sty01, .btn_sty01:hover {
  color: #FFFFFF !important;
  border: 1px solid #E5021F;
  background: #E5021F;
  text-decoration: none !important;
  display: inline-block;
  padding: 0px 20px !important;
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .area3list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .area3list li {
    width: 100%; } }

.area3list dl {
  margin-bottom: 0; }

.scl_table {
  overflow: auto;
  width: 100%; }
  .scl_table table.table_sty_nores {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .scl_table table.table_sty_nores {
        width: 1000px; } }
    .scl_table table.table_sty_nores th, .scl_table table.table_sty_nores td {
      padding: 5px; }
    @media screen and (max-width: 1023px) {
      .scl_table table.table_sty_nores th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        width: 4em !important;
        font-size: 13px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .scl_table table.table_sty_nores th:first-child {
        width: 10em !important; } }


#contents .h3-01 {
  font-size: 26px;
  color: #03A3CE;
  margin-bottom: 20px;
  margin-top: 50px; }

#contents .h4-01 {
  font-size: 20px;
  margin-bottom: 5px; }

/*# sourceMappingURL=web.css.map */