
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}


.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}


.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.onepage-section {
    background: #fbfafa;
}
.section-meta {
    background-color: #ffffff;
}

.feature-media {
    margin-top: 15px;
}

.section-desc{
	margin-top: 0;
	font-size: 16px;
}

.wp-block-media-text__content {
    margin-top: 1rem;
}

.section-title-area{
	margin-bottom: 0;
}

.section-about .section-title-area{
	margin-bottom: 0;
}

section#特集 {
    padding: 2.5rem 0 2rem;
}

#footer-1 {
	flex: inherit;
	max-width: inherit;
	width: auto;
	font-size: 13px;
}

#footer-2,#footer-3,#footer-4 {
    display: none;
}

.footer-widgets.section-padding{
	padding-top: 4rem;
}

.footer-connect {
    display: none;
}

@media screen and (max-width:480px) { 
.site-logo-div img{
	height: 34px;
}

.hero-slideshow-normal .container {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0.875rem;
}

.section-padding{
	padding-top: 2.5rem;
	padding-bottom:2.5rem;
}

.footer-widgets.section-padding {
    padding-top: 2rem;
    padding-bottom: 0;
}
	
#footer-1 {
	font-size: 11px;
}
}

/*↓会員情報一覧タブ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  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;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

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

 .c-txtsp{
	 margin-bottom:20px;
}
/*↑会員情報一覧タブ*/

/*↓活動報告記事一覧ボタン*/
.btn.type02{
width: 100%;
max-width: 340px;
padding: 15px 10px;
display: inline-block;
text-align: center;
letter-spacing: 0.1em;
color: #fff;
background-color: #97e3e1;
border-bottom: 4px solid #87c3c1;
border-radius: 5px;
}
/*↑活動報告記事一覧ボタン*/