@charset "UTF-8";
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* ===================================================================

BASE style

=================================================================== */
html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  font-family: "Yu Gothic", YuGothic;
  background: #f9f9f9;
  font-size: 1.6rem;
  color: #2c2c2c;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #2c2c2c;
  outline: none;
  text-decoration: none;
}

body a:hover {
  color: #060606;
  text-decoration: none;
}

body a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

body img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: bottom;
  max-width: 100%;
}

body select, body input, body textarea, body button {
  vertical-align: middle;
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.wrap article {
  padding: 40px 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap header {
  padding: 0 5%;
}

.wrap article section {
  padding: 0 40px;
}

.wrap article footer {
  padding: 0 40px;
}
.wrap article footer h6 {
  font-size: 2.6rem;
  margin-bottom: 2%;
}

.wrap p {
  font-size: 1.8rem;
  margin: 5% 0;
  line-height: 2;
}
.wrap p.caution {font-size: 1.4rem;}
.wrap p.right {text-align: right;}
.wrap br.sp {
  display: none;
}
.gif {
  padding: 0 14% 30px;
}

.big {
  font-size: 24px;
}
.big2 {
  font-size: 110%;
}

.small {
  font-size: 14px;
}

.ybg {
  background: #fffa04;
}

.ybg.big {
  background: -webkit-linear-gradient(transparent 25%, #fffa04 25%, #fffa04 75%, transparent 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, #fffa04), color-stop(75%, #fffa04), color-stop(75%, transparent));
  background: linear-gradient(transparent 25%, #fffa04 25%, #fffa04 75%, transparent 75%);
}

.red {
  color: #e82068;
}

.blue {
  color: #112cbb;
}

.pink {
  color: #e82068;
}

.line {
  position: relative;
  font-weight: bold;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(111, 171, 198, 0.6)));
  background-image: -webkit-linear-gradient(top, transparent 90%, rgba(111, 171, 198, 0.6) 0);
  background-image: linear-gradient(180deg, transparent 90%, rgba(111, 171, 198, 0.6) 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: 2s;
  transition: 2s;
}

.line.line2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0, rgba(255, 195, 214, 0.6)));
  background-image: -webkit-linear-gradient(top, transparent 90%, rgba(255, 195, 214, 0.6) 0);
  background-image: linear-gradient(180deg, transparent 90%, rgba(255, 195, 214, 0.6) 0);
}

.line.active {
  background-size: 100% 100%;
}

.marker {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff45c), color-stop(50%, transparent)) 100% 0%/200% 100% no-repeat;
  background: -webkit-linear-gradient(left, #fff45c 50%, transparent 50%) 100% 0%/200% 100% no-repeat;
  background: linear-gradient(to right, #fff45c 50%, transparent 50%) 100% 0%/200% 100% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  font-weight: bold;
}

.marker.active {
  background-position: 0% bottom;
}

.bdb {
  border-bottom: 1px dashed #9c9c9c;
  padding-bottom: 15px;
}

.center {
  text-align: center;
}

.photo_l, .photo_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photo_l .image, .photo_r .image {
  width: 30%;
  text-align: center;
}

.photo_l .txt, .photo_r .txt {
  padding: 2%;
  width: 66%;
}

.photo_l .txt p, .photo_r .txt p {
  line-height: 2.4;
}

.photo_l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.photo_l + .photo_l, .photo_l + .photo_r {
  margin-top: 20px;
}

.photo_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}

.photo_r + .photo_r, .photo_r + .photo_l {
  margin-top: 20px;
}

.wrap .uv .photo_l, .wrap .uv .photo_r {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rltv {
  position: relative;
}

.hidden-pc {
  display: none;
}

.wrap .stars {
  position: relative;
  color: #9c9c9c;
}

.wrap .stars:before {
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -4px;
  width: 0;
  color: #fffa04;
}

.wrap .star1:before {
  width: 20%;
}

.wrap .star2:before {
  width: 40%;
}

.wrap .star3:before {
  width: 60%;
}

.wrap .star4:before {
  width: 80%;
}

.wrap .star5:before {
  width: 100%;
}

h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  background-image: url("../images/head_bg.jpg");
  text-align: center;
  padding: 30px 0;
  line-height: 1;
  color: #fff;
  font-size: 2.8rem;
}

h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  background: #ccc;
}


h2 {
  margin: 0 0 2%;
  padding: 2% 0;
  color: #2c2c2c;
  font-size: 2.6rem;
  font-weight: bold;
}

h3 {
  margin: 10% 0 4% 0;
  padding: 2% 3%;
  font-size: 2.4rem;
  font-weight: bold;
  background: #050067;
  color: #fff;
}

h4 {
  margin: 3% 0;
  color: #ff7575;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

h5 {
  margin: 6% 0 4% 0;
  padding: 1% 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0E0167;
  border-bottom: dashed;
}

h6 {
  color: #ff7575;
  font-size: 2.4rem;
  font-weight: bold;
}

.cv{text-align: center;}

.images {
  text-align: center;
  margin: 3% 0;
}

.images.max img {
  max-width: 60%;
}

.images_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 0 30px;
}

.images_list.max {
  max-width: 80%;
  margin: 0 auto;
}

.images_list li img {
  max-width: 100%;
}

.link {
  text-align: right;
  padding: 20px;
  font-size: 1.8rem;
}

.link.center {
  text-align: center;
}

.link a {
  color: #c12242;
  font-weight: bold;
  text-decoration: underline;
}

.link a:hover {
  text-decoration: none;
}

.list01 li {
  font-size: 2rem;
}

.list01 li + li {
  padding-top: 20px;
}

.list02 li {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 1.8rem;
}

.list02 li + li {
  padding-top: 20px;
}

/* ===================================================================

style style

=================================================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.mainvisual {
  line-height: 2;
  text-align: center;
  background: #fff;
  padding: 0 4%;
  background-image: url(../images/mainvisual_bg01.jpg), url(../images/mainvisual_bg02.jpg);
  background-repeat: no-repeat;
  background-position: top left , top right;
  background-size: auto 100%;
  border-bottom: 1px solid #ebebeb;
}

.mainvisual .wrap {
  max-width: auto;
  padding: 150px 40px;
  display: inline-block;
  background: #fff;
}

.mainvisual .bold {
  font-size: 2.4rem;
}

.info {
  font-size: 1.4rem;
}

.info:after {
  content: "";
  display: block;
  clear: both;
}

.info ul {
  float: left;
}

.info ul li {
  padding: 8px 20px;
  display: inline-block;
}

.info ul li:nth-child(1) {
  background: #050067;
  color: #fff;
  border: 1px solid #050067;
}

.info ul li:nth-child(2) {
  background: #fff;
  color: #050067;
  border: 1px solid #050067;
}

.info .data {
  float: right;
  padding: 8px 10px;
}

.sns_btn {
  margin-bottom: 3%;
}

.sns_btn li {
  display: inline-block;
}

.box {
  border: 1px dashed #f27d7d;
  padding: 3%;
  margin-bottom: 4%;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box h4 {
  color: #e8216a;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8216a;
  text-align: left;
  margin-top: 0;
}

.box dt {
  color: #4caf01;
  font-weight: bold;
  margin-bottom: 10px;
}

.box dd {
  margin-bottom: 3%;
}

.box dd h6 {
  margin-bottom: 10px;
}

.box a {
  display: inline-block;
  color: #e8216a;
}
.box a:after {
  content:"";
  display: block;
  background: #e8216a;
  height: 1px;
}
.box a:hover {
  color: #e8216a;
}
.box a:hover:after {
  background: transparent;
}

.foot_box {
  border: 5px solid #ebebeb;
  padding: 4%;
}

.btn {
  width: 530px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center;
}

.btn a {
  border-radius: 100px;
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0;
  border: 1px solid #13790a;
  background: #1ed445;
  background: -webkit-linear-gradient(top, #1ed445 0%, #13790a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1ed445), to(#13790a));
  background: linear-gradient(to bottom, #1ed445 0%, #13790a 100%);
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0 4px white, inset 0px 0px 10px 8px rgba(255, 255, 205, 0.55);
  box-shadow: inset 0px 0px 0 4px white, inset 0px 0px 10px 8px rgba(255, 255, 205, 0.55);
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
}

.btn a:hover, .btn a:focus {
  color: #fff;
  opacity: .75;
}

.btn a:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  margin: auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0 0 50% 50%/0 0 50% 50%;
}

.btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1.0;
  -webkit-animation: arrow 1.5s .5s infinite;
          animation: arrow 1.5s .5s infinite;
}

@-webkit-keyframes arrow {
  0% {
    right: 10%;
    opacity: 1.0;
  }
  20% {
    right: 10%;
    opacity: 1.0;
  }
  80% {
    right: 5%;
    opacity: 0;
  }
  100% {
    right: 5%;
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    right: 10%;
    opacity: 1.0;
  }
  20% {
    right: 10%;
    opacity: 1.0;
  }
  80% {
    right: 5%;
    opacity: 0;
  }
  100% {
    right: 5%;
    opacity: 0;
  }
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
}

.footer nav {
  padding: 4% 0;
  text-align: center;
}

.copy {
  background: #050067;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5% 0;
  text-align: center;
}

.link_btn_cont {
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.link_btn_cont a.link_btn {
  display: inline-block;
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 60px;
  color: #fff;
  background: #e8216a;
  font-size: 2.4rem;
  font-weight: bold;
  border: 2px solid #e8216a;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_btn_cont a.link_btn:hover {
  color: #e8216a;
  background: #fff;
}

.box01 {
  max-width: 1000px;
  margin: 0 auto;
}

.box01 > div {
  opacity: 0;
}

.box01 .fl, .box01 .fr {
  width: 50%;
}

.box01 .graph {
  width: 70%;
  margin: 0 auto;
}

.box01 .graph .circle {
  -webkit-box-shadow: 3px 3px 19px 0px #aaa;
          box-shadow: 3px 3px 19px 0px #aaa;
}

.box01 .graph .circle .circleInner {
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  padding-top: 22%;
  background: #fff;
}

.box01 .graph.graph01 .circle {
  background: #c12242;
}

.box01 .graph.graph01 .circle.on::before {
  -webkit-animation: rotate-circle-left1 1.8s ease-out forwards;
          animation: rotate-circle-left1 1.8s ease-out forwards;
}

.box01 .graph.graph01 .circle.on::after {
  -webkit-animation: rotate-circle-right1 1.8s ease-in forwards;
          animation: rotate-circle-right1 1.8s ease-in forwards;
}

.box02 {
  border: 1px dashed #c12242;
  background: #fff5f7;
  padding: 1% 3% 0 3%;
  margin-bottom: 4%;
  color: #c12242;
  font-weight: bold;
}

.box03 {
  border: 5px solid #eee;
}

.box03 h4 {
  text-align: center;
}

.box03 .link_btn_cont {
  margin-bottom: 0;
}

.box03 .link_btn_cont .link_btn {
  display: block;
}

.box04 {
  border: 1px dashed #050067;
  background: #f5faff;
  padding: 1% 3% 0 3%;
  margin-bottom: 4%;
  color: #050067;
  font-weight: bold;
}
.box04 h4 {
  font-size: 20px;
}
.box05 {
  background: #f5faff;
  padding: 1% 3%;
  margin-bottom: 2%;
}

.plan_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  margin-bottom: 30px;
}

.image.tab, .image.sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .image.tab {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .image.pc, .image.tab {
    display: none;
  }
  .image.sp {
    display: inline-block;
  }
}

/* ===================================================================

sp style

=================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .wrap {
    max-width: 960px;
  }
  .wrap article {
    padding: 20px 0;
  }
  .wrap article section {
    padding: 0 20px;
  }
  .wrap article footer {
    padding: 0 20px;
  }
  .images img {
    max-width: 100%;
  }
  .wrap p {
    line-height: 2;
  }
  .mainvisual {
    background-position: top left -10%, top right -13%;
  }
  .mainvisual .wrap {
    padding: 50px 40px;
  }
  h1 {
    padding: 20px 10px 10px;
  }
  .images_list.max {
    max-width: auto;
  }
  .btn {
    max-width: 530px;
  }
  .link_btn_cont a.link_btn {
    padding: 20px 40px;
    font-size: 2.4rem;
  }
  .side_bnr.pc {
    max-width: 300px;
  }
  .side_bnr.pc > img {
    max-width: 100%;
  }
  .side_bnr.sp {
    display: none;
  }
  .footer {
    max-width: 960px;
  }
  .footer nav {
    max-width: 640px;
    padding: 2% 0;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  body {
    position: relative;
    font-size: 1.6rem;
    height: auto;
  }
  .wrap {
    width: 100%;
  }
  .wrap article {
    position: static;
    width: 100%;
    padding: 0 0 5%;
    border: 0;
  }
  .wrap article section {
    padding: 0 5%;
  }
  .wrap article footer {
    padding: 0 5%;
  }
  .wrap article footer h6 {
    font-size: 2.2rem;
  }
  .wrap img {
    max-width: 100%;
  }
  .wrap p {
    font-size: 1.6rem;
    margin-bottom: 6%;
    padding: 0;
    line-height: 2;
  }
  .wrap p.caution {font-size: 1.0rem;}
  .images {
    padding: 0;
  }
  .images.max img {
    max-width: 80%;
  }
  .big {
    font-size: 140%;
  }
  .big2 {
    font-size: 110%;
  }
  .small {
    font-size: 80%;
  }
  .bdb {
    padding-bottom: 15px;
  }
  .photo_r .txt, .photo_l .txt {
    width: 68%;
  }
  .photo_r .txt p, .photo_l .txt p {
    line-height: 1.8;
  }
  .photo_r .image, .photo_l .image {
    width: 30%;
    margin: 10px auto;
  }
  .hidden-pc {
    display: inline-block;
  }
  .hidden-sp {
    display: none;
  }
  .wrap br.pc {
    display: none;
  }
  .wrap br.sp {
    display: inline-block;
  }
  .mainvisual {
    padding: 0;
    height: 70vh;
    background-position: bottom left, bottom right;
    background-size: 50% auto;
    border-bottom: 0;
  }
  .mainvisual .wrap {
    display: block;
    width: auto;
    margin: auto 0;
    padding: 20px 10px 0;
  }
  .mainvisual .bold {
    font-size: 1.6rem;
  }
  .images_list.max {
    max-width: auto;
  }
  h1 {
    padding: 20px 10px;
  }
  h1 img, .sub_title img {
    max-width: 100%;
  }
  h2 {
    font-size: 2rem;
    padding: 6% 0;
  }
  h3 {
    font-size: 1.8rem;
    padding: 2%;
    margin: 10% 0 6% 0;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  .info ul li {
    padding: 2% 0;
    font-size: 1.4rem;
  }
  .info .data {
    padding: 1% 0;
    margin-bottom: 20px;
  }
  .box dd {
    margin-bottom: 10%;
  }
  .box a {
    text-decoration: underline;
  }
  .box a:after {
    content:none;
  }
  .btn {
    width: 100%;
  }
  .btn a {
    font-size: 2.4rem;
  }
  .link_btn_cont a.link_btn {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .side_bnr.pc {
    display: none;
  }
  .side_bnr.sp {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10vh;
    background: #000;
  }
  .footer {
    width: 100%;
  }
  .footer nav {
    width: 100%;
  }
  .copy {
    width: 100%;
    margin-bottom: 10vh;
  }
  .link {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .list01 li {
    line-height: 2;
    font-size: 1.4rem;
  }
  .list01 li + li {
    padding-top: 10px;
  }
  .list02 li {
    line-height: 2;
    font-size: 1.4rem;
  }
  .list02 li + li {
    padding-top: 10px;
  }
  .box03 .link_btn_cont {
    padding: 10px 20px;
  }
  .box03 .link_btn_cont .link_btn {
    max-width: 100%;
  }
}

/* ===================================================================

popup style

=================================================================== */
/* ポップアップアニメーション用のcss */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  background: #efefef;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 101;
  font-size: 1.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup_inner {
  padding: 20px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}

/* ポップアップするブロック内のレイアウト用css */
.popup h4 {
  display: block;
  background: #050067;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup h4:after {
  content: none;
}

.popup_inner > div:nth-of-type(2) {
  text-align: center;
}

.popup_inner dl {
  border-bottom: 1px solid #CCC;
}

.popup_inner dl, .popup_inner dl .box {
  overflow: auto;
}

.popup_inner dl dt {
  clear: both;
  width: 130px;
  padding: 15px 10px 15px 30px;
  border-top: 1px solid #CCC;
  font-weight: bold;
  float: left;
}

.popup_inner dl dd {
  width: 520px;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  float: left;
}

.close {
  display: inline-block;
  margin-top: 10px;
  padding: 2px 5px;
  border: 2px solid #fff;
  background: #050067;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.close a {
  color: #fff;
}

@media (max-width: 767px) {
  .popup {
    width: 96%;
    margin: 0 2%;
  }
  .popup_inner {
    padding: 3%;
  }
  .popup_inner dl dt {
    width: 34%;
    padding: 3%;
  }
  .popup_inner dl dd {
    width: 54%;
    padding: 3%;
    border-left: 0;
  }
}
