@charset "utf-8";

/************************

CONTENTS COMMON SETTING

************************/

.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
}

.col2 ul,
.col2 dl {
    flex: 0 0 calc(50% - 16px); 
    min-width: 0;
}
.col2 li{
    margin-bottom: 1rem;
}


.col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
}

.col3 ul {
    flex: 0 0 calc(33% - 18px); 
    min-width: 0;
}
.col3 li {
    margin-bottom: 1rem;
}

.container_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
}

.container_col3 ul {
    flex: 0 0 calc(33% - 18px); 
    min-width: 0;
}
.container_col3 li {
    margin-bottom: 1rem;
}

.col4 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: auto;
}

.col4 ul {
    flex: 0 0 calc(25% - 18px); 
    min-width: 0;
}
.col4 li {
    margin-bottom: 1rem;
}



.container_col4 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: auto auto 1.5rem;
}

.container_col4 ul {
    flex: 0 0 calc(25% - 18px); 
    min-width: 0;
}
.container_col4 li {
    margin-bottom: 1rem;
}

ol li {
    list-style:circle;
    list-style-position: inside;
    padding-left:1.0em;
	text-indent:-1.2em;
    margin-bottom: 0.5rem;
}

/************************

TOP PAGE SETTING

************************/

#FV {
    text-align: center;
    padding-top: 1.5rem;
}

.txt_the {
    font-size: 4rem;
    color: #222222;
    line-height: 0.1;
    font-weight: 100;
}

#FV div {
    margin: 3.0rem auto;
}
#FV .container {
    width: 800px;
    margin: auto;
}

#FV h3 {
    border-top: 8px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5rem 0;
    border-image: linear-gradient(to left, #55afba 0%, #006589 50%, #47b94c 100%) 1;
    margin-bottom: 1.0rem;
}
#topics .slide_container {
    margin: 1.5rem auto;
}
#topics .slide_container .slide_img {
    width: 70%;
    margin-right: 2.5%;
    float: left;
}
#topics .slide_container .txt_box {
    width: 27.5%;
    float: right;
}


#news .date {
    margin-bottom: 0;
}
#news .category {
    color: #a59776;
    font-size: 0.8rem;
}
#news .col4 li {
    text-align: left;
}
#news .col4 li a { width: 100%;}




#earthsaver .intro {
    width:25%;
    margin: 0rem 2.5% 1.5rem 0;
    float: left;
}
#earthsaver .col3 {
     gap: 0 18px;
} 
#earthsaver ul {
    position: relative;
    text-align: center;
    /*border-left: 1px solid #555;*/
    padding: 0% 0% 0% 2%;
    box-sizing: border-box;
}

/*
#earthsaver ul:first-of-type, 
#earthsaver ul:nth-of-type(4n) {
    border-left: none;
}*/

#earthsaver ul .es {
    border: 1px solid #000;
}
#earthsaver ul .es img {
    padding: 15px;
    box-sizing: border-box;
}
#earthsaver ul .embrem {
    width: 20%;
    margin: auto;
    position: absolute;
    top: 62%;
    left: 42.5%;
}
#earthsaver ul .txt_gold {
    margin-bottom: 0;
}
#earthsaver ul .name {
    font-size: 1.0rem;
}

#tv .left {
    width: 55%;
    margin-right: 5%;
    float: left;
}
#tv .right {
    width: 40%;
    float: left;
}

.cast_list dt {
    font-size: 0.8rem;
    width: 50%;
    float: left;
    clear: left;
}
.cast_list dd {
    width: 50%;
    float: left;
}

#book .left {
    width: 30%;
    margin-right: 5%;
    float: left;
}
#book .right {
    width: 65%;
    float: left;
}


.charactor_list {
    gap:0px;
}
.charactor_list dt {
    float: left;
    width: 40%;
}
.charactor_list dd {
    float: left;
    width: 60%;
}
.charactor_list dd li {
    margin-bottom: 0;
}

.charactor_list dl {
    padding: 1.5rem 1.0rem;
    box-sizing: border-box;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
}
.charactor_list dl:nth-of-type(2n) {
    border-right: none;
}
.charactor_list dl:first-child,
.charactor_list dl:nth-of-type(2){
    border-top: none;
}

#efe .left {
    width: 55%;
    margin-right: 5%;
    float: left;
}
#efe .right {
    width: 40%;
    float: left;
}

#other h3 {
    margin-bottom: 0;
}

#other .col4 {
    margin-bottom: 3.0rem;
}

#other .col4 ul {
    border-left: 1px solid #000;
    box-sizing: border-box;
}
#other .col4 ul:first-child {
    border: none;
}

#other .container {
    position: relative;
    border-bottom: 1px solid #000;
    padding-top: 5px;
}

#other .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-top: 1px solid #000;
    border-bottom: 5px solid #000;
}



 
 
/************************
EFE
************************/

    .th-label {
      text-align: left;
    }

    .table-wrapper {
      width: 100%;
      overflow: hidden;
      border: 1px solid #000;
    }
 
    .cmp-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 15px;
    }
 
    .cmp-table th,
    .cmp-table td {
      padding: 1.5rem;
      text-align: center;
      border-bottom: 1px solid #000;
    }
 
    .cmp-table tr:last-child td {
      border-bottom: none;
    }


.cmp-table tr {
    padding: 1.0rem;
}
    .cmp-table tbody tr:nth-child(odd) td {
      background: #FFF;
    }
 
    .cmp-table tbody tr:nth-child(even) td {
      background: #FFF;
    }

.th-other,
.th-label,
.label-cell {
      background: #333 !important;
      color: #FFF;
      font-weight: 500;
      text-align: left;
    }

  
    .th-efe,
    .efe-cell {
        background:rgba(139,122,82,0.50);
        font-size: 1.1rem;
    }
 
    /* Symbols */
    .mark-circle {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #000;
      vertical-align: middle;
    }
 
    .mark-x {
      display: inline-block;
      font-size: 25px;
      color: #666;
      vertical-align: middle;
    }
 
    .mark-triangle {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 22px solid #999;
      vertical-align: middle;
    }

.faq_list dt {
    margin-bottom: 0.5rem;
}

.faq_list dd {
    padding-bottom: 1rem;
    margin-bottom: 1.0rem;
    border-bottom: dotted 1px #000;
    
}

.faq_list dt::before {
  content: "Q. ";
    
}

.faq_list dd::before {
  content: "A. ";
}

.faq_list dt,
.faq_list dd {
  padding-left: 1rem;
  text-indent: -1rem;
}

/* ファシリテーター */
.facili-profile img {
    padding: 1.5rem;
    box-sizing: border-box;
    border: 1px solid #000;
}
      .profile-detail {
          width: 100%;
      }
      .profile-detail dt {
          width: 100%;
          float: left;
          font-size: 0.8rem;
          font-weight: bold;
          margin-bottom: 5px;
          color: #a68b5b;
      }
      .profile-detail dd {
          width: 100%;
          margin-bottom: 0.5rem;
          float: left;
      }

/************************
EFE EVENT CALENDAR
************************/

.tribe-common button {
    border: 1px solid #000;
    text-align: center;
    color: #000;
    border-radius: 0;
    padding: 10px 20px!important;
    box-sizing: border-box;
    cursor: pointer!important;
}

.tribe-events h2 {
        padding: 20px 0!important;
    }

.tribe-events address,
.tribe-events time,
.tribe-events-calendar-latest-past__event-datetime-wrapper{
    text-align: left!important;
    width: 100%;
}
    
    .tribe-events .tribe-common-g-row .time {
        text-align: left!important;
        margin: 0;
    }
    .tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper time {
        text-align: left;
        width: 100%;
    }
.tribe-events h3 a,
.tribe-events h4 a{
        display: block;
        white-space: normal;
        overflow-wrap: anywhere;
        min-width: 0;
        word-break: break-all;
        text-align: left;
        font-size: 1.3rem;
    }
.tribe-events .tribe-events-calendar-list__event-details,
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
    width: 100%!important;
    margin: 0!important;
    padding: 0;
    text-align: left;
}
.tribe-events-calendar-list__event-description,
.tribe-events-meta-group,
.tribe-events-single-section,
.tribe-events-calendar-latest-past__event-details
{
    width: 100%!important;
    text-align: left;
}

.tribe-events .tribe-events-calendar-list__event-details {
    padding-bottom: 2rem!important;
    border-bottom: 1px solid #000!important;
}

.tribe-events-calendar-latest-past__event {
    padding-bottom: 2rem!important;
    border-bottom: 1px solid #000!important;
}

.tribe-events-single-event-title,
.tribe-events-single-section-title,
.tribe-events-calendar-latest-past__heading
{
    padding: 30px 0!important;
    font-size: 1.5rem!important;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000!important;
    line-height: 1.5;
}   


.tribe-events-single .tribe-events-sub-nav {
    display: block!important;
}
.tribe-events-sub-nav li a {
    margin-bottom: 0.5rem;
    white-space: normal;
    overflow-wrap: anywhere;
    min-width: 0;
    word-break: break-all;
    text-align: left;
}

/************************
アースセイバー一覧
************************/

#earthsaver .es_list {
    margin: 1.5rem auto;
}

#earthsaver .es_list ul .embrem {
    width: 22%;
    margin: 0;
    position: absolute;
    top: 65%; /* 必要に応じて 0 や -40px に調整してください */
    left: 54%;
    transform: translate(-50%, -50%); /* 真ん中に重ねるための修正 */
}

.heightLine-es {
    position: relative;
}

/************************
アースセイバー SINGLE
************************/
.es_single {
    width: 100%;
}

.es_single .img_box {
    width: 70%;
    margin: 3rem auto 0;
    border: 1px solid #000;
    position: relative;
    padding: 3.0rem;
    z-index: 1; 
}

.es_single .embrem {
    width: 120px;
    position: absolute;
    top: 94%; /* 必要に応じて 0 や -40px に調整してください */
    left: 50%;
    transform: translate(-50%, -50%); /* 真ん中に重ねるための修正 */
    z-index: 999; 
}
.es_single li div {
    margin: 1.5rem auto;
}

.es_single_content {
    text-align: center;
    
}
.es_single_content dt{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    padding-top: 1.0rem;
}
.es_single_content dd{
    font-size: 1.2rem;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #000;
}

/************************

PAGE TV ANIME 

************************/

#tv-anime .cast_list {
    margin: 1.5rem auto;
}


/************************

PAGE PICTURE BOOK

************************/

.charactor_detail img {
    border:1px solid #000;
    box-sizing: border-box;
}


/************************
EFE規約
************************/ 
.contents_box_m ol li {
        list-style-type: disc;
        list-style-position: inside;
    }

/************************
お知らせ一覧
************************/

#news .news_list h2 {
    font-size: 1.5rem;
    width: 100%;
    padding: 20px 10px 10px 10px;
    white-space: normal;    /* 自動改行を許可する */
    overflow-wrap: break-word;
    text-align: left;
}

.news_list ul {
    margin: 1.5rem auto;
    width: 100%;   
}

.caption {
    margin-bottom: 0.5rem;
}

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

/************************

CONTENTS COMMON SETTING

************************/
.col2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
}

.col2 ul,
.col2 dl {
    flex: 0 0 calc(100% - 0px); 
    min-width: 0;
}
.col2 li {
    margin-bottom: 1rem;
}

.col3,
.container_col3    {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: auto;
    align-items: flex-start;
}

.col3 ul {
    flex: 0 0 calc(50% - 12px); 
    min-width: 0;
}
.col3 li {
    margin-bottom: 1rem;
}
.container_col3 ul,
.container_col4 ul    {
    flex: 0 0 calc(100% - 0px); 
    min-width: 0;
}

.col4,
.container_col4{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: auto;
}

.col4 ul {
    flex: 0 0 calc(50% - 12px); 
    min-width: 0;
}
.col4 li {
    margin-bottom: 1rem;
}
    
    
    
.container_col4 ul {
    flex: 0 0 calc(100% - 0px); 
    min-width: 0;
    margin-bottom: 1.5rem;
}
.container_col4 li {
    margin-bottom: 1rem;
}    

ol li {
    list-style:circle;
    list-style-position: inside;
    padding-left:1.0em;
	text-indent:-1.2em;
    margin-bottom: 0.5rem;
}

/************************

TOP PAGE SETTING

************************/

.txt_the {
    font-size: 2rem;
    color: #222222;
    line-height: 0.1;
    font-weight: 100;
}

#FV div {
    margin: 1.0rem auto;
}    
    
#FV .container {
    width: 100%;
    margin: auto;
}

    
#FV h3 {
    border-top: 8px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5rem 0;
    border-image: linear-gradient(to left, #55afba 0%, #006589 50%, #47b94c 100%) 1;
    margin-bottom: 1.0rem;
}
    
#FV h4 {
    text-align: justify;
}   
    
    
#topics .slide_container {
    margin: 1.5rem auto;
}
#topics .slide_container .slide_img {
    width: 100%;
    margin-right: 0;
    float: none;
}
#topics .slide_container .txt_box {
    width: 100%;
    float: none;
    margin: 1.5rem auto;
}


#earthsaver .intro {
    width : 100%;
    margin: 0rem auto;
    float: none;
}
#earthsaver .col3 {
     gap: 0;
    width: 100%;
} 
#earthsaver ul {
    position: relative;
    text-align: center;
    padding: 0% 0% 0% 0%;
    margin: auto;
    box-sizing: border-box;
}

#earthsaver ul .es {
    border: 1px solid #000;
}
#earthsaver ul .es img {
    padding: 5px;
    box-sizing: border-box;
}
#earthsaver ul .embrem {
    width: 25%;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 38%;
}
#earthsaver ul .txt_gold {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 0.8rem;
}
#earthsaver ul .name {
    font-size: 0.9rem;
    line-height: 1.2;
}


#tv .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.5rem;
    float: none;
}
#tv .right {
    width: 100%;
    float: none;
}

.cast_list dt {
    font-size: 0.8rem;
    width: 55%;
    float: left;
    clear: left;
    margin-right: 5%;
}
.cast_list dd {
    width: 40%;
    float: left;
}

#book .left {
    width: 80%;
    margin:0 auto 1.5rem;
    float: none;
}
#book .right {
    width: 100%;
    float: none;
}

.charactor_list dt {
    float: left;
    width: 40%;
}
.charactor_list dd {
    float: left;
    width: 60%;
}
.charactor_list dd li {
    margin-bottom: 0;
}
.charactor_list {
    gap:0px;
}
.charactor_list dl {
    padding: 1.5rem 1.0rem;
    box-sizing: border-box;
    border-top: 1px dotted #000;
    border-right: none;
}
.charactor_list dl:nth-of-type(2n) {
    border-right: none;
}
.charactor_list dl:first-child{
    border-top: none;
}
.charactor_list dl:nth-of-type(2){
    border-top: 1px dotted #000;
}

#efe .left {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 1.0rem;
}
#efe .right {
    width: 100%;
    float: none;
}

#other h3 {
    margin-bottom: 0;
}

#other .col4 {
    margin-bottom: 3.0rem;
}
    

#other .container_col4 ul {
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
#other .contaienr_col4 ul:first-child {
    border: none;
}

#other .container {
    position: relative;
    border-bottom: 1px solid #000;
    padding-top: 5px;
}

#other .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-top: 1px solid #000;
    border-bottom: 5px solid #000;
}
/************************
EFE
************************/

    .th-label {
      text-align: left;
    }

    .table-wrapper {
      width: 300px;
        overflow-x:scroll;
      border: 1px solid #000;
    }
 
    .cmp-table {
      width: 100%;
         min-width: 700px; 
      border-collapse: collapse;
    }
 
    .cmp-table th,
    .cmp-table td {
      padding: 1rem;
      text-align: center;
      border-bottom: 1px solid #000;
    }
 
    .cmp-table tr:last-child td {
      border-bottom: none;
    }


/************************
EFE EVENT CALENDAR
************************/
    
    .tribe-events h2 {
        padding: 20px 0!important;
    }
    
    .tribe-events .tribe-common-g-row .time {
        text-align: left!important;
        margin: 0;
    }
    .tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
        text-align: left;
    }
    .tribe-events h3 a {
        display: block;
        white-space: normal;
        overflow-wrap: anywhere;
        min-width: 0;
        word-break: break-all;
        text-align: left;
    }

    
/************************
アースセイバー一覧
************************/


#earthsaver .es_list ul .embrem {
    width: 25%;
    margin: auto;
    position: absolute;
    top: 52%;
    left: 50%;
}

/************************
アースセイバー SINGLE
************************/
.es_single_content dt {
    text-align: left;
    font-size: 0.8rem;
}
.es_single_content dd{
    font-size: 1.0rem;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #000;
    text-align: left;
}



.es_single .img_box {
    width: 100%;
    margin: 1.5rem auto 0rem;
    border: 1px solid #000;
    position: relative;
    box-sizing: border-box;
    padding: 1.5rem;
    z-index: 1; 
}

.es_single .embrem {
    width: 60px;
    position: absolute;
    top: 94%; /* 必要に応じて 0 や -40px に調整してください */
    left: 50%;
    transform: translate(-50%, -50%); /* 真ん中に重ねるための修正 */
    z-index: 999; 
}    
    
    

    
}


/************************
お知らせ一覧
************************/
#news .news_list h2 {
    font-size: 1.5rem;
    width: 100%;
    white-space: normal;    /* 自動改行を許可する */
    overflow-wrap: break-word;
    text-align: left!important;
    line-height: 1.5;
}

.news_list ul {
    margin: 1.5rem auto;
    width: 100%;   
}

.news_list .caption {
    margin-bottom: 0.5rem;
}




/************************
解答
************************/
.answer {
	margin-top:60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.answer li{
	padding-bottom:60px;
	width:48%;
}
.answer li img{
	display:block;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.answer li p{
	margin-top:10px;
	background-color:#FFF;
	border-radius:20px;
	padding:20px 20px 60px 20px;
	background-size:90%;
	background-repeat: no-repeat;
	background-image: url("../images/contents/img_chara_line.jpg");
	background-position:bottom 10px center;
}
.answer li p img{
	display:block;
	box-shadow:none;
	width:60%;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.answer {
		display:block;
	}
	.answer li{
		width:100%;
		
	}
}
/************************
図鑑
************************/

.redlist_info{
	display:flex;
	justify-content: space-between
}

.redlist_info div{
	width:48%;
}
.redlist_info div img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 767px) {
	.redlist_info{
		margin-top:30px;
		display:block;
	}
	
	.redlist_info div{
		width:100%;
		margin-bottom:30px;
	}
}


.noteArea{
	padding-top:0;
}
.noteArea .note_outer {
	margin-top:60px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
	}
.noteArea .note_outer li {
    width: 100%;
}
.noteArea .note_outer li h2 {
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
    padding: 20px 0 10px;
    line-height: 1.2;
}
.noteArea .note_outer li h2 span {
    position: static; /* absoluteを解除 */
    display: block;
    text-align: center;
    font-size: 0.9rem;
    margin-top:0rem;
    clear: both;
}

.noteArea .note_outer li h3{
	font-size:18px;
	padding:20px 0;
  margin-bottom:0;
}

.noteArea .note_outer li p{
	font-size:13px;
}

@media screen and (max-width: 767px) {
	.noteArea .note_outer{
		display:block;
        padding: 1.5rem 0;
	}
	
	.noteArea .note_outer li{
		width:100%;
		padding:0;
	}
.noteArea .note_outer li h2 {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0 10px;
    line-height: 1.2;
}
}
    
/************************
ダウンロードコンテンツ
************************/


#study .col3 ul {
    flex: 0 0 calc(33% - 18px); 
    min-width: 0;
    margin: 3.0rem auto 0;
}
#study .col3 li {
    margin-bottom: 1rem;
    width: 90%;
    margin: auto;
}

#study .col3 h3 {
    line-height: 1.8;
    font-size: 1.5rem;
    padding-top: 1.0rem;
}

#study .col3 li img {
    border: solid #000 1px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    
#study .col3 ul {
    flex: 0 0 calc(100% - 0px); 
    min-width: 0;
    margin: 3.0rem auto 0;
}
#study .col3 li {
    margin-bottom: 1rem;
    width: 100%;
    margin: auto;
}
}

/************************
あらすじ
************************/
#story .col2 h3 {
    line-height: 1.8;
    font-size: 1.5rem;
    padding-top: 1.0rem;
}
#story .col2 ul {
    flex: 0 0 calc(48% - 18px); 
    min-width: 0;
    margin: 3.0rem auto 0;
}
#story .col2 li {
    margin-bottom: 1rem;
    width: 90%;
    margin: auto;
}

    

@media screen and (max-width: 767px) {
    
    
#story .col2 ul {
    flex: 0 0 calc(100% - 0px); 
    min-width: 0;
    margin: 3.0rem auto 0;
}
#story .col2 li {
    margin-bottom: 1rem;
    width: 100%;
    margin: auto;
}

}    

/************************

youtube

************************/
#topYoutube {
	max-width:800px;
	margin:0 auto 20px auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
    margin-bottom: 3.0rem;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

