@charset "UTF-8";

.w100{
  width: 100% !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.ml10{
  margin-left: 10px !important;
}
@media screen and (min-width: 769px){
  .flex{
    display: flex;
  }
}
.between{
  justify-content: space-between;
}
.asterisk{
  display: inline;
  padding-left: 2px;
}

div.section .lsNone li{
  padding-left: 0;
}
div.section .lsNone li:before{
  display: none;
}
small{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
div.section h1.member {
    padding: 15px 0 30px;
    text-align: center;
}
div.section div.memberWrap {
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  margin: 40px 0 60px;
  font-size: 14px;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap {
    padding: 50px 15px;
    margin: 40px 0;
  }
  div.section  li.flex + li.flex{
    margin-top: 5px;
  }
}
div.section div.memberWrap:last-child {
  margin-bottom: 0;
}
div.section div.memberWrap .memberBox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap .memberBox {
    display: block;
  }
}
div.section div.memberWrap .memberBox.card {
  flex-direction: row;
}
div.section div.memberWrap .memberBox.second {
  margin-top: 80px;
}
div.section div.memberWrap .memberBox .memberBoxImg img{
  width: 35%;
}
div.section div.memberWrap .memberBox .memberBoxImg img + img{
  margin-top: 30px;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap .memberBox .memberBoxImg {
    width: 100%;
    margin-bottom: 20px;
  }
}
div.section div.memberWrap .memberBox .memberBoxImg.large {
  width: 50%;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap .memberBox .memberBoxImg.large {
    width: 100%;
    margin-bottom: 20px;
  }
}
div.section div.memberWrap .memberBox .memberBoxImg img {
  width: 100%;
}
div.section div.memberWrap .memberBox .memberBoxTxt {
  width: 60%;
  margin-right: 5%;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap .memberBox .memberBoxTxt {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.memberWrap .memberBox .memberBoxImg.large ~ .memberBoxTxt {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 1019px){
  div.section div.memberWrap .memberBox .memberBoxImg.large ~ .memberBoxTxt {
    width: 100%;
    margin-right: 0;
  }
}

div.section div.memberWrap .grayBox {
  border: 1px solid #ddd;
  padding: 30px;
}
@media screen and (max-width: 1019px) {
  div.section div.memberWrap .grayBox {
    padding: 20px;
    box-sizing: border-box;
  }
}
div.section div.memberWrap .grayBox02 {
  width: 70%;
  margin: 0 auto 50px;
}
div.section div.memberWrap .grayBox03{
  width: calc( 435px - 20px );
  margin-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  div.section div.memberWrap .grayBox {
    width: 100%;
    padding: 10px;
  }
}
div.section div.memberWrap .grayBox p.commonLink {
  margin-bottom: 0;
}
div.section div.memberWrap .grayBox p.commonLink.mb30 {
  margin-bottom: 30px;
}

div.section div.memberWrap .grayBoxList {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1019px) {
  div.section div.memberWrap .grayBoxList {
    display: block;
  }
}
div.section div.memberWrap .grayBoxList .grayBox.left {
  width: 45%;
}
div.section div.memberWrap .grayBoxList .grayBox.right {
  width: 55%;
}
div.section div.memberWrap .grayBoxList .grayBox.left50,
div.section div.memberWrap .grayBoxList .grayBox.right50 {
  width: 50%;
}
@media screen and (max-width: 1019px) {
  div.section div.memberWrap .grayBoxList .grayBox.left,
  div.section div.memberWrap .grayBoxList .grayBox.right,
  div.section div.memberWrap .grayBoxList .grayBox.left50,
  div.section div.memberWrap .grayBoxList .grayBox.right50 {
    width: 100%;
  }
}
div.section div.memberWrap .grayBoxList .grayBox + .grayBox {
  margin-left: 40px;
}
@media screen and (max-width: 1019px) {
  div.section div.memberWrap .grayBoxList .grayBox + .grayBox {
    margin-left: 0;
    margin-top: 30px;
  }
}


div.section div.memberWrap .contactTtl,
div.section div.memberWrap p.contactTel {
  text-align: center;
  margin-bottom: 20px;
}
div.section div.memberWrap .contactTtl {
  font-size: 18px;
}
div.section div.memberWrap p.contactTel {
  font-size: 22px;
}
div.section div.memberWrap p.contactTel a {
  color: #2badbd;
  font-size: 30px;
  line-height: 30px;
}
div.section div.memberWrap p.contactTel span {
  font-size: 15px;
}

div.section div.memberWrap h2 {
  text-align: left;
}
div.section div.memberWrap h3 {
  text-align: left;
  color: #2badbd;
  margin-bottom: 20px;
}
div.section div.memberWrap .memberBox .memberBoxTxt p span {
  font-weight: bold;
  display: block;
}
div.section div.memberWrap .memberBox .memberBoxTxt p span.nowrap {
  letter-spacing: -0.1px;
  font-weight: normal;
  display: inline;
}
div.section div.memberWrap ul.mb0 {
  margin-bottom: 0;
}
div.section div.memberWrap table td span {
  color: #2badbd;
  font-weight: bold;
  font-size: 16px;
}


/* ::::::::::::::::::::::::::::::::: プレミアムカードお申し込み ::::::::::::::::::::::::::::::::: */
.contactDetailBlock {
  padding: 60px 90px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock {
    padding: 40px 15px;
  }
}
.contactDetailBlock .contactDetailLead {
  margin-bottom: 40px;
}
.contactDetailBlock .required {
  color: #2BADBD
}
.contactDetailBlock form {
  border: 1px solid #ddd;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form {
    padding: 40px 15px;
  }
}
.contactDetailBlock form input {
  padding: 20px;
  box-sizing: border-box;
  background: #F2F2F5;
  color: #2b3034;
  font-size: 14px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input {
    padding: 10px;
  }
}
.contactDetailBlock form input.sWidth {
  width: 110px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input.sWidth {
    width: 80%;
  }
}
.contactDetailBlock form input.mWidth  {
  width: 250px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form input.mWidth  {
    width: 100%;
  }
}
.contactDetailBlock form input.lWidth {
  width: 100%;
}
.contactDetailBlock form textarea {
  width: 100%;
  color: #2b3034;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
  background: #F2F2F5;
  border: none;
  resize: none;
}
.contactDetailBlock form select {
  color: #2b3034;
  font-size: 14px;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #F2F2F5 url(../../img/common/mark_select.svg) no-repeat 90% 50%;
  background-size: 7px 16px;
  border: none;
  resize: none;
  width: 70px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form select {
    padding: 10px 5px;
    width: 60px;
  }
}

div.section .contactDetailBlock table {
	margin: 0;
}

div.section .contactDetailBlock table th {
	color: #2B3034;
	font-weight: normal;
	background: none;
	border: none;
}
div.section .contactDetailBlock table th p {
  margin: 0;
}
div.section .contactDetailBlock table td {
	border: none;
	background: none;
}
div.section.bgLightGray .contactDetailBlock table td {
  background: none;
}
div.section.bgGray .contactDetailBlock table td {
  background: none;
}
div.section.bgDarkGray .contactDetailBlock table th {
  background: none;
	border-color: none;
}
div.section.bgDarkGray .contactDetailBlock table td {
  background: none;
}
div.section.bgPattern .contactDetailBlock table td {
  background: none;
}

.contactDetailBlock form table th,
.contactDetailBlock form table td {
  padding: 20px 10px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form table th,
  .contactDetailBlock form table td {
    padding: 10px 0;
  }
  .contactDetailBlock form table th {
    padding: 10px 0 0 0;
  }
}
.contactDetailBlock form table td span {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form table td span {
    margin: 0 5px;
  }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #BFC0C1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BFC0C1;
}
::placeholder{ /* Others */
  color: #BFC0C1;
}

.contactDetailBlock form .checkList .checkBlock label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  min-width: 85px;
  margin: 5px 10px 5px 0;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList .checkBlock label {
    width: 100%;
  }
}
.contactDetailBlock form .checkList .checkBlock label.lWidth {
  width: 100%;
}

.contactDetailBlock form .checkList .checkBlock input {
  /*padding: 0;
  background: none;
  display: inline;*/
  position: absolute;
  left: -1000em;
}
.contactDetailBlock form .checkList .checkBlock input.inputStyle {
  padding: 20px;
  background: #F2F2F5;
  display: block;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList .checkBlock input.inputStyle {
    padding: 10px;
  }
}
.contactDetailBlock form .checkList .checkBlock label:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px #444;
  box-sizing: border-box;
  border-radius: 2px;
  left: 0;
  top: 3px;
  transition: 0.1s ease-in-out;
}
.contactDetailBlock form .checkList .checkBlock input:checked + label:before {
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  width: 10px;
  left: 5px;
  top: 0;
  border-color: #00AFA0;
}

.contactDetailBlock form .checkList.checkBottomList {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock form .checkList.checkBottomList {
    text-align: left;
  }
}
.contactDetailBlock form .checkList.checkBottomList .checkBlock label {
  width: auto;
  margin: 0;
}

.contactDetailBlock form .checkList.checkBottomList .checkBlock + .checkBlock {
  margin-top: 20px;
}

.contactDetailBlock .contactBtnBlock {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock .contactBtnBlock {
    display: block;
  }
}
.contactDetailBlock .contactBtnBlock p.commonLink {
  margin-bottom: 0;
}
.contactDetailBlock .contactBtnBlock p.commonLink + p.commonLink {
  margin-left: 20px;
}
@media screen and (max-width: 1019px){
  .contactDetailBlock .contactBtnBlock p.commonLink + p.commonLink {
    margin: 10px 0 0 0;
  }
}

.wedding {
  position: relative;
}
.wedding .grayBox03{
  position: absolute;
  bottom: 60px;
}
@media screen and (max-width: 1019px){
  .wedding .grayBox03{
    position: static;
    /* bottom: 60px; */
  }
}

.member-wedding-content {
  display: flex;
}
.member-wedding-left {
 width: 45%;
 margin-right: 5%;
}
.member-wedding-right {
  width: 45%;
}
.memberBoxImg {
  margin-bottom: 10px;
}
.memberBoxImg img {
  width: 100%;
}
.memberWrap.wedding .grayBox03.contact-info-full {
  width: 100%;
  position: static;
  margin-top: 40px;
}
.member-wedding-content:not(:last-child) {
  margin-bottom: 40px;
}
.member-text {
  font-weight: bold;
  font-size: 16px;
}
.member-wedding-info {
  height: 71px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .member-wedding-content {
    flex-direction: column;
}
  .member-wedding-left {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .member-wedding-right {
    width: 100%;
    margin-top: 30px;
  }
  .memberWrap.wedding .grayBox03.contact-info-full {
      margin-top: 0;
  }
  .member-wedding-info {
    height: auto;
  }
}
