﻿/* 登録共通パーツ
------------------------------------- */

/* 流れ */
  .entry-step {
	float: left;
	padding: 30px 0;
	background: #e5f2fc;
  }
  .entry-step .step-catch {
	  margin-bottom: 24px;
	  text-align: center;
	  font-size: 1.15em;
	  font-weight: bold;
	color: #007ee2;
  }
  .entry-step img {
	margin: auto;
	width: 90%;
  }
  
  
  
  /* 会員登録フォーム
  ------------------------------------- */
  
  .gate-member-wrap {
	  width: 100%;
	  margin: 0 0 30px 0;
	  padding: 20px 0 10px;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap {
		  width: 100%;
		  margin: 0 auto 30px;
		  padding: 20px 0 10px;
	  }
  }
  .gate-member-wrap .top-catch {
	margin-bottom: 30px;
	  text-align: center;
	  line-height: 180%;
	  font-weight: bold;
	  font-size: 1.286em;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .top-catch {
		  font-size: 1.145em;
	  }
  }
  .gate-member-wrap .top-catch .fc-red {
	  color: #ff4d3e;
  }
  
  .gate-member-wrap .member-app-btn {
	  margin-bottom: 40px;
	  text-align: center;
  }
  .gate-member-wrap .member-app-btn li {
	  display: inline-block;
	  width: 310px;
	  padding: 0 5px;
  }
  .gate-member-wrap .member-app-btn li a {
	  position: relative;
	  display: block;
	  height: 60px;
	  background: #ff4d3e;
	  line-height: 60px;
	  font-weight: bold;
	  font-size: 1.286em;
	  color: #fff;
  }
  .gate-member-wrap .member-app-btn li a {
	  display: block;
	  height: 60px;
	  background: #ff4d3e;
	  line-height: 60px;
	  font-weight: bold;
	  font-size: 1.286em;
	  color: #fff;
  }
  .gate-member-wrap .member-app-btn li a:hover {
	  opacity: 0.6;
  }
  .gate-member-wrap .member-app-btn li a span:after {
	  position: relative;
	  top: 1px;
	  display: inline-block;
	  content: "";
	  margin-left: 12px;
	  width: 16px;
	  height: 16px;
	  background: url(/-/media/Images/parts/2020/auth/icon_arrow.svg) bottom repeat;
	background-size: 100%;
  }
  .gate-member-wrap .member-app-btn .btn-koudoku {
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .member-app-btn .btn-koudoku {
		  margin-top: 14px;
	  }
  }
  .gate-member-wrap .member-app-btn .btn-koudoku a {
	  background: #f5851e;
  }
  .gate-member-wrap .member-app-btn .btn-koudoku a span:before {
	  position: relative;
	  top: 4px;
	  display: inline-block;
	  content: "";
	  margin-left: -5px;
	  margin-right: 10px;
	  width: 30px;
	  height: 26px;
	  background: url(/-/media/Images/parts/2020/auth/icon_bunbun.svg) bottom repeat;
	background-size: 100%;
  }
  
  .gate-member-wrap .member-login {
	  margin-bottom: 50px;
	  text-align: center;
  }
  .gate-member-wrap .member-login dt {
	display: inline-block;
	  margin-bottom: 16px;
	font-size: 1.25em;
  }
  .gate-member-wrap .member-login dd {
  }
  .gate-member-wrap .member-login dd .btn {
	display: inline-block;
	  font-size: 1.25em;
	  padding: 10px 30px;
	  border-radius: 3px;
	  background-color: #007ee2;
	  font-weight: bold;
	  color: #fff;
  }
  
  .gate-member-wrap .member-text {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	  font-size: 1.8em;
	  font-weight: bold;
	  color: #004a87;
  }
  .gate-member-wrap .member-text::before {
	content: "";
	position: relative;
	  top: 2px;
	display: inline-block;
	margin-right: 5px;
	  width: 36px;
	  height: 26px;
	  background: url(/-/media/Images/parts/2020/auth/icon-member.svg) bottom no-repeat;
	background-size: 100%;
  }
  @media only screen and (max-width: 699px) {
	.gate-member-wrap .member-text {
	  margin-bottom: 0;
		font-size: 1.45em;
	}
	.gate-member-wrap .member-text::before {
		width: 30px;
		height: 22px;
	}
  }
  
  .gate-member-wrap .member-text + .plan-select-wrap .plan-subscribe {
	margin-top: 0;
  }
  
  .gate-member-wrap .gate-entry-image {
	  margin-bottom: 50px;
	  width: 100%;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .gate-entry-image {
		  margin-bottom: 40px;
		  width: 100%;
	  }
  }
  .gate-member-wrap .gate-entry-image img {
	  width: 100%;
  }
  
  .gate-member-wrap .sns-follow {
	  position: relative;
	  margin: auto;
	  width: 750px;
	  padding-top: 60px;
	  display: flex;
	  flex-wrap: wrap;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .sns-follow {
		  position: relative;
		  width: 100%;
	  }
  }
  .gate-member-wrap .sns-follow:before {
	  content: "";
	  display: block;
	  width: 640px;
	  height: 140px;
	  background: url(/-/media/Images/parts/2020/auth/follow.png) bottom repeat;
	background-size: 100%;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .sns-follow:before {
		  content: "";
		  display: block;
		  width: 320px;
		  height: 100px;
		  background: url(/-/media/Images/parts/2020/auth/follow_sp.png) bottom no-repeat;
		background-size: auto 100%;
	  }
  }
  .gate-member-wrap .sns-follow .sns-follow-twitter {
	  width: 355px;
  }
  .gate-member-wrap .sns-follow .sns-follow-twitter dt {
	  position: relative;
	  display: block;
	  padding: 10px 20px;
	  background: #1da1f2;
	  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  }
  .gate-member-wrap .sns-follow .sns-follow-twitter dt .title {
	  display: block;
	  text-indent: 200%;
	  white-space: nowrap;
	  width: 50%;
	  height: 15px;
	  background: url(/-/media/Images/parts/2020/auth/sns-twitter.svg) bottom left no-repeat;
	background-size: auto 100%;
	  overflow: hidden;
  }
  .gate-member-wrap .sns-follow .sns-follow-twitter dt .follow {
	  position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	  text-align: right;
	  font-size: 0.786em;
	  color: #fff;
  }
  .gate-member-wrap .sns-follow .sns-follow-twitter dd {
	  border: 1px solid #eee;
	  border-top: 0;
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook {
	  margin-left: 40px;
	  width: 355px;
  }
  @media only screen and (max-width: 699px) {
	  .gate-member-wrap .sns-follow .sns-follow-facebook {
		  margin-top: 30px;
		  margin-left: 0;
		  width: 100%;
		  overflow: hidden;
	  }
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook dt {
	  position: relative;
	  display: block;
	  padding: 10px 20px;
	  background: #1877f2;
	  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook dt .title {
	  display: block;
	  text-indent: 200%;
	  white-space: nowrap;
	  width: 50%;
	  height: 15px;
	  background: url(/-/media/Images/parts/2020/auth/sns-facebook.svg) bottom left no-repeat;
	background-size: auto 100%;
	  overflow: hidden;
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook dt .follow {
	  position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	  text-align: right;
	  font-size: 0.786em;
	  color: #fff;
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook dd {
	  width: 355px;
	  height: 362px;
	  overflow: hidden;
  }
  .gate-member-wrap .sns-follow .sns-follow-facebook .fb-page {
	  position: relative;
	  top: -1px;
	  left: -1px;
  }
  
  
  
  
  /* 会員登録フォーム
  ------------------------------------- */
  
  /* フォーム既存スタイル */
  .formDescription #entryFlowStep {
	width: 100%;
	  margin: 0 0 30px 0;
	  padding: 0 0 10px 0;
  }
  @media only screen and (max-width: 699px) {
	  .formDescription #entryFlowStep {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
	  }
  }
  .formDescription #entryFlowStep h2 {
	  width: 100%;
	  margin: 0 0 10px 0;
	  color: #007ee2;
	  font-weight: bold;
	  padding: 0 0 20px 0;
	  font-size: 1.7em;
	  font-weight: bold;
	  float: left;
	  clear: both;
  }
  .formBlocks {
	  width: 100%;
	  margin: 0 auto 0 auto;
	  float: left;
	  clear: both;
  }
  .formBlocks h1 {
	  font-size: 1.7em;
	  font-weight: bold;
	  margin: 30px 0 20px 0;
  }
  /* .formDescription p {
	  float: left;
	  clear: both;
  } */
  .formUnity {
	  float: left;
	  width: 100%;
	  padding: 10px 0 20px 0;
  }
  
  
  /* フォーム既存スタイル */
  @media only screen and (max-width: 699px) {
	  .formDescription #entryFlowStep {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
	  }
  }
  .formDescription .formBlocks h1 {
	  margin-top: 30px;
	  margin-bottom: 20px;
  }
  @media only screen and (max-width: 699px) {
	.formDescription .formBlocks h1 {
		font-size: 1.5em;
	}
  }
  .formDescription .formBlocks dl {
	  width: 100%;
	  float: left;
	  margin: 0;
	  padding: 25px 0;
	  background: none;
	  border-bottom: 1px solid #eee;
  }
  .formDescription .formBlocks dt {
	  width: 25%;
		  float: left;
		padding: 0 0 10px 3%;
		font-size: 1em;
		font-weight: bold;
  }
  .formDescription .formBlocks dt span {
	  display: inline-block;
	  margin-top: 5px;
	  padding: 5px;
		  background-color: #ff4444;
	  border-radius: 3px;
	  line-height: 100%;
		font-size: .7em;
		  color: #fff;
  }
  .formDescription .formBlocks dd {
	  width: 75%;
		  float: left;
		  padding: 0 3% 0 3%;
  }
  @media only screen and (max-width: 699px) {
	.formDescription .formBlocks dt {
			  margin-bottom: 16px;
		width: 100%;
		padding: 0;
		font-size: 1.25em;
	}
	.formDescription .formBlocks dt br {
		display: none;
	}
	.formDescription .formBlocks dt span {
		position: relative;
		top: -2px;
		margin-left: 10px;
	}
	.formDescription .formBlocks dd {
		width: 100%;
		padding: 0;
	}
  }
  .formDescription .formBlocks dd p {
		  display: block;
	  padding-top: 0;
	  padding-bottom: 10px;
  }
  .formDescription .formBlocks dd .partsbox span {
	  display: block;
	  float: left;
	  padding: 0 10px 10px 0;
  }
  .formDescription .bgw dd:last-of-type {
	  margin-bottom: 0;
  }
  
  input.inputwidth50 {
	  margin-bottom: 15px;
	  width: 70px;
  }
  .formDescription .formBlocks input[type="text"], .formDescription .formBlocks input[type="password"] {
	  display: inline-block;
	  padding: 8px 0px 8px 10px;
	  border-radius: 3px;
	  background: #e5f3fd;
	  border: none;
	  background: #e5f3fd;
	  border: none;
		  text-align: left;
	  line-height: 1;
		  font-size: 1em;
  }
  @media only screen and (max-width: 699px) {
    .formDescription .formBlocks .partsbox input[type="password"] {
        width: 155px
    }
  }
  .formBlocks input.addr {
	  width: 100px;
	  color: #fff;
	  background-color: #f9ab14;
	  padding: 8px;
	  margin: 0 0 0 10px;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
	  text-align: center;
		  font-size: 1em;
  }
  .formDescription .formBlocks select {
	  display: inline-block;
	  margin-right: 4px;
	  height: 33px;
	  line-height: 33px;
	  background: #e5f3fd;
	  border: none;
	  border-radius: 2px;
	  font-size: 13px;
	  color: #14617e;
  }
  .formDescription .formBlocks textarea {
	  display: inline-block;
	  padding: 8px 10px;
	  border-radius: 3px;
	  background: #e5f3fd;
	  border: none;
	  background: #e5f3fd;
	  border: none;
	  line-height: 1;
	  width: 100%;
  }
  
  .registrationBox {
	  width: 100%;
	  float: left;
	  clear: both;
	  text-align: center;
  }
  .registrationBox input.memberlogin {
	  width: 230px;
	  height: 45px;
	  text-align: center;
	  border-style: none;
	  color: #fff;
	  padding: 15px 25px 15px 25px;
	  background-color: #007ee2;
	  border-radius: 1px;
	  -webkit-border-radius: 1px;
	  -moz-border-radius: 1px;
	  cursor: pointer;
	  margin: 40px 5px 10px 5px;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  border: none;
		font-size: 1em;
  }
  .registrationBox input.cancel {
	margin: 10px 5px 10px 5px;
  }
  /*
  .cancel-member .registrationBox input.memberlogin {
	  margin: 20px 5px 0 5px;
  }
  */
  
  /* エラーメッセージ */
  .error_message {
	  float: left;
	  width: 100%;
	  color: #f44;
  }
  /* .error_groutp .error_message + .error_message {
	  margin-bottom: 20px;
  } */
  .error_group .error_message:last-of-type {
	  margin-bottom: 20px;
  }
  @media only screen and (max-width: 699px) {
	.error_message {
		margin-bottom: 0;
	}
  }
  
  /* 注意事項 */
  .contentsBlocks.new-member:before {
	content: none;
  }
  .new-member.bg-none .form-note {
	  background: none;
	  padding-top: 0;
	  padding-bottom: 0;
	  margin-bottom: 50px;
  }
  .new-member.bg-none .form-note .note {
	  color: #000;
  }
  
  /* 動画ボタン */
  .add-btn-movie {
	display: block;
	margin: auto;
	margin-bottom: 60px;
	width: 600px;
  }
  .add-btn-movie a {
	display: block;
	padding: 20px 0 25px;
	background: #1182df;
  }
  .add-btn-movie a:hover {
	display: block;
	padding: 20px 0 25px;
	background: #333;
  }
  .add-btn-movie a img {
	margin: auto;
	display: block;
	width: 340px;
  }
  @media only screen and (max-width: 699px) {
	.add-btn-movie {
	  margin-bottom: 40px;
	  width: 100%;
	}
	.add-btn-movie a {
	  display: block;
	  padding: 14px 0 19px;
	  background: #1182df;
	}
	.add-btn-movie a img {
	  margin: auto;
	  display: block;
	  width: 260px;
	}
  }
  
  /* 電話相談バナー */
  .tel-soudan {
	display: block;
  }
  .tel-soudan a {
  }
  .tel-soudan a img {
	  width: 100%;
  }
  
  @media(min-width: 768px){
	.tel-soudan a[href^="tel:"] {
	  pointer-events: none;
	  text-decoration: none;
	}
  }
  
  /* フォーム吹き出し */
  @-webkit-keyframes fadein {
	  0%{
		  opacity:0;
	  }
	  75%{
		  opacity:0.5;
	  }
	  100% {
		  opacity:1;
	  }
  }
  #form-guide .trigger {
	position:relative;
	float: left;
	width: 100%;
  }
  #form-guide .trigger.inline {
	position:relative;
	width: auto;
	  float: none;
	  display: inline-block;
  }
  @media only screen and (max-width: 699px) {
	#form-guide .trigger.inline {
		width: 120px;
		margin-right: 45px;
	}
  }
  .tooltips {
	display: none;
	position: absolute;
	bottom: -2em;
	left: 0.3em;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: #FFFFFF;
	background: #dc6893;
	border-radius: 4px;
  -webkit-animation: fadein 3s linear 0s 1;
	text-align: left;
  }
  .trigger.inline .tooltips {
	min-width: 215px;
  }
  @media only screen and (max-width: 699px) {
	.trigger.inline .tooltips {
	  min-width: inherit;
	}
  }
  .tooltips.input-only {
	bottom: -2.8em;
  }
  .tooltips.line2 {
	bottom: -3.5em;
	min-width: 280px;
	max-width: 360px;
  }
  @media only screen and (max-width: 699px) {
	.trigger.inline .tooltips {
	  min-width: inherit;
	  max-width: inherit;
	}
  }
  .tooltips.wide-s {
	min-width: 240px !important;
  }
  @media only screen and (max-width: 699px) {
	.tooltips.wide-s {
	  min-width: inherit !important;
	  bottom: -3.8em;
	}
  }
  .tooltips.wide-m {
	min-width: 320px !important;
  }
  @media only screen and (max-width: 699px) {
	.tooltips.wide-m {
	  min-width: inherit !important;
	  bottom: -5.0em;
	}
  }
  @media only screen and (max-width: 699px) {
	.tooltips.jusho {
	  min-width: inherit !important;
	  bottom: -3.8em;
	}
  }
  .tooltips:after {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #dc6893 transparent;
  }
  #form-guide .trigger:hover .tooltips {
	display: inline-block;
  -webkit-animation: fadein 0.25s linear 0s 1;
  }
  
  #form-guide .registrationBox .trigger {
	position: relative;
	float: none;
	display: inline-block;
	width: auto;
  }
  #form-guide .registrationBox .trigger .tooltips {
	width: 320px;
  }
  #form-guide .registrationBox .trigger .tooltips:after {
	left: 3em;
  }
  @media only screen and (max-width: 699px) {
	#form-guide .registrationBox {
	  margin-top: 30px;
	}
	#form-guide .registrationBox .trigger {
	  margin-top: 50px;
	}
	#form-guide .registrationBox .trigger .tooltips {
	  display: inline-block;
	  top: -5em;
	  left: 0em;
	  bottom: auto;
	  width: 280px;
	}
	#form-guide .registrationBox input[type="submit"] {
	  margin-top: 0;
	}
	#form-guide .registrationBox #card {
		margin-top: 0;
	  }	
	#form-guide .registrationBox .trigger .tooltips:after {
	  top: auto;
	  bottom: -8px;
	  left: -webkit-calc(50% - 8px);
	  left: calc(50% - 8px);
	  border-width: 8px 8px 0 8px;
	  border-color: #dc6893 transparent transparent transparent;
	}
  }
  
  
  /* 会員登録手順
  ------------------------------------- */
  .new-member-wrap {
	  clear: both;
  }
  .new-member-wrap .movie-step {
	  display: block;
	  padding-top: 40px;
	  margin-bottom: 60px;
  }
  .new-member-wrap .sub-catch {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	  font-size: 1.8em;
	  font-weight: bold;
	  color: #004a87;
  }
  .new-member-wrap .sub-catch::before {
	content: "";
	position: relative;
	  top: 2px;
	display: inline-block;
	margin-right: 5px;
	  width: 36px;
	  height: 26px;
	  background: url(/-/media/Images/parts/2020/auth/icon-member.svg) bottom no-repeat;
	background-size: 100%;
  }
  @media only screen and (max-width: 699px) {
	.new-member-wrap .sub-catch {
	  margin-bottom: 20px;
		font-size: 1.45em;
	}
	.new-member-wrap .sub-catch::before {
		width: 30px;
		height: 22px;
	}
  }

  /* blue button --> */
  .btn-member-add {
    text-align: center;
  }
  .btn-member-add a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-radius: 5px;
    background: #017ee2;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
  }
  .btn-member-add a:hover {
    opacity: 0.75;
  }
  .btn-member-add a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    content: "";
    margin-left: 12px;
    width: 16px;
    height: 16px;
    background: url(/-/media/Images/parts/2020/auth/icon_arrow.svg) bottom repeat;
    background-size: 100%;
  }
  /* blue button <-- */
  /* orage button --> */
  .btn-member-add-orange {
    text-align: center;
  }
  .btn-member-add-orange a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-radius: 5px;
    background: #E67701;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
  }
  .btn-member-add-orange a:hover {
    opacity: 0.75;
  }
  .btn-member-add-orange a:after {
      position: relative;
      top: 1px;
      display: inline-block;
      content: "";
      margin-left: 12px;
      width: 16px;
      height: 16px;
      background: url(/-/media/Images/parts/2020/auth/icon_arrow.svg) bottom repeat;
      background-size: 100%;
  }
  /* orage button <-- */
  @media only screen and (max-width: 699px) {
    .btn-member-add a {
      padding: 18px;
      margin-bottom: 0;
      font-size: 1.15em;
    }
    .btn-member-add a:after {
      position: relative;
      top: 0;
      width: 13px;
      height: 13px;
    }
    .btn-member-add-orange a {
      padding: 18px;
      margin-bottom: 20px;
      font-size: 1.15em;
    }
    .btn-member-add-orange a:after {
      position: relative;
      top: 0;
      width: 13px;
      height: 13px;
    }
  }
  /* .new-member-wrap .movie-step .sub-catch {
	  margin-bottom: 30px;
	  text-align: center;
  }
  .new-member-wrap .movie-step .sub-catch img {
	  width: auto;
	  height: 30px;
  }
  @media only screen and (max-width: 699px) {
	  .new-member-wrap .movie-step .sub-catch img {
		  width: auto;
		  height: 20px;
	  }
  } */
  .new-member-wrap .movie-step .youtube {
	  position: relative;
	  margin: auto;
	  width: 80%;
	  padding-top: 45%;
	  background: #ccc;
  }
  .new-member-wrap .movie-step .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  
  .new-member-wrap .title-style-underline {
	  padding-bottom: 12px;
	  border-bottom: 1px solid #0068b7;
	  line-height: 100%;
	  font-size: 1.429em;
  }
  
  .new-member-wrap .new-member-flow {
	  position: relative;
	  padding: 50px 0 20px;
	  padding-left: 220px;
	  background: none;
	  border-bottom: 1px solid #eee;
  }
  @media only screen and (max-width: 699px) {
	  .new-member-wrap .new-member-flow {
		  padding: 30px 0;
		  padding-left: 0px;
	  }
  }
  .new-member-wrap .new-member-flow:last-of-type {
	  padding-bottom: 40px;
  }
  .new-member-wrap .new-member-flow .step {
	  position: absolute;
	  top: 30px;
	  left: 0;
	  width: 190px;
  }
  @media only screen and (max-width: 699px) {
	  .new-member-wrap .new-member-flow .step {
		  position: relative;
		  top: 0;
		  left: 0;
		  margin-bottom: 20px;
		  width: 150px;
	  }
  }
  .new-member-wrap .new-member-flow:last-of-type .step {
	  width: 170px;
  }
  .new-member-wrap .new-member-flow .step img {
	  width: 100%;
  }
  .new-member-wrap .new-member-flow .content {
  }
  .new-member-wrap .new-member-flow .content img {
	  margin-top: 30px;
	  width: 100%;
	  border: 1px solid #eee;
  }
  @media only screen and (max-width: 699px) {
	  .new-member-wrap .new-member-flow .content img {
		  display: block;
		  margin: auto;
		  margin-top: 30px;
		  width: 80%;
	  }
  }
  .new-member-wrap .new-member-flow .content h5 {
	  margin-bottom: 25px;
	  font-weight: bold;
	  font-size: 1.285em;
	  color: #007ee2;
  }
  
  .new-member-wrap .new-member-flow .content .mini-catch {
	  margin: 0;
	  width: 100%;
  }
  .new-member-wrap .new-member-flow .content .mini-catch .fc-red {
  }s
  .new-member-wrap .new-member-flow .content img {
  }
  
  
  
  
  /* パスワード再設定
  ------------------------------------- */
  .formDescription.pass-word.bg {
	  background: #e5f2fc;
	  margin-bottom: 50px;
  }
  @media only screen and (max-width: 699px) {
	.formDescription.pass-word.bg {
		  margin-bottom: 30px;
	}
  }
  .formDescription.pass-word .sub-catch {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.286em;
  }
  
  .formDescription.pass-word .catch {
	display: block;
	margin-bottom: 30px;
	padding: 20px 0 22px;
	background: #007ae4;
  }
  .formDescription.pass-word .catch dt {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
  }
  @media only screen and (max-width: 699px) {
	.formDescription.pass-word .catch dt {
		  padding: 0;
	  font-size: 14px;
	}
  }
  .formDescription.pass-word .formBlocks {
	float: none;
	margin: auto;
	width: 86%;
	  text-align: left;
  }
  @media only screen and (max-width: 699px) {
	  .formDescription.pass-word .formBlocks {
		width: 100%;
	  }
  }
  .formDescription.pass-word .formBlocks .formUnity {
	  padding-bottom: 0;
	margin-bottom: 0;
  }
  .formDescription.pass-word .formBlocks dl {
	  margin: 0;
	  padding: 6px 0;
		  border: none;
  }
  @media only screen and (max-width: 699px) {
	.formDescription.pass-word .formBlocks dt {
		  font-size: 1.15em;
	}
  }
  .formDescription.pass-word .registrationBox {
	  margin-top: 40px;
	  margin-left: 25%;
	width: 50%;
  }
  @media only screen and (max-width: 699px) {
	.second .formDescription.pass-word .registrationBox {
	  margin-top: 40px;
	  margin-left: 15%;
	  width: 70%;
	}
  }
  .formDescription.pass-word .registrationBox #sendMail {
	  margin-bottom: 10px;
  }
  .formDescription.pass-word .registrationBox #cancel {
	  margin-top: 0;
	  padding: 0 25px;
	  background: none;
	  color: #007ae4;
  }
  .formDescription.pass-word .registrationBox #update {
	  margin-top: 0;
  }
  @media only screen and (max-width: 699px) {
	  .formDescription.pass-word .registrationBox #cancel {
		  width: 100%;
	  }
	  .formDescription.pass-word .registrationBox #update {
		  width: 100%;
	  }
  }
  
  .formDescription.pass-word .error_group {
	  padding: 10px 0;
  }
  .formDescription.pass-word .error_group .error_message:last-of-type {
	  margin-bottom: 0;
  }
  .formDescription.pass-word .formBlocks .formUnity .bgw dt {
	width: 35%;
  }
  /* 会員メニュー時 */
  .second .formDescription.pass-word .formBlocks .formUnity .bgw dt {
	width: 40%;
  }
  .formDescription.pass-word .formBlocks .formUnity .bgw dd {
	position: relative;
	  padding: 0;
	width: 65%;
  }
  @media only screen and (max-width: 699px) {
	.second .formDescription.pass-word .formBlocks .formUnity .bgw dt {
		width: 100%;
	  }
	  .formDescription.pass-word .formBlocks .formUnity .bgw dd {
		  width: 92%;
		margin-left: 8%;
	  }
  }
  .formDescription.pass-word .formBlocks .formUnity .bgw dd .number {
	position: absolute;
	top: 10px;
	left: -34px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	text-align: center;
	line-height: 16px;
	background: #007ae4;
	font-size: 9px;
	color: #fff;
  }
  @media only screen and (max-width: 699px) {
	.formDescription.pass-word .formBlocks .formUnity .bgw dd .number {
	  left: -22px;
	}
  }
  .formDescription.pass-word .formBlocks .formUnity .registrationBox {
	position: relative;
  }
  .formDescription.pass-word .formBlocks .formUnity .registrationBox .number {
	position: absolute;
	top: 16px;
	left: -34px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	text-align: center;
	line-height: 16px;
	background: #007ae4;
	font-size: 9px;
	color: #fff;
  }
  @media only screen and (max-width: 699px) {
	.formDescription.pass-word .formBlocks .formUnity .registrationBox .number {
	  left: -22px;
	}
  }

  /* 追加
  ------------------------------------- */
  .formDescription .formBlocks ul li {
	  margin: 7px 0 5px;
	  clear: both;
  }
  .formDescription .formBlocks .list-com li{
	list-style:none;
	padding-left:16px;
	position:relative;
  }
  .formDescription .formBlocks .list-com li:before{
	content:"※";
	position:absolute;
	left:0px;
	top:0;
  }
  .formDescription .formBlocks .form-note2{
	border: 1px solid #000;
    padding: 1em;
    margin-top: 20px;
  }
  .formDescription .formBlocks .form-note2 h3 {
	margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fe4542;
  }
  .formDescription .formBlocks .form-note2 ul li{
    list-style: disc;
    margin: 0 0 0 20px;
  }
  .formDescription .formBlocks .form-note2 .note{
	color: #fe4542;
  }
  .formDescription .formBlocks .warning ul{
	clear: both;
    padding-top: 20px;
	color: #fe4542;
    font-weight: bold;
  }
  .formDescription .formBlocks .warning ul li {
    list-style: disc;
    margin: 0 0 0 20px;
  }
  .warning-area .form-note3{
	background: #fff;
	border: 1px solid #fe4542;
    padding: 1em;
	margin: 20px auto;
    width: 88%;
	border-radius: 10px;
    box-sizing: border-box !important;
  }
  @media only screen and (max-width: 699px) {
	.warning-area .form-note3{
		width: 90%;
	  }
  }
  .warning-area .form-note3 h3 {
	margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fe4542;
  }
  .warning-area .form-note3 ul li{
    list-style: disc;
    margin: 0 0 0 20px;
  }
  .warning-area .form-note3 .note{
	color: #fe4542;
  }
  .mailwidth {
	width: 250px;
  }

/* 2021.12.2追加 */
/* 非会員ページ　あとで全部にクラスつける */
#MemberOnly {
  margin-bottom: 60px;
}
#MemberOnly .top {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}
#MemberOnly .top strong {
  color: #017ee2;
}
#MemberOnly .remainingContent-text::before {
  content: "";
  position: relative;
  top: -40px;
  display: block;
  margin: auto;
  margin-bottom: -20px;
  width: 30px;
  height: 34px;
  /* background: url(/-/media/Images/parts/gxbiz/common/i_key.png) no-repeat; */
  background: url(https://gxbiz.oita-press.co.jp/-/media/Images/parts/gxbiz/common/i_key.png) no-repeat;
  background-size: 100%;
}
#MemberOnly .LoginArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 40px 80px 50px;
  background: #F2F2F2;
  align-items: flex-end;
}
#MemberOnly .LoginArea dl {
  width: 47%;
}
#MemberOnly .LoginArea dt {
  text-align: center;
  font-size: 90%;
}
#MemberOnly .LoginArea dd {
  margin-top: 10px;
  line-height: 200%;
}
#MemberOnly .LoginArea dd a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #017ee2;
  text-align: center;
  font-weight: bold;
  color: #017ee2;
}
#MemberOnly .LoginArea .plan {
  margin-left: 6%;
}
#MemberOnly .LoginArea .plan dd a {
  background: #017ee2;
  color: #fff;
}
#MemberOnly .remainingContent-text {
  margin: 20px auto 0 auto;
  color: #686868;
  text-align: center;
  font-size: 1.154em;
  line-height: 100%;
}

@media screen and (max-width: 767px) {

  .article-cont {
    margin: auto;
    width: 100%;
}

  #MemberOnly {
    margin-top: 20px !important;
  }
  #MemberOnly .top {
    padding-top: 10px;
  }
  #MemberOnly .remainingContent-text::before {
    content: "";
    position: relative;
    top: -30px;
    margin-bottom: -20px;
    width: 20px;
    height: 24px;
}

  #MemberOnly .LoginArea {
    display: block;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 30px 40px;
    background: #F2F2F2;
}
#MemberOnly .LoginArea dl {
  width: 100%;
}
#MemberOnly .LoginArea dt {
  text-align: center;
  font-size: 100%;
}
#MemberOnly .LoginArea dd {
  margin-top: 10px;
}
#MemberOnly .LoginArea dd a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #017ee2;
  text-align: center;
  font-weight: bold;
  color: #017ee2;
}
#MemberOnly .LoginArea .plan {
  margin-top: 26px;
  margin-left: 0;
}
#MemberOnly .LoginArea .plan dd a {
  background: #017ee2;
  color: #fff;
}



}