@charset "UTF-8";

.date {
  color: #666666;
  margin-bottom: 1rem;
}
.sex {
  margin-left: 0.3rem;
}
.conditions {
  margin: 0.2rem 0 0.5rem 1.5rem;
}
.card_men i,
.card_women i {
  position: relative;
  top: 2rem;
}
.post-thumbnails {
  margin-top: 1.5rem;
}
.post-thumbnails div {
  width: 50%;
  height: 400px;
}

.title {
  margin: 0px 0 15px;
  font-size: 24px;
}

.pr {
  margin-top: 4rem;
}
.pr .card {
  width: 49%;
}
.pr .card:nth-of-type(3n + 2) {
  margin: 0 0% 2.5rem;
}
.pr .card_men i,
.pr .card_women i {
  top: 0;
}

.flow_content {
  margin: 2rem 0;
  white-space: pre-wrap;
}
table .flow_content {
  margin: 0 0;
}

/* --------------------------------
sns
---------------------------------*/
ul.social:nth-of-type(2) {
  margin-top: 40px;
}
.social .fa-facebook-f,
.social .fa-twitter,
.social .fa-bold,
.social .fa-line {
  color: #fff;
  float: left;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 25%;
}
.social .fa-facebook-f {
  background-color: #3b5998;
}
.social .fa-twitter {
  background-color: #55acee;
}
.social .fa-bold {
  background-color: #0083d1;
}
.social .fa-line {
  background-color: #00c300;
  font-size: 35px;
}

/* --------------------------------
tab
---------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding: 2rem 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 2);
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#flow:checked ~ #flow_content,
#access:checked ~ #access_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f63876;
  border: none;
  color: #fff;
}

.post_content p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.post_content .title {
  margin: 0 0 1.5rem 0;
}
.post_content_img {
  margin-bottom: 2rem;
}

table {
  border: 1px solid #d6d6d6;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
  width: 25%;
}
table tr:last-child th,
table tr:last-child td {
  border-bottom: none;
}
table th:last-child table td {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
table th,
table td {
  border-bottom: 1px solid #ccc;
  padding: 1rem 2rem;
  text-align: center;
}
table td {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .main,
  .sidebar,
  .after_content {
    float: none;
    width: 100%;
  }
  .main {
    padding: 1rem;
  }
  .title {
    font-size: 18px;
  }
  .post-thumbnails {
    margin-top: 1.5rem;
  }
  .post_content p {
    font-size: 13px;
  }
  .post_content h2,
  .post_content h3 {
    font-weight: bold;
    font-size: 16px;
  }
  .post-thumbnails div {
    height: 200px;
  }
  .card_footer ~ .flex {
    display: flex;
  }
  .pr .card {
    width: 100%;
  }
  .tab_content {
    padding: 20px 20px 0;
  }
	table th, table td {
		    padding: 0.5rem 1rem;
	}
}
