/* coexistence */
.youtube_box {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube_box iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* bridging */
.p_coexistence .coexistence .coexistence_mid ul li .txt a {
    color: #F44336;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.p_coexistence .coexistence .coexistence_mid ul li .txt a:hover {
    opacity: 0.8;
}
.p_coexistence .coexistence .coexistence_mid ul li .txt a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #F44336;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  margin: auto;
}
.p_coexistence .coexistence .coexistence_mid ul li .txt a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  margin: auto;
}

/* contact */
.privacy_link {
    margin-top: 10px;
}
.privacy_link a {
    color: #F44336;
    display: inline-block;
    position: relative;
}
.privacy_link a:before { 
    content: '';
    width: 18px;
    height: 18px;
    background: #F44336;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
}
.privacy_link a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -23px;
    bottom: 0;
    margin: auto;
} 
.privacy_link a:hover {
    opacity: 0.8;
}
.contact_end {
    text-align: center;
}
.contact_end h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact_info {
    padding-bottom: 10px;
    text-align: right;
    color: #8d8d8d;
    font-size: 12px;
}
.contact_info span {
    color: #F44336;
    display: inline-block;
    padding-right: 5px;
}
/* .p_contact .contact .back_btn {
    background-color: #bbb !important;
} */

.p_contact .contact .back_btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 30px;
         border-radius: 30px;
    width: 394px;
    height: 66px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #707070;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 75px auto 0;
  }
  .p_contact .contact .back_btn[name="btn_back"] {
    margin-top: 40px;
  }
  .p_contact .contact .back_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 13px;
    background: url(../img/ic_arr3.svg) center/100% 100% no-repeat;
    display: block;
  }
@media screen and (max-width: 759px) { 
.contact_info {
    text-align: left;
  }
.p_contact .contact .back_btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: #000644;
    color: #fff;
    font-size: 4.26667vw;
    -moz-border-radius: 8vw;
         border-radius: 8vw;
    height: 17.6vw;
    -moz-border-radius: 0.8vw;
         border-radius: 0.8vw;
    background: #707070;
    font-weight: bold;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10vw auto 0;
    width: 100%;
  }
  .p_contact .contact .back_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.86667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.13333vw;
    height: 3.46667vw;
    background: url(../img/ic_arr3.svg) center/100% 100% no-repeat;
    display: block;
  }
}

/* privacy_policy */
.privacy_inner {
    padding: 100px 0;
    padding: 70px 50px;
    margin: 100px auto;
    background-color: #707070;
    border-radius: 20px;
}
.privacy_inner h2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #403535;
    white-space: nowrap;
}
.privacy_inner h4 {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #403535;
    margin-top: 40px;
    padding-left: 20px;
    border-left: solid 5px #a58f62;
    font-weight: bold;
}
.privacy_inner h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.privacy_inner h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.privacy_inner p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
.privacy_inner ul {
    margin-top: 10px;
    padding-left: 20px;
}
.privacy_inner ul li {
    list-style-type: inside;
    margin-top: 5px;
    font-size: 14px;
}
.privacy__ttl6 {
    margin-top: 20px;
}
@media screen and (max-width: 759px) { 
    .privacy_inner {
        padding: 50px 20px;
        margin: 50px 10px;
    }
    .privacy_inner h2 {
        font-size: 24px;
        white-space: normal;
    }
    .privacy_inner h4 {
        font-size: 16px;
    }
    .privacy_inner h5 {
        font-size: 16px;
    }
}
/* 共通 */
.pc_only { display: block; }
.sp_only { display: none; } 
@media screen and (max-width: 499px) {
    .pc_only { display: none; }
    .sp_only { display: block; } 

      .header.changeBg {
    background-color: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  }
  .header.changeBg h1 a {
    background-image: url(../img/ft_logo.png);
  }
}

/* index */
.topics_link {
    margin-bottom: 45px;
}
.topics_link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.topics_link ul li {
    margin-top: 0 !important;
}
.topics_link ul li a{
    min-height: 41px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    border: 1px solid #d1d1d1;
    padding: 0 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.topics_link ul li a:hover {
    background-color: #cc2929;
    color: #fff;
    border-color: #cc2929;
    opacity: 1;
}
.what_text {
    height: 160px;
}
@media screen and (max-width: 759px) {
    .topics_link ul {
        gap: 10px;
    }
    .topics_link ul li {
        width: 100%;
    }
    .sp_topics_btn {
        width: 100%;
        text-align: right;
    }
    .sp_topics_btn .btn {
        margin-top: 15px;
    }
    .what_text {
    height: auto;
    }
}
/* topics修正 */
@media screen and (max-width: 759px) {
    .p_detail .detail .box .dt_ctn p {
        margin-bottom: 2vw;
        font-size: 14px;
        line-height: 1.3;
    }
    .p_detail .detail .box .dt_ctn img {
        width: auto !important;
        height: auto;
    }
    .p_detail .detail .box .meta h1 {
        font-size: 18px !important;
    }
}