@charset "UTF-8";
/* =====================================================================================================================
	トップ
===================================================================================================================== */
.top {
  text-align: center;
  border-bottom: 1px solid #FF7EB3;
}
.top .top-img {
  background-image: url(../images/main-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top .top-img .top-img-inner{
	position: relative;
	max-width: 920px;
	margin: 0 auto;
}
.fv_pr {
    position: absolute;
    font-size: 14px;
    color: #fff;
    left: .4rem;
    bottom: .4rem;
    line-height: 1;
    padding: .2rem .4rem;
    border: .1rem solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
    text-shadow: 0 0 6px rgba(0,0,0,.3);
}

.top .top-img img {
  width: 100%;
  max-width: 920px;
}
.top .catch-text {
  background-color: #fff;
  padding: .5rem 0;
}
.top .catch-text p {
  margin: 0;
  font-feature-settings: 'palt';
  text-align: center;
  font-family: serif;
  white-space: nowrap;
  color: #FF7EB3;
  line-height: 1.4;
}

.box.sm .point-list, .box.sm .review-list {
  display: none;
}

@media screen and (min-width: 768px) {
  .top .catch-text {
    display: flex;
    justify-content: center;
    padding: 1rem;
    font-size: 112.5%;
  }
  .top .catch-text p {
    margin: 0 1rem;
  }
}
/* =====================================================================================================================
	検索
===================================================================================================================== */
.lpsearch .lpsearch-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
  top: -1rem;
  position: relative;
}
.lpsearch .lpsearch-inner > div {
  position: relative;
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
}
.lpsearch .lpsearch-inner > div.select {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  height: 4.5rem;
}
.lpsearch .lpsearch-inner > div.select label {
  font-size: 62.5%;
  transform: scale(0.8);
  transform-origin: left;
  color: #FF7EB3;
  position: relative;
  top: 0.6rem;
  z-index: 100;
  display: flex;
  align-items: center;
}
.lpsearch .lpsearch-inner > div.select label img {
  width: 1em;
  margin-right: .2em;
}
.lpsearch .lpsearch-inner > div.select > div {
  overflow: hidden;
  position: relative;
}
.lpsearch .lpsearch-inner > div.select > div:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0);
  z-index: 10;
}
.lpsearch .lpsearch-inner > div.select > div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #6c757d;
  position: relative;
  padding: 0;
  top: 0;
  border-radius: 0 !important;
  height: 3rem;
  width: 133.33333333%;
  transform: scale(0.75);
  transform-origin: left;
  position: relative;
}
.lpsearch .lpsearch-inner > div.input {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-top: .5rem;
}
.lpsearch .lpsearch-inner > div.input > div label {
  font-size: 62.5%;
  transform: scale(0.8);
  transform-origin: left;
  color: #FF7EB3;
  display: block;
  margin: 0;
}
.lpsearch .lpsearch-inner > div.input > div div {
  display: flex;
  align-items: flex-end;
}
.lpsearch .lpsearch-inner > div.input > div div input {
  padding: 0 .5rem;
}
.lpsearch .lpsearch-inner > div.input > div div span {
  font-size: 62.5%;
  white-space: nowrap;
  margin-left: .5rem;
}
.lpsearch .lpsearch-inner > div.submit {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.5rem;
}
.lpsearch .lpsearch-inner select, .lpsearch .lpsearch-inner input, .lpsearch .lpsearch-inner button {
  width: 100%;
}

.lpsearch-hide {
  display: none;
}

.search-result {
  padding: 1rem 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result span {
  color: #FF7EB3;
  font-size: 150%;
  font-weight: bold;
}

.search-conditions ul {
  margin: 0;
  padding: 0;
  font-size: 87.5%;
}
.search-conditions ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 1rem;
  background-color: #fff;
}
.search-conditions ul li div:first-child {
  color: #FF7EB3;
}

.rearranges ul {
  display: flex;
  margin: 0 -.5rem;
  flex-flow: wrap;
  padding: 0;
}
.rearranges ul li {
  flex: 0 0 33.33333333333%;
  max-width: 33.33333333333%;
  padding: 0 .5rem;
  margin-bottom: 1rem;
  list-style: none;
}
.rearranges ul li:nth-last-child(1), .rearranges ul li:nth-last-child(2), .rearranges ul li:nth-last-child(3) {
  margin: 0;
}
.rearranges ul li a {
  font-size: 75%;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.rearranges ul li a.rearranges-btn-on{
  background-color: #29B6F6;
  color:#fff;
}
@media screen and (min-width: 768px) {
  .lpsearch .lpsearch-inner > div.select {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .lpsearch .lpsearch-inner > div.select label {
    transform: scale(1);
    top: auto;
    font-size: 75%;
  }
  .lpsearch .lpsearch-inner > div.select > div select {
    height: 3.8rem;
    width: 100%;
    transform: scale(1);
  }
  .lpsearch .lpsearch-inner > div.input {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    margin: 0;
    margin-bottom: 1rem;
  }
  .lpsearch .lpsearch-inner > div.input > div label {
    transform: scale(1);
    top: auto;
    font-size: 75%;
  }
  .lpsearch .lpsearch-inner > div.input > div div input {
    font-size: 100%;
  }
  .lpsearch .lpsearch-inner > div.submit {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .lpsearch .lpsearch-inner select, .lpsearch .lpsearch-inner input, .lpsearch .lpsearch-inner button {
    width: 100%;
  }
}
/* =====================================================================================================================
	詳細
===================================================================================================================== */
.detail-container {
  margin-right: auto;
  margin-left: auto;
}
.detail-container > div:first-child {
  margin-top: 2rem;
}
.detail-container > div + div {
  margin-top: 3rem;
}

.box-header-img {
  position: relative;
}
.box-header-img img {
  width: 100%;
}
.box-header-img div.rank-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF7EB3;
  padding: .1rem 3rem .1rem 1rem;
  border-radius: 0 0 1000px 0;
  color: #fff;
  display: none;
  z-index: 100;
}
.box-header-img div span {
  font-size: 187.5%;
}
.box-header-img div span:before {
  content: '';
  height: 1.8rem;
  width: 1.8rem;
  background-image: url("../images/icon/icon-crown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: .5rem;
}

.ranking .box-header-img div {
  display: block;
}

.box-header {
  margin-top: 2rem;
/*
  display: flex;
  flex-flow: column;
*/
}
.box-header .box-header-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.box-header .box-header-title h3 {
  font-size: 137.5%;
  flex: 0 0 70%;
  max-width: 70%;
}
.box-header .box-header-title h3 span {
  border-left: 4px solid #FF7EB3;
  padding-left: .5rem;
}
/*
.box-header .box-header-title h3 span:before {
  content: '';
  padding-left: .3rem;
  border-left: 4px solid #FF7EB3;
}
*/
.box-header .box-header-title i {
  width: 1.3em;
  height: 1.3em;
}
.box-header a.box-header-title{
	color: #212529;
}
.box-header .box-header-category {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.box-header .box-header-category > div {
  flex: 0 0 48%;
  max-width: 48%;
/*
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
*/
  padding: 0.6rem 1.2rem;
  font-size: 100%;
  line-height: 1.5;
  border-radius: 0.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-header .box-header-category > div.c1 {
  background-color: #FF7EB3;
}
.box-header .box-header-category > div.c2 {
  background-color: #29B6F6;
}
.box-header .box-header-category > div.c3 {
  background-color: #DE80F6;
}
.box-header .box-header-category > div.c4 {
  background-color: #26C6DA;
}
.box-header .box-header-category > div.c5 {
  background-color: #fd7e14;
}
.box-header p {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  text-align: justify;
}

.img-canvas-wrap {
  text-align: center;
}

.evaluation {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF7EB3;
  border-radius: 5px;
  padding: .8rem 1rem;
}
.evaluation div {
  margin: 0 1rem;
  font-size: 100%;
  color: #FF7EB3;
}
h3.detail-h3{
	font-size: 2rem;
}
.detail-name {
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 112.5%;
}
.detail-name .img {
  width: 40px;
  margin-right: 1rem;
}
.detail-name.hide-up {
  display: flex;
}

.detail-list .list-title {
  font-size: 125%;
  color: #FF7EB3;
  border-bottom: 1px solid #FF7EB3;
  padding-bottom: .3rem;
  display: flex;
  align-items: center;
}
.detail-list .list-title img {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
}
.detail-list ul {
  margin: 0;
  padding: 0;
}
.detail-list ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem .5rem;
  border-bottom: 1px dashed #e9ecef;
}
.detail-list ul li div:first-child {
  color: #FF7EB3;
}

.detail-list.purple .list-title {
  color: #DE80F6;
  border-bottom: 1px solid #DE80F6;
}
.detail-list.purple ul li div:first-child {
  color: #DE80F6;
}

.detail-list.indigo .list-title {
  color: #717DF2;
  border-bottom: 1px solid #717DF2;
}
.detail-list.indigo ul li div:first-child {
  color: #717DF2;
}
.detail-list.area .list-title {
  color: #64DD17;
  border-bottom: 1px solid #64DD17;
}
.detail-list.area ul li {
  display: block;
	padding: 0;
    border-bottom: 0px dashed #e9ecef;
	margin-top: 1rem;
}
.detail-list.area ul li div:first-child {
  color: #64DD17;
}
.point-list .list-title {
  font-size: 125%;
  color: #64DD17;
  border-bottom: 1px solid #64DD17;
  padding-bottom: .3rem;
  display: flex;
  align-items: center;
}
.point-list .list-title img {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
}
.point-list ul {
  margin: 0;
  padding: 0;
}
.point-list ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 .5rem;
  align-items: center;
  margin-top: 1.5rem;
}
.point-list ul li:before {
  content: '';
  height: 2.5rem;
  width: 2.5rem;
  background-image: url("../images/icon/icon-point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 2.5rem;
  max-width: 2.5rem;
}
.point-list ul li div {
  padding-left: 1rem;
  flex: 0 0 calc(100% - 2.5rem);
  max-width: calc(100% - 2.5rem);
  text-align: justify;
}

.area-list .list-title {
  font-size: 125%;
  color: #64DD17;
  border-bottom: 1px solid #64DD17;
  padding-bottom: .3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.area-list .list-title img {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
}
.area-list ul {
  margin: 0;
  padding: 0;
}
.area-list ul li {
  list-style: none;
  border-left: 4px solid #64DD17;
  margin-bottom: 1.5rem;
  padding-left: .6rem;
}
.area-list ul li div {
  color: #64DD17;
}
.area-list ul li span {
  font-size: 87.5%;
}
.area-list ul li:last-child {
  margin-bottom: 0;
}

.site-list .list-title {
  font-size: 125%;
  color: #29B6F6;
  border-bottom: 1px solid #29B6F6;
  padding-bottom: .3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.site-list .list-title img {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
}
.site-list ul {
  margin: 0 -.75rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.site-list ul li {
  list-style: none;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 0 .75rem;
  margin-bottom: 1.5rem;
}
.site-list ul li span {
  background-color: #29B6F6;
  color: #fff;
  border-radius: .4rem;
  padding: 0.7rem;
  display: block;
  font-size: 87.5%;
}
.site-list ul li:last-child, .site-list ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.detail-table-wraper-right {
  padding-right: 0;
  position: relative;
  height: 260px;
}

.detail-section .img-canvas-wrap {
  display: block;
  position: absolute;
  top: -60px;
  left: 20px;
}

.detail-container .chat-name {
  display: none;
}
.detail-container .review-select {
  display: none;
}

.swiper-wrapper {
  padding-bottom: 4rem;
}
.swiper-slide{
  height: auto;
  display: flex;
}
.swiper-wrapper .swiper-slide article {
  background-color: #f8f8f8;
  padding: 1.5rem;
  border-radius: .5rem;
}
.swiper-button-next, .swiper-button-prev {
  width: 4rem;
  top: auto;
  bottom: .5rem;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  background-image: url("../images/icon/icon-slide-arrow_bk.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-indent: 10000px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  background-image: url("../images/icon/icon-slide-arrow_bk.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: scale(-1, 1);
  text-indent: 10000px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 15px;
}
@media (min-width: 768px){
	.box-header-img{
		background-color: #f8f8f8;
	}
	.box-header-img .thumbnail > div > img {
		object-fit: contain;
	}
}
/* =====================================================================================================================
	クチコミ
===================================================================================================================== */
.review-list-title {
  font-size: 125%;
  color: #26C6DA;
  border-bottom: 1px solid #26C6DA;
  padding-bottom: .3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.review-list-title img {
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
}

.review-list article {
  margin-bottom: 4rem;
}
.review-list article .chat-name {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem;
  text-align: center;
  /* 色付きの半円 */
  /* 白い半円 */
}
.review-list article .chat-name a {
  color:#212529;
}
.review-list article .chat-name span {
  background-color: #ced4da;
  border-radius: 1000px;
  padding: .5rem 0;
  display: block;
  position: relative;
  z-index: 100;
}
.review-list article .chat-name::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 2rem;
  bottom: -1rem;
  border-right: 2rem solid #ced4da;
  border-bottom: 2rem solid #ced4da;
  border-left: 2rem solid transparent;
  border-top: 2rem solid transparent;
}
.review-list article .chat-name::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 3.5rem;
  bottom: -1.9rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  border-left: 2rem solid transparent;
  border-top: 2rem solid transparent;
}
.review-list article .review-name {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.review-list article .review-name img {
  border-radius: 1000px;
  width: 3.8rem;
  border: 1px solid #ced4da;
  margin-right: 1rem;
}
.review-list article .review-name ul {
  margin: 0;
  padding: 0;
}
.review-list article .review-name ul li {
  list-style: none;
  line-height: 1;
  margin-bottom: .5rem;
}
.review-list article .review-name ul li:last-child {
  margin-bottom: 0;
}
.review-list article .review-name ul li span {
  font-size: 75%;
}
.review-list article .review-name .star-score {
  font-size: 75%;
  margin-left: auto;
}
.review-list article p {
  margin: 1rem 0 0;
  text-align: justify;
}
.review-list article .review-select {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0;
}
.review-list article .review-select > a {
	flex:0 0 48%;
	max-width: 48%;
/*
  flex: 0 0 calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
*/
  font-size: 75%;
  padding-left: 0;
  padding-right: 0;
  background-color: #FF7EB3;
  border: 0px;
}
.review-list article .review-select > a:first-child {
  background-color: #26C6DA;
}
.review-list article:last-child {
  margin-bottom: 0;
}
/* =====================================================================================================================
	スポンサー
===================================================================================================================== */
.sponsored-text{
	text-align: center;

}
.sponsored-text span{
    display: inline-block;
    font-size: 1.2rem;
	color:#8b8b8b;
}
.footer-fixed-btn .sponsored-text{
		margin: -1rem 0 1rem;
}
.footer-fixed-btn .sponsored-text span{
	background-color: #fff;
	    padding: 0 .5rem;
}
/* =====================================================================================================================
	通勤チャットルーム検索
===================================================================================================================== */
.img-box {
  position: relative;
}
.img-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 125%;
}
.img-box h2 span {
  color: #FF7EB3;
}

.menu-ul {
  margin: 0;
  padding: 0;
}
.menu-ul .toggle-wrap {
  list-style: none;
  margin-bottom: 1.5rem;
}
.menu-ul .toggle-wrap:last-child {
  margin: 0;
}
.menu-ul .toggle-wrap .toggle-btn {
  color: #FF7EB3;
  display: flex;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
}
.menu-ul .toggle-wrap .toggle-btn:hover {
  color: #FF7EB3;
  text-decoration: none;
}
.menu-ul .toggle-wrap .toggle-btn:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url(../images/icon/icon-arrow_bk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
  transition: 200ms;
}
.menu-ul .toggle-wrap .toggle-btn.on:after {
  transform: rotate(90deg);
}

.toggle-ul {
  display: none;
  margin: 0;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: wrap;
}
.toggle-ul li {
  padding: 1.5rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-ul li + li {
  border-top: 1px dashed #dee2e6;
}

@media screen and (min-width: 768px) {
  .area .toggle-ul {
    display: flex;
  }
  .area .toggle-ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .area .toggle-ul li:nth-child(even) {
    padding-left: 2.5rem;
  }
  .area .toggle-ul li:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .area .toggle-ul li:nth-child(2) {
    border-top: 0px;
  }
  .area .menu-ul .toggle-wrap .toggle-btn:after {
    transform: rotate(90deg);
  }
  .area .menu-ul .toggle-wrap .toggle-btn.on:after {
    transform: rotate(0deg);
  }
  .area .menu-ul .toggle-wrap .toggle-btn {
    color: #fff;
    background-color: #FF7EB3;
    justify-content: space-between;
  }
  .area .menu-ul .toggle-wrap .toggle-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }
}
/* =====================================================================================================================
	サイド
===================================================================================================================== */
.sidebar .box {
  margin-bottom: 1rem;
}
.sidebar .box:last-of-type {
  margin-bottom: 0;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  margin-bottom: 1rem;
  position: relative;
}
.sidebar ul li:last-child {
  margin: 0;
}
.sidebar ul li a {
  padding-left: 1.5rem;
  color: #FF7EB3;
}
.sidebar ul li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  z-index: 10;
}
.sidebar .review-list article p {
  font-size: 1.4rem;
}
.sidebar .review-list article .review-select,
.sidebar .review-list article .review-name .star-score span {
  display: none;
}

/* =====================================================================================================================
	掲示板
===================================================================================================================== */
.bbs article {
  border-top: 1px dashed #dee2e6;
  padding-top: 2rem;
  margin-top: 2rem;
}
.bbs article a {
  position: relative;
  display: block;
  padding-right: .5rem;
}
.bbs article a:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-arrow_bk.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.bbs article h4 {
  font-size: 112.5%;
  color: #FF7EB3;
}
.bbs article p {
  text-align: justify;
  line-height: 1.8;
  color: #000;
}
.bbs article ul {
  font-size: 75%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: .5rem;
  color: #6c757d;
}
.bbs article ul li {
  list-style: none;
  margin-right: 1.5rem;
}

/* =====================================================================================================================
	スレッド
===================================================================================================================== */
.thread .thread-title {
  background-color: #FF7EB3;
  padding: .5rem 1.2rem;
  border-radius: .5rem;
  color: #fff;
  font-size: 112.5%;
  position: relative;
  /* 色付きの半円 */
  /* 白い半円 */
}
.thread .thread-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 2rem;
  bottom: -1rem;
  border-right: 2rem solid #FF7EB3;
  border-bottom: 2rem solid #FF7EB3;
  border-left: 2rem solid transparent;
  border-top: 2rem solid transparent;
}
.thread .thread-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 3.8rem;
  bottom: -2rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  border-left: 2rem solid transparent;
  border-top: 2rem solid transparent;
}
.thread article {
  border-top: 1px dashed #dee2e6;
  padding-top: 1rem;
  margin-top: 2rem;
}
.thread article > ul {
  font-size: 75%;
  padding: 0rem;
  margin: 0;
  display: flex;
  flex-flow: column;
  border-radius: .5rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.thread article > ul li {
  list-style: none;
  margin-right: 1.5rem;
}
.thread article > p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 87.5%;
}
.thread article > div {
  text-align: center;
}
.thread article > div .btn {
  display: flex;
}
.thread .reply-comment button {
  margin-bottom: 1rem;
  font-size: 75%;
}
.thread .reply-comment button:before {
  content: '返信元のコメントを表示';
}
.thread .reply-comment button.on:before {
  content: '返信元のコメントを非表示';
}
.thread .reply-comment .reply-comment-wrap {
  border: 0px solid #dee2e6;
  background-color: #FFF1F5;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
  display: none;
}
.thread .reply-comment .reply-comment-wrap ul {
  font-size: 75%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  border-radius: .5rem;
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
  opacity: .5;
}
.thread .reply-comment .reply-comment-wrap ul li {
  list-style: none;
  margin-right: 1.5rem;
}
.thread .reply-comment .reply-comment-wrap p {
  text-align: justify;
  line-height: 1.5;
  margin: 0;
  font-size: 87.5%;
  color: #000;
  opacity: .5;
}

@media screen and (min-width: 768px) {
  .thread .box {
    margin: 0 auto;
  }
  .thread article {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .thread article:first-child {
    padding-top: 1rem;
  }
  .thread article P {
    margin-bottom: 2rem;
  }
  .thread article div {
    text-align: right;
  }
  .thread article div .btn {
    display: inline-flex;
  }
}
/* =====================================================================================================================
	フッター
===================================================================================================================== */
footer {
  background-color: #fff;
  margin-top: 1.5rem;
}
footer .footer-menu {
  margin: 0;
  padding: 0;
  font-size: 87.5%;
}
footer .footer-menu > li {
  list-style: none;
  border-bottom: 1px dashed #dee2e6;
}
footer .footer-menu > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
}
footer .footer-menu > li a:first-child {
  color: #FF7EB3;
}
footer .footer-menu > li a:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url("../images/icon/icon-arrow_bk.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
}
footer .footer-menu > li a.footer-menu-btn.on:after {
  transform: rotate(90deg);
}
footer .footer-menu > li ul {
  margin: 0;
  padding: 0;
  display: none;
}
footer .footer-menu > li ul li {
  list-style: none;
  border-top: 1px dashed #dee2e6;
  padding-left: 1rem;
}
footer .footer-menu > li ul li a:first-child {
  color: #000;
}
footer .footer-nav {
  margin: 0;
  padding: 1rem 0;
  display: flex;
  flex-flow: wrap;
  font-size: 75%;
}
footer .footer-nav li {
  list-style: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: .5rem 0;
  display: flex;
  align-items: center;
}
footer .footer-nav li:before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
}
footer .footer-nav li a {
  display: block;
  margin-left: .5rem;
  color: #000;
}
footer .copyright {
  font-size: 62.5%;
  text-align: center;
  padding: 2.5rem 0 9rem;
  background-color: #F8F8F8;
}


@media screen and (min-width: 768px) {
  footer .footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
  }
  footer .footer-menu li {
    flex: 0 0 calc(50% - 1.5rem);
  }
  footer .footer-nav {
    justify-content: space-around;
    padding: 2rem 0 0rem;
  }
  footer .footer-nav li {
    flex: 0 0 auto;
    max-width: auto;
    margin: 0;
    margin-bottom: 2rem;
  }
  footer .copyright {
    padding: 4rem 0;
  }

  .footer-fixed-btn, .footer-fixed-bnr {
    display: none;
  }
}
/* =====================================================================================================================
	コラム
===================================================================================================================== */
.table.research th, .table.research td {
  padding: 1.2rem .5rem 1.2rem .5rem;
  vertical-align: middle;
}

.table.research thead th {
  border: 0px;
}

.table.research tbody th:first-child {
  padding: 1.2rem .5rem 1.2rem .5rem;
  text-align: left;
  background-color: #e9ecef;
}

.table.research tbody td:first-of-type {
  color: #FF7EB3;
  font-weight: bold;
}

.column .column-list {
  margin: 0;
  padding: 0;
}
.column .column-list li {
  list-style: none;
}
.column .column-list li + li {
  border-top: 1px dashed #dee2e6;
  margin-top: 2rem;
  padding-top: 2rem;
}
.column .column-list li a {
  color: #000;
  display: flex;
  flex-flow: wrap;
  position: relative;
  padding-right: 1rem;
  width: 100%;
}
.column .column-list li a:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url(../images/icon/icon-arrow_bk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
  position: absolute;
  right: -.5rem;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.column .column-list li a div:nth-child(1) {
  flex: 0 0 80px;
  max-width: 80px;
}
.column .column-list li a div:nth-child(2) {
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 1rem;
}
.column .column-list li a div:nth-child(2) h4 {
  font-size: 100%;
  line-height: 1.3;
  flex: 0 0 100%;
  max-width: 100%;
  color: #FF7EB3;
  text-align: justify;
  margin-bottom: 1rem;
}
.column .column-list li a div:nth-child(2) p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 87.5%;
  line-height: 1;
}

.column-section .section-inner {
  line-height: 1.8;
}
.column-section h1 {
  font-size: 125%;
  margin-bottom: 1rem;
  text-align: justify;
}
.column-section .h2, .column-section .h3, .column-section h2, .column-section h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.column-section p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.column-section .main-h2, .column-section .main-h3 {
  padding: 1rem .8rem;
  background-color: #fb708a;
  color: #fff;
  font-size: 100%;
}
.column-section .col-xs-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667;
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.column-section .col-xs-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.column-section .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d6e9c6;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.column-section .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.column-section .panel-body {
  padding: 1.5rem;
}
.column-section .panel-body ul {
  padding: 0;
  margin: 0;
}
.column-section .panel-body li + li {
  margin-top: 1rem;
}
.column-section dt, .column-section dd {
  line-height: 1.8;
  text-align: justify;
}
.column-section dt {
  margin-bottom: 1rem;
}
.column-section .btn-blue {
  font-size: 87.5%;
  color: #fff;
  background-color: #29B6F6;
  border-radius: 100px;
}
.column-section .column-ul li {
  margin: 0;
  position: relative;
}
.column-section .column-ul li a {
  display: block;
  padding: 1.5rem .8rem;
  border-top: 1px dotted #dee2e6;
  position: relative;
}
.column-section .column-ul li + li {
  border-top: 1px dotted #dee2e6;
}
.column-section .column-ul li .first {
  border-top: 1px dotted #dee2e6;
}
.column-section .column-ul li a:after {
  content: "\f054";
  position: absolute;
  right: 0;
  top: 43%;
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  font-family: "FontAwesome";
  color: #aaa;
}
.column-section .column-ul li a.active:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 15px;
  display: inline-block;
  width: 1.3em;
  height: 1.8em;
  font-family: "FontAwesome";
}
.column-section .article-inner-p {
  text-align: justify;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-section .text-article-left {
  padding-right: 0;
}
.column-section .text-article-right {
  padding-right: 3em;
}
.column-section .column-head {
  font-size: 100%;
  margin-top: .5rem;
  color: #FF7EB3;
  line-height: 1.5;
}
.column-section .column-img {
  margin: 10px 0 20px;
  text-align: center;
}

.column-section .column-img img {
  padding: 8px;
  width: 240px;
  box-shadow: 1px 1px 1px 1px rgba(204, 204, 204, 0.4), -1px -1px 1px 1px rgba(204, 204, 204, 0.4);
}

.column-section .column-table {
  margin-top: 10px;
  margin-left: 5px;
  width: 100%;
}

.column-section .column-table tr {
  border-bottom: 1px solid #e6e6e6;
}

.column-section td {
  padding: 10px 0;
  width: 50%;
}

.column-section .column-p {
  padding: 20px 0 0;
  text-align: justify;
}

.column-section .column-dl {
  position: relative;
}

.column-section .column-dl dt {
  position: relative;
  padding: 1.4rem 0 0rem 4.5rem;
  border-top: 1px solid #e6e6e6;
  line-height: 1.8;
  text-align: justify;
}

.column-section .column-dl dt:first-child {
  border: none;
}

.column-section .column-dl dt:before {
  content: 'Q';
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #3399cc;
  color: #fff;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-section .column-dl dd {
  position: relative;
  padding: 1.4rem 0 0rem 4.5rem;
  line-height: 1.8;
  text-align: justify;
}

.column-section .column-dl dd:before {
  content: 'A';
  display: block;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #FB708A;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =====================================================================================================================
	howto
===================================================================================================================== */
.howto {
  line-height: 1.8;
  text-align: justify;
}
.howto img {
  width: 80%;
  margin-left: 10%;
  padding: 1rem;
  border: 1px solid #dee2e6;
}
.howto h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #FF7EB3;
}
.howto .box > div + div {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #dee2e6;
}
.howto p:last-child {
  margin: 0;
}
.howto ul.howto-list {
  padding: 0;
  margin: 0;
}
.howto ul.howto-list li {
  list-style: none;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.3;
}
.howto ul.howto-list li + li {
  margin-top: 1rem;
}
.howto ul.howto-list li:before {
  content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .2rem;
  background-image: url("../images/icon/icon-check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.howto .toggle-ul {
  padding: 1.5rem;
}
.howto .menu-ul {
  margin: 0;
  padding: 0;
}
.howto .menu-ul .toggle-wrap {
  list-style: none;
  margin-bottom: 1.5rem;
}
.howto .menu-ul .toggle-wrap:last-child {
  margin: 0;
}
.howto .menu-ul .toggle-wrap .toggle-btn {
  display: flex;
  padding: 1.5rem;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: .5rem;
}
.howto .menu-ul .toggle-wrap .toggle-btn:hover {
  text-decoration: none;
}
.howto .menu-ul .toggle-wrap .toggle-btn:after {
  content: '';
  width: .6rem;
  height: 1.2rem;
  background-image: url(../images/icon/icon-arrow_bk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  opacity: .5;
}
.howto .howto-salary{
  position: relative;
}
.howto .howto-salary > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 1rem;
  background-color: rgba(255,255,255,0.85);
}
.howto .howto-salary > div >h4,.howto .howto-salary > div >p{
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .howto img {
    width: 60%;
    margin-left: 20%;
  }
  .howto.top-page img {
    width: 100%;
    margin-left: 0%;
  }
}

/* =====================================================================================================================
	sitemap
===================================================================================================================== */
.sitemap ul{
  display: flex;
  flex-flow:wrap;
}
.sitemap ul li{
  position: relative;
  padding-left: 1.5rem;
  flex:0 0 100%;
  max-width: 100%;
}
.sitemap ul li a:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  z-index: 10;
}
@media screen and (min-width: 768px) {
	.sitemap ul li{
		flex:0 0 50%;
		max-width: 50%;
	}
}

@media all and (-ms-high-contrast: none) {
*::-ms-backdrop,.column .column-list li a div:nth-child(2) p {
  white-space: normal;
  overflow: unset;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 87.5%;
  line-height: 1.3;
}
}
select::-ms-expand {
  display: none;
}