.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-071db7bc-d8a1-3eba-9151-ea2432dea6ab {

.area {
  width: 100%;
  margin:10px 0 0;
  flex-wrap: wrap;
  display: flex;
}

.area label {
  margin-bottom: 10px; 
}


.tab_class {
  width: calc(100%/3);
  margin-bottom: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 1.7em;
  order: -1;
  color: #07818f;
}

.tab01 {
    color: #07818f;
  padding: 10px;
}

.tab02 {
    color: #07818f;
  padding: 10px;
}

.tab03 {
    color: #07818f;
  padding: 10px;
}


 
input:checked + .tab01-active {
    background-color: #e8f4ed;
    color: #000;
    border: solid 1px #d8d8db;
}

input:checked + .tab02-active {
    background-color: #e8f4ed;
    color: #000;
    border: solid 1px #d8d8db;
}

input:checked + .tab03-active {
    background-color: #e8f4ed;
    color: #000;
    border: solid 1px #d8d8db;
}

.content_class {
  display: none;
  width: 100%;
  padding: 15px;
  border: solid 1px #d8d8db;
  
}
 
input:checked + .tab_class + .content_class {
  display: block;
}

@media screen and (max-width: 480px) {

.tab_class {
  font-size: 12px;
  line-height: 1.5em;
  padding: 10px 0;
}
.content_class {
  padding: 20px 0 0;
}

}

/* ボタンクリック時のスタイル */
input[type="radio"].dnone {
    display: none;
    z-index: 1000;
}

.col {
        padding: 20px 1.56695% 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
.grid {
        position: relative;
        margin: 0;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
.col-3 {
    max-width: calc(3 / 12* 100%);
    max-height: 190px;
}
.caption {
    margin-top: 11px;
    color: #444;
    font-size: 85.71429%;
    line-height: 150%;
}

.tab-btn, .toyosu-photo-btn {
    letter-spacing: -.34em;
    margin: 10px 0 0;
    background: #f2f7f7;
    border-bottom: 4px solid #19b2a8;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 0;
}
.tab-btn li, .toyosu-photo-btn li {
    display: inline-block;
    letter-spacing: normal;
    min-width: 33.33333%;
    padding-left: 0;
    text-align: center;
    vertical-align: bottom;
}
.tab-btn li a, .toyosu-photo-btn li a {
    display: block;
    padding: 11px 5px 8px;
    font-size: 114.28571%;
    line-height: 150%;
    background: #fff;
    border-top: 1px solid #e6eaeb;
    border-left: 1px solid #e6eaeb;
    border-right: 1px solid #e6eaeb;
    color: #07818f;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


}