@charset "UTF-8";

/* ***********************************
 *  〜479px：スマートフォン縦
 *  480px〜599px：スマートフォン横
 *  600px〜959px：タブレット
 *  960px〜：小型PC以上
 *  （1280px〜：大型PC）
 * ***********************************
 *
 *  Common CSS
 *
 * *********************************** */


/* ***********************************
 *  〜479px：SP縦
 * *********************************** */

/*  policy.html
 * *********************************** */
.section-title-2 {
  margin: .8rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  opacity: .65;
}

.section-title-3 {
  margin: 0 0 .8rem;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: .65;
}

.notice {
  font-size: 1.2rem;
}

.policy ul {
	padding: 0;
}

.policy ul li ul {
	margin: 0 0 1.6rem;
}

.policy li {
	margin: .8rem 0;
}

.policy .ind li {
	list-style: disc inside;
}

.policy ul .ind li {
	margin-left: 1.6rem;
}

.date {
  margin-top: 3.2rem;
  font-size: 1.2rem;
}

/*  character,common_point _search.php
 * *********************************** */
.card-img-wrapper{
  opacity:50%;
 }

.card-overlay-check-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  transform: translate(-50%, -50%);
 }

.ok-btn-wrapper{
  text-align: center;
 }

/*  company.html
 * *********************************** */
.main-type-2 .wrap {
  padding: 0 1.6rem 3.2rem;
}

.table-type-3 {
  margin: 0 auto;
  width: 100%;
 }

.table-type-3 th {
  width: 30%;
  padding: 1.6rem 0;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  font-weight: bold;
  opacity: .65;
}

.table-type-3 td {
  padding: 1.6rem 0;
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
}

.table-type-3 + .notice {
  margin-top: 3.2rem;
}

/*  help/content.php
 * *********************************** */
.article-content {
  line-height: 1.6;
  margin-bottom: 48px;
  word-wrap: break-word;
}

.article-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*  login_external_01.html
 * *********************************** */
.attention-wrapper {
  margin-bottom: 4rem;
}

input.phone-number-2::placeholder {
  color: #ccc;
}

input.phone-number-2::-ms-input-placeholder {
  color: #ccc;
}

input.phone-number-2:-ms-input-placeholder {
  color: #ccc;
}


/*  search.html
 * *********************************** */
.navigation {
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  max-width: 700px;
  height: 61px;
  position: fixed;
  bottom: -1px;
  z-index: 20;
  opacity: .95;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  border-bottom: 0;
}

.navigation a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  opacity: .65;
  position: relative;
}

.navigation-item.is-active,
.navigation-item.is-active > .navigation-item-label {
  color: #fe6970;
  opacity: 1;
}

.search,
.likes,
.footprints,
.messages,
.mypages {
  padding-top: .4rem;
  width: 100%;
  text-align: center;
  position: relative;
}

.navigation-item .fa,
.navigation-item .far,
.navigation-item .fas {
  font-size: 2.4rem;
}

.navigation-item .navigation-item-label {
  font-size: .8rem;
}

/* help/common.php
 * *********************************** */
/* searchbar.php
 * *********************************** */
.search-bar-wrapper {
  background-color: rgba(0, 196, 204, 1);
  background-position: center;
  background-size: cover;
  color: white;
  height: 200px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.search-bar-wrapper p{
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  color: white;
}

.search-bar-wrapper-inner{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.search-bar input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
}
/*
.search-bar::before {
  position: relative;
  top: 85%;
  transform: translateY(-50%);
  color: #ddd;
  content: url(../images/help/search_img.png);
  font-size: 18px;
  position: absolute;
  left: 15px;
}
*/

/* inquiry-box.php
 * *********************************** */
.inquiry-box {
  border: 1px solid;
  border-color: #CBCED0;
  border-radius: 5px;
  padding: 24px 24px 16px 24px;
  margin-top: 50px;  
  text-align: center;
}

.inquiry-box-note {
  color: #8d9399;
  font-size: 12px;
}

/* sidebar.php
 * *********************************** */
.common-contents-list {
  flex: 0 0 100%;
  width: 100%;
}

.sidenav-title span{
  float: right;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 196, 204, 1);
  color: #ffffff;
  text-decoration: none;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(62, 68, 72, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
  margin-top: -35px;
}

.first-of-sidebar{
  margin-top: 0px;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.order-first {
  order:2;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .25rem .5rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
  text-decoration: none;
}

.font-red {
  color:#F33F3F!important
}

/* category.php
 * *********************************** */
.section-content {
  animation-name: anim-show-contents;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.article-list {
  margin-bottom: 50px;
  margin-top: 0;
  list-style: none;
}

.article-list-item {
  border-bottom: 1px solid #EBECED;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.article-list-item a {
  text-decoration: none;
  padding: 15px 2px;
  display: block;
  color: rgba(0, 171, 179, 1);
}

.inquiry-box .coicier-blue-button {
  display: block;
  margin: 14px 0;
  background-color: rgba(0, 196, 204, 1);
  color: white!important;
  font-weight: bold;
  text-align: center;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
}

/* help/index.php, c-login/index.php
 * *********************************** */
  .section-tree {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-tree ul{
    list-style: none;  
  }

  .section-tree .section {
    flex: 0 0 45%;
  }

  .section-tree-title h3{
    font-size: 16px!important;
    font-weight: 600!important;
  }

  .section-tree-title a{
    color: rgba(63, 69, 73, 1);
    text-decoration: none;
  }

/* help/各ページ
 * *********************************** */
.section {
  margin-bottom: 60px;
}

.help-contents {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  overflow: hidden;
}

.help-contents h1 {
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.2;
}


.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif ;
}

.help-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.article-wrapper {
  width: 100%;
  padding-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.breadcrumbs {
  margin: 0 0 15px 0;
}

.breadcrumbs li {
  color: #6d787f;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs a {
  text-decoration-line: none;
}

.article-body {
  font-size: 16px;
}

.article-body a {
  text-decoration: none;  
}

.article-body p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.article-body b, .article-body strong {
  font-weight: bolder;
}

.article-font-red {
  color: #F44F4F;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 0px 0px 1rem 20px;
}

.article-body ul li a:link {
  color: rgba(0, 196, 204, 1);
}

.article-body a:visited {
  color: rgba(0, 171, 179, 1);
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4 {
  padding-top: 40px;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.article-body h1 {
  font-size: 18px;
  font-weight: 600;
}

.article-body h2 {
  font-size: 16px;
  font-weight: 600;
}
  
  /* inquiry.php
   * *********************************** */
.inquiry-title{
  border: 0;
  font: inherit;
  margin: 0;
  vertical-align: baseline;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #3e4448;
  padding-top: 32px;
}

.help-link-btn {
  background-color: #00c4cc;
  border-radius: 100px;
  border-style: none;
  color: #fff!important;
  display: inline-block;
  font-weight: bold;
  outline: none;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  text-decoration: none;
}

.inquiry-center{
  font-size: 12px;
  margin: 24px 32px 0;
  text-align: center;
}

.inquiry-note{
  text-align: left;
}

.inquiry-form-title{
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}

.inquiry-form-notice{
  color: #8d9399;
  font-size: 12px;
  margin-top: 12px;
}

.inquiry-select-title{
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.inquiry-textarea{
  background-color: #f8f9f9;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  font-size: 16px;
  height: 258px;
  margin-top: 16px;
  outline: 0;
  padding: 16px 24px;
  width: 100%;
}

.inquiry-select{
  border: 1px solid #ebeced;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  height: 40px;
  position: relative;
  width: 100%;
}

/* violation.php
 * *********************************** */
#violation-input-index p{
  margin-bottom: 5px;
}

#violation-input-index h5{
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  padding: 20px 0;
}

.violation-check-list li{
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #E4E4E4;
}

.violation-circle-radio input{
  float:left;
}

.violation-circle-radio input + label {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-indent: 10px;
  cursor: pointer;
}


#violation-comment {
  width: 100%;
  height: 5rem;
}

#violation-comment-count {
  float: right;
}

.middle-title { 
  color: #2D2E2D;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}

.inner-text {
  display: block;
  text-align: center;
  font-size: 16px;
}

.violation-attention {
  list-style-type: disc;
  margin:20px;
}

.violation-button { 
  margin: 3.2rem auto 0;
  width: 94%;
  max-width: 400px;
  color: #fff;
  background: #d45052;
  border: 0;
  box-shadow: none;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}



/* 一部SP縦調整 */
@media screen and (min-width: 410px) and (max-width: 479px) {
  .navigation-item .fa,
  .navigation-item .far,
  .navigation-item .fas {
    font-size: 1.3em;
  }

  .navigation-item .navigation-item-label {
    margin-top: -.3rem;
  }

  /*アイコンと文字重複回避*/
 .fixed-btn {
    font-size: 1.0rem;
  }

/* information.php 
 * *********************************** 
 */
  .notice-btn {
    font-size : 1.4rem;
    width : 60%;
 }
 /*detail.php*/
  .footer-btn .fixed-btn.coicierge-icon {
    width: 80%;
  }
}

/* アイコン部 */

span[data-badge-top-right]:before {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  background-color: #f00;
  border-radius: 50%;
  line-height: .8;
  width: auto;
  height: 16px;
  padding: 4px;
  box-shadow: 0px 0px 1px #ccc;
  color: #fff;
}

span[data-badge-top-right]:before {
  top: 10%;
  right: 30%;
  transform: translate(50%, -50%);
  content: attr(data-badge-top-right)"";
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-container.header.header-type-2 {
  margin-bottom: .4rem;
  height: 3.5rem;
}

.search-container .primary-btn {
  height: 2.6rem;
  max-width: 120px;
}

.search-container .primary-btn.order-btn {
  max-width: 100%;
  margin: 0 0 0 -1.2rem;
  line-height: initial;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 1.2rem;
  font-size: 1.2rem;
}

_:-ms-lang(x)::-ms-backdrop, .search-container .primary-btn.order-btn {
  padding: 0;
  font-size: 1rem;
}

.search-container .primary-btn.conditions-btn {
  max-width: 140px;
  color: #fff;
}

.search-container .primary-btn.conditions-btn:hover {
  color: #fe6970;
}

.search-container .primary-btn.conditions-btn::before {
  font-family: "Font Awesome 5 free";
  content: "\f002";
  color: #fff;
  line-height: 3.5rem;
  margin-right: 1rem;
  transition: .4s;
}

.primary-btn.conditions-btn:hover::before {
  color: #fe6970;
  transition: color .4s;
}

.btn-type-2.conditions-btn {
  width: 120%;
  margin-left: -.8rem;
  margin-right: -.8rem;
}

.search-container .btn-wrap {
    margin-bottom: 0;
}

.search-match-count {
  text-align: center;
  width: 80%;
  padding-right: 1rem;
}

.search-match-count p {
  color: #ccc;
}

.grid-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content:stretch;
  margin-bottom: .4rem;
}

.card-container .grid .grid-box:last-child {
  margin-bottom: 2.2rem;
}

.card {
  width: 38%;
  position: relative;
}

.card img {
  border-radius: 24px;
  margin-bottom: .2rem;
}

.user-card-upper-icons {
  font-size: 1.0rem;
  position: absolute;
  top: 10px;
  right: 10px;
}

.affinities-count {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.affinities-label {
  color: #fff;
}

.affinities-num {
  width: 24px;
  height: 24px;
  font-weight: bold;
  border-radius: 12px;
  background-color: rgba(128, 182, 52, .75);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: .04rem;
}

.user-card-sub-area {
  position: relative;
  width: 100%;
  padding: 0 .8rem .8rem;
}

.user-card-primary-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user-card-sub-area.user-card-primary-info {
  line-height: normal;
}

.is-online.online-badge {
  background-color: #80B634;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  margin-right: .4rem;
}

.is-in-24h.online-badge {
  background-color: #ffce00;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  margin-right: .4rem;
}

.user-card-profiles,
.warning,
.user-name {
  font-weight: bold;
  color: #fe6970;
  font-size: 1rem;
}

.user-card-small-tweet.is-normal:before {
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 4%;
  left: 0;
  display: block;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
}

.user-card-small-tweet.is-matchmaker:before {
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/search-matchmaker-icon.gif");
  background-size: 100%;
  background-repeat: no-repeat;
}

.user-card-small-tweet {
  position: relative;
  padding-left: 2.0rem;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4rem;
}

.user-card-small-tweet p {
  overflow: hidden;
}

_:-ms-lang(x)::-ms-backdrop, .user-card-small-tweet p {
  display: inline-block;
  height: 3.2rem;
  text-align: justify;
  line-height: 150%;
}

/* information.php 
* *********************************** 
*/

.notice-wrapper {
  width: 100%;
  display: block;
}

.notice-leftside {
  width: 90%;
  float: left;
}

.notice-datetime { 
  font-size: small;
}

.notice-title { 
  font-size: x-large;
  font-weight: bold;
}

.notice-content-link-wrapper {
  width: 10%;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}


/*  register.html
 * *********************************** */
 .register-main {
   position: relative;
 }

 .register-photo img {
  margin: 0 auto;
  width: 80%;
 }

 .register-edit-summary {
   margin: 3.2rem auto 0;
   position: relative;
 }

 .form-register {
   margin: 0 auto 2.4rem;
 }

 .form-register label {
   display: block;
 }

.form-register input {
  width: 100%;
  display: block;
  padding: .8rem;
  transition: 0.3s;
  border: 1px solid #ffffff;
  box-shadow: .7px .7px 2px 1px #707070 inset;
  border-radius: 8px;
}

@-moz-document url-prefix() {
  .form-register.pair-age.firefox-fix input {
    width: 40%;
  }
}

.form-register input:focus {
	outline: none;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
  cursor: pointer;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: .4rem .8rem;
    margin-right: 1.6rem;
    border-radius: 8px;
    transition: all .2s;
}

.radio-inline__input + .radio-inline__label {
    width: 100%;
    background: #ccc;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:checked + .radio-inline__label.male {
    width: 100%;
    background: #74b1fc;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:checked + .radio-inline__label.female {
    width: 100%;
    background: #fe747a;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.btn-register {
  cursor: pointer;
}

.space {
  margin: .8rem 0;
}

.cp_ipselect {
	overflow: hidden;
	text-align: center;
}

.cp_ipselect select {
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

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

.cp_ipselect.cp_sl05 {
  position: relative;
  border-radius: 2px;
  border-radius: 8px;
  background: #fec2c5;
}

.cp_ipselect.cp_sl05::before {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fe6970;
  pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
  padding: .8rem 3.2rem .8rem .8rem;
  color: #fe6970;
}

/* パスワード登録 */
#checkPassword {
  display: none;
}
.password-wrapper .hideText, .showText {
  border: none;
  outline: none;
}
.password-wrapper .togglePassword {
  position: relative;
}
.password-wrapper input.showText {
  display: none;
}
.password-wrapper input.hideText {
  display: inline;
}
.password-wrapper .fa-eye:before {
  display: inline;
  margin-left: 5px; 
}
.password-wrapper .fa-eye-slash:before {
  display: none;
}
.password-wrapper .fa.fa-eye,
.password-wrapper .fa.fa-eye-slash {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.password-wrapper #checkPassword:checked + .togglePassword > .fa-eye:before {
  display: none;
}
.password-wrapper #checkPassword:checked + .togglePassword > .fa-eye-slash:before {
  display: inline-block;
}
.password-wrapper #checkPassword:checked + .togglePassword > input.hideText {
  display: none;
}
.password-wrapper #checkPassword:checked + .togglePassword > input.showText {
  display: inline-block;
}


/* SP/Chromeスクロール防止 */
@media screen and (max-width: 479px) {
  .sp-overflow {
    overflow-x: hidden;
  }

  .sp-overflow-y {
    overflow-y: hidden;
  }
  /* information_list.php */
  .notice-list-title { 
    font-size: 14px;
  }

  .notice-list-datetime { 
    font-size: 12px;
  }

  /* information.php */
  .notice-title { 
    font-size: 18px;
  }

  .notice-datetime { 
    font-size: 14px;
  }

  .notice-content { 
    font-size: 16px;
  }

  /* violation.php */
  #violation-input-index {
    font-size: 14px;
  }

  #violation-input-index header{
    font-size: 12px;
  }

  #violation-input-index h5{
    font-size: 16px;
  }

  #violation-comment {
    height: 14rem;
  }
 
  /*help/index.php, help/c-login/index.php*/
  .section-tree .section {
    flex: initial;
  }
  .section {
    margin-bottom: 0px;
  }

  /*help/common/inquiry-box.php*/
  .inquiry-box{
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .sp-overflow {
    overflow-x: hidden;
  }
}

_:-ms-lang(x)::backdrop, .residence-input { /* Edge位置ずれ対策 */
  margin-top: .2rem;
  margin-bottom: -.3rem;
}


/*  register_prof_0.html
 * *********************************** */
.r-attention {
  margin-top: 1.6rem;
  font-size: 1.0rem;
  line-height: 1.4;
}

.add-sp-br {
  display: block;
}

.register-edit-container .footer-btn .fixed-btn {
  transform: translateX(0%);
  -ms-transform: translateX(-50%);
}


/*  register_prof_01.html
 * *********************************** */
.main-type-2.reg-prof .wrap {
  padding: 0 1.6rem 8.0rem;
}

.form-register.answer-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .8rem 0;
}

.form-register.answer-box .radio-input,
.form-register.answer-box .checkbox-input {
  display: none;
  box-shadow: none;
}

.form-register.answer-box .radio-input:focus,
.form-register.answer-box .checkbox-input:focus {
  box-shadow: none;
}

.answer-box label {
  display: inline-block;
  font-size: 1.4rem;
}


.form-register.answer-box input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  width: 100%;
}

.form-register.answer-box input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.form-register.answer-box input:checked + label{
  color: #fe747a;
  font-weight: bold;
}

.form-register.answer-box input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fe747a;
  box-shadow: 0 0 2px #fff, 0 0 0 1px #fff inset;
}


/*  register_prof_03.html
 * *********************************** */
.r-attention.r-attention-type-2 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.checkbox-input{
  display: none;
}

.answer-box label {
  width: 100%;
}

.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  width: 100%;
  display: inline-block;
}

.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

_:-ms-lang(x)::-ms-backdrop, .checkbox-parts::before {
  top: 11%;
}

.checkbox-input:checked + .checkbox-parts{
  color: #fe747a;
}

.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 11%;
  left: 1.6%;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fe747a;
  border-right: 3px solid #fe747a;
}

_:-ms-lang(x)::-ms-backdrop, .checkbox-input:checked + .checkbox-parts::after {
  top: 0;
}

/*  register_prof_04.html
 * *********************************** */
.profile-photo {
  margin: 2.4rem auto 1.6rem;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.profile-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prof-photo-upload {
  text-align: center;
}

.filelabel.primary-btn.btn-type-2 {
  width: 70%;
  max-width: 200px;
  height: 3.0rem;
  font-size: 1.0rem;
}

.filelabel.primary-btn.btn-type-2 > .fas.fa-camera {
  font-size: 1.2rem;
  margin-right: 4px;
}

.filelabel:hover {
   opacity: 0.5;              /* 半透明 */
   border: 2px solid red;     /* 枠線(赤色) */
   cursor: pointer;           /* マウス形状(ポインタ) */
}

.skip-btn {
  font-size: 1.0rem;
  text-align: center;
  margin: 1.6rem 0;
}

.skip-btn a {
  color: #ccc;
}

.profile-photo-sample {
  width: 80%;
  max-width: 408px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.sub-prof-photo.reg-prof-sample {
  margin: 0;
}

.sub-prof-photo.reg-prof-sample .record-container {
    padding: 0 .3rem;
    margin: 0;
}

.record-container .r-attention {
  white-space: nowrap;
}

/* IE表示調整 */
_:-ms-lang(x)::-ms-backdrop, .sub-prof-photo.reg-prof-sample .record-container {
  width: 32%;
}

_:-ms-lang(x)::-ms-backdrop, .sub-prof-photo.reg-prof-sample .record-container:last-child {
  padding-right: 8px;
}

.profile-photo-sample .r-attention {
  text-align: center;
  margin-top: .8rem;
}


/*  register_prof_06.html
 * *********************************** */
 .form-register.answer-box.pair-age {
   margin: 1.6rem 0;
 }

 .skip-btn.pair-age-skip {
   text-align: left;
 }

input.input-frame-shadow,
textarea.input-frame-shadow {
  background-image: -webkit-linear-gradient(left, transparent, transparent);
}

input.input-frame-shadow:focus,
textarea.input-frame-shadow:focus {
  background-image: -webkit-linear-gradient(left, transparent, transparent);
	outline: none;
  box-shadow: inset .7px .7px 2px 1px #c2c2c2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"].input-frame-shadow,
  input[type="date"].input-frame-shadow:focus {
    background-image: initial;
  }
}

_:-ms-lang(x)::-ms-backdrop, input.number-input.input-frame-shadow {
  box-shadow: .7px .7px 2px 0.5px #707070 inset;
}

_:-ms-lang(x)::-ms-backdrop, input.number-input.input-frame-shadow:focus {
  box-shadow: inset .7px .7px 2px 0.5px #c2c2c2;
}

@supports (-ms-ime-align:auto) {
  input.input-frame-shadow {
    box-shadow: .7px .7px 2px 1.2px #707070 inset;
  }

  input.input-frame-shadow:focus {
    box-shadow: inset .7px .7px 2px 1.4px #c2c2c2;
  }
}

.pair-age select.search-select {
  background-position: right 10% top 50%;
  width: 20%;
  margin: 0 .2rem;
}

_:-ms-lang(x)::-ms-backdrop, .pair-age select.search-select {
  min-height: 2.8rem;
}

_:-ms-lang(x)::-ms-backdrop, .pair-age span {
  margin-bottom: -.5rem;
}


/*  register_prof_08.html
 * *********************************** */
.certificate-wrapper {
  margin: 4rem 0;
}

.certificate-wrapper:first-child {
  margin-top: 0;
}

.certificate-wrapper:last-child {
  margin-bottom: 4.8rem;
}

.certificate-index {
  color: #fe6970;
  font-weight: bold;
  line-height: 2.4rem;
}

.profile-photo.certificate-photo {
  margin-bottom: 1rem;
  width: 280px;
  height: 198px;
}

.r-attention.warning-note {
  text-align: left;
  width: 100%;
  margin: .8rem auto 1.6rem;
}


/*  complete.html
 * *********************************** */
.hero.complete {
  width: 50%;
}

.complete-title {
  color: #fe6970;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}

.complete-back-home {
  margin: 2.4rem auto;
}


/*  search.html
 * *********************************** */
.wrap.search-wrap {
  padding: 0 .4rem 5.6rem;
}

.search-for-you-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ストーリー */
.swiper-container.story-container {
  /* ダミー警告文表示のため調整 */
  /* padding: 3.2rem 0 0; */
  padding: 1.6rem 0 0;
}

.swiper-slide p {
  font-size: .7rem;
  padding-top: .4rem;
  letter-spacing: .1rem;
  line-height: 1.4;
  text-align: center;
}

.swiper-slide img {
  width: 75%;
  margin: 0 auto;
  position: relative;
}

.swiper-slide img.story-one {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
}

.swiper-slide .fa-plus-circle::before {
  position: absolute;
  top: 2.8rem;
  right: .3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.swiper-slide .fa-plus-circle::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  top: 2.7rem;
  right: .35rem;
  width: 1.7rem;
  height: 1.7rem;
}

.swiper-slide p.story-one {
  margin-top: -3rem;
  letter-spacing: normal;
}

/* ダミー注意文 */
/* .dummy-attention {
  position: fixed;
  z-index: 3;
  font-weight: bold;
  color: #fe4951;
} */

.story-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 50%;
  width: 75%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
  cursor: pointer;
  background-color: #eaeaea;
}

.story-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  /* ぼかし措置 */
  /* filter: blur(2px); */
}

.story-img-wrapper.no-image img {
  filter: none;
}

/* ダミー表示 */
/* .story-img-wrapper::before{
  content: "ダミー";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: .7rem;
  letter-spacing: normal;
  white-space: nowrap;
  opacity: .7;
} */

.story-img-wrapper.no-image::before {
  content: "";
}

/*画像左上にNEW表示*/
.new-img-swiper {
  background: #fafafa;
  border: #eee 1px solid;
  margin: 0 auto;
  position: relative;
}

/* ラベル部分 左上に表示 */
.new-img-swiper::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #c12748; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}

.new-img-swiper::after {
  content: "NEW";
  display: block;
  top: 1em;
  font-size: 0.2rem;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  position: absolute;
  z-index: 51;
}


/*画像左上にNEW表示*/
.new-img-wrapper {
  background: #fafafa;
  border: #eee 1px solid;
  margin: 0 auto;
  position: relative;
}

/* ラベル部分 左上に表示 */
.new-img-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #c12748; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 50;
}

.new-img-wrapper::after {
  content: "NEW";
  display: block;
  top: 0.35em;
  left: 0.15em;
  font-size: 1.25rem;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  position: absolute;
  z-index: 51;
}

#users .card {
  width: 48%;
}

#users.search-card-wrapper .card {
  width: 49.5%;
}

.search-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
  background-color: #eaeaea;
}

.search-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  /* 暫定措置 ぼかし措置 */
  /* filter: blur(5px); */
}

.search-img-wrapper.no-image img {
  filter: none;
}

/* 暫定措置 ダミー表示 */
/* .search-img-wrapper::before{
  content: "ダミー";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 1.2rem;
  opacity: .7;
} */

.search-img-wrapper.no-image::before {
  content: "";
}

/* 暫定措置 IE モザイク処理用 */
.story-img-wrapper canvas, .search-img-wrapper canvas {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.story-new {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fe6970;
}

/*  search_edit.html
 * *********************************** */
.main-type-2.filter .wrap {
  padding: 0 1.6rem 7.2rem;
}

.search-edit-summary {
  margin-bottom: 2.2rem;
}

.search-edit-summary.searchedit {
  margin-bottom: 2rem;
}

.search-edit-summary.common {
  position: relative;
}

.search-edit-summary .view-all.searchedit {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  margin-top: 0;
}

.primary-btn.searchedit:not(:hover) {
  color: #fff;
}

.record-container {
  background: #eaeaea;
  border-radius: 8px;
  padding: 1.6rem;
  margin: 0 0 1.6rem;
}

.search-data.searchedit .record-container dt {
  font-size: 1.1rem;
  margin-top: .1rem;
  margin-bottom: -.1rem;
}

.search-data.searchedit .record-container:last-child {
  border-bottom: 1px solid #eaeaea;
}

.search-data.searchedit .record-container dd {
  font-size: 1.1rem;
}

.search-data.searchedit .record-container {
  background: #fff;
  margin: 0;
  padding: .65rem;
  border-top: 1px solid #eaeaea;
  border-radius: 0;
}

.search-data.searchedit .record-container dl {
  display: flex;
}

.record-unit {
  font-weight: bold;
  color: #fe6970;
  font-size: 1rem;
}

.search-data.searchedit .record-unit {
  width: 110px;
  padding-right: 10px;
}

.record-container dd {
  font-weight: bold;
  font-size: 1.2rem;
  opacity: .65;
  padding-right: 10px;
}

.search-data.searchedit label {
  font-weight: bold;
  font-size: 1rem;
}

.common .search-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common .search-data .record-container {
  background: transparent;
  padding: 0;
  margin: 0;
  width: calc(100% / 5 - 8px);
}

.common .search-data .record-container p {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.common .search-data .record-container img {
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorite-dish-wrapper {
  margin-bottom: 0;
}

.filter-by-profile .record-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card a {
  text-decoration: none;
}

.search-free {
  padding-bottom: 1.6rem;
  margin-top: -2.5rem;
}

.freeword-box {
  display: flex;
  justify-content: space-around;
}

.freeword-box input {
  background-color: #eaeaea;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 82%;
  font-size: 14px;
  padding: 0 10px;
  height: 2.8rem;
}

_:-ms-lang(x)::-ms-backdrop, .freeword-box input {
  padding: .2rem .8rem;
  line-height: 100%;
  font-family: 'メイリオ','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.search-free a {
  display: inline-block;
  width: 15%;
  background-color: #fe747a;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  height: 2.8rem;
}

.freeword-box .fa-search {
  line-height: 2.8rem;
}

.search-select {
  height: 100%;
  color: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  padding-right: 1.2rem;
  padding-left: .2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: .8rem;
  background-position: right .3rem top .6rem;
  height: 2.4rem;
  line-height: 2.4rem;
}

.after-select {
  margin-left: 2px;
}

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

.font-fix .search-select {
  height: 2.4rem;
  line-height: 2.4rem;
}

.searchedit-heading.type1 {
  position: relative;
}

.searchedit-heading.type1 td {
  position: absolute;
  right: 5%;
}

_:-ms-lang(x)::backdrop, /* Edgeセレクトボックス */
.search-select {
  padding:.4rem 1.6rem 0 .4rem;
  background-position: right .4rem top .9rem;
}

.search-dd-2items {
  position: absolute;
  right: 3.2rem;
  height:2rem;
}

.searchedit-profile {
  font-size: 1.2rem;
}

.searchedit-profile i {
  padding-left: .8rem;
}

.searchedit-heading.type1 td {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.searchedit-profile th,
.searchedit-profile td {
  border: none;
  vertical-align: middle;
}

.searchedit-heading {
  border-bottom: 1px solid #eaeaea;
}

.open {
  cursor: pointer;
}

.open.searchedit-heading td {
  position: relative;
  padding-right: 1.2rem;
}

.open.searchedit-heading td::before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
}

.favorite-dish-wrapper input {
  text-align: right;
}

.favorite-dish-wrapper input::placeholder {
  text-align: right;
}

.favorite-dish-wrapper input:-ms-input-placeholder {
  text-align: right;
}

.favorite-dish-wrapper input::-ms-input-placeholder {
  text-align: right;
}


/*  detail.html
 * *********************************** */
.main-type-2.filter.detail .wrap {
  padding: 7.2rem 1.6rem 7.2rem;
}

.header-fixed {
  position: fixed;
  z-index: 20;
  background: rgba(255, 255, 255, .95);
  top: 0;  /* IEバグ対策用 */
}

.main-prof-photo-container {
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
  position: relative;
}

.main-prof-photo-wrapper {
  position: relative;
  width: auto;
  height: auto;
  padding-bottom:100%;
  overflow: hidden;
  border-radius: 24px;
  background-color: #eaeaea;
}

img.main-prof-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
}

.sub-prof-photo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6rem 0;
}

.sub-prof-photo .record-container {
  background: transparent;
  padding: 0;
  margin: 0;
}

.sub-prof-photo .record-container img {
  border-radius: 8px;
  width: 92%;
}

.sub-prof-photo li.record-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0 .4rem;
}

.sub-prof-photo .record-container p {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.sub-prof-photo .record-container p:not(.r-attention) {
  background-color: #eaeaea;
}

.sub-prof-photo .record-container p:first-of-type::before {
  content:"";
  display: block;
  padding-top: 100%;
}

.sub-prof-photo .record-container img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  border-radius: 0;
}

/* ダミー表示　暫定措置 */
/* .photo-blur img.main-prof-photo {
  filter: blur(5px);
} */

/* .photo-blur .main-prof-photo-container::before{
  content: "ダミー";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: 1.6rem;
  opacity: .7;
} */

.photo-blur .main-prof-photo-container.no-image::before{
  content: "";
}

.photo-blur img.main-prof-photo.no-image {
  filter: none;
}

.photo-blur .sub-prof-photo img.no-image {
  filter: none;
}

/* サブ写真ダミー表示 */
.sub-dummy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  font-size: .8rem;
  opacity: .7;
  word-break: keep-all;
  display: none;
}

/* .photo-blur .sub-prof-photo img {
  filter: blur(2px);
} */

/* 暫定措置 IE モザイク処理用 */
/* .photo-blur canvas {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.filter-by-profile .record-container.edit-card-container {
  display: block;
}

.profile .record-container {
  background: transparent;
  border-radius: unset;
  padding: 0;
  margin: 2.2rem 0;
}

.profile .record-unit {
  font-size: 1rem;
  letter-spacing: .4rem;
}

.profile .record-container dd {
  opacity: 1;
  padding-right: 0;
}

.profile .record-container:first-of-type {
  margin-top: 1.6rem;
}

.intro-detail-box {
  white-space: pre-wrap;
}

.profile .grid-box {
  margin-bottom: 1.6rem;
}

.profile .card img {
  margin-bottom: 0;
}

.edit-card-container img {
  width: 100%;
}

.edit-card-container p:not(.view-all) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-weight: bold;
  z-index: 19;
  color: #fff;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .3);
  border-radius: 24px;
}

.view-all {
  text-align: center;
  font-size: .9rem;
  color: #7b7b7b;
  margin-top: .4rem;
}

.card-list-link {
  text-decoration: none;
}

.registered-card {
  width: calc(100% / 3 - 2px);
  position: relative;
  overflow: hidden;
  padding-top: 32%;
}

.registered-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basic-information {
  width: 100%;
}

.basic-information th {
  width: 50%;
}

.table-type-3.basic-information td {
  text-align: right;
}

.basic-information th,
.basic-information td {
  padding: 1.2rem 0;
}

.basic-information th:first-of-type {
  word-break: keep-all;
}

.matchmaker-information {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.matchmaker-information .card {
  min-width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-right: .8rem;
  flex-basis: 200px;
}

.matchmaker-information .card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.record-container.matchmaker-information dd,
.record-container.matchmaker-information p {
  padding-right: 0;
}

.record-container.matchmaker-information {
  padding: 1.6rem;
  margin: 0 0 1.6rem;
}

.record-container.matchmaker-information .record-unit {
  width: 100%;
}

.registered-by-matchmaker-icon img {
  top: 50%;
  margin-top: 50%;
  margin-right:4px;
  margin-bottom:5px;
  width: 8px;
  height: 8px;
}

.thumb-item-nav {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}

.sns-button-container {
  text-align: center;
}

.sns-button-container > div {
  display: inline-block;
}

.sns-button {
  display: inline-block;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 .3rem;
  text-decoration: none;
  transition: all .1s linear;
}

.sns-button:hover {
  transform: scale(1.1);
  transition: all .1s linear;
}

.sns-button.btn-twitter {
  background-color: #1c9deb;
}

.sns-button.btn-twitter::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  color: #fff;
  line-height: 3.5rem;
  margin-left: .2rem;
}

.sns-button.btn-facebook {
  background-color: #4064ad;
}

.sns-button.btn-facebook::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  color: #fff;
  line-height: 3.5rem;
  margin-left: .1rem;
}

.sns-button.btn-line {
  background-color: #41c106;
}

.sns-button.btn-line::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  color: #fff;
  line-height: 3.5rem;
  margin-left: .1rem;
}

/* いいねボタン */
.footer-btn {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-btn .fixed-btn {
  display: inline-block;
  width: 80%;
  position: fixed;
  bottom: 1.6rem;
  height: 4rem;
  line-height: 4rem;
  z-index: 30;
  padding: 0;
  transform: translateX(0%);
  cursor: pointer;
}

.footer-btn .fixed-btn:not(:hover) {
  color: #fff;
}

.footer-btn .fixed-btn.good-icon,
.footer-btn .fixed-btn.keep-icon {
  width: 40%;
}

.footer-btn .good-icon {
  left: 9%;
}

.footer-btn .keep-icon {
  right: 9%;
  background: #ffb039;
  border:1px solid #ff9900;
}

.footer-btn .coicierge-icon {
  display: inherit;
  background: #f3be1fad;
  border:1px solid #ffa500f0;
  border-radius: 10px;
}

.footer-btn .keep-icon {
  letter-spacing: normal;
}

.footer-btn .good-icon::before,
.primary-btn.medium-btn::before {
  content: "\f164";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 2rem;
  transition: all .2s linear;
}

.footer-btn .keep-icon::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 1.5rem;
  bottom: -.08rem;
  transition: all .2s linear;
}

.footer-btn a.good-icon:hover,
.primary-btn.medium-btn:hover {
  background-color: #fff;
  color: #fe6970;
  transition: all .2s linear;
}

.footer-btn a.good-icon:hover::before,
.primary-btn.medium-btn:hover::before {
  color: #fe6970;
  transition: all .2s linear;
}

.footer-btn a.keep-icon:hover {
  background-color: #fff;
  color: #ffb039 !important;
  transition: all .2s linear;
}

.footer-btn a.keep-icon:hover::before {
  color: #ffb039;
  transition: all .2s linear;
}

_:-ms-lang(x)::-ms-backdrop, .footer-btn .fixed-btn {
  padding-top: 2px;
}

_:-ms-lang(x)::-ms-backdrop, .footer-btn .good-icon::before {
  top: 0;
}

/* 性格タイプ表 */
.character-type-container {
  width: 100%;
  background-color: #eaeaea;
  border-radius: 12px;
  margin: .8rem auto;
  display: flex;
  position: relative;
}

.character-type-title {
  font-size: .9rem;
  font-weight: bold;
  width: 28%;
  display: inline-block;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  padding-left: 1.1rem;
  height: 100%;
  opacity: .65;
  letter-spacing: 0;
}

.character-type-chart-container {
  width: 72%;
  padding: 4px 12px 12px 0;
}

.character-type-chart-text {
  display: flex;
  justify-content: space-between;
  padding: .4rem;
  font-size: .8rem;
}

.character-type-chart-text span {
  font-weight: bold;
  opacity: .65;
}

.character-type-chart-scale {
  display: flex;
}

.character-type-chart-scale li {
  width: 20%;
  background-color: #ccc;
  height: 6px;
  margin: 0 3px;
  border-radius: 4px;
  position: relative;
}

.character-type-container.character-type-work {
  background-color: #f2f7ea;
}

.character-type-container.character-type-balance {
  background-color: #fff4e5;
}

.work-life-balance {
  letter-spacing: -1px;
}

.character-type-container.character-type-housework {
  background-color: #f1fefe;
}

/* 性格タイプ表--固定表示 */
.character-type-chart-scale li.character-type-selected {
  background-color: #777;
  box-shadow: 0 4px 12px #777;
}

.character-type-work .character-type-chart-scale li {
  background-color: #d8e9c2;
}

.character-type-balance .character-type-chart-scale li {
  background-color: #ffe0b2;
}

.character-type-housework .character-type-chart-scale li {
  background-color: #c7fefc;
}

.character-type-work .character-type-chart-scale li.character-type-selected {
  background-color: #b2d385;
  box-shadow: 0 4px 12px #b2d385;
}

.character-type-balance .character-type-chart-scale li.character-type-selected {
  background-color: #ffc166;
  box-shadow: 0 4px 12px #ffc166;
}

.character-type-housework .character-type-chart-scale li.character-type-selected {
  background-color: #68e4df;
  box-shadow: 0 4px 12px #68e4df;
}


/* 性格タイプ表--ラジオボタン編集対応 */
.character-type-chart-scale input {
  display: none;
}

.character-type-chart-scale li span {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.character-type-chart-scale li input:checked + span {
  background-color: #777;
  box-shadow: 0 4px 12px #777;
}

.character-type-work .character-type-chart-scale li span {
  background-color: #d8e9c2;
}

.character-type-balance .character-type-chart-scale li span {
  background-color: #ffe0b2;
}

.character-type-housework .character-type-chart-scale li span {
  background-color: #c7fefc;
}

.character-type-work .character-type-chart-scale li input:checked + span {
  background-color: #b2d385;
  box-shadow: 0 4px 12px #b2d385;
}

.character-type-balance .character-type-chart-scale li input:checked + span {
  background-color: #ffc166;
  box-shadow: 0 4px 12px #ffc166;
}

.character-type-housework .character-type-chart-scale li input:checked + span {
  background-color: #68e4df;
  box-shadow: 0 4px 12px #68e4df;
}



/*  detail_edit.html
 * *********************************** */
/* メイン写真 */
.main-prof-photo-edit-container {
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
  position: relative;
}

.main-prof-photo-edit-wrapper {
  position: relative;
  width: auto;
  height: auto;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
  background-color: #eaeaea;
}

img.main-prof-photo-edit{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
}

.main-prof-photo-edit-container label {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.camera-main {
  display: block;
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  z-index: 2;
  background-image: url(../images/camera_gray.svg);
  background-size: cover;
  bottom: 0;
  right: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 1px #fff inset;
}

.input-hidden {
  display: none;
}

.profile-photo-edit-form {
  margin: 0;
}

.profile-photo-index {
  color: #fe6970;
  font-weight: bold;
  line-height: 2.4rem;
}

/* つぶやき部分 */
.tweet-container {
  width: 100%;
  border: 1px solid #ccc;
  margin: 1.6rem 0;
  border-radius: 1.6rem;
  position: relative;
}

.tweet-container a {
  font-size: 1rem;
  text-decoration: none;
}

.tweet-box {
  padding: .44rem 2.4rem .36rem 1.6rem;
}

.tweet-box::before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  position: absolute;
  right: .8rem;
  bottom: 16%;
}

_:-ms-lang(x)::-ms-backdrop,
.tweet-box::before {
  bottom: .3rem;
}

.tweet-container::before,
.tweet-container::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.tweet-container::before{
  top: -.9rem;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  border-width: 0 .9rem .9rem .9rem;
  z-index: 0;
}

.tweet-container::after{
  top: -.7rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 .8rem .8rem .8rem;
  z-index: 0;
}

/* サブ写真 */
.sub-prof-photo.sub-prof-photo-container {
  margin: .8rem 0;
}

.sab-photo-wrapper {
  position: relative;
}

.sab-photo-wrapper img {
  pointer-events: none;
}

.sab-photo-wrapper label {
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.sub-edit-link.view-all {
  display: block;
  text-decoration: none;
  color: #7b7b7b;
}

/* 自己紹介 */
.intro-edit-box {
  position: relative;
}

.intro-edit-box p {
  font-size: 1.2rem;
  white-space: pre-wrap;
}

.profile .record-container .intro-edit-box {
  padding-right: 4rem;
}

.intro-edit-box a::before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  position: absolute;
  right: .8rem;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1.2rem;
  font-size: 1.2rem;
  z-index: 1;
}

.intro-edit-box a{
  text-decoration: none;
}

/* 共通点カード・個性カード共通 */
.edit-card-link {
  text-decoration: none;
}

.edit-card-link-wrapper {
  display: flex;
  justify-content: center;
}

.edit-card-link-wrapper a {
  margin: 0 1.6rem;
}

/* 共通点カード */
.edit-card {
  width: 32%;
  border-radius: 8px;
}

.edit-card img {
  border-radius: 8px;
}

.card.edit-card p {
  font-size: 1rem;
  line-height: 1.2rem;
  padding: .2rem .4rem 1.2rem .4rem;
}

/* 基本情報 */
.basic-info-edit-wrapper th {
  vertical-align: middle;
}

.basic-info-edit-wrapper i {
  padding-left: .8rem;
}

.basic-info-edit-wrapper .open td {
  position: relative;
  padding-right: 1.2rem;
}

.basic-info-edit-wrapper .open td::before {
  content: "\f105";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

_:-ms-lang(x)::-ms-backdrop,
.basic-info-edit-wrapper .open td::before {
  right: 0;
  top: 50%;
  transform: translateY(-54%);
}


.detail-text-editarea {
  border: 1px solid #ccc;
  border-radius: .8rem;
  width: 100%;
  padding: 0 2.4rem 0 .8rem;
}

_:-ms-lang(x)::-ms-backdrop,
.detail-text-editarea {
  line-height: 100%;
  font-family: "メイリオ","Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans","ヒラギノ角ゴシック",YuGothic,"Yu Gothic", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

_::-webkit-full-page-media, _:future, :root .detail-text-editarea {
  padding-top: .2em;
}

.detail-text-editarea::-webkit-input-placeholder {
  padding-top: 0;
}

.basic-info-fix {
  letter-spacing: normal;
}

.basic-info-input .detail-text-edit-container {
  position: relative;
  /* padding: 18px 0 16px; */
  vertical-align: middle;
}

.detail-text-edit-container::before {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  position: absolute;
  right: .8rem;
  bottom: 25%;
  font-size: 1.2rem;
  bottom: 0;
  top: 10%;
  margin-top: auto;
  margin-bottom: auto;
  height: 44%;
}

.searchedit-heading.type1 .detail-text-edit-container::before {
  content: "";
}


/*  sub_edit.html
 * *********************************** */
 .sab-photo-wrapper.sub-edit {
  display: flex;
  padding: 1.6rem 0;
}

.sab-photo-wrapper.sub-edit .sub-img-wrapper {
  width: 50%;
  color: #7b7b7b;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 16px;
}

.sab-photo-wrapper.sub-edit p {
  color: #7b7b7b;
  font-weight: bold;
  font-size: 1.4rem;
}

.sab-photo-wrapper.sub-edit p img {
  border-radius: 0;
  width: 100%;
}

.sub-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #eaeaea;
}

.sub-img-wrapper::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.sub-img-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
}

.sub-text-wrapper {
  width: 70%;
  position: relative;
}

.sub-text-wrapper .filelabel.primary-btn.btn-type-2 {
  width: 100%;
}

.sub-text-wrapper > div {
  position: absolute;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 70%;
  margin-left: 1.6rem;
}

.primary-btn.btn-type-2.delete-btn {
  border: 1px solid #ccc;
  color: #ccc;
  background-color: #fff;
  box-shadow: 0 1px 0 #7b7b7b;
  transition: all .4s;
  margin: 1rem auto;
}

.primary-btn.btn-type-2.delete-btn:hover {
  background-color: #ccc;
  color: #fff;
  opacity: .7;
}

_:-ms-lang(x)::-ms-backdrop, .primary-btn.btn-type-2.delete-btn {
  margin: 0 auto;
}

/* 削除ボタンモーダル */
.sub-caution-wrapper {
  text-align: center;
}

.sub-caution-textbox {
  border-bottom: 1px solid #eaeaea;
  height: 4rem;
}

#modal.subedit-modal {
  padding-top: 0;
}

.sub-caution {
  font-size: 1.2rem;
  font-weight: bold;
  opacity: .65;
  line-height: 4rem;
}


/*  common_point_all.html
 * *********************************** */
.record-unit.card-title {
  display: none;
}

.card-wrapper .grid-box.type1 {
  font-size: 3rem;
}

.card-wrapper .grid-box.type1::after {
  content:"";
  display: block;
  width:65.4%;
}

.card-wrapper .grid-box.type2::after {
  content:"";
  display: block;
  width:32%;
}


/*  tweet_edit.html
 * *********************************** */
.textarea-primary {
  width: 100%;
  display: block;
  padding: .8rem;
  transition: 0.3s;
  border: 1px solid #ffffff;
  box-shadow: 0.7px 0.7px 2px 1px #707070 inset;
  border-radius: 8px;
  font-size: 1.4rem;
  resize: none;
}

.textarea-primary.textarea-intro {
  font-size: 1.2rem;
  padding: .8rem 1.8rem;
  height: 100%;
  overflow: auto;
}

.r-attention.attention-clause {
  margin-top: .8rem;
}

.letter-count, .letter-count span{
  text-align: right;
  color: #ccc;
  font-size: 1.2rem;
}


/*  intro_edit.html
 * *********************************** */
body .intro-edit {
  overflow: hidden;
}

.sp-overflow.intro-edit {
  overflow-y: hidden;
}

.intro-edit .header-type-2 {
  margin-bottom: 32px;
}

.form-register.intro-edit {
  margin: 0;
}

.form-register.intro-edit label {
  line-height: 32px;
}

.intro-edit .footer-btn .fixed-btn {
  bottom: 16px;
}

.register-edit-summary.intro-edit {
  margin: 0 auto 0;
}

_:-ms-lang(x)::-ms-backdrop,
.intro-edit .footer-btn .fixed-btn {
  transform: translateX(-50%);
}


/*  likes_all_received.html
 * *********************************** */
.likes-all-received .card {
  position: relative;
}


/*  IE 游ゴシック位置ずれバグ対策
  * *********************************** */
/* common */
_:-ms-lang(x)::-ms-backdrop,
.header-title.section-title {
  margin-top: .2rem;
}

/* register.html */
_:-ms-lang(x)::-ms-backdrop,
.radio-inline__label {
  padding: .6rem .8rem .2rem .8rem;
}

_:-ms-lang(x)::-ms-backdrop,
.form-register input.submit-btn-fix {
  padding: 1rem .8rem .6rem .8rem;
}

/* search.html */
_:-ms-lang(x)::-ms-backdrop,
.search-container .primary-btn.order-btn {
  padding-top: .4rem;
}

_:-ms-lang(x)::-ms-backdrop,
.user-card-profiles {
  margin-top: .2rem;
  margin-bottom: -.2rem;
}

/* search_edit.html */
_:-ms-lang(x)::-ms-backdrop,
.search-data.searchedit .record-container dt {
  margin-top: .2rem;
  margin-bottom: -.2rem;
}

/* detail_edit.html */
_:-ms-lang(x)::-ms-backdrop,
.tweet-box {
  padding: .6rem 2.4rem .2rem 1.6rem;
}

_:-ms-lang(x)::-ms-backdrop,
.basic-info-edit-wrapper .open td:not(::before) {
  padding-top: 2px;
}



/* 480px〜599px：SP横
------------------------------ */

@media screen and (min-width:480px) and (max-width:599px) {

  /*  search.html
   * *********************************** */
   .search-container .primary-btn {
    height: 40px;
  }

  .search-container .primary-btn.conditions-btn {
    max-width: 200px;
    line-height: initial;
  }

  .search,
  .likes,
  .footprints,
  .messages,
  .mypages {
    padding-top: 4px;
  }

  .navigation a {
    margin-top: -5px;
  }

  .navigation-item .fa,
  .navigation-item .far,
  .navigation-item .fas {
    font-size: 24px;
  }

  .navigation-item .navigation-item-label {
    font-size: 12px;
    margin-top: -10px;
  }

  .new-img-swiper::before {
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid #c12748; /* ラベルの色はここで変更 */
  }

  .new-img-swiper::after {
    top: 9px;
    font-size: 9px;
  }

  /*  search_edit.html
  * *********************************** */
  #modal .r-next-container {
    font-size: 1rem;
  }

  div.reset-btn {
    font-size: .8rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }

  .favorite-dish-wrapper input {
    padding-right: 40px;
  }

  .detail-text-edit-container::before {
    top: -4%;
  }


    /*  detail_edit.html
  * *********************************** */
  .basic-info-edit-wrapper tr {
    font-size: 13px;
  }

  .detail-text-editarea {
    border-radius: 12px;
    padding: 4px 32px 4px 8px;
  }

  .camera-main {
    width: 64px;
    height: 64px;
  }


  /*  sub_edit.html
  * *********************************** */
  .sub-caution {
    font-size: 1rem;
  }

  /*help/index.php, help/c-login/index.php
  * *********************************** */
  .section-tree .section {
    flex: initial;
  }
  .section {
    margin-bottom: 0px;
  }

  /*  help/common/inquiry-box.php
  * *********************************** */
  .inquiry-box p {
    font-size: 16px;
    font-weight: 500;
  }

  .inquiry-box a {
    font-size: 14px;
  }


}


/* 600px〜：タブレット・PC以上
------------------------------ */
@media screen and (min-width:600px) {
  .section-title-2 {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: bold;
    opacity: .65;
  }

  .section-title-3 {
    margin: 0 0 8px;
    font-size: 12px;
  }

  .notice {
    font-size: 12px;
  }

  .policy ul li ul {
  	margin: 0 0 16px;
  }

  .policy ul .ind li {
  	margin-left: 16px;
  }

  .date {
    margin-top: 32px;
    font-size: 12px;
  }


  /*  company.html
   * *********************************** */
  .table-type-3 th,
  .table-type-3 td {
    padding: 32px 0 30px;
    /* line-height: 0; */
    line-height: 1.2;
  }

  .table-type-3 + .notice {
    margin-top: 32px;
    text-align: center;
  }

  .main-type-2 .wrap {
    padding: 0 16px 32px;
  }


  /*  login_external_01.html
  * *********************************** */
 .attention-wrapper {
    margin-bottom: 64px;
  }


  /*  search.html
   * *********************************** */
   .search,
   .likes,
   .footprints,
   .messages,
   .mypages {
     padding-top: 4px;
   }

  .navigation-item .fa,
  .navigation-item .far,
  .navigation-item .fas {
    font-size: 24px;
  }

  .search-container.header.header-type-2 {
    margin-bottom: .5rem;
    height: 45px;
  }

  .search-container .primary-btn.conditions-btn::before {
    line-height: 0;
    left: 30px;
    position: absolute;
  }

  _:-ms-lang(x)::-ms-backdrop, .search-container .primary-btn.conditions-btn::before {
    bottom: 16px;
  }

  .navigation-item .navigation-item-label {
    font-size: 8px;
  }

  span[data-badge-top-right]:before {
    top: 10%;
    right: 40%;
  }

  .search-container.header.header-type-2 {
    margin-bottom: 16px;
  }

  .search-container .primary-btn {
    height: 32px;
    max-width: 300px;
  }

  .search-container .primary-btn.order-btn {
    max-width: 70%;
    font-size: 14px;
    margin: 0;
  }

  .btn-type-2.conditions-btn {
    width: 120%;
  }

  .search-match-count {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .search-container .primary-btn.conditions-btn {
    max-width: 300px;
    margin-left: -68px;
  }

  .grid-box {
    margin-bottom: 10px;
  }

  .card-container .grid .grid-box:last-child {
    margin-bottom: 50px;
  }

  .card img {
    margin-bottom: 5px;
  }

  .user-card-upper-icons {
    font-size: 12px;
  }

  .affinities-num {
    letter-spacing: 0.04px;
  }

  .user-card-sub-area {
    padding: 0 8px 8px;
  }

  .is-online.online-badge {
    margin-right: 4px;
  }

  .is-in-24h.online-badge {
    margin-right: 4px;
  }

  .user-card-profiles,
  .warning,
  .user-name {
    font-size: 12px;
  }

  .user-card-small-tweet.is-normal:before {
    font-size: 14px;
    top: 3px;
  }

  _:-ms-lang(x)::-ms-backdrop,.user-card-small-tweet {
    padding-top: 2px;
  }

  .user-card-small-tweet.is-matchmaker:before {
    top: 2.5px;
  }

  _:-ms-lang(x)::-ms-backdrop, .user-card-small-tweet p {
    height: 44px;
  }

  _:-ms-lang(x)::-ms-backdrop, .user-card-small-tweet p br {
  display: none;
  }

  .user-card-small-tweet {
    padding-left: 20px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: normal;
  }

  .new-img-swiper::before {
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #c12748; /* ラベルの色はここで変更 */
  }

  .new-img-swiper::after {
    top: 10px;
    font-size: 10px;
  }

  .new-img-wrapper::after {
    left: 0;
    font-size: 24px;
}


  /*  register.html
   * *********************************** */
  .register-edit-summary {
   margin: 32px auto 0;
  }

  .form-register {
    margin: 0 auto 24px;
  }

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

  .radio-inline__label {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 16px;
  }

  .space {
    margin: 8px 0;
  }

  .cp_ipselect.cp_sl05 select {
    padding: 8px 32px 8px 8px;
    color: #fe6970;
  }

  .footer-btn .good-icon::before {
    left: 10%;
    bottom: -3%;
  }

  _:-ms-lang(x)::backdrop, .residence-input { /* Edge位置ずれ対策 */
  margin-top: 2px;
  margin-bottom: -3px;
  }


  /*  register_prof_0.html
   * *********************************** */
  .r-attention {
    margin-top: 16px;
    font-size: 10px;
  }

  .add-sp-br {
    display: none;
  }


  /*  register_prof_01.html
   * *********************************** */
  .form-register.answer-box {
    margin: 8px 0;
  }

  .answer-box label {
    font-size: 14px;
  }

  .footer-btn .fixed-btn {
    bottom: 16px;
    height: 48px;
    line-height: 48px;
  }

  .main-type-2.reg-prof .wrap {
    padding: 0 16px 80px;
  }


  /*  register_prof_03.html
   * *********************************** */
  .r-attention.r-attention-type-2 {
    margin-bottom: 16px;
  }

  .checkbox-input:checked + .checkbox-parts::after{
    left: 4px;
  }


  /*  register_prof_04.html
   * *********************************** */
  .profile-photo {
   margin: 24px auto 16px;
   width: 160px;
   height: 160px;
   border-radius: 24px;
  }

  .filelabel.primary-btn.btn-type-2 {
    height: 30px;
    font-size: 10px;
  }

  .filelabel.primary-btn.btn-type-2 > .fas.fa-camera {
    font-size: 12px;
  }

  .skip-btn {
    font-size: 10px;
    margin: 16px 0;
  }

  .sub-prof-photo.reg-prof-sample .record-container {
    padding: 0 4px;
  }

  .profile-photo-sample .r-attention {
    margin-top: 8px;
  }

  .sub-prof-photo .record-container p.r-attention {
    overflow: visible;
  }


  /*  register_prof_06.html
   * *********************************** */
  .form-register.answer-box.pair-age {
    margin: 16px 0;
  }

  .form-register.answer-box.pair-age .number-input {
    width: 100px;
  }

  .pair-age select.search-select {
    max-width: 80px;
    margin: 0 2.4px;
  }

  _:-ms-lang(x)::-ms-backdrop, .pair-age select.search-select {
    min-height: 32px;
  }

  _:-ms-lang(x)::-ms-backdrop, .pair-age span {
    margin-bottom: -4px;
  }


  /*  register_prof_08.html
 * *********************************** */
  .certificate-wrapper {
    margin: 48px 0;
  }

  .certificate-wrapper:first-child {
    margin-top: 0;
  }

  .certificate-wrapper:last-child {
    margin-bottom: 64px;
  }

  .certificate-index {
    color: #fe6970;
    font-weight: bold;
    line-height: 20px;
  }

  .profile-photo.certificate-photo {
    margin-bottom: 15px;
    width: 400px;
    height: 283px;
  }

  .r-attention.warning-note {
    width: 50%;
    margin: 8px auto 16px;
  }


  /*  register_prof_09.html
   * *********************************** */
  .form-register.answer-box.pair-age .number-input.phone-number {
    width: 30%;
  }

  .phone-number {
    background: #ccc;
  }


  /*  login_external_01.html
   * *********************************** */
   .form-register.answer-box.pair-age .number-input.phone-number-2 {
    width: 30%;
  }
  .password-wrapper.login-password .togglePassword {
    width: 30%;
  }


  /*  sms_authentication.html
   * *********************************** */
  .form-register.answer-box.pair-age .number-input.authentication-code {
    width: 30%;
  }


  /*  complete.html
   * *********************************** */
  .complete-title {
    font-size: 24px;
  }

  .complete-back-home {
    margin: 24px auto;
  }


  /*  search.html
   * *********************************** */
  .main-type-2.filter .wrap {
    padding: 0 16px 72px;
  }

  .swiper-container.story-container {
    /*ダミー警告文表示のため調整*/
    /* padding: 32px 0 0 16px;  */
    padding: 16px 0 0 16px; 
  }

  .swiper-slide p {
    font-size: 12px;
    padding-top: 5px;
    letter-spacing: 3px;
    line-height: inherit;
  }

  .swiper-slide .fa-plus-circle::before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    font-size: 30px;
    border: 1px solid #fff;
  }

  _:-ms-lang(x)::-ms-backdrop, .swiper-slide .fa-plus-circle::before {
    top: 51%;
  }

  .swiper-slide .fa-plus-circle::after {
    top: 50%;
    right: 9px;
    width: 31px;
    height: 31px;
  }

  .swiper-slide p.story-one {
    margin-top: -30px;
  }

  .story-br {
    display: none;
  }

  .story-space {
    content: "";
    display: inline-block;
    width: 6px;
  }

  .search-edit-summary {
    margin-bottom: 32px;
    margin-top: 0;
  }

  .register-edit-summary {
   margin: 32px auto 0;
  }

  .search-edit-summary .search-data .record-unit {
    min-width: 200px;
  }

  .record-unit,
  .record-container dd {
    font-size: 13px;
  }

  .search-data.searchedit label {
    font-size: 13px;
  }

  .form-register {
    margin: 0 auto 24px;
  }

  .radio-inline__label {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 16px;
  }

  .space {
    margin: 8px 0;
  }

  .cp_ipselect.cp_sl05 select {
    padding: 8px 32px 8px 8px;
    color: #fe6970;
  }

  .form-register input[type="submit"] {
    margin: 32px auto 0;
  }

  /* ダミー表示 */
  /* .story-img-wrapper::before{
    font-size: 12px;
  } */

  .search-img-wrapper::before{
    font-size: 24px;
  }

 


  /*  search_edit.html
  * *********************************** */
  .search-free {
    padding-bottom: 20px;
    margin-top: -10px;
  }

  .search-edit-summary .search-data .record-unit {
    min-width: 200px;
  }

  .search-edit-summary.searchedit {
    margin-bottom: 28px;
  }

  .search-data.searchedit .record-container {
    padding: 10px;
  }

  .search-data.searchedit .record-container dd,
  .search-data.searchedit .record-container dt {
    font-size: 13px;
  }

  .search-data.searchedit .record-container dt {
    margin-top: 1px;
    margin-bottom: -1px;
  }

  .search-data .record-unit {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }

  .freeword-box input {
    width: 91%;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
  }

  _:-ms-lang(x)::-ms-backdrop, .freeword-label input {
    padding: 2.4px 10px;
    line-height: 12px;
  }

  _:-ms-lang(x)::-ms-backdrop, .btn-wrap .primary-btn.searchedit {
    margin-top: 0px;
  }

  .search-free a {
    width: 7%;
    height: 32px;
  }

  .freeword-box .fa-search {
    line-height: 32px;
  }

  .search-dd-2items {
    position: inherit;
    right: auto;
    height: auto;
  }

  .search-select {
    padding-right: 16px;
    padding-left: 4px;
    background-size: 10px;
    background-position: right 4px center;
    height: 28px;
    line-height: 28px;
  }

  .searchedit-heading.type1 td {
    position: relative;
    right: 0;
  }

  _:-ms-lang(x)::backdrop, .searchedit-heading .search-select {
    padding:6px 16px 0 4px;
    max-height: 28px;
  }

  .form-register.answer-box {
    min-width: 50%;
  }

  .searchedit-profile {
    font-size: 13px;
  }

  .searchedit-profile i {
    padding-left: 8px;
  }

  .open.searchedit-heading td {
    padding-right: 12px;
  }


  /*  complete.html
   * *********************************** */
  .complete-title {
    font-size: 24px;
  }

  .complete-back-home {
    margin: 24px auto;
  }


  /*  detail.html
   * *********************************** */
  .main-type-2.filter.detail .wrap {
    padding: 72px 16px 72px;
  }

  .photo-blur .main-prof-photo-container::before{
    font-size: 24px;
  }

  .sub-prof-photo {
    margin: 16px 0;
  }

  .sub-prof-photo li.record-container {
    padding: 0 8px;
  }

  .sub-prof-photo .record-container p {
    border-radius: 24px;
  }

  .profile .record-container {
    margin: 22px 0;
  }

  .profile .record-container:first-of-type {
    margin-top: 16px;
  }

  .profile .grid-box {
    margin-bottom: 16px;
  }

  .view-all {
    font-size: 12px;
    margin-top: 8px;
  }

  .profile .record-unit,
  .profile .record-container dd {
    font-size: 13px;
    letter-spacing: 6px;
  }

  .record-container.matchmaker-information {
    padding: 16px;
    margin: 0 0 16px;
  }

  .record-container.matchmaker-information .record-unit {
    width: 100%;
  }

  .profile-box dd {
    padding: 0;
  }

  .sns-button-container {
    margin-bottom: 50px;
  }

  .sns-button {
    width: 50px;
    height: 50px;
    margin: 10px 7px 0 7px;
  }

  .sns-button.btn-twitter::before {
    line-height: 50px;
    font-size: 23px;
    margin-left: 3px;
  }

  .sns-button.btn-facebook::before {
    line-height: 50px;
    font-size: 23px;
    margin-left: 1px;
  }

  .sns-button.btn-line::before {
    line-height: 50px;
    font-size: 23px;
    margin-left: 2px;
  }

  .footer-btn .fixed-btn.good-icon,
  .footer-btn .fixed-btn.keep-icon {
    width: 225px;
  }

  .footer-btn .fixed-btn.coicierge-icon {
    width: 270px;
  }

  .footer-btn .good-icon {
    left: auto;
    transform: translateX(-54%);
    -ms-transform: translateX(-104%);
  }

  .footer-btn .keep-icon {
    right: auto;
    transform: translateX(54%);
    -ms-transform: translateX(4%);
  }

  .footer-btn .keep-icon::before {
    left: 10%;
    bottom: -1px;
  }

  /* ダミー表示 */
  /* .sub-dummy {
    font-size: 14px;
  } */
　
  /* 性格タイプ表 */
  .character-type-container {
    margin: 16px auto;
    padding: 8px 0;
  }

  .character-type-title {
    font-size: 14px;
    padding-left: 16px;
  }

  .character-type-chart-container {
    width: 72%;
    padding: 4px 12px 12px 0;
  }

  .character-type-chart-text {
    padding: 4px;
    font-size: 13px;
  }

  .character-type-chart-scale li {
    height: 8px;
    margin: 0 4px;
    border-radius: 4px;
  }


  /*  detail_edit.html
  * *********************************** */
  /* メイン写真 */
  .main-prof-photo-edit {
    border-radius: 24px;
  }

  .camera-main {
    width: 56px;
    height: 56px;
    right: -8px;
    bottom: -4px;
  }

  /*プロフィール画像説明*/
  .profile-photo-index {
    color: #fe6970;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0px 8px 0px;
  }


  /* つぶやき部分 */
  .tweet-container {
    margin: 24px auto;
    border-radius: 16px;
    width: 95%;
  }

  .tweet-container a {
    font-size: 13px;
  }

  .tweet-box {
    padding: 4.5px 24px 3.5px 16px;
  }

  .tweet-box::before {
    right: 12px;
    bottom: 13%;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .tweet-box::before {
    bottom: 3px;
  }

  .tweet-container::before{
    top: -9px;
    border-width: 0 9px 9px 9px;
  }

  .tweet-container::after{
    top: -7px;
    border-width: 0 8px 8px 8px;
  }

  /* サブ写真 */
  .camera-sub {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12px;
  }

  .sub-prof-photo.sub-prof-photo-container {
    margin: 8px 0;
  }

  /* 自己紹介 */
  .intro-edit-container {
    position: relative;
    margin: 32px 0;
  }

  .profile .record-container .intro-edit-box {
    padding-right: 48px;
  }

  .intro-edit-box p {
    font-size: 13px;
  }

  .intro-edit-box a::before {
    right: 8px;
    font-size: 16px;
    z-index: 1;
    height: 16px;
  }

  .intro-edit-wrapper a{
    text-decoration: none;
  }

  /* 基本情報 */
  .basic-info-edit-wrapper i {
    padding-left: 8px;
  }

  .basic-info-edit-wrapper .open td {
    padding-right: 12px;
  }

  .detail-text-editarea {
    border-radius: 12px;
    padding: 5px 32px 4px 8px;
  }

  .detail-text-edit-container::before {
    top: 25%;
    right: 8px;
    font-size: 16px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .detail-text-edit-container::before {
    top: 25%;
  }

  .basic-info-fix {
  letter-spacing: inherit;
  }

  .card.edit-card p {
    font-size: 13px;
  }
  .edit-card-link-wrapper a {
    margin: 0 32px;
  }

  /* card-全て見る */
  .card.edit-card p {
    line-height: 16px;
    padding: 4px 8px 16px 8px;
  }


    /*  sub_edit.html
  * *********************************** */
  .sub-prof-photo-container.sub-edit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .sab-photo-wrapper.sub-edit {
    padding: 16px 0;
    width: 48%; /*トリミング対応用*/
  }

  .sub-text-wrapper > div {
    margin-left: 16px;
  }

  .sab-photo-wrapper.sub-edit:nth-of-type(odd){
    padding-left: 16px;
    padding-right: 8px;
  }

  .sab-photo-wrapper.sub-edit:nth-of-type(even){
    padding-left: 24px;
    padding-right: 0px;
  }

  .sab-photo-wrapper.sub-edit .sub-img-wrapper {
    width: 56%;
  }

  .sab-photo-wrapper.sub-edit p {
    font-size: 14px;
  }

  .sub-text-wrapper {
    width: 80%;
    position: relative;
  }

  .sub-text-wrapper .filelabel.primary-btn.btn-type-2 {
    width: 100%;
  }

  .primary-btn.btn-type-2.delete-btn {
    margin: 12px auto;
  }

  _:-ms-lang(x)::-ms-backdrop, .primary-btn.btn-type-2.delete-btn {
    margin: 0 auto;
  }

  /* 削除ボタンモーダル */
  .sub-caution {
    font-size: 13px;
  }

  .sub-caution-btn-wrapper {
    padding-top: 12px;
  }

  .sub-caution-textbox {
    height: 48px;
  }

  .sub-caution {
    line-height: 48px;
  }

  .sub-caution-btn-wrapper button {
    border-radius: 8px;
    max-height: 48px;
    font-size: 16px;
    padding: 4px 8px;
    margin: 2px auto;
  }

  .sub-caution-btn-wrapper .caution-cancel-btn {
    margin: 14px auto 0;
    border-radius: 40px;
    line-height: 24px;
  }


  /*  tweet_edit.html
   * *********************************** */
  .textarea-primary {
    padding: 8px;
    font-size: 14px;
  }

  .textarea-primary.textarea-intro {
    padding: 16px 24px;
    font-size: 13px;
  }

  .r-attention.attention-clause {
    margin-top: 8px;
  }

  .letter-count, .letter-count span {
    text-align: right;
    color: #ccc;
    font-size: 13px;
  }

  /* sidebar.php
   * *********************************** */
  .common-contents-list{
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }

  .order-first {
    order:-1;
  }

  /* category.php
   * *********************************** */
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }

  .article-list-item {
    border-bottom: none;
    margin: 6px 0;
  }

  .article-list-item a {
    padding: 0;
    display: inline;
  }

  /* help/各ページ
   * *********************************** */
  .article-header {
    flex-direction: row;
    margin-bottom: 24px;
  }

  .article-wrapper {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .inquiry-box {
    text-align: left;
    border-color: rgba(141, 147, 153, 0.5);
    border-radius: none;
  }

  .inquiry-box .coicier-blue-button {
    width: 300px;
    margin: 14px 8px 8px 0;
  }

  /*  IE 游ゴシック位置ずれバグ対策
   * *********************************** */
  /* common */
  _:-ms-lang(x)::-ms-backdrop,
  .header-title.section-title {
    margin-top: 2px;
  }

  /* register.html */
  _:-ms-lang(x)::-ms-backdrop,
  .radio-inline__label {
    padding: 6px 8px 2px 8px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .form-register input.submit-btn-fix {
  padding: 10px 8px 6px 8px;
  }

  /* search.html */
  _:-ms-lang(x)::-ms-backdrop,
  .search-container .primary-btn.order-btn {
    padding-top: 4px;
  }

  _:-ms-lang(x)::-ms-backdrop,
  .user-card-profiles {
    margin-top: 2px;
    margin-bottom: -2px;
  }

  /* search_edit.html */
  _:-ms-lang(x)::-ms-backdrop,
  .search-data.searchedit .record-container dt {
    margin-top: 2px;
    margin-bottom: -2px;
  }

  /* detail.html */
  /* _:-ms-lang(x)::-ms-backdrop,
  .table-type-3 th, .table-type-3 td {
    padding: 18px 0 14px 0;
  } */

  /* detail_edit.html */
  _:-ms-lang(x)::-ms-backdrop,
  .tweet-box {
    padding: 6px 24px 2px 16px;
  }

}

 /* 960px〜：小型PC以上
 ------------------------------ */
 @media screen and (min-width:960px) {
   /*  register_prof_01.html
    * *********************************** */
  .register-edit-container .answer-box label {
    margin-top: 4px;
  }
  .help-content{
    max-width: 960px;
  }
}
