@charset "utf-8";
@media screen and (max-width:767px) {
  .logo .copy ,
  .container-wrapper {
    display: none;
  }
  
  /* お問い合わせ */
  #residents-only {
    clear: both;
    content: '';
    display: block;
  }
  #residents-only .container {
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: none;
  }
  #residents-only h1 {
    display: inline-block;
    /* margin-bottom: 10px; */
    padding-top: 5px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
  }
  #residents-only .logout {
    float: right;
    display: block;
  }
  #residents-only .logout a {
    text-align: center;
    display: inline-block;
    width: 110px;
    height: auto;
    padding: 7px;
    cursor: pointer;
    background: #00b1ad;
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: normal;
    color: #2c3c3a;
    line-height: 1.4;
    color: #fff;
  }
  #residents-only section {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
  }
  #residents-only section.form {
    clear: both;
    border: 1px solid #d6dbdb;
    padding: 18px;
  }
  #residents-only section:last-child {
    margin-bottom: 0 !important;
  }
  #residents-only section table {
    border-top: 1px solid #d6dbdb;
  }
  #residents-only section table tr {
    border-bottom: 1px solid #d6dbdb;
  }
  #residents-only section table td {
    padding: 18px;
    width: 70%;
  }
  #residents-only section table th {
    line-height: 1.4em;
    padding: 18px 12px;
    background: #fafbfc;
    font-size: 1.2rem;
  }
  #residents-only section table td input {
    width: 100%;
    color: #2c3c3a;
  }
  #residents-only section table td input[type="submit"] {
    margin-top: 10px;
    padding: 5px 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    /*
    color: #2c3c3a;
    */
    line-height: 1.6;
    white-space: normal;
    width: 70%;
  }
  #residents-only section table td .readonly {
    padding: 0 18px;    
    border: none;
    box-shadow: none;
  }
  /***タブ切り替え***/
  .tabs .tab_item {
    /*
    width: calc(100%/3);
    */
    width: 100%;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    transition: all 0.4s ease;
  }
  /*
  .tabs .tab_item:hover {
    cursor: pointer;
  }
  */
  .tabs .faq1 {
    background-color: #00b1ad;
    border-radius: 5px 5px 0 0;
  }
  /*
  .tabs .faq2 {
    background-color: #6492df;
  }
  .tabs .faq3 {
    background-color: #f8c87b;
    border-radius: 0 5px 0 0;
    float: right;
  }
  */
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    box-sizing: border-box;
    clear: both;
  }
  .tab_content .inner {
    padding: 18px;
    border: solid #d6dbdb;
    border-width: 0px 1px 1px 1px;
  }
  .tab_content img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  /*選択されているタブのコンテンツのみを表示*/
  #faq_list1:checked ~ #faq1_content,
  #faq_list2:checked ~ #faq2_content,
  #faq_list3:checked ~ #faq3_content {
    display: block;
  }
  /*選択されているタブのスタイルを変える*/
  #faq_list1:checked ~ .tab_content {
    border-top: 4px solid #00b1ad;
  }
  #faq_list2:checked ~ .tab_content{
    border-top: 4px solid #6492df;
  }
  #faq_list3:checked ~ .tab_content{
    border-top: 4px solid #f8c87b;
  }
  /* FAQ */
  .faq .caution{
    margin: 0 auto 20px;
    padding: 10px;
    background: #fafbfc;
    border: 1px solid #d6dbdb;
    border-radius: 5px;
    font-size:1.5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    color: #2c3c3a;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .faq .caution img{
    width: 22px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .faq .notice{
    margin-top: 20px;
    padding: 18px 15px 20px 20px;
    background: #fff;
    border: 1px solid #e7e8e9;
    border-radius: 5px;
  }
  .faq .notice span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f66;
  }
  .tab_content dl {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #d6dbdb;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
  }
  .tab_content dl:last-of-type {
    margin-bottom: 0;
  }
  .tab_content dl > dt{
    display:block;
    background: url("{$SITE_URL}img/callout.svg") no-repeat;
    background-position: 12px center;
    background-size: 22px;
    padding: 15px 45px 15px 15px;
    height:auto;
    text-align:left;
    cursor:pointer;
    position: relative;
  }
.tab_content dl > dt:after {
    width: 8px;
    height: 8px;
    content: "";
    margin: -8px 10px 0 10px;
    display: inline-block;
    border-bottom: 2px solid #2c3c3a;
    border-right: 2px solid #2c3c3a;
    transform: rotate(45deg);
    position: absolute;
    right: 6px;
    top:50%;
}
.tab_content dl > dt.ac:after {
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
    margin: -4px 10px 0 10px;
    border-top: 2px solid #2c3c3a;
    border-left: 2px solid #2c3c3a;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    right: 6px;
    top:50%;
}
  .tab_content dl > dd {
    display:none;
    height:auto;
    background: #fafbfc;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #d6dbdb;
    padding: 15px;
    text-align:left;
    }
  .tab_content dl > dd > ul > li {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .tab_content dl dd ul li:last-child {
    margin-bottom: 0;
  }
  .tab_content dl > dd > ul > li.link {
    list-style-type: none;
  }
  .tab_content dl dd img {
    width: 95%;
    margin: 14px 0;
    display: block;
    text-align: left;
    border: 5px solid #e7e8e9;
    border-radius: 5px;
  }
  .tab_content dl dd ul li span {
    display: block;
  }
  .tab_content dl dd p + .link,
  .tab_content dl dd ul li > .link,
  .tab_content dl dd ul + .link{
    margin-top: 10px;
  }
  .tab_content dd .link a {
    padding-left: 6px;
    color: #00b1ad;
    text-decoration: underline;
  }
  .tab_content .list {
    width: 100%;  
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tab_content .list p{
    width: auto;
    margin-top: 14px;
    background: #e7e8e9;
    border: 1px solid #c7c8c9!important;
    text-align: left;
  }
  .tab_content .list p,
  .tab_content .list li {
    padding: 3px 8px;
    font-size: 1.3rem;
    border-radius: 5px;
    border: 1px solid #e7e8e9;
  }
  .tab_content .list li{
    margin-top: 6px;
    margin-right: 6px;
    background: #fff;
  }
  
  /* 切替bannr */
  .text {
    font-size: 1.5rem;
    opacity: 0;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }
  .text.is-active {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }
  .f_bnr {
    text-align: center;  
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .f_bnr li:nth-child(1) {
    background: #00b1ad url(../img/bg.png);
    background-size: 70px 70px;
  }
  .f_bnr li:nth-child(2) {
    background: #00b1ad url(../img/bg2.png);
    background-size: 70px 70px;
  }
  .f_bnr:hover {
    opacity: 0.9 ;
  }
  .f_bnr li {
    position: relative;
  }
  .f_bnr li::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }
  .f_bnr li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 2px transparent;
    border-left: solid 3px #00b1ad;
    top: 50%;
    right: 13px;
    margin-top: -2px;
  }
  .f_bnr a {
    text-align: left;
    display: block;
    padding: 10px 30px 10px 80px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .f_bnr li:nth-child(1) a {
    background: url(../img/3man1.png) left no-repeat;
    background-position: 10px;
    background-size: 60px 49px;
  }
  .f_bnr li:nth-child(2) a {
    background: url(../img/3man2.png) left no-repeat;
    background-position: 10px;
    background-size: 60px 49px;
  }
  .f_bnr a span {
    display: block;
    line-height: 1.2em;
    font-size: 2.1rem;
  }
  .f_bnr a span b {
    color: #fff000;
  }
  .c_bnr {
    text-align: center;  
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .c_bnr img {
    width: 100%;
  }
  .friends .mt {
    text-align: left;
    background: #00b1ad url(../img/bg.png);
    background-size: 70px 70px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .friends .mt p {
    background: url(../img/3man1.png) left no-repeat;
    background-position: 10px;
    background-size: 60px 49px;
    padding: 10px 10px 10px 80px;
  }
  .friends .mt span {
    display: block!important;
    line-height: 1.2em;
    font-size: 2.1rem;
  }
  .friends .mt span b {
    color: #fff000;
  }
  .friends dl {
    padding: 25px 0 20px;
  }
  .friends dl dt {
    padding-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .friends dl dd ol {
  }
  .friends dl dd ol li {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    border: 5px solid #f1f2f3;
    border-radius: 5px;
    margin: 7px 0;
    padding: 12px;
    font-weight: bold;
  }
  .friends dl dd ol li::after {
    content: "";
    display: block;
    clear: both;
  }
  .friends dl dd ol li p.nb span {
    float: left;
    display: inline-block;
    line-height: 2em;
    background: #fafbfc;
    border: 1px solid #e1e2e3;
    border-radius: 100px;
    margin-right: 10px;
    padding: 5px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00b1ad;
  }
  .friends dl dd ol li p.tx {
    line-height: 1.6em;
  }
  .friends dl dd ol li p.tx span {
    display: block;
    color: #f66;
  }
  .friends ul {
    padding-bottom: 20px;
  }
  .friends ul li {
    line-height: 1.4em;
    list-style-type: disc;
    margin: 0 0 20px 30px;
  }
  .friends ul li span {
    color: #f66;
  }
  .friends table th {
    display: block;
    background: #fafbfc;
    text-align: left;
    padding: 18px;
    font-size: 1.5rem!important;
  }
  .friends table td {
    display: block;
    text-align: left;
    padding: 18px 0!important;
    width: 100%!important;
  }
  .friends table td p {
    padding: 0 18px;
  }
  .friends textarea {
    width: 100%;
    height: 200px;
  }
  .friends p.btn {
    text-align: center;
    padding: 30px;
  }
  input[type="submit"] {
    border: none;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    background: #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
  }
}