@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(https://fit-2a.com/wp-content/uploads/2020/06/bg.jpg) center no-repeat;
  background-size:cover;
}
.search {
  font-size: 18px;
  color: #5fc1ac;
  font-weight: bold;
  border: 1px solid;
  padding: 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 0;
}
.search::after {
  content: '\f067';
  position: absolute;
  font-family: 'font awesome 5 free';
  right: 10px;
}
.search.act::after {
  content: '\f068';
}
.search-area {
  display: none;
  margin: 0;
}
.search-checkbox-input {
  display: none;
}
span.search-checkbox {
  padding: 12px;
  transition: .3s;
  color: #ffffff;
  margin-left: 5px;
  display: inline-block;
  background: rgba(80, 80, 80, 0.6);
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
span.search-checkbox:hover {
  opacity: 0.8;
}
.search-checkbox-input:checked + .search-checkbox {
  background: #ffe730;
  color: #55c7ae;
}
.search-count {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #459fd1;
  padding: 16px 0 18px;
  margin-top: 40px;
  border: 1px solid;
}
.search-count span {
  font-size: 2rem;
  color: #fff26b;
  margin: 5px;
}
.com-search-box {
  display: flex;
  margin: 10px 0;
}
.com-search {
  display: flex;
  width: 80%;
}
.com-search label {
  margin: 0 5px;
  width: 100%;
}
.search-type {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  background: #00a790;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
.search-type-other {
  text-align: center;
  color: #5fc1ac;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 1.2rem;
  width: 50%;
  cursor: pointer;
  font-weight: bold;
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.search-type-other:hover {
  opacity: 0.8;
}
.search-type-other::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  position: relative;
  left: 15px;
}
.search-type-other.act::after {
  content: '\f068';
}
.com-search-other {
  display: none;
}
.com-search-other label {
  display: inline-block;
}
.com-search-box-other {
  transition: .2s;
  padding: 0 0 15px 15px;
}
.com-search-box-other.act {
  background: #ffeac7;
}
.company-name {
  margin-bottom: 10px;
  font-size: 1.2rem;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
}
.company-name span {
  font-style: italic;
  font-size: 2.5rem;
  margin-right: 20px;
  font-family: serif;
}
.company-box {
  opacity: 0;
  font-size: 14px;
  padding: 15px;
  border: 1px solid;
}
.company-box.act {
  opacity: 1;
  -webkit-animation: SlideUp 1s;
  animation: SlideUp 1s;
}
.company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
img.company-img {
  width: 240px;
}
.company-info th, .company-info-sp th {
  background: #800000;
}
.company-info th, .company-info td, .company-info-sp th, .company-info-sp td{
  border: solid 1px #ccc;
  text-align: center;
}
.company-info-box {
  display: flex;
  justify-content: space-between;
}
.company-info {
  flex-basis: 50%;
  margin: 0;
}
.company-info-box a {
  background: #209be0;
  flex-basis: 49%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
  border: 2px solid #007fc5;
}
.company-info-box a:nth-of-type(2) {
  background: #ef505e;
  border: 2px solid #ea4654;
}
.company-info-box a:hover {
  border-radius: 20px;
  transition: .5s;
  color: #007fc5;
  background: #fff;
  border: 2px solid;
}
.company-info-box a:nth-of-type(2):hover {
  color: #ea4654;
}
.company-info-sp {
  display: none;
}
table tr:nth-of-type(2n+1) {
  background: none;
}
ul.feature {
  width: 65%;
}
.feature span {
  color: #2bb968;
}
.image-box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.image-box img {
  width: 33%;
  height: 100%;
}
.two img {
  width: 50%;
}
.target-box {
  font-weight: bold;
}
.target {
  background: rgba(22, 135, 197, 0.8);
  padding: 10px 20px;
  color: #fff;
  margin-top: 20px;
  font-size: 1.5rem;
}
.recommend {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.rec-site {
  font-size: 20px;
  padding-left: 10px;
  margin-top: 20px;
}
.rec-box {
  display: flex;
  margin-bottom: 40px;
}
.rec-box img {
  width: 300px;
  height: 100%;
  min-width: 300px;
}
.rec-p {
  height: 300px;
  width: 100%;
}
.rec-p p:nth-of-type(1) {
  text-align: center;
  font-size: 24px;
  color: #ff5b5b;
  margin: 0;
}
.rec-box p:nth-of-type(2) {
  padding: 0 15px;
  height: 163px;
  margin: 0;
  display: flex;
  align-items: center;
}
.rec-a {
  display: flex;
  justify-content: space-evenly;
  margin-left: 10px;
}
.rec-a a {
  text-align: center;
  padding: 26px;
  margin: 6px;
  cursor: pointer;
  background: #007fc59c;
  transition: .3s;
  border: 2px solid #007fc59c;
  color: #fff;
  text-decoration: none;
  width: 45%;
  position: relative;
}
.rec-a a::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  top: 22px;
  right: 10px;
  font-size: 1.4rem;
  position: absolute;
}
.rec-a a:nth-of-type(2) {
  background: #ea4654bf;
  border: 2px solid #ea4654bf;
}
.rec-a a:hover {
  border-radius: 20px;
  transition: .5s;
  color: #007fc5;
  background: #fff;
  border: 2px solid;
}
.rec-a a:nth-of-type(2):hover {
  color: #ea4654;
}
.grecaptcha-badge {
  visibility: hidden;
}
.link-box {
  margin: 40px 0;
  text-align: center;
  font-weight: bold;
}
.link-box p {
  font-size: 20px;
  color: #ff5b5b;
  margin: 0;
}
.link-box img {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.click p {
  font-size: 16px;
  border-bottom: 1px solid;
  display: inline-block;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .search {
    margin: 0;
}
.target-box {
    display: block;
}
.target {
    width: 100%;
    margin: 20px 0;
}
.rec-site {
  padding: 0 10px;
}
.rec-box {
    display: block;
    margin-bottom: 20px;
}
.rec-box img {
  margin: 0 auto;
  display: block;
  min-width: 0;
}
.rec-p {
  height: auto;
}
.rec-p p:nth-of-type(1) {
  font-size: 18px;
}
.rec-box p:nth-of-type(2) {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  padding: 10px 20px 0;
}
.rec-a {
  display: block;
  padding: 10px;
  margin: 0;
} 
.rec-a a {
  padding: 10px;
  display: block;
  width: auto;
}
.rec-a a::after {
  right: 6px;
  top: 2px;
  font-size: 1.5rem;
}
.com-search-box {
    display: block;
}    
.search-type {
    width: 100%;
    padding: 10px;
    position: relative;
}
.search-type::after {
    content: '▼';
    position: absolute;
    right: 10px;
}
.search-type.act::after {
    content: '▲';
}
.com-search {
    width: 100%;
    display: none;
}
.com-search label {
    margin: 2% 0 0 0;
    width: 49%;
    display: inline-block;
}
span.search-checkbox {
    margin: 0;
}
.com-search-other span.search-checkbox {
  margin: 2px;
}
.search-count {
    padding: 8px 0 10px;
    margin-top: 20px;
}
.search-type-other {
    margin: 10px auto 0;
    font-size: 1rem;
}
.company-box {
    margin: 10px 0;
    padding: 10px;
}
h3.company-name {
    padding: 0;
}
.company {
    display: block;
}
img.company-img {
    width: 300px;
    margin: 0 auto;
    display: flex;
}
ul.feature {
    padding-left: 20px;
}
.company-info-box {
    display: block;
}
.company-info {
    display: none;
}
.company-info-sp {
    display: table;
}
.company-info-sp th, .company-info-sp td {
    font-size: 12px;
}
.company-info-sp th {
    width: 30%;
}
.company-info-box a {
    padding: 15px;
    margin: 10px auto 0;
}
ul.feature {
    width: 100%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
