@charset "utf-8";
/* CSS Document */

.left_menu_box{
    position: absolute;
    display: flex;
    top:0rem;
    flex-wrap: wrap;
    width:19%;
    left:4px;    
    z-index: 70;
}

.top_info_box_onvisual {
    position: relative;
    width: 98%;
    height: 120px;
    padding-bottom: 10px;
    background-color: white;
    margin: 0px auto;
    overflow: auto;
}

.left_menu_box .dream_flex_pc {
        padding-top:4px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.left_menu_box .dream_flex_pc .dream_item_pc {
    position: relative;
    width: 100%;
    font-size: 0.9rem;
    justify-content: center;
    padding: 0px 0px;
}
.left_menu_box div.dream_area{
	width:100%;
}
.left_menu_box .dream_flex_pc .dream_item_pc div.single_item{
    height: 2.5rem;
    line-height:1rem;
    font-size: 0.9rem;
    padding:4px 0;
    width:96%;
    margin:0 auto;
    text-align: center;

}
.left_menu_box .dream_flex_pc .dream_item_pc .single_item_active{
          border: solid 0px;
        border-radius:20px;
          padding: 2px 0;
}

.left_menu_box .dream_flex_pc .dream_item_pc .single_item_active2{
padding: 8px 0 !important;
    font-size: 1rem !important;
    height: 3rem !important;
    background: linear-gradient(to right, #6a4797, #fc63b6b3);
    color: white;
        border-top: 4px solid #f7ec8e;
    border-right: 5px solid #e3cc46;
    border-bottom: 4px solid #5c4d04;
    border-left: 4px solid #c4a23d;
    border-radius: 40px
    /*border: 4px solid transparent;
    border-radius: 40px;
    background: 
      linear-gradient(to right, #6a4797, #fc63b6b3) padding-box,
      linear-gradient(45deg, #FFD700, #baab2a) border-box;
    padding: 20px;
	;*/
}

.left_menu_box .dream_flex_pc .dream_item_pc .top_dream .dream_table td {
    width: calc(100% / 3);
    padding: 0 0px;
}
.left_menu_box .dream_flex_pc .dream_item_pc .top_dream .dream_table div.proimg {
        width: calc(99.9%);
    /*height: 120px;*/
        aspect-ratio: 1 / 1.1;
    position: relative;
    overflow: hidden;
}
.left_menu_box .dream_flex_pc .dream_item_pc .top_dream .dream_table div.proimg img {
    position: absolute;
    top: 64%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.left_menu_box .dream_flex_pc .dream_item_pc .top_dream .dream_table div.tei {
    line-height: 0.7rem;
}
.top_dream p.text {
    padding: 0 3px;
    text-align: left;
    font-size: 0.6rem;
    line-height:0.9rem;
    color: black;
}
.right_menu_box div.btn_point{
        background-image: linear-gradient(137deg, rgb(252 194 219) 16%, rgb(211 190 247) 86%);
}
.right_menu_box div.btn_point a{
        text-align: center;
        line-height: 1.1rem;
        color: red;
        font-size: 1rem;
        font-weight: bold;
}

.contents_area div.dream_area {
    width: 90%;
    margin: 0 auto;
    padding: 6rem 0 2rem 0;
}

.news {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem 0;
}

.main_news2 {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 45%;
    padding: 0.5rem 0.2rem 0 0.2rem;
    background-color: #ccacb7bd;
    border: 1px;
    border-radius: 9px;
}

