¬@charset "UTF-8";

/*
 * 共通
 */
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: 'palt'1;
  text-rendering: optimizeLegibility;
}

.clx {
  *zoom: 1;
  height: 1%;
}

.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
  font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #505050;
  background: #f5f5f5;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a:hover .fade {
  opacity: .6;
}

/*input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
*/
:-ms-input-placeholder {
  color: #aaa;
}

select::-ms-expand {
  display: none;
}

select {
  text-indent: .01px;
  text-overflow: "";
}

header {
  /*height: 85px;*/
  background: #f5f5f5;
}

header::after {
  content: "";
  clear: both;
  display: block;
}

.error-message,
#flashMessage {
  color: red;
}

#flashMessage {
  max-width: 924px;
  margin: 0 auto 10px;
}

.form-control {
  font-size: 1.4rem !important;
}

.container {
  padding: 0;
}

.container .hdr-inr .col-md-6,
.container .hdr-inr .col-xs-6 {
  padding: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 923px) {
  .welcome img {
    width: 18%;
  }

  .welcome p {
    width: inherit !important;
  }
}

.l-wrap {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
}

.l-wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*.l-wrap .icon-circle img{
	width: auto;
  height: auto;
  vertical-align: top;
}*/
/*テキスト関係*/
.txt {
  line-height: 1.5;
}

.txt-blue {
  color: #0099cc;
}

/*
 * ヘッダー
 */
.hdr {
  text-align: center;
}

.hdr .login-area {
  margin-top: 10px;
}

.hdr .login-area .logout-btn {
  border-radius: 30px;
  padding: 10px !important;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0099cc;
  float: right;
}

.hdr .login-area p {
  color: #555;
  font-size: 13px;
  float: right;
  text-align: right;
  line-height: 1.2;
  padding: 6px 10px 0 0 !important;
}

.hdr .login-area p span {
  font-size: 14px;
}

.hdr .login-area::after {
  content: "";
  clear: both;
  display: block;
}

.hdr-inr .col-md-4,
.hdr-inr .col-xs-7,
.hdr-inr .col-md-8,
.hdr-inr .col-xs-5 {
  padding: 0 !important;
}

.hdr-logo {
  width: 173px;
  border-radius: 0 0 5px 5px;
  float: left;
}

.hdr-logo a {
  /*width: 173px;*/
  height: 0;
  display: block;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-image: url(../img/hdr-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 45px 0 0;
}

/*
 * SPヘッダー
 */
.hdr-sp {
  display: none;
  height: 45px;
  background: #505050;
  background: -webkit-linear-gradient(top, #505050 0%, #000000 100%);
  background: -moz-linear-gradient(top, #505050 0%, #000000 100%);
  background: linear-gradient(to bottom, #505050 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$dark-gray', endColorstr='$black', GradientType=0);
  border-radius: 0 0 5px 5px;
  z-index: 9990;
}

.sp-logo {
  float: left;
}

.sp-logo a {
  width: 130px;
  height: 0;
  display: block;
  overflow: hidden;
  background-image: url(../img/hdr-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 5px 5px;
  padding: 45px 0 0;
}

.sp-nav {
  display: none;
  width: 100%;
  background: #e6e6e6;
  padding: 0 10px 10px;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 0 0 5px 5px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 9990;
}

.sp-nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sp-nav-inr {
  background: #ffffff;
  padding: 12px;
  border-radius: 0 0 5px 5px;
}

.sp-nav-inr > ul > li + li {
  border-top: 1px dotted #505050;
}

.sp-nav-inr > ul > li > a {
  display: block;
  padding: 10px 0;
}

.sp-nav-inr > ul > li > a span:after {
  content: '';
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/arw-right-black-s.png) no-repeat;
  margin: 0 0 0 10px;
}

.sp-nav-inr ul li p {
  font-size: 1.3rem;
  color: #54c3f1;
  margin: 10px 0;
}

.sp-nav-inr ul li p:before {
  content: '';
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url(../img/arw-down-blue.png) no-repeat;
  margin: 0 5px 0 0;
}

.sp-nav-inr ul li ul {
  padding: 0 0 5px 16px;
}

.sp-nav-inr ul li ul li {
  background: url(../img/arw-right-black-s.png) no-repeat left 3px;
  padding: 0 0 0 13px;
  margin: 0 0 10px;
}

/*
 * フッター
 */
.ftr-top {
  padding: 50px 0 120px;
}

.ftr-top-inr {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.ftr-top-main {
  width: 67.3828125%;
  max-width: 690px;
  float: left;
}

.ftr-top-main h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #a2a2a2;
  position: relative;
  padding: 0 0 12px 10px;
  margin: 0 0 10px;
}

.ftr-top-main h2:before {
  content: '';
  width: 3px;
  height: 17px;
  position: absolute;
  top: 1px;
  left: 0;
  background: #54c3f1;
  margin: 0 10px 0 0;
}

.ftr-top-main h2 br {
  display: none;
}

.ftr-top-main > p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 45px;
}

.ftr-top-main > p br {
  display: none;
}

.ftr-top-main-carousel {
  background: #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.carousel-group + .carousel-group {
  margin: 35px 0 0;
}

.carousel-group h3 {
  font-size: 1.4rem;
  font-weight: bold;
  background: #f5f5f5;
  padding: 6px 15px;
  margin: 0 0 15px;
}

.carousel {
  padding: 0 7.5%;
}

.carousel li {
  width: 24%;
  margin: 0 0.15%;
}

.carousel li a {
  display: block;
  outline: none;
  position: relative;
}

.carousel li a .carousel-img {
  width: 100%;
  display: block;
  outline: none;
  position: relative;
  background-color: #54c3f1;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  margin: 0 0 5px;
}

.carousel li a p {
  font-size: 1.1rem;
  text-align: center;
}

.carousel li a:hover .carousel-img:before {
  content: '詳細をみる';
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel li a:hover img {
  opacity: 0;
}

.slick-prev,
.slick-next {
  width: 21px;
  height: 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-repeat: no-repeat;
  background: none;
  padding: 27px 0 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 40%;
}

.slick-prev {
  background-image: url(../img/arw-carousel-prev.png);
  left: 2%;
}

.slick-next {
  background-image: url(../img/arw-carousel-next.png);
  right: 2%;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .6;
}

.ftr-top-sub {
  width: 29.296875%;
  max-width: 300px;
  float: right;
  background: #e6e6e6;
  padding: 15px;
}

.ftr-top-sub-inr {
  background: #ffffff;
  padding: 15px 15px 0;
}

.ftr-top-sub-nav {
  margin-bottom: 28px;
}

.ftr-top-sub-nav p {
  font-size: 18px;
  color: #0099cc;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.ftr-top-sub p.title2 {
  font-size: 14px;
  color: #0099cc;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.ftr-top-sub-nav ul li {
  height: 125px;
  line-height: 40px;
  color: #ffffff;
  background: #505050;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 0 15px;
  font-size: 18px;
  padding-top: 40px;
}

.ftr-top-sub-nav ul li:nth-child(1) {
  color: #505050;
  background: #f5f5f5;
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$light-gray', endColorstr='#e6e6e6', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(1):hover {
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: -moz-linear-gradient(top, #e6e6e6 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='$light-gray', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(2) {
  background: #54c2f0;
  background: -webkit-linear-gradient(top, #54c2f0 0%, #49aad3 100%);
  background: -moz-linear-gradient(top, #54c2f0 0%, #49aad3 100%);
  background: linear-gradient(to bottom, #54c2f0 0%, #49aad3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54c2f0', endColorstr='#49aad3', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(2):hover {
  background: -webkit-linear-gradient(top, #49aad3 0%, #54c2f0 100%);
  background: -moz-linear-gradient(top, #49aad3 0%, #54c2f0 100%);
  background: linear-gradient(to bottom, #49aad3 0%, #54c2f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49aad3', endColorstr='#54c2f0', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(3) {
  background: #6fba2c;
  background: -webkit-linear-gradient(top, #6fba2c 0%, #4b8619 100%);
  background: -moz-linear-gradient(top, #6fba2c 0%, #4b8619 100%);
  background: linear-gradient(to bottom, #6fba2c 0%, #4b8619 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fba2c', endColorstr='#4b8619', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(3):hover {
  background: -webkit-linear-gradient(top, #4b8619 0%, #6fba2c 100%);
  background: -moz-linear-gradient(top, #4b8619 0%, #6fba2c 100%);
  background: linear-gradient(to bottom, #4b8619 0%, #6fba2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b8619', endColorstr='#6fba2c', GradientType=0);
}

.ftr-top-sub-nav ul li:nth-child(4) {
  background: #ea5504;
  background: -webkit-linear-gradient(top, #ea5504 0%, #cb4800 100%);
  background: -moz-linear-gradient(top, #ea5504 0%, #cb4800 100%);
  background: linear-gradient(to bottom, #ea5504 0%, #cb4800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5504', endColorstr='#cb4800', GradientType=0);
}

.ftr-top-sub-nav ul li a {
  color: inherit;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.ftr-top-sub-nav ul li a:before {
  content: '';
  width: 27px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}

.ftr-top-sub-nav ul li:nth-child(1) a:before {
  background-image: url(../img/ico-circle2.png);
}

.ftr-top-sub-nav ul li:nth-child(2) a:before {
  background-image: url(../img/ico-login.png);
}

.ftr-top-sub-nav ul li:nth-child(3) a:before {
  background-image: url(../img/ico-mail.png);
}

.ftr-top-sub-link {
  margin: 22px 0 0;
}

.ftr-top-sub-link h3 {
  font-size: 1.3rem;
  color: #54c3f1;
  margin: 0 0 10px;
}

.ftr-top-sub-link h3:before {
  content: '';
  width: 12px;
  height: 10px;
  display: inline-block;
  background: url(../img/arw-down-blue.png) no-repeat;
  margin: 0 5px 0 0;
}

.ftr-top-sub-link ul {
  padding: 0 0 0 16px;
}

.ftr-top-sub-link ul li {
  background: url(../img/arw-right-black-s.png) no-repeat left 3px;
  padding: 0 0 0 13px;
  margin: 0 0 10px;
}

.ftr-top-sub-link ul li a {
  font-size: 1.3rem;
}

.ftr-top-sub-link ul li a:hover {
  text-decoration: underline;
}

.ftr-btm {
  background: #505050;
  padding: 40px 0 10px;
}

.ftr-btm-inr {
  width: 100%;
  max-width: 924px;
  margin: 0 auto;
}

.ftr-logo {
  width: 176px;
}

.ftr-logo a {
  width: 176px;
  height: 26px;
  overflow: hidden;
  display: block;
  background: url(../img/ftr-logo.png) no-repeat;
  padding: 25px 0 0;
  margin: 0 0 30px;
}

.ftr-gnav ul {
  letter-spacing: -.4em;
  padding: 0 0 10px;
  margin: 0 0 40px;
  position: relative;
}

.ftr-gnav ul:after {
  content: '';
  width: 36px;
  height: 1px;
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ftr-gnav ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 0 20px;
}

.ftr-gnav ul li:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}

.ftr-gnav ul li:nth-child(1),
.ftr-gnav ul li:nth-child(7) {
  width: 160px;
}

.ftr-gnav ul li:nth-child(2),
.ftr-gnav ul li:nth-child(8) {
  width: 140px;
}

.ftr-gnav ul li:nth-child(3),
.ftr-gnav ul li:nth-child(9),
.ftr-gnav ul li:nth-child(13),
.ftr-gnav ul li:nth-child(14) {
  width: 190px;
}

.ftr-gnav ul li:nth-child(4),
.ftr-gnav ul li:nth-child(5),
.ftr-gnav ul li:nth-child(10) {
  width: 180px;
}

.ftr-gnav ul li:nth-child(12) {
  width: 180px;
}

.ftr-gnav ul li a {
  font-size: 1.4rem;
  color: #ffffff;
}

.ftr-gnav ul li a:hover {
  text-decoration: underline;
}

.ftr-copy {
  color: #ffffff;
}

/*924px以下*/
@media screen and (max-width: 923px) {

  /*header {
      height: 60px;
  	}*/
  .hdr,
  .ftr-top-sub {
    display: none;
  }

  .hdr-sp,
  .sp-nav {
    display: block;
  }

  /*.hdr-sp,.sp-nav{
  width: 280px;
  }*/
  .ftr-top-main {
    width: 100%;
    max-width: 100%;
    float: left;
  }

  .ftr-top-inr,
  .ftr-btm-inr {
    padding: 0 20px;
  }

  .main-txt p {
    font-size: 1.8rem;
  }

  .sp-logo a {
    width: 170px;
    padding-top: 43px;
  }

  .ftr-logo {
    margin: 0 auto;
  }

  .ftr-gnav ul li {
    width: 46% !important;
    margin: 0 2% 10px;
    float: left;
  }

  .ftr-gnav ul br {
    display: none;
  }

  .ftr-gnav ul::after {
    content: "";
    clear: both;
    display: block;
    position: inherit;
    width: 36px;
    height: 1px;
    background: #ffffff;
    position: inherit;
    bottom: -30px;
    left: 50%;
    margin-left: -18px;
  }

  .ftr-copy {
    text-align: center;
  }
}

/*SP*/
@media screen and (max-width: 768px) {
  .ftr-gnav {
    display: none;
  }

  .main-txt p {
    font-size: 1.6rem;
  }

  .ftr-gnav ul li {
    font-size: 1rem;
    display: block;
    margin: 0 0 10px;
  }

  .ftr-top-main h2 {
    border-bottom: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
  }

  .ftr-top-main h2:before {
    content: none;
  }

  .ftr-top-main h2 br {
    display: block;
  }

  .ftr-top-main > p {
    font-size: 1.3rem;
    text-align: center;
  }

  .ftr-top-main > p br {
    display: block;
  }
}

p {
  line-height: 2;
}

.l-hdr-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.hdr-gnav {
  padding-left: 40px;
  display: block;
}

.main-srch-inr input {
  font-size: 13px;
  /* height: 68px;
   line-height: 68px;*/
}

.main-srch-btn button {
  width: 64px;
  background: #54c3f1 url(../img/ico-srch.png) no-repeat center;
  background-size: 26px;
}

.main-txt {
  box-shadow: none;
}

.top {
  width: 100%;
  height: 630px;
  background: url(../img/eyecatch.jpg) no-repeat center;
  background-size: auto 100%;
  position: relative;
}

/*.top-inr {
  width: 100%;
  max-width: 924px;
  margin: 0 auto;
  position: relative;
  top: 270px;
}*/
/*924px以下*/
@media screen and (max-width: 923px) {
  .top {
    height: 500px;
    padding: 0 20px;
  }

  .top-inr {
    position: absolute;
    /* top: 600px; */
    top: 40%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
  }

  .main-srch-inr input {
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
  }

  .main-srch-btn button {
    width: 64px;
    background: #54c3f1 url(../img/ico-srch.png) no-repeat center;
    padding: 50px 0 0;
  }

  .main-txt {
    height: auto;
    padding: 10px;
  }

  .main-txt p {
    margin-bottom: 0;
  }

  .news-wrap {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
    display: none;
  }

  p.news-title {
    width: 100%;
    margin: 0 auto 20px;
    background: #f5f5f5;
    font-size: 20px;
    color: #54c3f1;
  }

  p.mypage-title {
    background: #fff !important;
  }

  .news-area {
    width: 100%;
    margin: 0;
    height: 260px;
    border-bottom: 1px solid #a2a2a2;
    border-top: 1px solid #a2a2a2;
  }

  .news-area .top-news-inner {
    width: 100%;
    height: 200px;
    margin: 30px auto;
    overflow-y: scroll;
  }
}

.main-srch-btn button {
  float: none !important;
}

.error-message {
  color: red;
}

/*SP*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .hdr .col-md-6,
  .hdr .col-xs-6 {
    padding: 0;
  }

  .hdr .login-area {
    margin-top: 10px;
  }

  .hdr .login-area .logout-btn {
    border-radius: 30px;
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #0099cc;
    float: right;
  }

  .hdr .login-area p {
    color: #555;
    font-size: 13px;
    float: none;
    text-align: left;
    line-height: 1.2;
    padding: 6px 0 10px !important;
  }

  .hdr .login-area p span {
    font-size: 14px;
  }

  .hdr .login-area::after {
    content: "";
    clear: both;
    display: block;
  }

  .top {
    height: 300px;
  }

  .top-inr {
    top: 136px;
  }

  .main-srch-inr input {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
  }

  .main-srch-btn button {
    width: 64px;
    background: #54c3f1 url(../img/ico-srch-s.png) no-repeat center;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .main-srch-inr {
    width: 90%;
  }

  .l-main .side-menu {
    width: 100% !important;
  }
}

/*
 * レイアウト
 */
.form-page {
  max-width: 924px;
}

.form-page2 {
  /* max-width: 624px; 180702修正*/
  padding: 0;
}

.page-tit {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-top: 5px solid #0099cc;
  background: #ffffff;
  padding: 9px 20px 6px;
  /*margin: 15px 0 10px;*/
  margin: 0 0 10px;
}

.page-tit-center {
  text-align: center;
}

.form-cnt {
  background: #ffffff;
  padding: 20px 20px 30px;
  margin: 0;
}

.form-cnt-inr {
  padding: 130px 0 110px;
}

.form-cnt-inr-center {
  text-align: center;
}

.form-cnt .l-news-wrap {
  width: 100%;
  margin: 30px auto;
  position: relative;
}

p.news-title {
  width: 220px;
  margin: 0 auto -30px;
  background: #ffffff;
  font-size: 20px;
  color: #54c3f1;
  position: absolute;
  left: 0;
  top: -13px;
}

p.mypage-title {
  background: #fff !important;
}

.news-area {
  width: 100%;
  margin: 0;
  height: 260px;
  border-bottom: 1px solid #a2a2a2;
  border-top: 1px solid #a2a2a2;
}

.news-area .top-news-inner {
  width: 100%;
  height: 160px;
  margin: 50px auto;
}

.news-area .top-news-inner ul {
  width: 100%;
}

.news-area .top-news-inner ul li {
  width: 100%;
  font-size: 15px;
  padding: 10px 30px;
  border-left: 1px dotted #54c3f1;
}

.news-area .top-news-inner ul li a {
  display: block;
}

.news-area .top-news-inner ul li a span {
  margin-right: 10px;
}

.page-sub-tit {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 10px;
}

.page-sub-tit:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: #0099cc;
  border-radius: 50%;
  margin: 0 3px 0 0;
  position: relative;
  top: 3px;
}

.ex-cnt {
  border-top: 1px dotted #000000;
  padding: 40px 0 0;
  margin: 40px 0 0;
}

.l-main .side-menu {
  /*	max-width: 280px;*/
  background: #0099cc;
  margin: 0 0 50px;
  padding: 20px 10px;
}

.l-main .side-menu p {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.l-main .side-menu .side-srch {
  position: relative;
  margin-bottom: 35px;
}

.l-main .side-menu .side-srch input {
  font-size: 1.4rem;
  width: 80%;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-main .side-menu .side-srch button {
  width: 100%;
  background: #54c3f1 url(../img/ico-srch.png) no-repeat center;
  background-size: 26px;
  height: 0;
  overflow: hidden;
  display: block;
  background: #54c3f1 url(../img/ico-srch-s.png) no-repeat center;
  background-size: 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 36px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-main .side-menu .side-srch button:hover {
  opacity: .6;
}

.l-main .side-menu .side-srch .side-srch-btn {
  background: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20%;
  border-radius: 0 5px 5px 0;
}

.l-main .side-menu .side-srch .side-srch-btn button {
  margin-top: 0;
}

.l-main .side-menu .welcome {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.l-main .side-menu .welcome .owner-icon {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-position: center center;
  border-radius: 21px;
  float: left;
}

.l-main .side-menu .welcome img {
  width: 42px;
  height: auto;
  float: left;
}

.l-main .side-menu .welcome p {
  width: 216px;
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  padding-left: 5px;
}

.l-main .side-menu .welcome p span {
  font-size: 14px;
}

.l-main .side-menu .welcome::after {
  content: "";
  clear: both;
  display: block;
}

.l-main .side-menu .logout {
  text-align: center;
}

.l-main .side-menu .logout button {
  width: 50%;
  margin: 0 auto 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0099cc;
  background: #fff;
  border-radius: 5px;
}

.l-main .side-menu .s-list {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.l-main .side-menu .s-list p {
  font-size: 16px;
  color: #0099cc;
  border-bottom: 1px solid #0099cc;
  margin-bottom: 10px;
  margin-bottom: 0;
  position: relative;
}

.l-main .side-menu .s-list p:hover {
  cursor: pointer;
}

.l-main .side-menu .s-list p img {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 5px;
  top: 0;
}

.l-main .side-menu .s-list ul {
  margin-bottom: 0;
}

.l-main .side-menu .s-list ul li {
  color: #0099cc;
  font-size: 16px;
}

.l-main .side-menu .s-list ul li a {
  display: block;
}

.l-main .side-menu .s-list ul li a:hover {
  cursor: pointer;
}

.l-main .side-menu ul {
  margin-bottom: 20px;
}

.l-main .side-menu ul li {
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.l-main .side-menu ul li a {
  display: block;
}

.l-main .side-menu ul li a:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .form-cnt .container {
    max-width: 100% !important;
  }
}

ul#plus-list {
  display: none;
}

.form {
  margin: 0 0 20px;
}

.form-right-submit {
  position: relative;
}

/*.form-right-submit-pdr {
  padding: 0 200px 0 0;
}*/
.form-right-submit .form-subject {
  width: 180px;
}

p.auto-btn {
  margin-bottom: 10px;
}

/*一塊*/
.form-group {
  /*  width: 100%;
    display: table;*/
  background: #f5f5f5;
  margin: 10px 0 0;
  position: relative;
}

.lists-group {
  /*  width: 100%;
    display: table;*/
  margin: 10px 0 20px;
  padding: 5px 0;
  border-bottom: dotted #ccc 1px;
  position: relative;
  display: inherit;
}

.lists-group .product-name {
  width: 66.666%;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  float: left;
  display: flex;
}

.lists-group .product-name .img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: -5px;
}

.lists-group .product-name img {
  width: 41px;
  vertical-align: middle;
  margin-right: 10px;
}

.lists-group .list-input {
  width: 33.333%;
  float: right;
  padding: 0 0 20px;
}

.lists-group .list-input button {
  width: 170px;
  float: right !important;
  color: #ffffff;
  background-color: #0099cc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

.lists-group .edit-input {
  width: 33.333%;
  float: right;
  padding: 0 0 20px;
}

.lists-group .edit-input button {
  width: 80px;
  height: 39px;
  float: right !important;
  color: #ffffff;
  background-color: #0099cc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  box-sizing: border-box;
}

.lists-group .edit-input button:hover {
  color: #0099cc;
  background: #fff;
  border: 1px solid #0099cc;
}

.lists-group::after {
  content: "";
  clear: both;
  display: block;
}

.payments-group {
  /*  width: 100%;
    display: table;*/
  margin: 10px 0 20px;
  padding: 5px 0;
  position: relative;
  display: inherit;
  border-bottom: 1px solid #ccc;
}

.payments-group .product-name {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  border-bottom: dotted #ccc 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.payments-group .product-name img {
  width: 41px;
  vertical-align: middle;
  margin-right: 10px;
}

.payments-group .payments table {
  /*td.td03{
    		padding: 5px 30px 5px 10px;
    }*/
}

.payments-group .payments table td {
  border: none !important;
}

.payments-group .payments table td.td01 {
  background: #0099cc;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

.payments-group .payments table td.td02 {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
}

.payments-group .payments table td.td04 {
  background: #ffffff;
  color: #0099cc;
  padding: 5px 10px;
  border: 1px solid #0099cc !important;
  text-align: center;
  font-weight: bold;
}

.payments-group .list-input {
  width: 33.333%;
  float: right;
  padding: 0 0 20px;
}

.payments-group .list-input button {
  width: 170px;
  float: right !important;
  color: #ffffff;
  background-color: #0099cc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.payments-group .edit-input {
  width: 33.333%;
  float: right;
  padding: 0 0 20px;
}

.payments-group .edit-input button {
  width: 80px;
  height: 39px;
  float: right !important;
  color: #ffffff;
  background-color: #0099cc;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  box-sizing: border-box;
}

.payments-group .edit-input button:hover {
  color: #0099cc;
  background: #fff;
  border: 1px solid #0099cc;
}

.payments-group::after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 768px) {
  .lists-group {
    /*  width: 100%;
      display: table;*/
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: dotted #ccc 1px;
    position: relative;
    display: inherit;
  }

  .lists-group .product-name {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px;
    font-weight: bold;
    color: #5a5a5a;
    float: none;
    margin-bottom: 10px;
  }

  .lists-group .product-name img {
    width: 41px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .lists-group .list-input {
    width: 100%;
    padding: 0 0 20px;
  }

  .lists-group .list-input button {
    float: none;
    text-align: center;
    color: #ffffff;
    background-color: #0099cc;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .lists-group .edit-input {
    width: 100%;
    padding: 0 0 20px;
  }

  .lists-group .edit-input button {
    width: 80px;
    height: 39px;
    float: right !important;
    color: #ffffff;
    background-color: #0099cc;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .lists-group .edit-input button:hover {
    color: #0099cc;
    background: #fff;
    border: 1px solid #0099cc;
  }

  .lists-group::after {
    content: "";
    clear: both;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 885px) {
  .edit-input button {
    margin-bottom: 10px;
  }
}

/*項目*/
.form-subject {
  /*width: 280px;*/
  font-size: 1.3rem;
  font-weight: bold;
  /*display: table-cell;*/
  vertical-align: top;
  padding: 19px 0 5px 20px;
  /*position: relative;*/
}

.form-subject span {
  font-size: 10px;
}

.form-subject-desc {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

/*インプットエリア*/
.form-input {
  padding: 15px 20px 15px 20px;
}

.form-input p {
  padding: 10px 0 0;
  line-height: 1.5;
}

.form-input textarea {
  width: 100%;
  padding: 3px 5px;
}

.form-input textarea {
  min-height: 300px;
}

.form-input input[type="radio"],
.form-input input[type="checkbox"] {
  width: 15px;
  margin-right: 5px;
}

.form-input img {
  margin-bottom: 5px;
}

.list-input {
  padding: 15px 0 15px;
}

.list-input p {
  padding: 10px 0 0;
  line-height: 1.5;
}

.list-input input,
.list-input textarea {
  width: 100%;
  padding: 3px 5px;
}

.list-input textarea {
  min-height: 300px;
}

.form-input-pdr {
  padding: 8px 20px;
  margin-bottom: 30px;
}

.input-short {
  width: 50% !important;
}

/*フォーム下説明文*/
.form-desc {
  background: #f5f5f5;
  padding: 5px 35px 10px 20px;
  position: relative;
}

.form-desc p {
  line-height: 1.5;
}

.form-right-submit-pdr {
  margin-bottom: 30px;
}

/*お名前、フリガナ*/
.form-input-name {
  width: 100%;
  /* display: table;*/
  position: relative;
}

.input-group-half {
  padding: 0;
}

.input-group-half::after {
  content: "";
  clear: both;
  display: block;
}

.input-group-half-name {
  float: left;
  display: block;
  padding: 5px 0 0 0;
  width: 16%;
}

.input-group-half-name::after {
  content: "";
  clear: both;
  display: block;
}

.input-group-half-input {
  display: block;
  float: left;
  width: 80%;
}

/*.input-group-half {
  width: 50%;
  display: table;
  float: left;
  span {
    display: table-cell;
    vertical-align: middle;
  }
}

.input-group-half-name {
  width: 35px;
  padding: 0 5px 0 0;
}
.input-group-half-input {
  padding: 0 20px 0 0;
  input {
    width: 100%;
    display: inline;
    margin: 0 20px 0 0;
  }
}*/
/*お振込先銀行*/
.input-group-full {
  width: 100%;
  display: table;
}

.input-group-full + .input-group-full {
  margin: 10px 0 0;
}

.input-group-full span {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}

.input-group-full input {
  display: table-cell;
}

/*あなたのサポーターナンバーはこちら*/
.your-supporter-number {
  position: relative;
  text-align: center;
  margin: 40px 0 0;
}

.your-supporter-number p {
  font-size: 2rem;
  font-weight: bold;
  color: #0099cc;
  margin: 0 0 10px;
}

.your-supporter-number .attention {
  position: relative;
  bottom: 15px;
}

.your-supporter-number-inr {
  width: 600px;
  display: inline-block;
  background: #0099cc;
  padding: 25px 40px;
}

.your-supporter-number-inr .your-supporter-number-inr-input {
  border: 1px solid #d1d1d1;
  background: #ffffff;
}

.your-supporter-number-inr .your-supporter-number-inr-input input {
  width: 120px;
  font-size: 1.5rem;
  padding: 3px 5px;
  display: block;
  border: none;
  margin: 0 auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 * 部品
 */
/*テキスト関係*/
.txt-top {
  margin: 0 0 20px;
  clear: both;
  padding: 0;
}

.txt-large {
  font-size: 2.2rem;
  font-weight: bold;
}

.txt-medium {
  font-size: 1.6rem;
  line-height: 2;
  margin: 35px 0 20px;
}

p.domein {
  font-size: 18px;
  color: #0099cc;
  text-align: center;
  margin-bottom: 60px;
}

.txt-about-attention {
  text-align: right;
  margin: 10px 0 10px;
  width: 50%;
  float: right;
}

.txt-about-attention:before {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-attention-l.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}

/*CIRCLEカスタマーサポート*/
.customer-support {
  margin: 45px 0 0;
}

.customer-support h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 5px;
}

/*
 * ツールチップ2種類
 */
.attention-tool-tip {
  width: 34px;
  height: 33px;
  background: url(../img/ico-attention-l.png) no-repeat;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 0px;
}

.attention-txt {
  display: none;
  width: 60%;
  border: 1px solid #000000;
  text-align: left;
  background: #ffffff;
  padding: 7px 10px;
  margin: 0 110px 0 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 4;
  /*吹き出し*/
  /*!マーク*/
}

.attention-txt:before,
.attention-txt:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.attention-txt:before {
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #000000;
  bottom: 11px;
  right: -11px;
}

.attention-txt:after {
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  bottom: 12px;
  right: -10px;
}

.attention-txt span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-attention-s.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 3px 0 0;
}

.attention-txt.is-show {
  display: block;
}

.form-group-password .attention-tool-tip {
  bottom: 18px;
}

.form-group-password .attention-txt {
  bottom: 16px;
}

.tit-wrap {
  position: relative;
}

.tit-wrap .page-sub-tit {
  display: inline-block;
}

.tit-attention {
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

.tit-attention-tool-tip {
  width: 34px;
  height: 33px;
  background: url(../img/ico-attention-l.png) no-repeat;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}

.tit-attention-txt {
  display: none;
  width: 430px;
  border: 1px solid #000000;
  text-align: left;
  background: #ffffff;
  padding: 7px 10px;
  margin: -2px 0 6px 52px;
  z-index: 4;
  /*吹き出し*/
  /*!マーク*/
}

.tit-attention-txt:before,
.tit-attention-txt:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.tit-attention-txt:before {
  border-width: 6px 11px 6px 0;
  border-color: transparent #000000 transparent transparent;
  bottom: 18px;
  left: 42px;
}

.tit-attention-txt:after {
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  bottom: 19px;
  left: 43px;
}

.tit-attention-txt span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-attention-s.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 3px 0 0;
}

.tit-attention-txt.is-show {
  display: block;
}

/*パスワードの低、中、高*/
.pass-rank {
  overflow: hidden;
  margin: 5px 0 0;
}

.pass-rank li {
  float: left;
  margin: 0 10px 0 0;
}

.pass-rank li:before {
  content: '';
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/ico-check.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}

/*ラジオボタン大*/
.radio-large-group {
  margin: 0 0 15px;
}

.radio-large-group-desc {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0099cc;
  margin: 0 0 10px;
}

.radio-large {
  width: 170px;
  height: 45px;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 45px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
}

.radio-large input[type="radio"] {
  display: none;
}

.radio-large input[type="radio"]:checked + .radio-large-icon {
  background: #0099cc;
  background: -webkit-linear-gradient(top, #0099cc 0%, #0070ff 100%);
  background: -moz-linear-gradient(top, #0099cc 0%, #0070ff 100%);
  background: linear-gradient(to bottom, #0099cc 0%, #0070ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='#0070ff', GradientType=0);
}

.radio-large input[type="radio"]:checked + .radio-large-icon:before {
  background-image: url(../img/ico-radio-on.png);
}

.newpage .radio-large {
  margin: 0;
  font-size: 14px;
}

.newpage .radio-large-label {
  padding: 0 0 0 34px;
}

.newpage .radio-large-group-desc {
  font-size: 12px;
}

.radio-large-icon {
  width: 100%;
  height: 100%;
  background: #c8c8c8;
  background: -webkit-linear-gradient(top, #c8c8c8 0%, #646464 100%);
  background: -moz-linear-gradient(top, #c8c8c8 0%, #646464 100%);
  background: linear-gradient(to bottom, #c8c8c8 0%, #646464 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#646464', GradientType=0);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-large-icon:before {
  content: '';
  width: 37px;
  height: 37px;
  margin: 0 8px 0 0;
  background-repeat: no-repeat;
  background: url(../img/ico-radio-off.png);
  position: absolute;
  top: 4px;
  left: 4px;
}

.newpage .radio-large-icon {
  width: 94%;
}

.radio-large-label {
  position: relative;
  padding: 0 0 0 50px;
}

/*ラジオボタン小*/
.radio-small-group {
  margin: 10px 0;
}

.radio-small {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 15px 0 0;
}

.radio-small input[type="radio"] {
  display: none;
}

.radio-small input[type="radio"]:checked + .radio-small-icon {
  border: 1px solid #0099cc;
  background: #0099cc;
}

.radio-small-icon {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
  border: 1px solid #000000;
  background: #ffffff;
  position: relative;
  top: -1px;
}

/*必須、任意*/
.req,
.any {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #0099cc;
  padding: 1px 5px;
  margin: 0 0 0 5px;
  /* position: absolute;
   top: 14px;
   right: 10px;*/
}

.req {
  color: #ffffff;
  background: #0099cc;
}

.any {
  color: #0099cc;
  background: #ffffff;
}

/*
 * ボタン
 */
/*フォーム内の青のボタン*/
.btn-blue {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 6px 4px 4px;
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

.btn-blue input[type="checkbox"] {
  display: none;
}

.btn-blue input[type="checkbox"]:checked + .btn-blue-icon {
  background: #0070ff;
  background: -webkit-linear-gradient(left, #0070ff 0%, #0099cc 100%);
  background: -moz-linear-gradient(left, #0070ff 0%, #0099cc 100%);
  background: linear-gradient(to right, #0070ff 0%, #0099cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070ff', endColorstr='$blue', GradientType=0);
}

.btn-blue input[type="checkbox"]:checked + .btn-blue-icon + .btn-blue-label:before {
  opacity: 1;
}

.btn-blue-icon {
  width: 100%;
  height: 100%;
  background: #646464;
  background: -webkit-linear-gradient(left, #646464 0%, #c8c8c8 100%);
  background: -moz-linear-gradient(left, #646464 0%, #c8c8c8 100%);
  background: linear-gradient(to right, #646464 0%, #c8c8c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646464', endColorstr='#c8c8c8', GradientType=0);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.change .btn-blue-icon {
  width: 100%;
  height: 100%;
  background: #0070ff;
  background: -webkit-linear-gradient(left, #0070ff 0%, #0099cc 100%);
  background: -moz-linear-gradient(left, #0070ff 0%, #0099cc 100%);
  background: linear-gradient(to right, #0070ff 0%, #0099cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070ff', endColorstr='$blue', GradientType=0);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-blue-label {
  position: relative;
  display: inline-block;
}

.btn-blue-label:before {
  content: '';
  width: 21px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: url(../img/ico-check-circle.png) no-repeat;
  position: relative;
  top: -1px;
  opacity: 0;
}

.change .form-input {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}

.btn-blue-label2 {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

/*トップへ戻るボタン*/
.back-to-top a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 35px 3px;
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background: #0070ff;
  background: -webkit-linear-gradient(left, #0070ff 1%, #0099cc 100%);
  background: -moz-linear-gradient(left, #0070ff 1%, #0099cc 100%);
  background: linear-gradient(to right, #0070ff 1%, #0099cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070ff', endColorstr='$blue', GradientType=1);
}

/*登録ボタン*/
.btn-blue-large-wrap {
  margin: 60px 0;
  text-align: center;
}

.btn-blue-large {
  width: 43%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  background: #0099cc;
  border: none;
  cursor: pointer;
  padding: 20px 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-blue-large:hover {
  opacity: .6;
}

/*右上のサブミットボタン*/
.btn-blue-fixed {
  width: 150px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff !important;
  display: inline-block;
  background: #0099cc;
  border: none;
  cursor: pointer;
  padding: 24px 5px;
  outline: none;
  /*position: absolute;
  top: 0;
  right: 20px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btm-submit-btn {
  position: relative;
}

.btm-submit-btn .attention {
  position: relative;
  bottom: 16px;
}

.btm-submit-btn {
  text-align: center;
  margin: 30px 0;
}

.btm-submit-btn button {
  width: 90%;
  color: #ffffff;
  text-align: left;
  line-height: 1.7;
  display: inline-block;
  background: #0099cc url(../img/arw-right-circle-white.png) no-repeat 27px center;
  padding: 20px 50px 20px 80px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: none !important;
  font-size: 1.4rem;
}

.btm-submit-btn button span {
  text-decoration: underline;
}

/*下部のリンク*/
.link-btm-settlement {
  position: relative;
}

.link-btm-settlement .attention {
  position: relative;
  bottom: 16px;
}

.link-btm-settlement {
  text-align: center;
  margin: 30px 0;
}

.link-btm-settlement a {
  width: 90%;
  color: #0099cc;
  text-align: left;
  line-height: 1.7;
  display: inline-block;
  background: url(../img/arw-right-circle-blue.png) no-repeat 27px center;
  border: 1px solid #0099cc;
  padding: 20px 50px 20px 80px;
}

.link-btm-settlement a span {
  text-decoration: underline;
}

/*ユーザーID・パスワードをお忘れの方リンク*/
.link-forget {
  margin: 10px 0 20px;
  position: relative;
}

.link-forget:before {
  content: '';
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/arw-right-square-blue.png) no-repeat;
  background-size: contain;
}

.link-forget a {
  border-bottom: 1px solid #0099cc;
  position: relative;
  margin: 0 0 0 10px;
}

/*
 * サークルウェブサイト利用規約
 */
.kiyaku .txt {
  line-height: 1.7;
}

.kiyaku-group {
  margin: 30px 0;
}

.kiyaku-group ul li {
  line-height: 1.7;
}

/*924px以下*/
@media screen and (max-width: 923px) {

  /*
    .hdr {
      display: block !important;
    }*/
  .hdr {
    display: none !important;
  }

  .form-input {
    padding: 8px 20px 8px 20px;
  }

  .attention-tool-tip {
    right: 5px;
  }

  .attention-txt {
    margin: 0 55px 0 0;
  }
}

@media (min-width: 768px) {
  .form-cnt .container {
    max-width: 100% !important;
  }
}

@media (min-width: 576px) {
  .form-cnt .container {
    max-width: 100% !important;
  }
}

/*SP*/
@media screen and (max-width: 768px) {
  .form-input input {
    width: 100%;
    padding: 3px 5px;
  }

  .form-input textarea {
    width: 100%;
    padding: 3px 5px;
  }

  .page-tit {
    font-size: 1.8rem;
  }

  .form-right-submit-pdr {
    padding: 0;
  }

  .radio-large {
    margin: 0 10px 10px 0;
  }

  .attention-txt {
    width: 80%;
  }

  .tit-attention {
    height: auto;
    display: block;
    padding: 40px 0 10px;
    margin: 0;
  }

  .tit-attention-txt {
    width: 100%;
    margin: 0;
  }

  .tit-attention-txt:before,
  .tit-attention-txt:after {
    content: none;
  }

  .form-group {
    display: block;
  }

  .form-subject {
    width: 100%;
    display: block;
    padding: 10px;
  }

  .form-subject br {
    display: none;
  }

  .form-subject-desc {
    font-size: 1rem;
    display: inline-block;
    margin: 0 0 0 5px;
  }

  .req,
  .any {
    position: static;
  }

  .form-input {
    width: 100%;
    overflow: hidden;
    padding: 0px 10px 8px 10px;
  }

  .input-group-half {
    width: 100%;
  }

  .input-group-half + .input-group-half {
    margin: 10px 0 0;
  }

  .form-desc {
    padding: 0 45px 10px 10px;
  }

  .your-supporter-number {
    margin: 40px 0 80px;
  }

  .your-supporter-number .attention {
    bottom: -45px;
  }

  .your-supporter-number-inr {
    width: 100%;
    padding: 15px 25px;
  }

  .link-btm-settlement {
    margin: 30px 0 70px;
  }

  .link-btm-settlement a {
    width: 100%;
    background: url(../img/arw-right-circle-blue.png) no-repeat 5px center;
    padding: 20px 10px 20px 40px;
  }

  .link-btm-settlement .attention {
    bottom: -50px;
  }

  .btn-blue-fixed {
    width: 100%;
    position: static;
    padding: 20px 0;
    margin: 20px 0 0;
  }

  .btn-blue-large {
    width: 100%;
    font-size: 1.8rem;
  }

  .btm-submit-btn {
    margin: 30px 0 70px;
  }

  .btm-submit-btn button {
    width: 100%;
    background: #0099cc url(../img/arw-right-circle-white.png) no-repeat 5px center;
    padding: 20px 10px 20px 40px;
  }

  .btm-submit-btn .attention {
    bottom: -50px;
  }

  .btn-blue {
    font-size: 1.2rem;
  }

  .form-cnt-inr {
    padding: 50px 0;
  }

  .txt-large {
    font-size: 1.6rem;
  }

  .txt-medium {
    font-size: 1.2rem;
  }
}

/*---------------------------------サポートメンバー登録-----------------*/
.your-number {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.your-number p {
  font-size: 20px;
  color: #0099cc;
  font-weight: bold;
}

.your-number p.number {
  padding: 20px 40px;
  background: #0099cc;
}

.your-number p.number span {
  padding: 5px 30px;
  text-align: center;
  background: #fff;
  color: #666;
  box-shadow: 2px 2px 4px inset;
}

/*--------------------プライバシーポリシー------*/
.page-tit {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-top: 5px solid #0099cc;
  background: #ffffff;
  padding: 9px 20px 6px;
  /* margin: 15px 0 10px; */
  /* margin: 0 0 10px; */
}

.form-cnt {
  background: #ffffff;
  padding: 20px 20px 30px;
  margin: 0;
}

dl.p--definition dt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

dl.p--definition dd {
  margin-bottom: 30px;
}

dl.p--definition dd dl.p--definition-child {
  margin-bottom: 20px;
}

dl.p--definition dd dl.p--definition-child dt {
  margin-top: 20px;
  font-size: 1.000em;
}

/*--------------------present プレゼント------*/
@media screen and (max-width: 575px) {
  .present .sec01 h2 {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #0099cc;
    padding: 0 0 13px;
    text-align: center;
  }

  .present .tit-present {
    width: 120px;
    border-top: 5px solid #0099cc;
    text-align: center;
    padding: 25px 0 0;
    margin: 0 auto 55px;
  }

  .present .tit-present img {
    width: 100px;
    height: auto;
  }

  p.present-title {
    font-size: 1.6rem;
  }

  .present .b-area {
    text-align: center;
  }
}