@charset "UTF-8";
/*************************

  common css

 *************************/
html {
  font-size: 16px;
}
body {
  color: #4b4b4b;
  font-family: 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 73px;
}
/*************************

  h css

 *************************/
h1, h2, h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}
h1 {
  margin: 0px 0 50px;
  padding: 0;
  font-size: 2.875rem;
  text-align: center;
  color: #2f464f;
  font-weight: normal;
}
h2 {
  margin: 0 0 50px;
  padding: 0;
  font-weight: 400;
  font-size: 2.25rem;
  color: #2f464f;
  text-align: center;
  font-weight: normal;
}
h3 {
  margin: 0 0 15px;
  font-size: 1.25rem;
  color: black;
  font-weight: bold;
}
.col-sm-4 h2 {
  text-align: center;
}
.kiyaku h2 {
  text-align: left;
}
p + h2,
table + h2,
ul + h2,
ol + h2 {
  padding-top: 50px;
}
h2.style01 {
  font-size: 24px;
  color: #666;
  text-align: center;
  font-weight: normal;
}
h2.acttl {
  display: none;
}
h1.catch {
  display: block;
  font-size: 2.7rem;
  font-weight: normal;
  padding: 0em 0 .5em;
  margin: 0;
  text-decoration: none;
  text-align: right;
}
h1.catch-2 {
  display: block;
  color: white;
  font-size: 2rem;
  padding: 6% 0 0;
  text-decoration: none;
}
h1.not {
  padding:  0;
  margin: 0;
}
h1 .br,
h2 .br,
.br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  h1,
  h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  h1.catch {
    font-size: 2rem;
  }
  h1.catch {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  h1 .br,
  h2 .br,
  .br {
    display: inline-block;
  }
  h1,h2 {
    font-size: 1.6em !important;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .newsbox dt {
    font-size: 1.6em !important;
    max-width: 95%;
  }
  .download h2 {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 480px) {
  h1.catch {
    font-size: 1.5rem;
  }
  h1.catch-2 {
    font-size: 1rem !important;
  }
}
@media only screen and ( max-width: 320px ) {
  h1.catch {
    padding: 20px 0;
  }
}
/*************************

  join css

 *************************/
.join h1 {
  color: white;
  padding-bottom: 40px;
}
.join h2 {
  font-size: 30px;
  color: white;
}
.join h2 strong {
  font-size: 50px;
}
.join h3 {
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 20px 0;
}
.join h4 {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 5px 0 10px;
}
/*************************

  how css

 *************************/
.how h2 {
  text-align: center;
  font-weight: nromal;
  color: #585757;
}
.how h3 {
  color: #57b9e2;
  font-size: 20px;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}
.how h3 + p {
    padding: 0;
}
.how h3.subttl {
  color: inherit;
  font-weight: normal;
  padding-top: 0;
}
/*************************

  movies css

 *************************/
.movies h2 {
  color: #57b9e2;
  font-weight: normal;
  text-align: left;
}
.movies iframe {
  width: 100%;
  max-width: 100%;
}
.video-m {
  max-width: 640px;
  margin: 0 auto;
}
.video-m + ul {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .movies .container {
    padding: 0;
  }
  #container .movies ul.row.reverse {
    display: block;
    width: 96%;
    margin: 0 auto;
    position: relative;
    padding-top: 3rem;
  }
  #container .movies ul.row.reverse > li {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    font-size: 0.8rem;
    margin: 0 0 40px;
    position: static;
    line-height: 120%;
  }
  #container .movies ul.row.reverse > li:first-child {
    width: 50%;
    float: right;
  }
  #container .movies ul.row.reverse > li.col-sm-6 p {
    padding: 0 20px;
  }
  #container .movies li.col-sm-6 img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .movies h2 {
    padding: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
  }
  .movies h2 br {
    display: none;
  }
  .video-m {
    margin-bottom: 40px;
    width: 100%;
  }
}
/*************************

  link css

 *************************/
a {
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
a:hover {
  color: #666;
  opacity:0.6;
  filter: alpha(opacity=60);
}
a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:focus {
  text-decoration: none;
}
a:active {
  color: -webkit-activelink;
}
#container a[href$=".pdf"]:not(.notimg):not(.faqwaku a)::after {
  content: "\f1c1";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  padding-left: 5px;
  font-size: 1.2em;
  float: right;
}
/*************************

  list css

 *************************/
ul, ol {
  font-size: 16px;
}
ul li, ol li {
  padding: 5px 0;
  line-height: 1.5;
}
.standard-list {
  list-style: none;
  padding-left: 0;
}
.standard-list li {
  position: relative;
  padding-left: 30px;
}
.standard-list li:before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #0071bc;
  line-height: 5px;
  content: "";
}
.standard-number-list {
  list-style: none;
  padding-left: 0;
  counter-reset: my-badass-counter 0;
}
.standard-number-list li {
  position: relative;
  padding-left: 30px;
}
.standard-number-list li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #0071bc;
  color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  content: counter(my-badass-counter,decimal);
  counter-increment: my-badass-counter;
}
ul.list-style01 {
  padding: 0;
}
ul.list-style01 > li {
  text-align: center;
  list-style: none;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px dashed #ccc;
}
.flow-list {
  margin: 0 8%;
  padding: 0;
}
.flow-list dt,
.flow-list dd {
  display: block;
  padding: 0px;
  margin: 0 0 10px;
  line-height: 1.6;
}
.flow-list dt {
  counter-increment : chapter;
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.flow-list dt::before {
  content : counter(chapter)".";
  padding-right: 10px;
}
.flow-list dd {
  padding-bottom: 1.6em;
}
.faq h2 {
  font-size: 16px;
  color: #2f2f2f;
}
.faq-list {
  display: block;
  padding: 0;
  margin: 0 10%;
}
.faq-list dt,
.faq-list dd {
  padding: 0px;
  margin: 0 0 10px;
  text-align: left;
  line-height: 1.6;
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-weight: normal;
}
.faq-list dd {
  margin-bottom: 1.6em;
}
.faq-list > dt::before,
.faq-list > dd::before {
  content: "Q";
  font-size: 1.5em;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: block;
  position: absolute;
  color: #57b9e2;
  font-weight: normal;
  top: 0;
  left: -50px;
  padding: 0;
  margin: 0;
}
.faq-list > dd::before {
  content: "A";
  color: #D74F8E;
  border-color: #D74F8E;
}
/* faq */
.faqwaku {
  padding-bottom: 4em;
}
.faq-list2 {
  margin: 0 0 1em;
  list-style: none;
  padding: 0 10px;
}
.faq-list2 > dt {
  display: block;
  padding: 5px 0 5px 50px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
  color: #57b9e2;
  border-bottom: 2px dotted #eee;
  position: relative;
}
.faq-list2 > dd {
  display: block;
  padding: 10px 0px 20px 50px;
  margin: 0 0 1em;
  display: none;
  position: relative;
}
.faq-list2 > dt::before,
.faq-list2 > dd::before {
  display: inline-block;
  font-size: 1.6em;
  font-weight: normal;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  line-height: 20px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  color: #57b9e2;
  font-weight: normal;
}
.faq-list2 > dd::before {
  content: "A";
  color: #D74F8E;
  top: 10px;
}
.faq-list2 .ttl {
  font-size: inherit;
  color: inherit;
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
}
.faq-list2 ol,
.faq-list2 ul {
  margin-bottom: 0;
  font-size: inherit;
}
.faq-list2 ol {
    padding-left: 20px;
}
.faq-list2 a {
  color: #57b9e2;
  text-decoration: underline;
}
.faq-list2 a:hover {
  text-decoration: none;
}
#faq h2 {
  margin: 1em 0;
  padding: 10px;
}
.faqcommingsoon {
  text-align: center;
  font-size: 2em;
  color: inherit;
  font-weight: normal;
}
.faqcommingsoon p {
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .faq h2 + p {
    display: none;
    font-size: 14px;
    padding: 15px;
  }
  .faq h2 {
    margin: 0 -15px;
    background-color: #f5f3f1;
    /*font-size: 28px;*/
    color: #434343;
    padding: 18px 15px;
    text-align: left;
    font-weight: normal;
    padding-right: 30px;
    cursor: pointer;
  }
  .faq h2::after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    display: inline-block;
    float: right;
    color: #cac8c7;
    -webkit-font-smoothing: antialiased;
  }
  .faq h2.up::after {
    content: "\e260";
  }
}
@media only screen and (max-width: 640px) {
  .faq-list {
    margin: 0 5% 0 12%;
  }
}
@media only screen and (max-width: 460px) {
  .faq-list {
    margin: 0 5% 0 14%;
  }
  .faq-list > dt::before, .faq-list > dd::before {
    left: -30px;
    text-align: left;
  }
  .faq-list dd:last-child {
    margin-bottom: 0;
  }
}
.box-m {
  margin: 0 15%;
}
.box-m li {
  padding-left: 1.5em !important;
  position: relative;
}
.box-m li::before {
  content: "\e013";
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  color: #57b9e2;
  position: absolute;
  top: 10%;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  .box-m {
    margin: 0 10%;
  }
}
@media only screen and (max-width: 900px) {
  .box-m {
    margin: 0 3%;
  }
}
@media only screen and (min-width: 768px) {
  .bxslider,
  .bx-wrapper,
  .bx-viewport,
  .bxslider > li {
    -webkit-overflow-scrolling: touch;
    overflow:auto;
  }
}
@media only screen and (max-width: 767px) {
  .box-m {
    margin: 0 20%;
  }
}
@media only screen and (max-width: 640px) {
  .box-m {
    margin: 0 10%;
    font-size: .8em;
  }
}
@media only screen and (max-width: 320px) {
  .box-m {
    margin: 0 5%;
    font-size: .8em;
  }
}
.tokucho-list {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
  overflow: hidden;
  text-align: center;
}
.bxslider.tokucho-list > li {
  display: inline-block;
  letter-spacing: normal;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 .9em 3em;
  text-align: left;
  vertical-align: top;
}
.tokucho-list li p {
  padding-top: 20px;
}
.bxslider.tokucho-list.bxsd03 > li {
  padding: 0 .9em 3em;
}
.bxslider.tokucho-list > li:nth-child(1),
.bxslider.tokucho-list > li:nth-child(2),
.bxslider.tokucho-list > li:nth-child(3) {
  padding-bottom: 50px;
}
.tokucho .bx-wrapper .bx-viewport {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .bxslider.tokucho-list > li {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

ul.chara-list {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0;
  margin: 0;
}
ul.chara-list li {
  vertical-align: top;
  list-style-type: none;
  padding: 0;
  margin: 0 2%;
  float: left;
  display: inline-block;
  width: 16%;
}
@media only screen and (max-width: 767px) {
  ul.chara-list li {
    margin: 0;
    width: 100%;
  }
  ul.chara-list li .txt-img-list dt {
    width: 30%;
    margin-right: 15px;
  }
}
/*************************

  newslist css

 *************************/
.newsbox {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  letter-spacing: -0.4em;
}
.newsbox dt {
  display: inline-block;
  position: absolute;
  top: -1.2em;
  left: .5em;
  margin: 0 auto;
  background: white;
  padding: .5em;
  z-index: 2;
  text-align: center;
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.newsbox dt::before {
  content: "Topics";
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  color: white;
  margin-right: .2em;
  background: #3886a7;
  font-size: 14px;
  vertical-align: middle;
}
.newsbox dd {
  border: 1px dotted #3886a7;
  padding: 4em 2em 2em;
  z-index: 1;
  letter-spacing: normal;
}
.newsbox .otherlist {
  margin-bottom: 0;
}
.newsbox .nimg {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.newsbox .ntxt {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}
.newsbox .ntxt p.txt {
  font-size: 16px;
  margin-left:1rem;
}
@media only screen and (max-width: 1280px) {
  .newsbox {
    margin: 0;
  }
  .newsbox dt {
    position: relative;
    top: 0;
    left: 0;
  }
  .newsbox dd {
    padding: 2em;
  }
}
@media only screen and (max-width: 620px) {
  .newsbox .nimg,
  .newsbox .ntxt {
    width: 100%;
  }
  .newsbox .ntxt {
    padding-left: 0;
  }
  .newsbox .ntxt p.txt {
    margin:1rem auto;
  }
}
/*************************

  doclist css

 *************************/
.doclist {
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: -0.4em;
}
.doclist h3 {
  font-size: 0.875rem;
  text-align: center;
  padding: 20px 0 0;
  margin: 0;
  font-weight: normal;
}
.doclist h3 strong {
  display: inline-block;
  padding-right: 5px;
}
.doclist p {
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
}
.doclist > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  position: relative;
}
.btn-reserve {
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  position: absolute;
  background: #f9566d;
  color: white;
  z-index: 10;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  right: 2em;
  top: 0;
  font-size: 1.2rem;
  padding-top: 1em;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-reserve::after {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 1.5em;
}
a.btn-reserve:hover {
  color: white;
  text-decoration: none;
  background: #666;
}
nav.pn {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .doclist > li {
    width: 25%;
  }
}
@media only screen and (max-width: 1080px) {
  .btn-reserve {
    right: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  dt {
    padding-bottom: 20px;
  }
  dd {
    padding-top: 40px;
    position: relative;
  }
  .btn-reserve {
    right: -100%;
    left: -100%;
    top: 0;
    position: absolute;
    width: 75%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    line-height: 0;
    line-height: 100%;
    height: auto;
    margin: 0 auto;
  }
  .btn-reserve::after {
    display: inline-block;
    padding-left: .5em;
    line-height: 100%;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .doclist > li {
    width: 33.2%;
  }
  .doclist p {
    padding: 0 0 .5em;
    width: 100%;
    max-width: 100%;
  }
  .doclist {
    width: auto;
    transform: none;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .doclist {
    width: 100%;
    margin-bottom: 2em;
  }
  .doclist > li {
    width: 100%;
    padding-bottom: 2em;
  }
  .doclist dl {
    width: 100%;
    margin: 0 auto;
  }
  .doclist dt,
  .doclist dd {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  .doclist dd {
    width: 58.5%;
    text-align: left;
    padding-top: 0;
  }
  .doclist h3 {
    text-align: left;
    padding: 0;
  }
}
@media only screen and (max-width: 440px) {
  .doclist dd {
    width: 58%;
  }
}

.list-ka {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 260px;
  max-width: 90%;
}
.list-ka > li {
  display: inline-block;
  color: #2f464f;
  text-align: center;
  font-size: .8rem !important;
  padding: 4px;
  list-style: none;
  line-height: 1;
  margin: 0 1px 3px;
  border: 1px solid;
}
@media only screen and (max-width: 767px) {
  .list-ka {
    width: 90%;
  }
  .list-ka > li {
    margin-bottom: .5em;
    font-size: 0.625rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .list-ka {
    width: 100%;
    text-align: left;
    vertical-align: top;
  }
}
/*************************

  table css

 *************************/
table {
  font-size: inherit;
}
caption {
  text-align: right;
  color: inherit;
  padding-top: 0;
}
table th, table td {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.price-table thead th,
.price-table td {
  text-align: center;
  vertical-align: middle !important;
}
.price-table th {
  vertical-align: middle !important;
}
.price-table span {
  display: inline-block;
  margin: 0 10px;
}
.join .table {
  font-size: 14px;
  color: white;
  border: none;
  border-top: 1px solid white;
  background-color: transparent;
}
.join .table th,
.join .table td {
  padding: 3px 10px;
  border: none;
  border-bottom: 1px solid white;
  background-color: transparent;
}
table.price-tbl {
  width: 60%;
  background: white;
  margin: 1em 20%;
  font-size: 1.5em;
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
table.price-tbl th,
table.price-tbl td {
  background: #f2f9fc;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  border: none;
  vertical-align: middle;
  /*border: 1px solid #ccc;*/
  line-height: 1.2;
  font-family: 'Century Gothic', CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
table.price-tbl th {
  font-size: 1.4em;
  white-space: nowrap;
}
table.price-tbl td {
    padding-right: 20px;
}
table.price-tbl td strong {
  font-weight: normal;
  font-size: 1.5em;
  display: inline-block;
  padding: 0 5px;
  color: #ff0089;
}
table.price-tbl th span {
  font-size: .6em;
  display: inline-block;
  padding: 5px 0 0;
  display: block;
}
table.price-tbl td span {
  font-size: .8em;
  display: inline-block;
  padding: 0 5px;
  color: #2f2f2f;
}
table.price-tbl td span.campaign-txt {
  display: block;
  text-align: center;
  font-size: .8em;
  color: #ff0089 !important;
}
table.price-tbl td span.list-price {
  text-decoration: line-through;
}
@media only screen and (max-width: 900px) {
  table.price-tbl {
    display: block;
  }
  .subttl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .price-table span {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .table:not(.price-table) th,
  .table:not(.price-table) td {
    display: block;
    border-top: 0 !important;
  }
  .table:not(.price-table) tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
@media only screen and (max-width: 600px) {
  table.price-tbl {
    width: 100%;
    margin: 1em 0;
  }
  table.price-tbl th,
  table.price-tbl tbody,
  table.price-tbl tr {
    display: block;
    width: 100%;
  }
  table.price-tbl td {
    display: block;
    width: 100em;
    max-width: 100%;
  }
  table.price-tbl td span {
    display: block;
  }
}
table.melist-tbl,
table.kamoku-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 auto;
}
table.melist-tbl {
  max-width: 1280px;
}
table.kamoku-tbl {
  width: 60%;
}
table.melist-tbl th,
table.melist-tbl td {
  border: none;
  padding: .2em .6em;
}
table.melist-tbl th {
  background: #2f464f;
  color: white;
  text-align: center;
}
table.kamoku-tbl th,
table.kamoku-tbl td {
  border: none;
  padding: .6em;
}
table.melist-tbl td,
table.kamoku-tbl th,
table.kamoku-tbl td {
  text-align: left;
  background: #f2f9fc;
  color: #2f464f;
}
table.melist-tbl td.tel {
  text-align: center;
}
table.kamoku-tbl th {
  font-weight: normal;
  white-space: nowrap;
  padding-right: 2em;
}
table.kamoku-tbl td span {
  /*color: #ff0089;*/
}
@media only screen and (max-width: 1200px) {
  table.kamoku-tbl {
    width: 85%;
  }
}
@media only screen and (max-width: 800px) {
  table.kamoku-tbl {
    width: 100%;
    margin: 1em 0;
  }
}
@media only screen and (max-width: 1024px) {
  table.melist-tbl td.tel {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) and (orientation : landscape) {
  table.melist-tbl th,
  table.melist-tbl td {
    font-size: .8rem;
  }
}
@media only screen and (max-width: 640px) and (orientation : portrait) {
  table.melist-tbl tr:first-child {
    background: #2f464f;
  }
  table.melist-tbl th,
  table.melist-tbl td {
    display: block;
  }
  table.melist-tbl th:not(:first-child) {
    display: none;
  }
  table.melist-tbl td:not(:first-child) {
    color: #666;
    font-size: .8em;
    padding: 0 5px;
  }
  table.melist-tbl td.tel {
    text-align: left;
  }
  table.melist-tbl td.tel::before {
    content: "電話：";
  }
  table.melist-tbl td:nth-child(3)::before {
    content: "住所：";
  }
  table.melist-tbl td:nth-child(3) {
    border-bottom: 1px solid;
  }
}
/*************************

  img css

 *************************/
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
a:hover img {
  opacity:0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
img.pd {
  width: 50%;
  padding: 6% 0;
}
img.screen {
  position: absolute;
  top: 9%;
  right: 0;
  width: 50%;
}
/*************************

  parts css

 *************************/
.aC {
  text-align: center;
}

.mt30 {
  margin-top: 30px !important;
}
.disp-block {
  display: block;
}
.note {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.btn {
  border-color: #337ab7;
  background-color: #0174cb;
}
.relative {
  position: relative;
}
.ttl {
  font-size: 24px;
  color: #666;
  text-align: center;
  padding: 0px 0 40px;
}
.ttl strong {
  font-weight: normal;
}
.linkmore {
  color: #57b9e2;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.fullw {
  background: white;
}
.outside {
  margin: 0 -15px;
}
/*  commingsoon  */
.commingsoon {
  color: white;
  padding: 0 0 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 150%;
}
.commingsoon b {
  text-transform: uppercase;
  padding-left: 10px;
}
.commingsoon br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .commingsoon br {
    display: block;
    font-size: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .commingsoon {
    font-size: 1.8rem;
  }
}


/** jizen  **/
.jizen {
  padding: 40px 0 !important;
  margin: 0;
  background: #457fca;
  background: -moz-linear-gradient(left, #457fca 1%, #5691c8 100%);
  background: -webkit-linear-gradient(left, #457fca 1%,#5691c8 100%);
  background: linear-gradient(to right, #457fca 1%,#5691c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457fca', endColorstr='#5691c8',GradientType=1 );
}






.s-br ,
.m-br {
  display: none;
}
p.subttl {
  font-size: 1.5em;
  text-align: center;
  color: #4b4b4b;
  padding: 0;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  p.subttl {
    font-size: 1em;
  }
}
.space {
  padding-top: 50px;
}
/*************************

  mainimg css

 *************************/
.mainimg img {
  display: inline-block;
  z-index: 2;
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;;
}
.mainimg {
  margin: 0 auto;
  position: relative;
  padding: 4% 0 0% !important;
  text-align: center;
  overflow: hidden;
}
.mainimg::before,
.mainimg::after {
  content: "";
  display: block;
  background: #f4f4f4;
  margin: 0 -1000px;
  padding: 0 1000px;
  height: 160px;
  z-index: 1;
  top: 42%;
  left: 0;
  width: 100%;
  position: absolute;
}
.mainimg::after {
  left: auto;
  right: 0;
}
.mainimg p {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .inside.mainimg {
    width: 100%;
    padding: 8% 0 6% !important;
  }
  .mainimg p {
    width: 100%;
  }
  .mainimg img {
    max-width: 90%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .mainimg img {
    max-width: 100%;
    width: 100%;
  }
  .mainimg::after,
  .mainimg::before {
    display: none;
  }
}
/*************************

  topimg css

 *************************/
.topimg {
  overflow: hidden;
  position: relative;
  height: 400px;
  width: 100%;
  text-align: center;
  background: #eaeaec;
}
.topimg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  top: 0;
  left: 0;
}
.topimg .inside {
  max-width: 1280px;
  width: 100%;
  height: 50%;
  margin: auto;
  padding: 0;
  color: black;
  text-align: right;
  line-height: 1.6;
  position: absolute;
  top: -100%;
  left: -100%;
  bottom: -100%;
  right: -100%;
  z-index: 2;
}
.topimg img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  position: absolute;
  bottom: -100%;
  top: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  .topimg .inside {
    width: 90%;
  }
}
@media only screen and (max-width: 900px) {
  .topimg {
    height: 26em;
  }
  .topimg img {
    margin: 0 auto;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topimg {
    height: 500px;
  }
  .topimg p {
    margin: 0 10% 10px;
  }
  .topimg .btn-black.text-left a {
    margin-left: auto;
  }
  .topimg .pcimg {
    display: none;
  }
  .topimg .spimg {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .topimg .inside {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding-top: 70%;
    text-align: center;
  }
  .topimg {
    height: 43em;
  }
}
@media only screen and (max-width: 640px) {
  .topimg {
    height: 42em;
  }
}
@media only screen and (max-width: 600px) {
  .topimg {
    height: 39em;
  }
}
@media only screen and (max-width: 500px) {
  .topimg {
    height: 36em;
  }
}
@media only screen and (max-width: 440px) {
  .topimg {
    height: 34em;
  }
}
@media only screen and (max-width: 414px) { /* iPhone 6s Plus */
  .topimg {
    height: 32em;
  }
}
@media only screen and (max-width: 375px) { /* iPhone 6s */
  .topimg {
    height: 32em;
  }
}
@media only screen and (max-width: 320px) { /* iPhone 5s */
  .topimg {
    height: 30em;
  }
}
/*************************

  caution css

 *************************/
.caution {
  margin: 40px 0;
  padding: 15px 15px;
  border: 1px dotted #C64250;
  font-size: 80%;
  color: #C64250;
}
.caution h2 {
  padding-bottom: .5em;
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #C64250;
}
.note {
  font-size: 80%;
  text-align: left;
  margin: 10px 0 0 0;
  padding-left: 1em;
}
.note-box {
  font-size: 80%;
  text-align: left;
  margin: 10px 8%;
}
.qr-c {
  text-align: center;
  overflow: hidden;
  line-height: 200px;
  font-size: 1.3em;
  padding: 10px;
  margin: 10px 0;
  border: 1px dashed #ccc;
  background: white;
}
.qr-c img {
  width: 200px;
  float: right;
}
.caution-kamoku {
  text-align: right;
  font-size: 80%;
  padding: 20px 0 0px;
  color: #ff0089;
}
.cautionbox {
  background: #e3e3e3;
  text-align: center;
  padding: 50px 0;
}
.cautionbox p {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.cautionbox ul {
  padding: 50px 0 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1280px;
}
.cautionbox li {
  margin: 0;
  padding: 0;
  text-align: left;
}
.caution-txt {
  font-size: .9rem;
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  color: #737373;
}
.caution-txt a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .caution {
    text-align: left;
    margin: 40px 10px;
  }
}
@media only screen and (max-width: 460px) {
  .caution {
    margin: 40px 10px 0;
  }
}
/*************************

  application css

 *************************/
p.application-btn a {
  color: white;
  background: black;
  margin: 20px auto;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 70px;
  line-height: 70px;
  font-size: 1.2em;
  font-weight: 600;
  width: 510px;
  text-align: center;
}
p.application-btn a:hover {
  /*background: #57b9e2;*/
  text-decoration: none;
}
p.application-btn a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
p.application-btn a:hover span {
  opacity:0.6;
  filter: alpha(opacity=60);
}


.spbr {
  display: none;
}
/* newsimg */
.newsimg {
  text-align: center;
  margin: 3em 0 0;
}
.newsimg .spD {
  width: 80%;
  margin-bottom: 1em;
}


/* join blue */
.join.blue .inside {
    padding-top: 3em;
}

.itiran {
  color: #666666;
  font-size: 2rem;
  padding: 2em 0 1em;
}
#column-itiran .inside {
  padding-top: 0;
}
#column-itiran li a {
  color: white;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background: #999;
  border: 2px solid #f8fdff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 2%;
  display: inherit;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
  border-color: white;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  #column-itiran .inside ul {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #column-itiran li a {
    font-size: 1rem !important;
    padding: 3%;
  }
}
html.end-h,
.end-h body.contribution-p {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.end {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 100;
  text-align: center;
  overflow: hidden;
}
.end p {
  color: white;
  font-size: 2em;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: -100%;
   bottom: -100%;
   left: -100%;
   right: -100%;
   margin: auto;
   width: 100%;
   height: 4em;
}
@media only screen and (max-width: 640px) {
  html.end-h,
  .end-h body.contribution-p {
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .end p {
    font-size: 1.4em;
  }
}
.clrb {
  color: #59BAE3;
  display: inline-block;
  padding: 2px;
  border-bottom: 2px dashed ;
}
/*************************

  header css

 *************************/
header {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: padding 0.3s, height 0.3s, position 0.3s, transform 0.3s;
  -moz-transition: padding 0.3s, height 0.3s, position 0.3s, transform 0.3s;
  -o-transition: padding 0.3s, height 0.3s, position 0.3s, transform 0.3s;
  transition: padding 0.3s, height 0.3s, position 0.3s, transform 0.3s;
}
header .container {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  header nav {
    position: absolute;
    top: 50%;
    right: 0;
    height: 1.5em;
    margin-top: -0.75em;
    padding: 0 15px !important;
  }
  header nav div:first-child {
    display: none;
  }
  header nav ul {
    margin: 0;
  }
  header nav ul li {
    list-style: none;
    float: left;
    margin-left: 1.5em;
    padding: 0;
  }
  header nav ul li a {
    color: #010101;
    text-decoration: none;
  }
  header nav ul li.link-other a {
    color: white;
    background-color: #999;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  header nav ul li.link-dl a {
    color: white;
    background-color: #57b9e2;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  header nav ul li.link-other a,
  header nav ul li.link-dl a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav ul li.link-other a:hover,
  header nav ul li.link-dl a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav ul li a:visited, header nav ul li a:focus {
    color: #010101;
    text-decoration: none;
  }
  header nav ul li.link-dl a:focus,
  header nav ul li.link-other a:focus,
  header nav ul li.link-dl a:visited,
  header nav ul li.link-other a:visited {
    color: white;
  }
  header nav ul li a:hover {
    color: #57b9e2;
    text-decoration: none;
  }
  header nav ul li.link-dl a:hover,
  header nav ul li.link-other a:hover {
    color: white;
  }

  header .mobile-menu-icon {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .pull-right,
  .pull-left {
    float: none !important;
  }
  header #logo.pull-left {
    float: left !important;
  }
  header nav {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100;
    width: 230px;
    height: 100%;
    margin-top: -20px;
    padding-bottom: 9999px;
    background: #2f464f;
    color: #fff;
  }
  header nav div:first-child {
    padding: 10px 10px 0;
    text-align: right;
  }
  header nav div:first-child .icon-close {
    width: 32px;
    height: 32px;
  }
  header nav div:first-child .icon-close:hover {
    cursor: pointer;
  }
  header nav ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
  }
  header nav ul li {
    padding: 10px 30px;
  }
  header nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  header nav ul li a:hover, header nav ul li a:focus, header nav ul li a:active {
    color: #fff;
    text-decoration: none;
  }
  header .mobile-menu-icon {
    display: block;
    position: absolute;
    top: .3em;
    right: 15px;
    z-index: 100;
    width: 33px;
    height: 20px;
    border: none;
    border-top: 3px solid #727171;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: content-box;
    background: transparent;
    cursor: pointer;
  }
  header .mobile-menu-icon:before, header .mobile-menu-icon:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    border-bottom: 3px solid #727171;
    box-sizing: content-box;
    content: "";
  }
  header .mobile-menu-icon:before {
    top: 0px;
  }
  header .mobile-menu-icon:after {
    bottom: 0px;
  }
  header .mobile-menu-icon:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 640px) {
  header {
    padding: 10px 0;
  }
  header nav {
    margin-top: -10px;
  }
}
/*************************

  footer css

 *************************/
footer .container {
  position: relative;
}
footer ul {
  font-size: 14px;
}
footer .pageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 10;
  margin: 0 auto;
  padding: 0;
}
footer .pageTop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  color: #575757;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .pageTop a:hover {
  background: white;
  color: #004385;
  text-decoration: none;
}
footer .pageTop a:after {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom: 6px solid #575757;
  content: ' ';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .pageTop a:hover:after {
  border-bottom-color: #004385;
}
footer .pageTop span {
  display: block;
  padding-top: 25px;
  line-height: 1;
}
footer ul li a:focus,
footer ul li a:active {
  color: inherit;
}
footer .social ul {
  list-style: none;
  height: 100px;
  margin: 0;
  padding: 0;
}
footer .social ul li {
  float: left;
  padding: 0;
  line-height: 100px;
}
footer .social ul li:before {
  margin: 0 8px;
  content: "|";
}
footer .social ul li:first-child:before {
  margin: 0;
  content: "";
}
footer .social ul li a,
footer .social ul li a:hover,
footer .social ul li a:focus,
footer .social ul li a:active {
  color: #fff;
}
footer .optim-link {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12.5px;
}
footer .optim-link a {
  text-decoration: none;
}
footer .optim-link a img {
  width: 80px;
}
footer .copyright {
  margin: 0;
  padding: 0 15px 15px;
  font-size: 80%;
}
footer .pull-left,
footer .pull-right {
  float: none !important;
  text-align: center;
}
footer .pull-left ul {
  list-style: none;
}
footer .pull-left ul > li {
  display: inline-block;
}
footer nav li + li::before {
    content: "|";
    padding: 0 5px;
}
/* footer logo */
.inside ul.logolist {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 400px;
}
.logolist li {
  text-align: center;
}
.logo-mrt img {
  width: 140px;
  height: auto;
}
.logo-optim img {
  width: 120px;
  height: auto;
}
/* footer nav css */
footer nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer nav ul > li {
  display: inline;
  padding: 5px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  footer {
    height: auto;
  }
  footer .container {
    padding: 0;
  }
  footer .container .pull-right {
    overflow: hidden;
    position: relative;
    float: none !important;
    width: 100%;
    text-align: center;
  }
  footer .container .pull-right nav {
    overflow: hidden;
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    padding: 1em 15px;
  }
  footer .container .pull-right nav ul {
    position: relative;
    left: 50%;
    float: left;
    height: 25px;
    padding: 0;
  }
  footer .container .pull-right nav ul li {
    position: relative;
    left: -50%;
    line-height: 25px;
  }
  footer .container .pull-right .optim-link {
    position: static;
    clear: both;
    margin: 0;
  }
  footer .container .pull-right .copyright {
    float: none;
    height: 25px;
    margin: 1em 0;
    padding: 0;
    line-height: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  footer .pull-left ul {
    padding: 1em 1em 0;
  }
  footer .pull-left ul + ul {
    padding-top: 0;
  }
  footer .pull-left ul > li {
    padding: 0;
  }
  footer .container .pull-right nav ul,
  footer .container .pull-right nav ul.clearfix {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: -0.4em;
    line-height: auto;
    left: auto;
    height: auto;
  }
  footer .container .pull-right nav ul li {
    display: inline-block;
    float: none;
    letter-spacing: normal;
    box-sizing: border-box;
    line-height: 120%;
    left: auto;
    height: auto;
  }
  footer .inside ul > li {
    display: inline-block;
    width: 49%;
  }
  footer .inside  ul > li img {
    max-width: 70%;
  }
  footer .inside ul > li:first-child img {
    max-width: 80%
  }
}
@media only screen and (max-width: 480px) {
  footer .container .pull-right .copyright {
    font-size: 0.6rem;
  }
}

.copyright {
  display: block;
  margin: 0 auto;
  color: #666;
  text-align: center;
  letter-spacing: 1px;
  font-size: .75rem !important;
  font-family: arial;
}
span {
  font-size: .75rem !important;
}
@media only screen and (max-width: 991px) {
  span {
    display: none;
  }
}
/*************************

  social css

 *************************/
.social {
  padding: 0 15px;
}
.social > div {
  width: 40px;
  height: 40px;
  margin: 14px 0 14px 10px;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
}
.social > div a {
  display: block;
}
.social > div a img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
}
.social > div.social-facebook {
  background: #3b5998;
}
.social > div.social-twitter {
  background: #55acee;
}
.social > div.social-blogger:hover {
  background: #f57d00;
}
.social > div.social-reddit:hover {
  background: #cee3f8;
}
.social > div.social-tumblr:hover {
  background: #35465c;
}
.social > div.social-pinterest:hover {
  background: #cc2127;
}
.social > div.social-hatena:hover {
  background: #00a4de;
}
@media only screen and (max-width: 640px) {
  .social > div {
    width: 60px;
    height: 60px;
  }
  .social > div a {
    padding: .5em;
  }
  .social > div a img {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .social {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: flex-start;/* android 4.3以前 */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-around;/* android 4.3以前 */
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
/*************************

  container css

 *************************/
#container {
  position: relative;
}
body.noheader #container {
  padding-top: 0;
}
.container {
    width: 1280px;
    padding: 0;
}
@media only screen and (max-width: 1300px) {
  section .container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*************************

  page-header css

 *************************/
#container #page-header {
  padding: 0;
}
.view-c #page-header {
  height: auto;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
#container #page-header .row > div {
  position: relative;
}
#container #page-header .top-trial {
  position: absolute;
  bottom: 30px;
}
#container #page-header .top-trial .app {
  display: inline-block;
  padding: 0 13px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #000;
  line-height: 54px;
}
#container #page-header .top-trial .app img {
  height: 40px;
}
#container #page-header .top-trial.btn-goto-cafe img {
  height: 90px;
}
#page-header .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#page-header .container .row {
  padding: 0;
  margin: 0;
}
#page-header .col-xs-12 {
  padding: 0;
}
/*************************

  section css

 *************************/
section {
  padding: 50px 0 100px;
  overflow: hidden;
}
section + section {
  padding-top: 0;
}
section:nth-child(odd):not(#page-header):not(.download):not(#bg-white):not(.bg-white),
section + section:nth-child(odd):not(#page-header):not(.download):not(#bg-white):not(.bg-white) {
  background: #f2f2f2;
  background: -moz-linear-gradient(left, #f2f2f2 1%, #ece9e6 100%);
  background: -webkit-linear-gradient(left, #f2f2f2 1%,#ece9e6 100%);
  background: linear-gradient(to right, #f2f2f2 1%,#ece9e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ece9e6',GradientType=1 );
  padding-top: 50px;
}
section.download {
  background: #f2f9fc;
  padding: 50px 0;
}
section#others {
  border-bottom: 1px solid #666;
  background: #FFF !important;
  padding: 50px 0;
}
.section {
  padding-bottom: 100px;
  overflow: hidden;
}
.row + .section {
  padding-top: 50px;
}
.section:last-child {
  padding-bottom: 0;
}
.video-m + .section {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .video-m + .section {
    padding-top: 0px;
  }
}
/*************************

  iframe css

 *************************/
#container .youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap + .youtube-wrap {
  margin-top: 20px;
}
#container .youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
#container .arrow span {
  font-size: 2em;
}
#container ol + h3 {
  margin-top: 25px;
}
#container .img-share {
  display: block;
  margin: 30px auto 0 !important;
}
iframe:not([name="google_conversion_frame"]) {
  background: url(../img/icon/loading.gif) center center no-repeat;
}
/*************************

  mainvisual css

 *************************/
.mv {
  overflow: hidden;
  padding-top: 63px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
}
.mv.doctor::before,
.mv.client::before {
  display: none;
}
.movie,
.mv video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  display: block;
}
body.noheader .mv video {
  display: none;
}
.mv.doctor,
.mv.client {
  padding-top: 0px;
}
.mv.doctor .inside,
.mv.client .inside {
  position: absolute;
  top: 0;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
}
.mv.doctor img.bk,
.mv.client img.bk {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  z-index: -1;
}
.mv.doctor img.spimg,
.mv.client img.spimg {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  display: none;
}
/*************************

  logo css

 *************************/
#logo img {
  width: 241px;
}
.pokelogo {
    width: 35%;
}
.sp-pokelogo {
   width: 30%;
   display: none;
}
@media only screen and (max-width: 1300px) {
  #logo {
    padding-left: 1em;
  }
}
/*************************

  inside css

 *************************/
.inside-on {
  position: absolute;
  top: 60%;
  text-align: center;
  z-index: 3;
}
.inside-on ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;/* android 4.3以前 */
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;/* android 4.3以前 */
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}
.inside-on li {
    box-sizing: border-box;
    margin: 2% 2% 0;
    list-style: none;
}
.inside-on .btn {
  font-size: 1.5rem;
  padding: 0px;
  display: inline-block;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  color: #58B9E3;
  border: 1px solid #58B9E3;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  line-height: inherit;
  position: relative;
}
.ie9 .inside-on {
  padding-top: 20px;
}
.ie9 .inside-on ul {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  max-width: 750px;
}
.ie9 .inside-on li {
  box-sizing: border-box;
  margin: 2% 2% 0;
  list-style: none;
  display: table-cell;
}
.inside-on a.btn span {
  display: inline-block;
  padding-top: 30%;
}
.inside-on a.btn span::after {
  content: "»";
  font-family: 'Glyphicons Halflings';
  display: block;
  line-height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 45%;
  top: 40%;
  font-size: 5rem;
}
.inside-on .btn:hover {
  background-color: #58B9E3;
  color: white;
}
.inside ul {
    width: 50%;
    display: table;
    list-style: none;
    table-layout: fixed;
    margin: 20px auto;
    padding: 20px 0 0;
}
.inside ul {
  margin: 0 auto 20px;
  padding: 0;
}
.inside ul > li {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
}
.inside .btn {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  width: 220px;
  padding: 10px;
  min-width: auto;
}
.inside .app img {
  display: inline-block;
  padding-top: .7em;
  height: 70px;
  padding: 0px;
  width: 220px;
}
.btn.app.desabled {
  opacity: 0.3;
}
.join .inside {
  padding: 0;
}
/*************************

  noheader css

 *************************/
.noheader .inside {
  padding-top: 8%;
}
.noheader .mv {
  height: auto;
  padding: 30px 0;
}
.noheader .inside-on {
  position: relative;
}
.noheader footer nav.pull-left {
  display: none;
}
.noheader #container #page-header {
  padding-bottom: 8%;
}
/*************************

  bootstrap overwite css

 *************************/
.col-md-6 {
  margin-bottom: 0px;
}
#container .col-md-6 img {
  margin: 0 auto;
}
.help-block {
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 1200px) {
  .col-md-6 {
    padding-bottom: 40px;
  }
  .col-md-6:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .col-md-6 + .col-md-6 {
    margin-top: 0px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .col-md-6 {
    width: 100%;
  }
  .col-sm-1 img,
  .col-sm-10 img,
  .col-sm-11 img,
  .col-sm-12 img,
  .col-sm-2 img,
  .col-sm-3 img,
  .col-sm-4 img,
  .col-sm-5 img,
  .col-sm-6 img,
  .col-sm-7 img,
  .col-sm-8 img,
  .col-sm-9 img {
     display: block;
     margin-left: auto;
     margin-right: auto;
  }
  .col-sm-4 + .col-sm-4 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .section .col-lg-1,
  .section .col-lg-10,
  .section .col-lg-11,
  .section .col-lg-12,
  .section .col-lg-2,
  .section .col-lg-3,
  .section .col-lg-4,
  .section .col-lg-5,
  .section .col-lg-6,
  .section .col-lg-7,
  .section .col-lg-8,
  .section .col-lg-9,
  .section .col-md-1,
  .section .col-md-10,
  .section .col-md-11,
  .section .col-md-12,
  .section .col-md-2,
  .section .col-md-3,
  .section .col-md-4,
  .section .col-md-5,
  .section .col-md-6,
  .section .col-md-7,
  .section .col-md-8,
  .section .col-md-9,
  .section .col-sm-1,
  .section .col-sm-10,
  .section .col-sm-11,
  .section .col-sm-12,
  .section .col-sm-2,
  .section .col-sm-3,
  .section .col-sm-4,
  .section .col-sm-5,
  .section .col-sm-6,
  .section .col-sm-7,
  .section .col-sm-8,
  .section .col-sm-9,
  .section .col-xs-1,
  .section .col-xs-10,
  .section .col-xs-11,
  .section .col-xs-12,
  .section .col-xs-2,
  .section .col-xs-3,
  .section .col-xs-4,
  .section .col-xs-5,
  .section .col-xs-6,
  .section .col-xs-7,
  .section .col-xs-8,
  .section .col-xs-9 {
    padding: 0;
  }
}
/*************************

  bxslider overwite css

 *************************/
.bx-wrapper .bx-viewport {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  height: auto !important;
}
.tab-content ul.bxslider li + li::after {
    content: "";
    background: url(../img/icon/flow_arw.svg) left top no-repeat;
    height: 56px;
    width: 32px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 25%;
    left: -10%;
}
.bxslider h2 + p {
  padding-bottom: 40px;
}
.bxslider.bxsd02 h2 {
  text-align: center;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  left: 0 !important;
  width: 88px !important;
  height: 120px !important;
  background: rgba(0,0,0,0.3) !important;
  display: block;
  overflow: hidden;
  z-index: 100 !important;
}
.bx-wrapper .bx-next {
  left: auto !important;
  right: 0 !important;
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
  content: "";
  display: block;
  background: url(../img/icon/slide_arw_l.svg) center center no-repeat;
  background-size: 60% 60%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bx-wrapper .bx-next::after {
    background-image: url(../img/icon/slide_arw_r.svg);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #57b9e2 !important;
}
/* bxslider */
@media only screen and (min-width: 767px) {
  ul.bxslider {
    left: 0 !important;
    float: none;
    width: auto !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    display: block;
    letter-spacing: -0.4em;
  }
  .bxslider > li {
    width: 25% !important;
    float: none !important;
    display: inline-block !important;
    letter-spacing: normal;
    vertical-align: top;
    padding: 0px 0 0;
    box-sizing: border-box;
  }
  .bxslider.bxsd03 > li {
    width: 33.3% !important;
    padding: 0 40px;
    display: inline-block !important;
    float: none !important;
    letter-spacing: normal !important;
    vertical-align: top !important;
  }
  .bxslider.bxsd02 > li {
    width: 50% !important;
    padding: 0 6em;
  }
  .bxslider > li .col-sm-4,
  .bxslider > li .col-md-6 {
    width: 100% !important;
  }
  .bx-controls {
     display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nobx .bx-wrapper .bx-viewport {
    left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .bxslider h2 + p {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    width: 44px !important;
    height: 60px !important;
  }
}
/*************************

  tab overwite css

 *************************/
.tab-content > .tab-pane { /*  slider in tab fix */
  display: block !important;
  visibility: hidden;
  height: 0px;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
}
.nav-tabs {
  border-bottom: none;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -js-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -js-align-items: center;
  align-items: center;
  -webkit-justify-content: stretch;
  -js-justify-content: stretch;
  justify-content: stretch;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  -js-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0;
  display: inline-block\9;
  width:33%\9;
}
.nav-tabs > li > a {
  color: #858585;
  margin-right: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  border-bottom: 8px solid #fff;
  font-size: 20px;
  padding: 30px 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #57b9e2;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 8px solid #57b9e2;
}
.nav-tabs > li > a br {
    display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-tabs {
    max-width: 1170px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-tabs {
    height: 120px;
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .nav-tabs > li {
    height: 100%;
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  }
  .nav-tabs > li.active {
    background-color: #57b9e2;
  }
  .nav-tabs > li > a::after,
  h2.acttl::after {
  }
  .nav-tabs > li.active > a::after,
  h2.acttl.up::after {
  }
  .nav-tabs > li > a {
    border: none;
  }
  .nav-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent;
  }
  .nav-tabs > li > a br {
    display: block;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: white;
    border: none;
  }
}
/*************************

  modal css

 *************************/
.modal-content {
  background: rgba(255,255,255,1.0) !important;
}
.modal-dialog {
  width: 80%;
  max-width: 800px;
}
.modal ul.box2 {
  margin: 10px;
  letter-spacing: -0.4em;
  padding: 30px;
}
.modal .box2 > li {
  letter-spacing: normal;
  display: inline-block;
  width: 49.5%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
  list-style: none;
}
.modal .box2 dl {
  padding: 15px;
  margin: 0;
}
.modal .box2 dl dt {
  line-height: 140%;
  text-align: center;
  padding-bottom: 10px;
}
.modal .box2 dd {
  display: table;
  width: 100%;
}
.modal .box2 dl dt span,
.modal .box2 dl dd a span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.modal .box2 dl dd a {
  display: table-cell;
  background-color: #56c886;
  text-align: center;
  padding: 20px 0;
  margin: 0px 0 10px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  height: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.modal .box2 dl dd a:hover {
  opacity:0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.modal .box2 dl dd a.normal {
  display: table-row;
  background: none;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #57b9e2;
  font-size: 80%;
}
.modal .box2 dl dd a.normal::before {
  display: block;
  content: "";
  padding-top: 10px;
}
.modal-dialog {
  margin: 5% auto 0 !important;
}
@media only screen and (max-width: 640px) {
  .modal .box2 > li {
    letter-spacing: normal;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    list-style: none;
  }
}
/*************************

  contribution css

 *************************/
.contribution {
  position: relative;
  text-align: center;
  padding: 15px;
  background-color: #c64250;/*#58B9E3;*/
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
}
.contribution a {
  color: white;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 15px;
}
.contribution a::after {
  font-family: 'Glyphicons Halflings';
  content: "\e250";
  font-size: .8rem;
}
.contribution .one-line a {
  padding-bottom: 15px;
  text-decoration: underline;
}
.contribution .one-line a:hover {
  text-decoration: none;
}
.nomsg {
  padding-top: 50px !important;
}
.pcD {
  display: block;
}
.spD {
  display: none;
}
.contribution-blue {
  background-color: #59BAE3;
  position: relative;
  text-align: left;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
}
.contribution-blue p {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
}
.contribution-blue img {
  max-width: 200px;
  width: 100%;
}
.contribution {
  text-align: center;
}
.contribution .con-ttl {
  font-size: 2.5em;
  text-align: center;
}
.contribution-p.noheader #container #page-header {
  padding-bottom: 0px;
}
.contribution-p.noheader .inside {
  padding-top: 0px;
}
.contribution-p.noheader footer .inside {
  padding-top: 8%;
}
.contribution-p footer .l-poke img {
  max-width: 450px;
  margin-bottom: 2em;
}
.contribution-p footer .inside .l-optim img {
  max-width: 145px;
}
.contribution-p footer .inside .l-mrt img {
  max-width: 180px;
}
.contribution-p h1 {
  padding: 40px 0;
}
.contribution-p section .container {
  padding: 40px 0;
}
.contribution-p section:nth-child(odd) {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 1%, #ece9e6 100%);
  background: -webkit-linear-gradient(left, #ffffff 1%,#ece9e6 100%);
  background: linear-gradient(to right, #ffffff 1%,#ece9e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece9e6',GradientType=1 );
}
.contribution-font {
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
}
.contribution-font ul,
.contribution-font dl {
  font-size: inherit;
}
@media only screen and (max-width: 1200px) {
  .contribution-blue p {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contribution {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contribution-p section {
    font-size: inherit !important;
  }
  .contribution-p ul.row {
    display: block;
    text-align: left;
  }
  .contribution-p li.col-sm-6 {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .contribution-p footer .l-poke img {
    max-width: 80%;
    margin-bottom: 1em;
  }
  .contribution-p footer .inside .l-optim img {
    max-width: 80%;
  }
  .contribution-p footer .inside .l-mrt img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 460px) {
  .contribution .con-ttl {
    font-size: 1.8em;
  }
  .contribution-p h1 {
    padding: 0px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .contribution .con-ttl {
    font-size: 1em;
  }
  .contribution-p h1 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1200px) {
  img.pd {
    width: 50%;
    padding: 6% 0 6% 4%;
  }
  img.screen {
    top: 9%;
    right: 4%;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  p.application-btn a {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .pcD {
    display: none;
  }
  .spD {
    display: block;
  }
  img.pd {
    width: 80%;
    padding: 6% 0;
  }
  img.screen {
    top: auto;
    right: auto;
    width: 80%;
    position: relative;
    padding-top: 8%;
  }
}
@media only screen and (max-width: 460px) {
  .spbr {
    display: inline-block;
  }
  .flow-list dt {
    font-size: 1.2em;
  }
}

/*************************

  important-notices css

 *************************/
section#important-notices .notices-area {
  border: 1px solid #f9566d;
}
section#important-notices .notices-area th {
  vertical-align: top;
  font-weight: 400;
  padding: 40px 0 40px 30px;
  border-bottom: 0;
}
section#important-notices .notices-area td {
  padding: 40px 30px;
  border-bottom: 0;
}
section#important-notices .notices-area tr:not(:first-child) th,
section#important-notices .notices-area tr:not(:first-child) td {
  padding-top: 0;
}
section#important-notices h2 {
  color: #f9566d;
  font-weight: 700;
}
section#important-notices h3 {
  color: #f9566d;
  font-weight: 700;
  font-size: inherit;
}
section#important-notices h4 {
  margin-top: 1.5em;
  font-size: inherit;
}
section#important-notices ul {
  margin-bottom: 1em;
}
section#important-notices li {
  padding: 0;
}
section#important-notices a {
  text-decoration: underline;
}

@media (max-width: 575px) {
  section#important-notices .notices-area th,
  section#important-notices .notices-area td {
    display: block;
    width: 100%;
  }
  section#important-notices .notices-area th {
    padding-bottom: 0;
  }
  section#important-notices .notices-area td {
    padding-top: 0;
  }
  section#important-notices h3 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  section#important-notices ul {
    font-size: 13px;
  }
}

/*************************

  toroku css

 *************************/
 .toroku {
  margin-bottom: 0;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;/* android 4.3以前 */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;/* android 4.3以前 */
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: top;
  -webkit-flex-direction: column;
  flex-direction: column;
}
a.otherenter,
.toroku a {
  color: white;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  background: rgba(255,255,255,0.2);

  border: 2px solid #f8fdff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 2%;
  display: inherit;
  text-align: center;
  font-size: 1.5rem;
  width: 30%;
}
a.otherenter,
.toroku a {
  margin: 1em 2% 0;
}
.jizen .toroku a:first-child {
  margin-top: 0;
}
.join .toroku a:first-child {
  margin-top: 3%;
}
#page-header .toroku {
  padding-top: 2em;
}
.ie9 a.otherenter,
.ie9 .toroku a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 35%;
}
.toroku a span {
  margin: 0 auto;
  padding-right: 1em;
  display: block;
}
.toroku a span::after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  font-size: 1rem;
  margin-left: 15px;
  border: none;
  top: 5px;
  right: 5%;
}
.toroku a.otherenter span::after {
  content: "\e250";
  border: 1px solid;
}
.toroku a:active,
.toroku a:visited {
  color: white;
}
.toroku a:hover {
  background: rgba(87,185,226,0.7);
  color: white;
}
.toroku a br {
  display: none;
}
/* store */
.toroku-list {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
  width: 100%;
  display: block;
  text-align: center;
}
.toroku-list > dt,
.toroku-list > dd {
  display: block;
  letter-spacing: normal;
  font-weight: normal;
  width: 30%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  margin: 1em auto;
}
.toroku-list > dd {
  vertical-align: middle;
  width: 50%;
  padding-bottom: 0;
}
.toroku-list > dt img {
  display: inline-block;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 80%;
  height: auto;
}
.toroku-list > dt::before {
  content: "\f107";
  display: block;
  margin: 0 auto;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toroku-list > dt:first-child::before {
  display: none;
}
.btnblck a {
  letter-spacing: 1px;
}
.attentionBox {
  text-align: center;
  font-size: 16px;
  border: 2px solid #a94442;
  color: #a94442;
  padding: 15px;
  max-width: 640px;
  margin: 0 auto;
}
.attentionBox .in-attentionlist {
  text-align: left;
  margin: 0;
}
.start {
  padding: 2em 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.toroku-list2 {
  margin: 2em 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  text-align: center;
}
.toroku-list2 > li {
  display: table;
  width: 60%;
  table-layout: fixed;
  margin: 1em auto;
  padding-top: 3em;
  position: relative;
  counter-increment : step;
}
.toroku-list2 > li::before {
  position: absolute;
  left: auto;
  top: -.5em;
  width: 100%;
  content: "\f107";
  display: block;
  margin: 0 auto;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toroku-list2 > li > div,
.toroku-list2 > li > div.txt {
  display: table-cell;
  vertical-align: top;
}
.toroku-list2 > li > div {
  width: 40%;
  text-align: left;
}
.toroku-list2 > li > div img {
  display: inline-block;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 90%;
  height: auto;
}
.toroku-list2 > li > div.txt {
  text-align: left;
  width: 60%;
  position: relative;
}
.toroku-list2 > li > div.txt::before {
  content: "Step"counter(step);
  display: block;
  font-size: 3em;
  line-height: 1.5;
  font-weight: normal;
  color: #59BAE3;
  font-family: 'Century Gothic', CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  padding-bottom: 10px;
  margin-bottom: .5em;
  border-bottom: 2px dashed;
}
.toroku-list2 > li > div.txt div.attention {
  border: 1px solid #dea3a2;
  background: #f9f9f9;
  padding:10px;
  font-size:12px;
}
.toroku-list2 > li > div.txt div.attention strong {
  font-size:13px;
}
.toroku-list2 > li > div.txt div.attention ul {
  list-style-type: disc;
  margin:0;
}
.toroku-list2 > li > div.txt div.attention ul li {
  font-size: 12px;
  padding:0;
}
.toroku-list2 > li > div.txt div.attention ul li a {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  a.otherenter,
  .toroku a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .toroku {
    display: block;
  }
  .ie9 .toroku a,
  .toroku a {
    width: 80%;
    padding: 3%;
    margin: 2% auto !important;
    font-size: 1.8rem;
    min-width: 176px;
  }
  .ie9 .docbtn a:first-child,
  .docbtn a:first-child {
    margin-top: 0 !important;
  }
  .ie9 #page-header .toroku a:first-child,
  #page-header .toroku a:first-child {
    margin-top: 6% !important;
  }
  .jizen .docbtn a:not(:first-child) {
    margin-bottom: 0 !important;
  }
  .join .toroku a:first-child {
    margin-top: 2% !important;
  }
  .toroku a span::after {
    top: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .toroku a,
  .toroku a span::after {
    font-size: 1.2rem !important;
  }
}
@media only screen and ( max-width: 320px ) {
  .s-br {
    display: block;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .toroku-list2 > li {
    width: 80%;
  }
  .start {
    width: 90%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .toroku-list2 > li > div.txt::before {
    font-size: 2em;
  }
}
@media only screen and (max-width: 414px) {
  .toroku-list2 > li {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: column-reverse;/*--- safari（PC）用 ---*/
    flex-direction: column-reverse;;
  }
  .toroku-list2 > li > div.txt::before {
    text-align: center;
  }
  .toroku-list2 > li > div,
  .toroku-list2 > li > div.txt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .toroku-list2 > li > div.txt {
    margin-bottom: 1em;
    text-align: left;
  }
  .toroku-list2 > li > div.txt br {
    display: none;
  }
}

/*************************

  coupon-page css

 *************************/
.toroku-list2.no-first > li:first-child {
  padding-top: 0;
}
.toroku-list2.no-first > li:first-child::before {
  display: none;
}


/*************************

  sub-nav css

 *************************/
.sub-nav {
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 1280px;
  max-width: 100%;
  right: -100%;
  left: -100%;
  top: 0;
  letter-spacing: -0.4em;
  z-index: 10;
  text-align: right;
}
.sub-nav li {
  display: inline-block;
  letter-spacing: normal;
  width: 120px;
  margin: 0;
  padding: 0;
}
.sub-nav li:first-child {
  padding-right: 10px;
  width: 130px;
}
.sub-nav li a {
  background: rgba(0,0,0,0.7);
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sub-nav li a:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.4);
}
/*************************

  doc-img css

 *************************/
.doc-img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bx-wrapper .doc-img img,
.doc-img img,
.doc-img img:hover,
.doc-img a:hover img {
  position: absolute;
  min-height: 100%;
  max-height: 200px;
  height: auto;
  width: auto;
  min-width: 100%;
  max-width: 200px;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: -100%;
  margin: 0 auto;
}
.doc-img a:hover {
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media only screen and (max-width: 900px) {
  .doc-img {
    width: 150px;
    height: 150px;
  }
  .bx-wrapper .doc-img img,
  .doc-img img,
  .doc-img img:hover,
  .doc-img a:hover img {
    max-width: 170px;
    max-height: 170px;
  }
}
@media only screen and (max-width: 640px) {
  .doc-img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .doc-img {
    width: 150px;
    height: 150px;
  }
  .bx-wrapper .doc-img img,
  .doc-img img,
  .doc-img img:hover,
  .doc-img a:hover img {
    max-width: 170px;
    max-height: 170px;
  }
}
@media only screen and (max-width: 440px) {
  .doc-img {
    width: 100px;
    height: 100px;
  }
  .bx-wrapper .doc-img img,
  .doc-img img,
  .doc-img img:hover,
  .doc-img a:hover img {
    max-width: 120px;
    max-height: 120px;
  }
}

/*************************

  btn css

 *************************/
.bx-wrapper + .btn-black.blue {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .bx-wrapper + .btn-black.blue {
    padding-top: 0;
  }
  .about .bx-wrapper + .btn-black.blue {
    padding-top: 100px;
  }
}
.btn-black a {
  color: white;
  background: black;
  margin: 0px auto;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 70px;
  line-height: 70px;
  font-size: 1.2em;
  font-weight: 600;
  width: 300px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-black a:hover {
  text-decoration: none;
}
.btn-black.text-left a {
  margin-left: 0;
}
.btn-black.blue a {
  background: #3886a7;
}
.btn-inline {
  text-align: center;
}
.btn-inline a {
  display: inline-block;
  max-width: 45%;
  width: auto;
  padding: 0 3em;
  margin: 1em;
  vertical-align: top;
}
.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
/*************************

  list css

 *************************/
.txt-img-list {
  width: 100%;
  margin: 0;
  padding: 0 0 50px;
}
.txt-img-list dt,
.txt-img-list dd {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.txt-img-list dt {
  min-height: 5rem;
  padding-bottom: 20px;
}
.step-list {
  overflow: hidden;
}
.step-list dl {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 50px;
  letter-spacing: -0.4em;
  overflow: hidden;
}
.step-list > div:nth-child(3) dl,
.step-list > div:nth-child(4) dl {
  padding-bottom: 0;
}
.step-list dt,
.step-list dd {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
.step-list > div {
  counter-increment : step;
}
.step-list h3 {
  margin-bottom: 0;
}
.step-list h3::before {
  content : "Step"counter(step);
  color: #3886a7;
  font-size: 1.5rem;
  line-height: 100%;
  display: block;
  font-weight: normal;
  text-align: left;
  padding: 0 .5em .5em 0;
  font-family: 'Century Gothic', CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
.step-list p {
  padding: 20px 0 0;
  margin: 0;
}
.step-list p.note {
  margin: 0 0 0 1em;
}
.step-list img {
  display: block;
  margin: 0 auto;
  max-height: 300px;
  max-width: 90%;
}
@media only screen and (max-width: 1024px) and (orientation : portrait) {
  .step-list > div.col-sm-4 {
    float: none;
    width: 100%;
  }
  .step-list {
    padding-bottom: 50px;
  }
  .step-list > div:nth-child(3) dl,
  .step-list > div:nth-child(4) dl {
    padding-bottom: 50px;
  }
  .step-list > div:last-child dl {
    padding-bottom: 0;
  }
  .step-list dt {
    text-align: center;
  }
  .step-list dt img {
    width: auto;
  }
  .step-list h3,
  .step-list h3::before {
    text-align: left;
  }
  .step-list h3 br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .step-list p.note {
    margin-left: 1em;
  }
}
/*************************

  others css

 *************************/
.others {
  padding: 50px;
  background: #e3e3e3;
  box-sizing: border-box;
  margin-top: 50px;
  border: 1px solid #fff;
}
.otherlist {
  display: block;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  letter-spacing: -0.4em;
}
.otherlist > li {
  display: inline-block;
  width: 60%;
  letter-spacing: normal;
}
.otherlist > li:first-child {
  width: 40%;
}
.otherlist img {
  max-width: 90%;
}
.otherlist .btn-black a {
  width: 50%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .otherlist {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .otherlist {
    display: block;
  }
  .otherlist > li:first-child,
  .otherlist > li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: normal;
  }
  .otherlist li.col-sm-6 p {
    padding-bottom: 0;
  }
}
/*************************

  app-link css

 *************************/
.app-link {
  display: block;
  width: 60%;
  max-width: 600px;
  letter-spacing: -0.4em;
  margin: 0 auto;
  padding: 0 0 50px;
}
.app-link > li {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .app-link {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .app-link {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .app-link,
  .app-link > li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: normal;
  }
  .app-link > li {
     margin-top: 1em;
     width: 47%;
    max-width: 47%;
  }
  .app-link.inside {
    padding: 0;
    margin: 2em auto;
  }
  h1 + .app-link.inside,
  .app-link > li:first-child {
    margin-top: 0;
  }
  .app-link {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .app-link > li {
    width: 100%;
    max-width: 100%;
  }
}
/*************************

  kiyaku css

 *************************/
.klist02,
.klist03,
.klist04,
.klist02 > li,
.klist03 > li,
.klist04 > li {
  list-style: none;
}
.klist02,
.klist03,
.klist04 {
  padding-left: 20px;
}
li .klist02 {
  padding-left: 0px;
}
.klist02 > li,
.klist03 > li {
  counter-increment : chapter;
  padding-left: 2em;
  text-indent: -1em;
}
.klist04 > li {
  padding-left: 1em;
  text-indent: -1.3em;
}
.klist02 > li::before,
.klist03 > li::before {
  content: "("counter(chapter)")";
  display: inline-block;
  min-width: 1.2rem;
}
.klist03 > li::before {
  content: counter(chapter,lower-roman)".";
}
.kiyaku ul,
.kiyaku li ol,
.kiyaku li ul {
  margin-top: 10px;
}
.kiyaku p + ul {

}
.kiyaku li li {
  padding-top: 0;
}
.kiyaku h3 {
  margin: 1em 0 !important;
}
.kiyaku table {
  width: 100%;
  border: none;
}
.kiyaku th,
.kiyaku td {
  padding: .5em;
  margin: 0;
  text-align: left;
}
.over {
  padding-top: 10em;
}
.style-parenthesis-katakana,.style-parenthesis-number {
  padding-left: 0;
  list-style: none;
  counter-reset: counter 0
}
.style-parenthesis-katakana>li,.style-parenthesis-number>li {
  position: relative;
  padding: 0 0 5px 35px
}
.style-parenthesis-katakana>li::before,.style-parenthesis-number>li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  counter-increment: counter;
  text-align: right
}
.style-parenthesis-number>li::before {
  content: "(" counter(counter,decimal) ")"
}
.style-parenthesis-katakana>li::before {
  content: "(" counter(counter,katakana) ")"
}
.style-lower-roman {
  padding-left: 35px;
  list-style: lower-roman
}







@media only screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
  .nobx .bx-controls {
     display: none;
  }
  .txt-img-list {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction: row-reverse;*/
  }
}
@media only screen and (max-width: 640px) {
  body {
    padding-top: 53px;
  }
  .section {
    width: 95%;
    margin: 0 auto;
  }
  .btn-reserve {
    right: 0;
    border-radius: 0;
    position: static;
    display: block;
    height: auto;
    line-height: 1.5em;
    padding: 10px 0;
    width: 100%;
  }
  .btn-reserve::before {
    content: "この医師を";
  }
  .btn-reserve::after {
    display: inline-block;
    line-height: 100%;
    padding-left: .3em;
  }
  .inside ul.logolist {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: normal;
  }
  .btn-inline a {
    margin: 1em auto;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
  }
  .btn-inline a:first-child {
    margin-top: 0;
  }
  .txt-img-list dd {
    text-align: center;
  }
  .inside ul.logolist {
    padding: 0;
  }
  #container .otherlist li.col-sm-6 + li.col-sm-6 {
    margin-top: 0;
  }
  #container .col-sm-6 .txt-img-list img {
    margin: 0 auto;
  }
  .btn-black a {
    max-width: 100%;
  }
  .section .row h1 {
    padding-top: 0;
  }
  .btn-black.blue a {
    font-size: 1.5em;
  }
  .inside ul.logolist {
    width: 70%;
  }
}
@media only screen and (max-width: 440px) {
  .btn-black.blue a {
    padding: 0;
    font-size: 1rem;
  }
}
img.spimg {
  display: none;
}






/*****

  when css

 ******/
.when dt {
  padding: 0 0 20px;
  margin: 0;
}
.when dd {
  text-align: center;
  margin: 0;
  padding: 0;
}
.when dd img {
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: top;
}
.when dd p {
  text-align: center;
  text-decoration: underline;
}
.when dd p::before {
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  color: #2f464f;
  padding: 20px 0;
}
.when dd strong {
  color: #2f464f;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .when > div:not(:first-child) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .video-m {
    margin-bottom: 50px;
  }
  .when > div:not(:first-child) {
    padding-top: 0px;
  }
}
.when .bxslider {
  padding: 0;
  margin: 0;
}
.when .bx-wrapper .bx-viewport {
  left: 0;
}
.when .bxslider > li {
  padding: 0 .6em;
  box-sizing: border-box;
}
.when li p {
  padding-top: 20px;
}




/*************************

  coupon css

 *************************/
.coupon-box {
  margin: 3em 3em;
  padding: 5em 3em;
  border-right: none;
  border-left: snow;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.coupon-box::before {
  content: 'web coupon';
  width: 30vw;
  padding: 1em;
  background: #f9566d;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 3vw;
  left: -8vw;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.coupon-box h1 {
  font-weight: normal;
  font-size: 3.5vw !important;
  text-align: center;
  padding: 0 0 .2em;
  margin: 0 auto .5em;
  color: #f9566d;
  letter-spacing: .1em;
  border-bottom: 2px solid;
  display: block;
  width: 90%;
  max-width: 800px;
}
.coupon-box h2 {
  font-weight: normal;
  font-size: 3vw !important;
  text-align: center;
  padding: 0 0 1em;
  margin: 0;
  color: #f9566d;
  letter-spacing: .1em;
}
.coupon-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em 0;
  overflow: hidden;
  letter-spacing: -0.4em;
  text-align: center;
}
.coupon-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  letter-spacing: normal;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-size: 2vw;
  border-left: 1px solid;
}
.coupon-list li:first-child {
    border: none;
}
.coupon-list.col2 li {
  width: 40%;
}
.coupon-list li strong {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid;
  color: #f9566d;
}
.coupon-box .cam-date {
  font-family: 'Century Gothic','Avenir-Light',sans-serif;
}
.coupon-list .now-price {
  text-decoration: line-through;
  font-family: 'Century Gothic','Avenir-Light',sans-serif;
}
.coupon-list .cam-price {
  font-size: 4.5vw;
  font-family: 'Century Gothic','Avenir-Light',sans-serif;
}
.coupon-btn {
  display: block;
  margin: 1em auto 0;
  padding: 1em;
  text-align: center;
  width: 80%;
  max-width: 460px;
  font-size: 2vw;
  background: #f9566d;
  color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.coupon-btn:hover {
    color: white;
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    .coupon-box::before {
        top: 4vw;
    }
     .coupon-btn {
        font-size: 1.5em;
    }
    .coupon-box h1 {
         font-size: 2.3rem !important;
    }
    .coupon-box h2 {
         font-size: 1.6rem !important;
    }
    .coupon-list .cam-price {
        font-size: 3rem;
    }
    .coupon-list li {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 600px) {
    .coupon-box {
        padding: 2vw;
        margin: 2em 0;
    }
    .coupon-box::before {
        font-size: 1.6vw;
        width: auto;
        padding: .5em;
        margin: 0 auto;
        background: transparent;
        color: #f9566d;
        text-align: center;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        text-transform: uppercase;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .coupon-btn {
        font-size: 3.5vw;
    }
    .coupon-box h1 {
         font-size: 4.5vw !important;
    }
    .coupon-list .cam-price {
        font-size: 6vw;
    }
    .coupon-list.col2 li {
        width: 45%;
    }
}



/*************************

  利用規約修正（2017.4）

 *************************/
.terms-box {
  padding: 100px 0 3em;
}
.terms-box + .terms-box {
  border-top: 1px solid #ddd;
}
.terms-link {
  display: table;
  width: 100%;
  border: none;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.terms-link > li {
  display: table-cell;
  text-align: center;
  padding: 1em;
}
.terms-link > li a {
  max-width: 100% !important;
  font-size: 1.5vw;
}
@media only screen and (min-width: 1200px) {
  .terms-link > li a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .terms-link > li {
    display: block;
    width: 100%;
    margin-bottom: .5em;
  }
  .terms-link > li a {
    font-size: 3vw !important;
  }
}



/****************************************
          Clearfix
*****************************************/
.clearfix {
  /* clearfix for ie7 */
  display: inline-block;
  display: block;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0.1rem;
  content: " ";
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
  .table th {
    width: 140px;
    white-space: nowrap;
  }
  .medical .bxsd02 h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #page {
    position: relative;
  }
  .disableContainer {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
  .container {
    width: 100%;
  }
  .inside .btn {
    line-height: auto;
    height: auto;
  }
  .pokelogo {
    width: 40%;
  }
}
@media only screen and (min-width: 1170px) {
  .top-trial {
    left: 5.1%;
  }
}
@media only screen and (max-width: 1169px) {
  #page-header .col-xs-12 {
    padding: 0;
  }
  .inside ul  {
    width: 60%;
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 1199px) {*/
@media only screen and (max-width: 768px) {
  .inside ul {
    width: 65%;
  }
  .inside-on .btn {
    width: 150px;
    height: 150px;
    line-height: inherit;
  }
  .inside-on a.btn span::after {
    top: auto;
    bottom: 20%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
  .table th {
    width: 190px;
  }
  .join .table th {
    width: 30%;
    white-space: nowrap;
  }
}
/* タブレット用
------------------------------------------------------------*/
@media only screen and (min-width: 1001px) {
  #container #page-header .top-trial.btn-goto-cafe {
    right: 4%;
  }
}
@media only screen and (max-width: 1000px) {
  #container #page-header .row > div .top-trial.btn-goto-cafe {
    top: 100%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 45px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
  #container #page-header .top-trial.btn-goto-cafe img {
    height: 54px;
  }
  .mv video {
    display: none;
  }
  .mv.doctor img.bk,
  .mv.client img.bk {
    display: none;
  }
  .mv.doctor img.spimg,
  .mv.client img.spimg {
    display: block;
    z-index: -1;
  }
  .mv.doctor,
  .mv.client {
    padding-bottom: 0;
    height: auto;
  }
  .mv .spbk {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    min-height: 960px;
    background: url(../img/mv_smp.png) top center no-repeat transparent;
    background-size: cover;
    top: 0;
    left: 0;
  }
  .noheader .mv .spbk {
    background: none;
    height: auto;
  }
  .mv.doctor .spbk,
  .mv.client .spbk {
    min-height: auto;
  }

  .pokelogo {
    width: 65%;
  }
  a.otherenter,
  #page-header .toroku a {
    margin-top: 4.5em;
  }

}
@media only screen and (min-width: 768px) {
  #container .top-trial {
    bottom: 0;
    left: 4%;
    color: #fff;
    font-size: 16px;
  }
  #container .top-trial.btn-goto-cafe {
    left: auto;
  }
  #container .top-trial .btn {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 32px;
  }
  #container .top-trial a {
    color: #fff;
  }
  #container .top-trial br {
    display: none;
  }
  #container .arrow {
    display: table;
  }
  #container .arrow span {
    display: table-cell;
    font-size: 2em;
    vertical-align: middle;
  }
  #container .arrow span.glyphicon-arrow-down {
    display: none;
  }
  #container .mtg-start01 .row {
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
  }
  ul.row {
    letter-spacing: -0.4em;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
  ul.row:last-child {
    padding-bottom: 0;
  }
  li.col-sm-6 {
    display: inline-block;
    letter-spacing: normal;
    box-sizing: border-box;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  #container #page-header .row > div {
    margin-bottom: 0;
  }

  #container .arrow {
    height: auto !important;
    padding: 10px 15px;
  }
  #container .glyphicon-arrow-right {
    display: none;
  }
  #container .col-md-6 img,
  #container .col-sm-6 img,
  #container .img-share {
    width: 80%;
    margin: 10px auto;
  }
  .inside {
    padding-top: 6%;
  }
  .inside ul {
    width: 90%;
    padding: 0;
  }
  .inside ul {
    width: 73%;
  }
  .watch {
    padding: 0;
    padding-top: 10px;
  }
  section {
    font-size: 13px;
  }
  .ttl,
  .linkmore {
    font-size: 15px;
  }
  h2.acttl {
    background-color: white;
    font-weight: normal;
    display: none;
    color: #858585;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 20px;
    padding: 30px 30px 30px 0;
    cursor: pointer;
  }
  .tab-content > .tab-pane.upp {
    visibility: visible;
    height: auto;
  }
  .fade.upp {
    opacity: 1;
  }
  .tab-content ul.bxslider li + li::after {
    display: none;
  }
  ul.row {
    margin: -20px 0 0 0;
    padding-left: 0;
    list-style: none;
    -js-display: flex;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  li.col-sm-6 {
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .video iframe + img,
  .video iframe + a,
  .video video + a {
    display: block;
    z-index: 10;
  }
  li.col-sm-6 p {
    text-align: left;
    padding: 0 20px 40px;
    margin: 0;
  }
  #container li.col-sm-6 + li.col-sm-6 {
    margin-top: 20px;
  }
  a.otherenter br,
  .toroku a br {
    display: block;
  }
  .pokelogo {
    display: none;
  }
  .noheader .pokelogo {
    display: block;
  }
  .sp-pokelogo {
    display: block;
  }
  a.otherenter,
  .toroku a,
  .jizen .toroku a,
  #page-header .toroku a {
    margin: 2em 25% 0;
  }
  .jizen .toroku a {
    margin: 0 25% ;
  }
}
.movie-box {
  font-size: 1rem;
  line-height: 1.8;
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  .top-trial .app + br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .join .table td {
    text-align: right;
  }
  .inside ul {
    margin: 0px auto;
  }
  .join .inside {
    padding-bottom: 40px;
  }
  .join .inside {
    padding-top: 0;
  }
  .inside  ul > li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  h2.style01 {
    font-size: 16px;
  }
  .inside-on .btn {
    width: 100px;
    height: 100px;
    line-height: inherit;
    font-size: 1rem;
  }
  .inside-on a.btn span::after {
    font-size: 3rem;
  }
  .inside-on ul {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .inside-on li {
    margin: 2% 0.5% 0;
  }
  .doc #page-header .toroku {
    padding-top: 0;
  }
  a.otherenter, .toroku a, .jizen .toroku a, #page-header .toroku a {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .watch a {
    font-size: 18px;
  }
  a.otherenter,
  .toroku a {
    font-size: 1.4rem;
  }
  a.otherenter {
    margin: 2em 20% 0;
  }
  a.otherenter span::after,
  .toroku a span::after {
    margin-top: -5px;
    font-size: 1.4rem;
    margin-left: 5px;
  }
  a.otherenter span::after {
    margin-top: -0.5em;
  }
  .join h2 {
    font-size: 1.5em;
  }
  br.m-br {
    display: block;
    line-height: 1;
  }
}

.telemedicine-flow {
  margin: 5rem auto;
  width: 70%;
}
.telemedicine-flow img {
  width: 100%;
}
