@charset "utf-8";
/* CSS Document */

#top_banner1{
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 3rem;
    gap: 20px;
    align-items: stretch;
    position: relative;
}
@media (max-width:800px) {
	#top_banner1{
		flex-direction: column;	
		width: 94%;
	}
}	

#top_banner1 div{
    margin: 0;
    padding: 0;
    width: calc(100% / 3);
	display: flex;
}
@media (max-width:800px) {
	#top_banner1 div{
		width:100%;
	}
}	
#top_banner1 div a{
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    text-decoration: none;
}
#top_banner1 div a:hover{
	opacity: 0.7;
}

#top_banner1 h2{
    color: #FFFFFF;
    display: block;
    position: absolute;
    z-index: -100;
	 top: 20px;
    left: 30px;
}

	
.border_color1{
	border: 1px solid #009843;
}	
.border_color2{
	border: 1px solid #1976CC;
}		
.border_color3{
	border: 1px solid #E4007E;
}
.back_color1{
    background-color:#009843;
}	
.back_color2{
    background-color: #1976CC;
}		
.back_color3{
    background-color: #E4007E;
}	


#top_banner1 div a .t_txt1{
    font-size: 1.42rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    position: absolute;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 10%;
    color: #333333;
	display: block;
	z-index: 20;
}
#top_banner1 div a .t_txt1 p{
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#top_banner1 div a .t_img1{
    height: auto;
    margin-bottom: 1rem;
    z-index: 10;
    position: absolute;
    width: 145px;
    top: 3rem;
    left: 53%;
    transform: translateX(-53%);
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
}	
#top_banner1 div a .t_img1 img{
	width: 100%;
    height:auto;
    display: block;
}
@media (max-width:800px) {
	#top_banner1 div a .t_img1{
		height: auto;
		margin-bottom: 1rem;
		z-index: 10;
		position: absolute;
		width: 140px;
		top: 3rem;
		left: 53%;
		transform: translateX(-53%);
		-webkit-transform: translateX(-53%);
		-ms-transform: translateX(-53%);
	}
	#top_banner1 div a .t_img1 img{
		width: 100%;
		height:auto;
		display: block;
	}
}


#top_banner1 div a .t_txt3{
    font-size: 1.5rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    position: absolute;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 7%;
    color: #333333;
    display: block;
    z-index: 20;
    text-align: center;
}
#top_banner1 div a .t_txt3 p{
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#top_banner1 div a .t_img2{
    height: auto;
    margin-bottom: 1rem;
    z-index: 10;
    position: absolute;
    width: 140px;
    top: 4rem;
    left: 53%;
    transform: translateX(-53%);
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
}	
#top_banner1 div a .t_img2 img{
	width: 100%;
    height:auto;
    display: block;
}
@media (max-width:800px) {
	#top_banner1 div a .t_img2{
		height: auto;
		margin-bottom: 1rem;
		z-index: 10;
		position: absolute;
		width: 140px;
		top: 4rem;
		left: 53%;
		transform: translateX(-53%);
		-webkit-transform: translateX(-53%);
		-ms-transform: translateX(-53%);
	}
	#top_banner1 div a .t_img2 img{
		width: 100%;
		height:auto;
		display: block;
	}
}

#top_banner1 div a .t_txt4{
    font-size: 1.4rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    position: absolute;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 5%;
    right: 5%;
    top: 7%;
    color: #333333;
    display: block;
    z-index: 20;
    text-align: center;
}
#top_banner1 div a .t_txt4 p{
    font-size: 1rem;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#top_banner1 div a .t_img3{
    height: auto;
    margin-bottom: 1rem;
    z-index: 10;
    position: absolute;
    width: 130px;
    top: 5rem;
    left: 53%;
    transform: translateX(-53%);
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
}	
#top_banner1 div a .t_img3 img{
	width: 100%;
    height:auto;
    display: block;
}
@media (max-width:800px) {
	#top_banner1 div a .t_img3{
		height: auto;
		margin-bottom: 1rem;
		z-index: 10;
		position: absolute;
		width: 130px;
		top: 5rem;
		left: 53%;
		transform: translateX(-53%);
		-webkit-transform: translateX(-53%);
		-ms-transform: translateX(-53%);
	}
	#top_banner1 div a .t_img3 img{
		width: 100%;
		height:auto;
		display: block;
	}
}


#top_banner1 div a .t_txt2{
    padding: 1rem;
    font-size: 1.42rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 0;
	font-feature-settings: "palt";
}
@media (max-width:1000px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.3rem;
	}
}
@media (max-width:950px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.2rem;
	}
	#top_banner1 div a .t_txt1,
	#top_banner1 div a .t_txt3,
	#top_banner1 div a .t_txt4{
    	font-size: 1.2rem;
	}
}
@media (max-width:900px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.2rem;
	}
}		
@media (max-width:860px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.1rem;
	}
}		
@media (max-width:800px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.6rem;
	}
	#top_banner1 div a .t_txt1,
	#top_banner1 div a .t_txt3,
	#top_banner1 div a .t_txt4{
		font-size: 1.8rem;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: center;
		left: 0;
		right: 0;
	}
}	
@media (max-width:420px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.5rem;
	}
	#top_banner1 div a .t_txt1,
	#top_banner1 div a .t_txt3,
	#top_banner1 div a .t_txt4{
		font-size: 1.7rem;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: center;
		left: 0;
		right: 0;
	}
}
@media (max-width:380px) {
	#top_banner1 div a .t_txt2{
		font-size: 1.3rem;
	}
	#top_banner1 div a .t_txt1,
	#top_banner1 div a .t_txt3,
	#top_banner1 div a .t_txt4{
		font-size: 1.4rem;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		text-align: center;
		left: 0;
		right: 0;
	}
}	
	

#mitsumori_banner{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 20px;
}
@media (max-width:800px) {	
	#mitsumori_banner{
		width: 94%;
	}
}
#mitsumori_banner a{
    padding-top: 0;
    padding-right: 0;
    padding-left: 1rem;
    padding-bottom: 0;
    border-left: 1px solid var(--main_color);
    border-right: 1px solid var(--main_color);
    border-bottom: 20px solid var(--main_color);
    border-top: 1px solid var(--main_color);
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
}
@media (max-width:800px) {	
	#mitsumori_banner a{
		flex-direction: column;	
		padding-left: 0rem;
	}
}
#mitsumori_banner a:hover{
	opacity: 0.7;
}
#mitsumori_banner div{
    padding: 0;
    margin: 0;
}
#mitsumori_banner #mb_1{
    height: auto;
    width: 16%;
}
@media (max-width:800px) {	
	#mitsumori_banner #mb_1{
		width: auto;
	}
}
#mitsumori_banner #mb_1 img{
    height: auto;
    width: 140px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

#mitsumori_banner #mb_2{
    width: 32%;
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #D80000;
    font-weight:600;
}
#mitsumori_banner #mb_2 p{
    font-size: 1.2rem;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333;
    font-weight: normal;
    text-align: left;
}
@media (max-width:800px) {	
	#mitsumori_banner #mb_2{
    	display: none;
	}
}
#mitsumori_banner #mb_3{
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 3.95rem;
     font-family: "fot-udmarugo-large-pr6n", sans-serif;
    color: #666;
    font-weight: 500;
    text-align: left;
}
@media (max-width:900px) {
	#mitsumori_banner #mb_2{
    	font-size: 2rem;
    	padding-left: 1rem;
	}
	#mitsumori_banner #mb_2 p{
    	font-size: 0.9rem;
		padding-left: 1rem;
	}
	#mitsumori_banner #mb_3{
		font-size: 3.5rem;
	}
}
@media (max-width:800px) {	
	#mitsumori_banner #mb_3{
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 1rem;
		font-size: 2.5rem;
	}
}

#oshirase_banner {
    max-width: 1000px;
    margin: 15px auto 0 auto;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: stretch; /* 高さをそろえる */
}

@media (max-width: 800px) {
    #oshirase_banner {
        width: 94%;
        flex-direction: column; /* スマホ時は縦並び */
    }
}

#oshirase_banner > div {
    flex: 1; /* 均等幅に */
    display: flex;
    flex-direction: column; /* 中身を縦に並べる */
    border: 1px solid transparent;
    background-color: #fff;
}

#oshirase_banner #ob_1 {
    border-color: var(--main_color);
}

#oshirase_banner #ob_2 {
    border-color: var(--ichiro_color);
}

#oshirase_banner a {
    text-decoration: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 中身を上下に分配して均等に */
    align-items: center;
    color: #333;
    font-size: 1.5rem;
    padding-top: 1rem;
    background-color: #fff;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
}



#oshirase_banner #ob_1 a:hover {
    background-color: var(--main_color);
    color: #fff;
}

#oshirase_banner #ob_2 a:hover {
    background-color: var(--ichiro_color);
    color: #fff;
}

#oshirase_banner .sub_title {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    width: 100%;
}

.back_color1 {
    background-color: var(--ichiro_color);
}

.back_color2 {
    background-color: var(--main_color);
}
	
	
#bee_banner{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 20px;
}	
@media (max-width: 800px) {
	#bee_banner{
		width: 94%;
	}
}
#bee_banner a{
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: stretch; /* 高さをそろえる */
}
@media (max-width: 600px) {
	#bee_banner a{
    flex-direction: column;
    padding-bottom: 1rem;
	}
}
#bee_banner a:hover{
	border: 1px solid #333;	
	opacity: 0.7;
}

#bee_banner a #bb_0{
    width: auto;
    margin-left: 2.5rem;
    padding: 0;
    margin-top: 1.1rem;
}
@media (max-width: 600px) {
	#bee_banner a #bb_0{
    margin-left: 0;
    margin-top: 0.7rem;
    margin-bottom: 10px;
	}
}
#bee_banner a #bb_0 img{
    width: auto;
    height: 80px;
    display: block;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
}


#bee_banner a #bb_1{
    padding-top: 2rem;
    padding-left: 2rem;
    font-size: 2.2rem;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 900;
    color: #333;
    width: auto;
    margin-right: auto;
    letter-spacing: 0.4em;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 600px) {
	#bee_banner a #bb_1{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
	}
}
#bee_banner a #bb_1 p{
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #666;
    font-weight: normal;
	letter-spacing: 0.1em;	
}
@media (max-width: 800px) {
	#bee_banner a #bb_1{
		letter-spacing: 0;	
	}
	#bee_banner a #bb_1 p{
		letter-spacing: 0;	
	}
}
.bee_color1{
    color: #E3B700;
    font-weight: bold;
}

#bee_banner a #bb_2{
    width: auto;
    margin: 0;
    padding: 0;
}
#bee_banner a #bb_2 img{
    width: auto;
    height: 115px;
    display: block;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
}
@media (max-width: 600px) {
	#bee_banner a #bb_2{
    	display: none;		
	}
}








/*タブ切り替え全体のスタイル*/
.section5 {
    max-width: 1000px;
    margin-top: 50px;
    width: 100%;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border: 1px solid #CCCCCC;
    /*border-radius: 5px;*/
    padding: 0;
    height: auto;
}
@media (max-width: 800px) {
	.section5 {
		width: 94%;
	}
	.section5_list{
    height: 350px;
	}	
	.section5_list li span{
		line-height: normal;
	}	
	.section5_list li span::after{
			content: "\A" ;
		white-space: pre ;
	}	
}
/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 1px solid #ccc;
    background-color: #DDDDDD;
    line-height: 45px;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    font-family: a-otf-jun-pro, sans-serif;
    font-size: 1.2em;
    border-right: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab_item:hover {
  opacity: 0.75;
}
#new2_last{
	border-right: 0px solid #FFFFFF;
}

#new_content2 iframe{
    width: 100%;
    height: 250px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: auto;
}


/*選択されているタブのコンテンツのみを表示*/
#user:checked ~ #user_content,
#new:checked ~ #new_content,
#new2:checked ~ #new_content2{	
  display: block;
}

/*選択されているタブのスタイルを変える*/
.section5 input:checked + .tab_item {
    background-color: #E4007E;
    color: #fff;
}

.section5_list{
    display: block;
    height: 385px;
    margin-top: 0.5em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    padding: 0;
    overflow-y: scroll;
}
@media (max-width: 800px) {
	.section5_list{
		height: 450px;
	}
}

.section5_list li{
    font-size: 1.1em;
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 1em;
    padding-top: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    padding-left: 1em;
}
.section5_list li a{
    text-decoration: none;
    color: #1a0dab;	
}
.section5_list li a:hover{
    text-decoration: underline;	
}
.section5_list li span{
    margin-right: 1em;	
}

















	
	
	
	
	
	
	
	
	